Skip to content

Commit 787f43a

Browse files
authored
Release updates for v0.5.2 (#653)
1 parent 84caafb commit 787f43a

File tree

4 files changed

+33
-4
lines changed

4 files changed

+33
-4
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
1+
## 0.5.2 (March 13th, 2024)
2+
3+
Improvements:
4+
* VDS: support configuring an explicit sync delay for non-renewable leases without an explicit TTL: [GH-641](https://github.com/hashicorp/vault-secrets-operator/pull/641)
5+
* OLM: add newly required ClusterServiceVersion annotations: [GH-628](https://github.com/hashicorp/vault-secrets-operator/pull/628)
6+
* Helm: mention global transformation option env variable: [GH-626](https://github.com/hashicorp/vault-secrets-operator/pull/626)
7+
8+
Fix:
9+
* API: make some required bool parameters optional: [GH-650](https://github.com/hashicorp/vault-secrets-operator/pull/650)
10+
* VDS: make rotationSchedule status field optional: [GH-621](https://github.com/hashicorp/vault-secrets-operator/pull/621)
11+
* VPS: return an error when the PKI secret is nil: [GH-636](https://github.com/hashicorp/vault-secrets-operator/pull/636)
12+
* Core: ensure VaultConnection headers are set on the vault client: [GH-629](https://github.com/hashicorp/vault-secrets-operator/pull/629)
13+
14+
Build:
15+
* Use Go 1.21.8: [GH-651](https://github.com/hashicorp/vault-secrets-operator/pull/651)
16+
17+
Dependency Updates:
18+
* Bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3: [GH-646](https://github.com/hashicorp/vault-secrets-operator/pull/646)
19+
* Bump github.com/go-openapi/runtime from 0.27.1 to 0.28.0: [GH-648](https://github.com/hashicorp/vault-secrets-operator/pull/648)
20+
* Bump github.com/go-openapi/strfmt from 0.22.1 to 0.23.0: [GH-649](https://github.com/hashicorp/vault-secrets-operator/pull/649)
21+
* Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0: [GH-634](https://github.com/hashicorp/vault-secrets-operator/pull/634)
22+
* Bump github.com/stretchr/testify from 1.8.4 to 1.9.0: [GH-633](https://github.com/hashicorp/vault-secrets-operator/pull/633)
23+
* Bump google.golang.org/api from 0.167.0 to 0.169.0: [GH-647](https://github.com/hashicorp/vault-secrets-operator/pull/647)
24+
* Bump google.golang.org/protobuf from 1.32.0 to 1.33.0: [GH-642](https://github.com/hashicorp/vault-secrets-operator/pull/642)
25+
* Bump sigs.k8s.io/controller-runtime from 0.17.1 to 0.17.2: [GH-625](https://github.com/hashicorp/vault-secrets-operator/pull/625)
26+
* Bump ubi9/ubi-micro from 9.3-13 to 9.3-15: [GH-640](https://github.com/hashicorp/vault-secrets-operator/pull/640)
27+
* Bump ubi9/ubi-minimal from 9.3-1552 to 9.3-1612: [GH-639](https://github.com/hashicorp/vault-secrets-operator/pull/639)
28+
129
## 0.5.1 (February 20th, 2024)
30+
231
Fix:
332
* Sync: mitigate potential schema validation failures by only adding finalizers after a status update: [GH-609](https://github.com/hashicorp/vault-secrets-operator/pull/609)
433

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
apiVersion: v2
55
name: vault-secrets-operator
6-
version: 0.5.1
7-
appVersion: "0.5.1"
6+
version: 0.5.2
7+
appVersion: "0.5.2"
88
kubeVersion: ">=1.22.0-0"
99
description: Official Vault Secrets Operator Chart
1010
type: application

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ controller:
102102
image:
103103
pullPolicy: IfNotPresent
104104
repository: hashicorp/vault-secrets-operator
105-
tag: 0.5.1
105+
tag: 0.5.2
106106

107107
# Global secret transformation options. In addition to the boolean options
108108
# below, these options may be set via the

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ kind: Kustomization
1616
images:
1717
- name: controller
1818
newName: hashicorp/vault-secrets-operator
19-
newTag: 0.5.1
19+
newTag: 0.5.2

0 commit comments

Comments
 (0)