Skip to content

Releases: defenseunicorns/pepr

v0.2.4

24 Apr 17:23
8bbff27
Compare
Choose a tag to compare

What's Changed

Known Issues

  • Pepr currently binds the mutating webhook to everything and should instead only bind to what the module uses. #31
  • ClusterRoles are currently unrestricted and need to be limited to only what the module uses. #31

Full Changelog: v0.2.3...v0.2.4

v0.2.3

20 Apr 16:50
063f475
Compare
Choose a tag to compare

What's Changed

*Fix Pepr Controller image tag by @jeff-mccoy in #41

Known Issues

  • Pepr currently binds the mutating webhook to everything and should instead only bind to what the module uses. #31
  • ClusterRoles are currently unrestricted and need to be limited to only what the module uses. #31

Full Changelog: v0.2.2...v0.2.3

v0.2.2

20 Apr 06:12
6af1d2f
Compare
Choose a tag to compare

What's Changed

Known Issues

  • Pepr currently binds the mutating webhook to everything and should instead only bind to what the module uses. #31
  • ClusterRoles are unrestricted currently and need to be limited to only what the module uses. #31
  • The image for the Pepr webhook deployment may not reflect the correct SDK version, also need to make sure the image tag has a v prefix. #39 and #40

Full Changelog: v0.1.45...v0.2.2

v0.1.45

17 Apr 06:08
6644de7
Compare
Choose a tag to compare
v0.1.45 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.44...v0.1.45

v0.1.44

15 Apr 07:38
cff985f
Compare
Choose a tag to compare
v0.1.44 Pre-release
Pre-release

This release introduces pepr update that can help keep your module + CLI up-to-date. The first time you'll need to update the CLI alone; future updates will only need pepr update:

npm install -g pepr@latest
pepr update

What's Changed

  • Minor typo fix for generated capability file by @brandtkeller in #25
  • SDK & CLI E2E Tests for CI by @jeff-mccoy in #27
  • Bump @types/ramda from 0.28.24 to 0.29.0 by @dependabot in #29
  • pepr update, name-based and key-only metatdata filters, async and function-based HelloPepr.ts examples by @jeff-mccoy in #26

New Contributors

Full Changelog: v0.1.43...v0.1.44

v0.1.43

13 Apr 07:53
6fd97d2
Compare
Choose a tag to compare
v0.1.43 Pre-release
Pre-release

Features

  • Added npm run k3d-setup to pepr init templates to simplify getting a K8s cluster up and running
    Screenshot 2023-04-13 at 2 51 21 AM

Other Changes

Full Changelog: v0.1.41...v0.1.43

Test Release

12 Apr 19:38
1c26489
Compare
Choose a tag to compare
Test Release Pre-release
Pre-release

Fix #16