Skip to content

v0.28.0

Compare
Choose a tag to compare
@cmwylie19 cmwylie19 released this 08 Mar 18:24
· 259 commits to main since this release
eeec4db

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