From bec30957c1b1d93f1d8a9ec5f3f2a12b0bd86ad4 Mon Sep 17 00:00:00 2001 From: Ben Ash <32777270+benashz@users.noreply.github.com> Date: Wed, 15 Nov 2023 09:44:02 -0500 Subject: [PATCH] Release v0.4.0 (#457) --- CHANGELOG.md | 25 +++++++++++++++++++++++-- chart/Chart.yaml | 4 ++-- chart/values.yaml | 2 +- config/manager/kustomization.yaml | 2 +- 4 files changed, 27 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 201f2d01..c18090f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,28 @@ -## Unreleased +## 0.4.0 (November 15th, 2023) Features: -* VaultAuth: Support for the GCP authentication method when using GKE workload identity [GH-411](https://github.com/hashicorp/vault-secrets-operator/pull/411) +* VaultAuth: Support for the GCP authentication method when using GKE workload identity: [GH-411](https://github.com/hashicorp/vault-secrets-operator/pull/411) + +Fix: +* Remove unneeded instantiation of the VSO ConfigMap watcher: [GH-446](https://github.com/hashicorp/vault-secrets-operator/pull/446) + +Dependency Updates: +* Upgrade kube-rbac-proxy to v0.15.0: [GH-458](https://github.com/hashicorp/vault-secrets-operator/pull/458) +* Bump github.com/gruntwork-io/terratest from 0.46.5 to 0.46.6: [GH-455](https://github.com/hashicorp/vault-secrets-operator/pull/455) +* Bump google.golang.org/api from 0.149.0 to 0.150.0: [GH-454](https://github.com/hashicorp/vault-secrets-operator/pull/454) +* Bump ubi9/ubi-minimal from 9.2-750.1697625013 to 9.3-1361: [GH-444](https://github.com/hashicorp/vault-secrets-operator/pull/444) +* Bump ubi9/ubi-micro from 9.2-15.1696515526 to 9.3-6: [GH-443](https://github.com/hashicorp/vault-secrets-operator/pull/443) +* Bump github.com/gruntwork-io/terratest from 0.46.1 to 0.46.5: [GH-440](https://github.com/hashicorp/vault-secrets-operator/pull/440) +* Bump google.golang.org/api from 0.148.0 to 0.149.0: [GH-439](https://github.com/hashicorp/vault-secrets-operator/pull/439) +* Bump github.com/go-logr/logr from 1.2.4 to 1.3.0: [GH-435](https://github.com/hashicorp/vault-secrets-operator/pull/435) +* Bump github.com/google/uuid from 1.3.1 to 1.4.0: [GH-434](https://github.com/hashicorp/vault-secrets-operator/pull/434) +* Bump github.com/onsi/gomega from 1.28.1 to 1.29.0: [GH-433](https://github.com/hashicorp/vault-secrets-operator/pull/433) +* Bump google.golang.org/grpc from 1.57.0 to 1.57.1: [GH-428](https://github.com/hashicorp/vault-secrets-operator/pull/428) +* Bump k8s.io/apimachinery from 0.28.2 to 0.28.3: [GH-421](https://github.com/hashicorp/vault-secrets-operator/pull/421) +* Bump github.com/onsi/gomega from 1.28.0 to 1.28.1: [GH-420](https://github.com/hashicorp/vault-secrets-operator/pull/420) +* Bump k8s.io/api from 0.28.2 to 0.28.3: [GH-419](https://github.com/hashicorp/vault-secrets-operator/pull/419) +* Bump github.com/gruntwork-io/terratest from 0.46.0 to 0.46.1: [GH-418](https://github.com/hashicorp/vault-secrets-operator/pull/418) +* Bump sigs.k8s.io/controller-runtime from 0.16.2 to 0.16.3: [GH-417](https://github.com/hashicorp/vault-secrets-operator/pull/417) ## 0.3.4 (October 19th, 2023) Fix: diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 2b4e8074..163da3d5 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -3,8 +3,8 @@ apiVersion: v2 name: vault-secrets-operator -version: 0.3.4 -appVersion: "0.3.4" +version: 0.4.0 +appVersion: "0.4.0" kubeVersion: ">=1.22.0-0" description: Official Vault Secrets Operator Chart type: application diff --git a/chart/values.yaml b/chart/values.yaml index 77780e32..d867f383 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -100,7 +100,7 @@ controller: # Image sets the repo and tag of the vault-secrets-operator image to use for the controller. image: repository: hashicorp/vault-secrets-operator - tag: 0.3.4 + tag: 0.4.0 # Configures the client cache which is used by the controller to cache (and potentially persist) vault tokens that # are the result of using the VaultAuthMethod. This enables re-use of Vault Tokens diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index c933a104..9754d8e0 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -16,4 +16,4 @@ kind: Kustomization images: - name: controller newName: hashicorp/vault-secrets-operator - newTag: 0.3.4 + newTag: 0.4.0