Skip to content

Commit

Permalink
Release updates for v0.6.0 (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
benashz authored Apr 24, 2024
1 parent 5c62c3c commit 57b8739
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## 0.6.0 (April 24th, 2024)

Fix:
* VDS: reconcile instances on lifetimeWatcher done events and other Vault client rotation events: [GH-665](https://github.com/hashicorp/vault-secrets-operator/pull/665)

Improvements:
* Core: no longer restore all clients from storage: [GH-684](https://github.com/hashicorp/vault-secrets-operator/pull/684)
* Helm: lower min k8s version to 1.21: [GH-656](https://github.com/hashicorp/vault-secrets-operator/pull/656)

Build:
* Upgrade to go 1.22.2: [GH-683](https://github.com/hashicorp/vault-secrets-operator/pull/683)
* CI: fix tests in GKE: [GH-675](https://github.com/hashicorp/vault-secrets-operator/pull/675)
* OLM: remove the `skips` from the last release: [GH-703](https://github.com/hashicorp/vault-secrets-operator/pull/703)

Dependency Updates:
* Bump github.com/cenkalti/backoff/v4 from 4.2.1 to 4.3.0: [GH-673](https://github.com/hashicorp/vault-secrets-operator/pull/673)
* Bump github.com/gruntwork-io/terratest from 0.46.11 to 0.46.13: [GH-669](https://github.com/hashicorp/vault-secrets-operator/pull/669)
* Bump github.com/hashicorp/go-hclog from 1.6.2 to 1.6.3: [GH-679](https://github.com/hashicorp/vault-secrets-operator/pull/679)
* Bump github.com/hashicorp/vault/api from 1.12.1 to 1.12.2: [GH-667](https://github.com/hashicorp/vault-secrets-operator/pull/667)
* Bump github.com/hashicorp/vault/sdk from 0.11.1 to 0.12.0: [GH-687](https://github.com/hashicorp/vault-secrets-operator/pull/687)
* Bump github.com/onsi/gomega from 1.32.0 to 1.33.0: [GH-696](https://github.com/hashicorp/vault-secrets-operator/pull/696)
* Bump github.com/prometheus/client_model from 0.6.0 to 0.6.1: [GH-678](https://github.com/hashicorp/vault-secrets-operator/pull/678)
* Bump google.golang.org/api from 0.171.0 to 0.172.0: [GH-672](https://github.com/hashicorp/vault-secrets-operator/pull/672)
* Bump k8s.io/client-go from 0.29.2 to 0.29.3: [GH-660](https://github.com/hashicorp/vault-secrets-operator/pull/660)
* Bump sigs.k8s.io/controller-runtime from 0.17.2 to 0.17.3: [GH-688](https://github.com/hashicorp/vault-secrets-operator/pull/688)

## 0.5.2 (March 13th, 2024)

Improvements:
Expand Down
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

apiVersion: v2
name: vault-secrets-operator
version: 0.5.2
appVersion: "0.5.2"
version: 0.6.0
appVersion: "0.6.0"
kubeVersion: ">=1.21.0-0"
description: Official Vault Secrets Operator Chart
type: application
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ controller:
image:
pullPolicy: IfNotPresent
repository: hashicorp/vault-secrets-operator
tag: 0.5.2
tag: 0.6.0

# Global secret transformation options. In addition to the boolean options
# below, these options may be set via the
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ kind: Kustomization
images:
- name: controller
newName: hashicorp/vault-secrets-operator
newTag: 0.5.2
newTag: 0.6.0

0 comments on commit 57b8739

Please sign in to comment.