Skip to content

Releases: open-policy-agent/cert-controller

v0.10.1

22 Dec 00:03
b1a35eb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.10.1

v0.10.0

27 Sep 02:18
01a9f14
Compare
Choose a tag to compare

What's Changed

  • Add an optional "fieldOwner" field to set when injecting the caBundle by @fedepaol in #118
  • fix: default ExtKeyUsages early by @acpana in #129
  • add parameters to customize certificate rotator by @lpcalisi in #106

v0.9.0

05 Sep 16:48
2491317
Compare
Choose a tag to compare

What's Changed

v0.8.0

13 Jul 22:16
87e4e2f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

17 Feb 00:07
7246d73
Compare
Choose a tag to compare

What's Changed

  • feat: Added support for the Gatekeeper External Data Provider by @bdun1013 in #55

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

11 Jan 19:18
71c4f4e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

28 Sep 19:47
fef091a
Compare
Choose a tag to compare
  • fix: Don't produce an error if there are no webhooks (#48)
  • feat: Implement LeaderElectionRunnable interface for CertRotator (#45)

v0.4.0

22 Jun 17:59
ba73f0c
Compare
Choose a tag to compare
  • feat: ability to add additional key usages to webhook certificate (#43)

v0.3.0

11 Feb 22:19
54af894
Compare
Choose a tag to compare

This release bring compatibility with Kubernetes v1.22

  • Add support for extension APIService definition updates (#36)
  • Add tests for other webhook types (#37)
  • Bump controller-runtime to v0.9.7 (#38)

Thanks @adammw!

v0.2.0

20 Apr 20:52
c6f841d
Compare
Choose a tag to compare
  • Update to admissionregistration.k8s.io/v1 (#34) - required minimum version of Kubernetes is v1.16
  • Upgrade libraries to k8s 1.20. (#31)
  • Made restartOnSecretRefresh option part of certrorator (#23)
  • Upgrade to controller runtime 0.7.0 (#18)