Skip to content

Releases: goci-io/aws-cert-manager-helm

0.5.0

17 May 09:59
b0742b5
Compare
Choose a tag to compare

Changes

🚀 Features

🚧 Maintenance

‼️ Breaking changes

0.4.0

22 Apr 11:53
0eb188b
Compare
Choose a tag to compare

Updates

  • Updated default chart version to v0.15.0-alpha.0
  • Ability to autogenerate CustomResourceDefinition's from helm templates to apply correct config (7cd6201)

Breaking changes

  • null_resource to apply and destroy CRDs are removed. You need to manually remove the CRDs if you need to

0.3.0

21 Apr 22:50
6646fed
Compare
Choose a tag to compare

Updates

  • Allow to remove role from route53 solver config. This is in particular useful when you use kiam and the pod itself already has sufficient permissions. When using kiam and the pod annotation is not set, but the role you will end up with "No available credentials" (f0d2118)
  • Allow to set helm chart version via helm_release_version (53d5115)
  • Updated version of custom resource definitions (now using CRDs from release 0.14) (53d5115)

Fixes

  • Remove commonName from CA cert config as this fails cert-manager validation (05085ea)
  • Remove dependency cycle on destroy (860f59e)

0.2.0

21 Apr 14:05
Compare
Choose a tag to compare

Updates

  • Enable pod security policy
  • Increase webhook replicas to 2
  • Allow to configure IAM role trust relationships
  • Allow to override IAM role name
  • Use triggers to update issuer resources
  • Add organization and "cert sign" usage to ClusterIssuer

Fixes

  • Use correct secret data key for CA secret

0.1.0

21 Mar 15:46
Compare
Choose a tag to compare

Initial release