Skip to content

v0.17.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Nov 12:01
· 10 commits to main since this release
981627a

approver-policy provides a policy engine for certificates issued by cert-manager!

v0.17.0 could be considered a bugfix release, but one of the changes is important enough to deserve a minor release for increased visibility:

It turns out that approver-policy did not consider the cert-manager issuer group and kind defaults when matching policies against cert-manager CertificateRequest resources. This was probably not intentional and has now been fixed. So if a CertificateRequest does not specify spec.issuerRef.group or spec.issuerRef.kind, approver-policy will default to the same values as cert-manager:

  • cert-manager.io for issuer group
  • Issuer for issuer kind

What's Changed

Full Changelog: v0.16.0...v0.17.0