Releases: cert-manager/google-cas-issuer
v0.9.0
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
v0.9.0-alpha.0
Alpha release of Google CAS issuer v0.9.0.
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-alpha.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-alpha.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
Release v0.8.0
Docker images are available at quay.io/jetstack/cert-manager-google-cas-issuer:0.8.0
One-line install: kubectl apply -f https://github.com/jetstack/google-cas-issuer/releases/download/v0.8.0/google-cas-issuer-v0.8.0.yaml
What's Changed
- Bump dependencies to fix CVE alerts by @inteon in #114
- Refactor this issuer to use issuer-lib by @inteon in #109
- Remove v prefix from image tag by @inteon in #117
- Add namespace attributes and render for the cert-manager namespace by default by @inteon in #118
Full Changelog: v0.7.2...v0.8.0
Release v0.8.0-alpha.2
Docker images are available at quay.io/jetstack/cert-manager-google-cas-issuer:0.8.0-alpha.2
One-line install: kubectl apply -f https://github.com/jetstack/google-cas-issuer/releases/download/v0.8.0-alpha.2/google-cas-issuer-v0.8.0-alpha.2.yaml
Release v0.8.0-alpha.1
Docker images are available at quay.io/jetstack/cert-manager-google-cas-issuer:0.8.0-alpha.1
One-line install: kubectl apply -f https://github.com/jetstack/google-cas-issuer/releases/download/v0.8.0-alpha.1/google-cas-issuer-v0.8.0-alpha.1.yaml
Release v0.8.0-alpha.0
Docker images are available at quay.io/jetstack/cert-manager-google-cas-issuer:0.8.0-alpha.0
One-line install: kubectl apply -f https://github.com/jetstack/google-cas-issuer/releases/download/v0.8.0-alpha.0/google-cas-issuer-v0.8.0-alpha.0.yaml
What's Changed
- Bump dependencies to fix CVE alerts by @inteon in #114
- Refactor this issuer to use issuer-lib by @inteon in #109
Full Changelog: v0.7.2...v0.8.0-alpha.0
Release v0.7.2
Docker images are available at quay.io/jetstack/cert-manager-google-cas-issuer:0.7.2
One-line install: kubectl apply -f https://github.com/jetstack/google-cas-issuer/releases/download/v0.7.2/google-cas-issuer-v0.7.2.yaml
What's Changed
Full Changelog: v0.7.1...v0.7.2
Release v0.7.1
Docker images are available at quay.io/jetstack/cert-manager-google-cas-issuer:0.7.1
One-line install: kubectl apply -f https://github.com/jetstack/google-cas-issuer/releases/download/v0.7.1/google-cas-issuer-v0.7.1.yaml
What's Changed
New Contributors
Full Changelog: v0.7.0...v0.7.1
Release v0.7.0
Docker images are available at quay.io/jetstack/cert-manager-google-cas-issuer:0.7.0
One-line install: kubectl apply -f https://github.com/jetstack/google-cas-issuer/releases/download/v0.7.0/google-cas-issuer-v0.7.0.yaml
What's Changed
- Update contact email in helm chart by @SgtCoDFish in #97
- Allow tests on forks by @inteon in #105
- Fix info logging on certificate request controller by @klemmari1 in #103
- Give GH jobs unique names by @inteon in #106
- Document how our CI works by @inteon in #107
- Feat/certtemplate by @g-soeldner in #100
New Contributors
- @inteon made their first contribution in #105
- @klemmari1 made their first contribution in #103
- @g-soeldner made their first contribution in #100
Full Changelog: v0.6.2...v0.7.0
Release v0.6.2
Docker images are available at quay.io/jetstack/cert-manager-google-cas-issuer:0.6.2
One-line install: kubectl apply -f https://github.com/jetstack/google-cas-issuer/releases/download/v0.6.2/google-cas-issuer-v0.6.2.yaml
Includes a PR from @milesarmstrong - thanks for the contribution!
Thanks also to @JoshVanL, @SgtCoDFish, @wallrj and @inteon for their input!