Update Helm release vault to v0.32.0 (#3241)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [vault](https://www.vaultproject.io) ([source](https://github.com/hashicorp/vault-helm)) | minor | `0.31.0` → `0.32.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>hashicorp/vault-helm (vault)</summary> ### [`v0.32.0`](https://github.com/hashicorp/vault-helm/blob/HEAD/CHANGELOG.md#0320-January-14-2026) [Compare Source](https://github.com/hashicorp/vault-helm/compare/v0.31.0...v0.32.0) Changes: - Default `vault` version updated to 1.21.2 - Default `vault-csi-provider` version updated to 1.7.0 - Default `vault-k8s` version updated to 1.7.2 - Tested with Vault versions 1.21-1.19, 1.16 - Tested with Kubernetes versions 1.35-1.31 - Test with Kind v0.31.0 Features: - server: Add OpenShift service-ca operator automation [GH-1165](https://github.com/hashicorp/vault-helm/pull/1165) Improvements: - server: Allow users to specify the target service for the ServiceMonitor [GH-1148](https://github.com/hashicorp/vault-helm/pull/1148) Bugs: - server: Add namespace to network policy template [GH-1152](https://github.com/hashicorp/vault-helm/pull/1152) - server: Check if `disable_mlock` is already set before adding to end of HCL config [GH-1154](https://github.com/hashicorp/vault-helm/pull/1154) - server: provide declarative parameters for volumeClaimTemplates [GH-982](https://github.com/hashicorp/vault-helm/pull/982) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=--> Reviewed-on: #3241 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
This commit was merged in pull request #3241.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
dependencies:
|
||||
- name: vault
|
||||
repository: https://helm.releases.hashicorp.com
|
||||
version: 0.31.0
|
||||
version: 0.32.0
|
||||
- name: app-template
|
||||
repository: https://bjw-s-labs.github.io/helm-charts/
|
||||
version: 4.6.0
|
||||
- name: app-template
|
||||
repository: https://bjw-s-labs.github.io/helm-charts/
|
||||
version: 4.6.0
|
||||
digest: sha256:3d12a8b4593b46501dbf37f8c02dbb362d276c8a99ff5adf747e6ea9798c9274
|
||||
generated: "2026-01-07T16:21:06.305332889Z"
|
||||
digest: sha256:a4f54f2590c11377d1ca5d804ef3acf2564c4f4ac8e20376583f2779a49cb0bc
|
||||
generated: "2026-01-16T18:05:43.1677868Z"
|
||||
|
||||
@@ -19,7 +19,7 @@ maintainers:
|
||||
- name: alexlebens
|
||||
dependencies:
|
||||
- name: vault
|
||||
version: 0.31.0
|
||||
version: 0.32.0
|
||||
repository: https://helm.releases.hashicorp.com
|
||||
- name: app-template
|
||||
alias: snapshot
|
||||
|
||||
Reference in New Issue
Block a user