Skip to content

v0.24.0

Compare
Choose a tag to compare
@cmwylie19 cmwylie19 released this 02 Feb 21:50
· 567 commits to main since this release
5a21ca5

Features

When(WebApp)
  .IsDeleted()
  .Mutate(async instance => {
    // Return a promise that is resolved when item is removed from the Pepr Store
    await Store.removeItemAndWait(instance.Raw.metadata.name);
  });

What's Changed


  • chore: bump the development-dependencies group with 4 updates by @dependabot in #520
  • chore: bump the development-dependencies group with 1 update by @dependabot in #525
  • chore: bump the development-dependencies group with 1 update by @dependabot in #533
  • chore: bump peter-murray/workflow-application-token-action from 2 to 3 by @dependabot in #526
  • chore: bump codecov/codecov-action from 3 to 4 by @dependabot in #534
  • chore: bump the production-dependencies group with 1 update by @dependabot in #537
  • chore: bump the development-dependencies group with 1 update by @dependabot in #538

Full Changelog: v0.23.2...v0.24.0