You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,24 @@
1
-
## Unreleased
1
+
## 1.5.0 (July 23rd, 2026)
2
2
3
-
Breaking Changes:
3
+
BREAKING CHANGES:
4
4
*`VaultAuth`/`VaultAuthGlobal` AppRole `spec.appRole.secretIDPath` has been removed. Use
5
5
`spec.appRole.secretRef` instead, which references a Kubernetes Secret containing the AppRole
6
6
Secret ID.
7
7
8
+
Dependency Updates:
9
+
* Bump the gomod-backward-compatible group across 1 directory with 2 updates: ([#1302](https://github.com/hashicorp/vault-secrets-operator/pull/1302))
10
+
* Bump the gomod-backward-compatible group across 1 directory with 5 updates (#1308)
11
+
* Bump github.com/go-openapi/runtime from 0.32.5 to 0.32.6 in the gomod-backward-compatible group ([#1310](https://github.com/hashicorp/vault-secrets-operator/pull/1310)
12
+
* Bump google.golang.org/grpc from 1.82.0 to 1.82.1 ([#1311](https://github.com/hashicorp/vault-secrets-operator/pull/1311)
13
+
* Bump google.golang.org/api from 0.289.0 to 0.290.0 in the gomod-backward-compatible group across 1 directory ([#1313](https://github.com/hashicorp/vault-secrets-operator/pull/1313)
14
+
15
+
Build:
16
+
* Build with Go 1.26.5
17
+
* Test with Vault 2.0.3, 1.21.8, 1.20.13, 1.19.19
18
+
* Test with Kind v0.32.0
19
+
* Test with K8s 1.36.1, 1.35.5, 1.34.8, 1.33.12, 1.32.11
0 commit comments