Releases: goci-io/aws-cert-manager-helm
Releases · goci-io/aws-cert-manager-helm
0.5.0
Changes
🚀 Features
- feat: allow to configure initial issuer type (#5) @etwillbefine
🚧 Maintenance
- break: remove unused ca cert (#7) @etwillbefine
- chore: set repository url and remove deprecated data source (#10) @etwillbefine
‼️ Breaking changes
- improvement(break): remove provider config (#9) @etwillbefine
- break: remove unused ca cert (#7) @etwillbefine
0.4.0
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
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
0.2.0
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
Initial release