v0.24.0
Features
- feat: removeItemAndDelete by @cmwylie19 in #547
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
- fix: validation processor no longer prints [object Object] in logs by @btlghrants in #519
- fix: update tutorial title by @schaeferka in #523
- chore: remove codecov by @cmwylie19 in #541
- chore: pepr dashboard tutorial and files by @schaeferka in #524
- chore: update tutorial section landing page by @schaeferka in #543
- chore: failurePolicy to fail default by @cmwylie19 in #540
- chore: cache clear docs by @cmwylie19 in #539
- chore: operator tutorial by @cmwylie19 in #532
- 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