Releases: defenseunicorns/pepr
v0.26.1
What's Changed
- chore: included scorecard badge by @naveensrinivasan in #584
- chore: docs badge link broken by @cmwylie19 in #585
- chore: custom label docs by @cmwylie19 in #589
- chore: update actions doc and explain mutation annotations by @cmwylie19 in #590
- chore: update operator tutorial for reconcile and update excellent examples operator by @cmwylie19 in #591
- chore: bump the production-dependencies group with 1 update by @dependabot in #592
- chore: bump the development-dependencies group with 1 update by @dependabot in #593
- chore: bump actions/dependency-review-action from 4.1.0 to 4.1.2 by @dependabot in #594
Full Changelog: v0.26.0...v0.26.1
v0.26.0
Features
- feat: image choice and repository by @cmwylie19 in #575
npx pepr build --custom-image pepr:dev
npx pepr build --repository "Iron Bank"
- feat: pepr store crd applied through kfc by @cmwylie19 in #580
- feat: implementation for custom labels by @cmwylie19 in #571
What's Changed
- fix: no zeroeth uid by @btlghrants in #573
- chore: docs for uuid by @cmwylie19 in #567
- chore: removeItemAndWait docs by @cmwylie19 in #568
- chore: adr reconcile by @cmwylie19 in #561
- chore: bump the development-dependencies group with 1 update by @dependabot in #579
- chore: bump the production-dependencies group with 1 update by @dependabot in #583
- chore: bump the development-dependencies group with 2 updates by @dependabot in #574
- chore: bump actions/dependency-review-action from 4.0.0 to 4.1.0 by @dependabot in #576
New Contributors
- @naveensrinivasan made their first contribution in #578
Full Changelog: v0.25.0...v0.26.0
v0.25.0
Features
- feat: configurable timeout by @cmwylie19 in #558 Read the docs
How long the API server should wait for a webhook to respond before treating the call as a failure
npx pepr build --timeout 15
- feat: reconcile - add queue to pepr by @cmwylie19 in #553 Read the docs
Maintains the state consistency of Kubernetes. Employs a Queue to force sequential processing of resource states once they are returned by the Kubernetes API. Lives on the watch controller.
When(WebApp)
.IsCreatedOrUpdated()
.Validate(validator)
.Reconcile(async instance => {
// Do WORK HERE
- feat: uuid command by @cmwylie19 in #551 Forgot to add docs. Darn it. Sorry.
Returns the module UUID(s) currently deployed in the cluster with their descriptions. Simplifies commands like npx pepr monitor [uuid]
.
npx pepr uuid [uuid]
What's Changed
- chore: error secret over limit by @cmwylie19 in #562
- chore: bump actions/upload-artifact from 4.3.0 to 4.3.1 by @dependabot in #552
- chore: bump actions/setup-node from 4.0.1 to 4.0.2 by @dependabot in #555
- chore: bump the development-dependencies group with 1 update by @dependabot in #559
Full Changelog: v0.24.1...v0.25.0
v0.24.1
What's Changed
- chore: kim -> codeowners by @cmwylie19 in #548
- chore: grammer by @cmwylie19 in #550
Full Changelog: v0.24.0...v0.24.1
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
v0.23.2
What's Changed
- fix: pepr build works when running inside npm workspaces by @btlghrants in #518
Full Changelog: v0.23.1...v0.23.2
v0.23.1
What's Changed
- chore: bump the development-dependencies group with 3 updates by @dependabot in #507
- chore: bump the production-dependencies group with 1 update by @dependabot in #506
- fix: updated _images links and removed duplicates by @schaeferka in #511
- chore: bump actions/upload-artifact from 4.2.0 to 4.3.0 by @dependabot in #513
- chore: doc cleanup by @cmwylie19 in #505
- chore: bump the development-dependencies group with 1 update by @dependabot in #514
- chore: pepr backward compatible by @cmwylie19 in #515
Full Changelog: v0.23.0...v0.23.1
v0.23.0
Features
-
feat: docs information architecture by @schaeferka in #496 See here
-
feat: make module_uuid optional by @cmwylie19 in #500 (If no
module_uuid
is given to the command, Pepr streams logs from pods with labelpepr.dev/controller=admission
, if it is supplied the same functionality occurs as before.)
What's Changed
- chore: add journey test for
npx pepr monitor
by @cmwylie19 @btlghrants in #493 - docs: Best Practices document
Full Changelog: v0.22.4...v0.23.0
v0.22.4
What's Changed
- chore: new trigger for docs flow by @cmwylie19 in #489
- chore: bump the development-dependencies group with 1 update by @dependabot in #491
- chore: bump actions/upload-artifact from 4.1.0 to 4.2.0 by @dependabot in #497
- chore: bump actions/dependency-review-action from 3.1.5 to 4.0.0 by @dependabot in #498
- chore: donation roadmap by @cmwylie19 in #492
Full Changelog: v0.22.2...v0.22.4
v0.22.3-alpha
What's Changed
- chore: new trigger for docs flow by @cmwylie19 in #489
Full Changelog: v0.22.2...v0.22.3-alpha