UNCLASSIFIED - NO CUI

Skip to content

Update dependency defenseunicorns/pepr to v0.25.0

Ghost User requested to merge renovate/defenseunicorns-pepr-0.x into development

This MR contains the following updates:

Package Type Update Change
defenseunicorns/pepr minor v0.24.1 -> v0.25.0
defenseunicorns/pepr ironbank-github minor v0.24.1 -> v0.25.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

defenseunicorns/pepr (defenseunicorns/pepr)

v0.25.0

Compare Source

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

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: https://github.com/defenseunicorns/pepr/compare/v0.24.1...v0.25.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports