Skip to content

v0.25.0

Compare
Choose a tag to compare
@cmwylie19 cmwylie19 released this 09 Feb 16:37
· 558 commits to main since this release
7e1d8f8

Features

How long the API server should wait for a webhook to respond before treating the call as a failure

npx pepr build --timeout 15

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

Full Changelog: v0.24.1...v0.25.0