Releases: defenseunicorns/pepr
Releases · defenseunicorns/pepr
v0.2.4
What's Changed
- Bump rollup from 3.20.6 to 3.20.7 by @dependabot in #44
- Handle
!ok
fetch response by @jeff-mccoy in #43 - Bump eslint from 8.38.0 to 8.39.0 by @dependabot in #45
- Add OpenSSF Scorecard by @jeff-mccoy in #47
- Pin Dependencies by @jeff-mccoy in #48
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
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
What's Changed
- Complete
pepr build
,pepr deploy
andHelloPepr
CI E2E Tests by @jeff-mccoy in #32 - Add NPM provenance flag and use
on release
vson tag
by @jeff-mccoy in #38 - Bump rollup from 3.20.2 to 3.20.4 by @dependabot in #36
- Bump commander from 10.0.0 to 10.0.1 by @dependabot in #34
- Bump rollup from 3.20.4 to 3.20.6 by @dependabot in #37
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
What's Changed
- Add GenericKind and RegisterKind() by @jeff-mccoy in #30
Full Changelog: v0.1.44...v0.1.45
v0.1.44
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-basedHelloPepr.ts
examples by @jeff-mccoy in #26
New Contributors
- @brandtkeller made their first contribution in #25
Full Changelog: v0.1.43...v0.1.44
v0.1.43
Features
Other Changes
- Refactor init templates into separate files by @jeff-mccoy in #20
- Fix npm publish ignore rules by @jeff-mccoy in #23
Full Changelog: v0.1.41...v0.1.43
Test Release
Fix #16