github cert-manager/google-cas-issuer v0.9.0

23 days ago

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

  1. 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
  1. 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:

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

Don't miss a new google-cas-issuer release

NewReleases is sending notifications on new releases.