Skip to content

Commit 08a6e50

Browse files
authored
Release v0.9.0 (#948)
* Build with Go version 1.22.8
1 parent d41df30 commit 08a6e50

File tree

5 files changed

+35
-7
lines changed

5 files changed

+35
-7
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.22.2
1+
1.22.8

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## 0.9.0 (October 8th, 2024)
2+
3+
Features:
4+
* Add support for syncing [HVS rotating secrets](https://developer.hashicorp.com/hcp/docs/vault-secrets/auto-rotation): [GH-893](https://github.com/hashicorp/vault-secrets-operator/pull/893) [GH-889](https://github.com/hashicorp/vault-secrets-operator/pull/889)
5+
* Add support for syncing [HVS dynamic secrets](https://developer.hashicorp.com/hcp/docs/vault-secrets/dynamic-secrets): [GH-917](https://github.com/hashicorp/vault-secrets-operator/pull/917) [GH-939](https://github.com/hashicorp/vault-secrets-operator/pull/939) [GH-934](https://github.com/hashicorp/vault-secrets-operator/pull/934) [GH-941](https://github.com/hashicorp/vault-secrets-operator/pull/941)
6+
7+
Fix:
8+
* VC: update `spec.timeout` to be a string: [GH-906](https://github.com/hashicorp/vault-secrets-operator/pull/906)
9+
10+
Improvements:
11+
* VSS(instant-updates): more stable event watcher: [GH-898](https://github.com/hashicorp/vault-secrets-operator/pull/898)
12+
* Bump kube-rbac-proxy to 0.18.1: [GH-909](https://github.com/hashicorp/vault-secrets-operator/pull/909)
13+
14+
Build:
15+
* Upgrade controller-gen to 0.16.3: [GH-944](https://github.com/hashicorp/vault-secrets-operator/pull/944)
16+
* SEC-090: Automated trusted workflow pinning (2024-08-13): [GH-888](https://github.com/hashicorp/vault-secrets-operator/pull/888)
17+
* SEC-090: Automated trusted workflow pinning (2024-08-19): [GH-897](https://github.com/hashicorp/vault-secrets-operator/pull/897)
18+
* SEC-090: Automated trusted workflow pinning (2024-09-30): [GH-937](https://github.com/hashicorp/vault-secrets-operator/pull/937)
19+
* Use dependabot groups for Go deps: [GH-924](https://github.com/hashicorp/vault-secrets-operator/pull/924)
20+
* Conform to IPS-002: [GH-947](https://github.com/hashicorp/vault-secrets-operator/pull/947)
21+
22+
Dependency Updates:
23+
* Bump the gomod-backward-compatible group across 1 directory with 14 updates: [GH-943](https://github.com/hashicorp/vault-secrets-operator/pull/943)
24+
* Bump golang.org/x/crypto from 0.27.0 to 0.28.0 in the gomod-backward-compatible group: [GH-945](https://github.com/hashicorp/vault-secrets-operator/pull/945)
25+
* Bump ubi9/ubi-micro from 9.4-13 to 9.4-15: [GH-904](https://github.com/hashicorp/vault-secrets-operator/pull/904)
26+
* Bump ubi9/ubi-minimal from 9.4-1227.1725849298 to 9.4-1227.1726694542: [GH-930](https://github.com/hashicorp/vault-secrets-operator/pull/930)
27+
28+
129
## 0.8.1 (July 29th, 2024)
230

331
Improvements:

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.8.1
7-
appVersion: "0.8.1"
6+
version: 0.9.0
7+
appVersion: "0.9.0"
88
kubeVersion: ">=1.21.0-0"
99
description: Official Vault Secrets Operator Chart
1010
type: application

chart/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ controller:
7474
# All values are case-insensitive.
7575
# Specifying '*' as the first element will include all roles in the aggregation.
7676
#
77-
# The ClusterRole name takes the form of <chart-fullname>-aggregate-role-viewer.
77+
# The ClusterRole name takes the form of `<chart-fullname>`-aggregate-role-viewer.
7878
#
7979
# Example usages:
8080
# all roles:
@@ -90,7 +90,7 @@ controller:
9090
# All values are case-insensitive.
9191
# Specifying '*' as the first element will include all roles in the aggregation.
9292
#
93-
# The ClusterRole name takes the form of <chart-fullname>-aggregate-role-editor.
93+
# The ClusterRole name takes the form of `<chart-fullname>`-aggregate-role-editor.
9494
#
9595
# Example usages:
9696
# all roles:
@@ -161,7 +161,7 @@ controller:
161161
image:
162162
pullPolicy: IfNotPresent
163163
repository: hashicorp/vault-secrets-operator
164-
tag: 0.8.1
164+
tag: 0.9.0
165165

166166
# logging
167167
logging:

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.8.1
19+
newTag: 0.9.0

0 commit comments

Comments
 (0)