Skip to content

Releases: defenseunicorns/pepr

v0.28.5

21 Mar 22:18
a48045e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.28.4...v0.28.5

v0.28.4

19 Mar 17:30
dad5276
Compare
Choose a tag to compare

What's Changed

  • fix: dedupe environment variable config values by @btlghrants in #665
  • chore: remove loglevel from docs and audit logs in the cli by @cmwylie19 in #668
  • chore: updated ascii art for pepr by @schaeferka in #669
  • chore: add request uid to admission log messages by @btlghrants in #656
  • chore: bump docker/setup-buildx-action from 3.1.0 to 3.2.0 by @dependabot in #657
  • chore: bump the development-dependencies group with 1 update by @dependabot in #660
  • chore: bump the development-dependencies group with 1 update by @dependabot in #666

Full Changelog: v0.28.3...v0.28.4

v0.28.3

14 Mar 17:55
833f2c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.28.2...v0.28.3

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