Skip to content

v0.5.0

Choose a tag to compare

@jeff-mccoy jeff-mccoy released this 30 May 15:24
· 1982 commits to main since this release
4aeb6cd

What's Changed

  • Add pepr format command to inline prettier & eslint and 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