cert-manager issuer for Google CA Service.
Breaking changes
Image tags now use the v
prefix:
-quay.io/jetstack/cert-manager-google-cas-issuer:0.8.0
+quay.io/jetstack/cert-manager-google-cas-issuer:v0.9.0
How to install
- Install cert-manager
helm repo add jetstack https://charts.jetstack.io --force-update
helm install \
cert-manager jetstack/cert-manager \
--namespace cert-manager \
--create-namespace \
--version v1.15.3 \
--set crds.enabled=true
- Install the Google CAS Issuer
helm repo add jetstack https://charts.jetstack.io --force-update
helm install \
google-cas-issuer jetstack/cert-manager-google-cas-issuer \
--namespace cert-manager \
--version v0.9.0
What's Changed
- Make sure tags are fetched by the GH action by @inteon in #119
- Fix typos / wording in comments by @SgtCoDFish in #123
- Add 'crds.enabled' and 'crds.keep' options to generated CRDs by @inteon in #136
- Use v-prefixed image tags by @inteon in #192
Makefile modules:
- Migrate to use Makefile modules by @inteon in #120
- [CI] Merge self-upgrade into main by @github-actions in #124
- [CI] Merge self-upgrade into main by @github-actions in #128
- [CI] Merge self-upgrade into main by @github-actions in #131
- [CI] Merge self-upgrade into main by @github-actions in #139
- [CI] Merge self-upgrade-main into main by @github-actions in #151
- [CI] Merge self-upgrade-main into main by @github-actions in #165
- [CI] Merge self-upgrade-main into main by @github-actions in #175
- Upgrade oci image module by @inteon in #126
Dependabot:
- Bump the all group with 8 updates by @dependabot in #122
- Bump the all group with 1 update by @dependabot in #125
- Bump the all group with 2 updates by @dependabot in #130
- Bump the all group with 5 updates by @dependabot in #134
- Bump the all group with 8 updates by @dependabot in #140
- Bump the all group with 12 updates by @dependabot in #145
- Bump the all group across 1 directory with 10 updates by @dependabot in #153
- Bump the all group across 1 directory with 11 updates by @dependabot in #163
- Bump the all group across 1 directory with 14 updates by @dependabot in #174
- Bump the all group across 1 directory with 10 updates by @dependabot in #182
- Bump the all group across 1 directory with 11 updates by @dependabot in #191
- Bump google.golang.org/api from 0.193.0 to 0.194.0 in the all group by @dependabot in #193
New Contributors
- @dependabot made their first contribution in #122
- @github-actions made their first contribution in #124
Full Changelog: v0.8.0...v0.9.0-alpha.0