Skip to content

Releases: defenseunicorns/pepr

v0.28.2

14 Mar 16:06
ce1257b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.28.1...v0.28.2

v0.28.1

13 Mar 18:06
ef780c4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.28.0...v0.28.1

v0.28.0

08 Mar 18:24
eeec4db
Compare
Choose a tag to compare

Features

npx pepr kfc [command] [options]
  • feat: choose controller image version during generation of manifests by @cmwylie19 in #627

Used to generate the deployment manifests at a certain image version.

npx pepr build -v "99.99.99"
> cat dist/pepr-module-static-test.yaml | egrep "image:"
image: ghcr.io/defenseunicorns/pepr/controller:v99.99.99
image: ghcr.io/defenseunicorns/pepr/controller:v99.99.99

What's Changed

  • fix: pepr deploy respects custom webhookTimeout by @btlghrants in #616
  • chore: fix ns bug on watch and queue by @cmwylie19 in #617
  • chore: remove unnecessary package.json > pepr > name config item by @btlghrants in #621
  • Kim fixed the kfc crd absolute path vs relative path bug
  • chore: remove ignore labels by @cmwylie19 in #626
  • chore: added kfc crd to cli by @schaeferka in #619
  • chore: bump azure/setup-helm from 1 to 4 by @dependabot in #611
  • chore: bump the development-dependencies group with 4 updates by @dependabot in #614
  • chore: bump the development-dependencies group with 1 update by @dependabot in #624
  • chore: bump jose from 4.15.4 to 4.15.5 by @dependabot in #628
  • chore: bump the production-dependencies group with 1 update by @dependabot in #629
  • chore: bump the production-dependencies group with 2 updates by @dependabot in #618

Full Changelog: v0.27.0...v0.28.0

v0.27.0

28 Feb 18:04
9842418
Compare
Choose a tag to compare

Features

What's Changed

  • chore: make mutations distinct in npx pepr monitor by @schaeferka in #600
  • chore: squash filter namespace bug validate/mutate by @cmwylie19 in #609
  • chore: document pepr customization by @cmwylie19 in #604
  • chore: bump the development-dependencies group with 2 updates by @dependabot in #601
  • chore: bump the development-dependencies group with 1 update by @dependabot in #602
  • chore: bump docker/setup-buildx-action from 3.0.0 to 3.1.0 by @dependabot in #608
  • chore: bump the development-dependencies group with 3 updates by @dependabot in #607
  • chore: bump the production-dependencies group with 1 update by @dependabot in #606

Full Changelog: v0.26.2...v0.27.0

v0.26.2

22 Feb 12:21
8d325bc
Compare
Choose a tag to compare

What's Changed

  • chore: bump actions/dependency-review-action from 4.1.2 to 4.1.3 by @dependabot in #596
  • chore: bump the production-dependencies group with 1 update by @dependabot in #598

Full Changelog: v0.26.1...v0.26.2

v0.26.1

20 Feb 19:35
e8aa639
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.26.0...v0.26.1

v0.26.0

16 Feb 20:44
ad70df3
Compare
Choose a tag to compare

Features

npx pepr build --custom-image pepr:dev
npx pepr build --repository "Iron Bank"

What's Changed

New Contributors

Full Changelog: v0.25.0...v0.26.0

v0.25.0

09 Feb 16:37
7e1d8f8
Compare
Choose a tag to compare

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

v0.24.1

05 Feb 15:14
9b4f4fc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.24.0...v0.24.1

v0.24.0

02 Feb 21:50
5a21ca5
Compare
Choose a tag to compare

Features

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


  • 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