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