v0.5.0
What's Changed
- Add
pepr formatcommand to inlineprettier&eslintand remove the need for the extra dependencies in a Pepr Module by @jeff-mccoy in #118 - Add entry file flag to
pepr build:pepr build --entry-file [file]to better support custome/reusable Pepr Capabilities by @jeff-mccoy in #118 - Bump ava from 5.2.0 to 5.3.0 by @dependabot in #115
- Bump github/codeql-action from 2.3.3 to 2.3.5 by @dependabot in #116
- Bump @types/ramda from 0.29.1 to 0.29.2 by @dependabot in #117
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.4.2...v0.5.0