Skip to content

v0.2.0

Choose a tag to compare

@JoshVanL JoshVanL released this 02 Nov 10:40
· 1106 commits to main since this release
52418dd

Changes

  • Allow leader election to be configurable from the --leader-election flag #36
  • Adds required field to allowed block fields to require the associated attribute to be defined in the CertificateRequest #37
  • RequeueAfter being set to a value greater than zero implicitly sets Requeue = true to match controller-runtime behaviour #38
  • Adds EnqueueChan() to Reconcilers to allow Approvers to signal reconciles of CertificateRequestPolicies #39
  • Support multi-architecture images (linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le) #41

Breaking API Changes

  • Due to #37 which adds support for the required field to the allowed block, CertificateRequestPolicies will need to be updated to the new format on upgrade. Refer to the README for the format.