Skip to content

Releases: cert-manager/google-cas-issuer

v0.10.1

20 Aug 12:47
v0.10.1
cddbde7

Choose a tag to compare

google-cas-issuer enables issuing X.509 certificates using Google CA Service.

This is a dependency bump update with a few vulnerabilities reported by various tools that have been fixed.

📢 google-cas-issuer is in maintenance mode; we won't make any major changes to it. If you're interested in getting involved with the project, please reach out to the cert-manager maintainer team on slack or in a meeting!

What's Changed

Dependency Updates

  • Bump the all group across 1 directory with 8 updates by @dependabot[bot] in #283
  • Update vulnerable dependency reported by govulncheck by @SgtCoDFish in #290
  • Bump actions/checkout from 4 to 5 in the all group by @dependabot[bot] in #287
  • Bump the all group across 1 directory with 2 updates by @dependabot[bot] in #294
  • Bump the all group across 1 directory with 7 updates by @dependabot[bot] in #288

Makefile Modules

  • [CI] Merge self-upgrade-main into main by @github-actions[bot] in #278
  • [CI] Merge self-upgrade-main into main by @github-actions[bot] in #284
  • [CI] Merge self-upgrade-main into main by @github-actions[bot] in #293

Documentation

Full Changelog: v0.10.0...v0.10.1

v0.10.0

16 Jun 15:57
v0.10.0
ac61d1f

Choose a tag to compare

google-cas-issuer enables issuing X.509 certificates using Google CA Service

This release changes very little; the intent here is to include a variety of dependency bumps and to build google-cas-issuer with the latest version of Go. The minor version was bumped due to the time since the last release, but the actual changes included are minimal.

What's Changed

  • Add maintenance mode notice by @inteon in #195
  • Bump the all group across 1 directory with 4 updates by @dependabot in #196
  • Change license headers to cert-manager after the move to the cert-manager org by @inteon in #202
  • Add missing owners file by @inteon in #203
  • Run 'make upgrade-klone' and 'make generate' by @inteon in #199
  • Bump the all group across 1 directory with 5 updates by @dependabot in #201
  • Update repo url after moving the repo to the cert-manager GH organisation by @inteon in #204
  • Update GH action test definitions by @inteon in #205
  • Bump cloud.google.com/go/security from 1.18.0 to 1.18.1 in the all group by @dependabot in #206
  • Bump google.golang.org/api from 0.197.0 to 0.199.0 in the all group across 1 directory by @dependabot in #209
  • [CI] Merge self-upgrade-main into main by @github-actions in #207
  • Bump the all group across 1 directory with 4 updates by @dependabot in #215
  • [CI] Merge self-upgrade-main into main by @github-actions in #210
  • [CI] Self-upgrade merging self-upgrade-main into main by @inteon in #216
  • Bump google.golang.org/api from 0.200.0 to 0.201.0 in the all group by @dependabot in #217
  • [CI] Merge self-upgrade-main into main by @github-actions in #220
  • Bump the all group across 1 directory with 12 updates by @dependabot in #225
  • Bump the all group across 1 directory with 5 updates by @dependabot in #229
  • [CI] Merge self-upgrade-main into main by @github-actions in #226
  • [CI] Merge self-upgrade-main into main by @github-actions in #232
  • Bump the all group across 1 directory with 7 updates by @dependabot in #236
  • [CI] Merge self-upgrade-main into main by @github-actions in #235
  • Remove generated api-docs by @erikgb in #237
  • [CI] Self-upgrade merging self-upgrade-main into main by @inteon in #240
  • [CI] Self-upgrade merging self-upgrade-main into main by @inteon in #243
  • Add Helm chart OCI release to GH automation by @inteon in #238
  • [CI] Self-upgrade merging self-upgrade-main into main by @inteon in #244
  • [CI] Self-upgrade merging self-upgrade-main into main by @inteon in #248
  • [CI] Merge self-upgrade-main into main by @github-actions in #251
  • [CI] Merge self-upgrade-main into main by @github-actions in #256
  • [CI] Merge self-upgrade-main into main by @github-actions in #264
  • Bump the all group across 1 directory with 14 updates by @dependabot in #263
  • Bump the all group across 1 directory with 9 updates by @dependabot in #269
  • [CI] Merge self-upgrade-main into main by @github-actions in #266
  • Bump the all group across 1 directory with 7 updates by @dependabot in #273
  • [CI] Merge self-upgrade-main into main by @github-actions in #275
  • Bump the all group across 1 directory with 2 updates by @dependabot in #276
  • Bump google.golang.org/api from 0.236.0 to 0.237.0 in the all group by @dependabot in #277

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

27 Aug 12:04
c0dc1b9

Choose a tag to compare

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

v0.9.0-alpha.0

26 Aug 09:32
c0dc1b9

Choose a tag to compare

v0.9.0-alpha.0 Pre-release
Pre-release

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

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

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

18 Jan 16:15
d77d423

Choose a tag to compare

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

18 Jan 14:45
d77d423

Choose a tag to compare

Pre-release

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

17 Jan 17:17
974da0e

Choose a tag to compare

Pre-release

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

12 Jan 16:28
cf8510a

Choose a tag to compare

Pre-release

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

12 Jan 16:26
026dc77

Choose a tag to compare

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

  • Bump dependencies to fix CVE alerts by @inteon in #114

Full Changelog: v0.7.1...v0.7.2

Release v0.7.1

04 Aug 13:02
v0.7.1
5dd5ef8

Choose a tag to compare

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

  • Add very useful values common with the main cert-manager chart by @MaesterZ in #96

New Contributors

Full Changelog: v0.7.0...v0.7.1