From 0ca18e17b6324cbb4e1639dad4f364088d52c62c Mon Sep 17 00:00:00 2001 From: Roel de Cort <63876068+dc-tec@users.noreply.github.com> Date: Sun, 1 Sep 2024 09:41:08 +0200 Subject: [PATCH] chore(deps): update helm release vaultwarden to v0.25.2 (#36) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [vaultwarden](https://redirect.github.com/guerzon/vaultwarden) | HelmChart | minor | `0.24.1` -> `0.25.2` | --- ### Release Notes
guerzon/vaultwarden (vaultwarden) ### [`v0.25.2`](https://redirect.github.com/guerzon/vaultwarden/releases/tag/v0.25.2) [Compare Source](https://redirect.github.com/guerzon/vaultwarden/compare/v0.25.1...v0.25.2) vaultwarden is an unofficial Bitwarden-compatible server written in Rust #### What's Changed - fix: incomplete fix, additional by [@​guerzon](https://redirect.github.com/guerzon) in [https://github.com/guerzon/vaultwarden/pull/113](https://redirect.github.com/guerzon/vaultwarden/pull/113) **Full Changelog**: https://github.com/guerzon/vaultwarden/compare/v0.25.1...v0.25.2 ### [`v0.25.1`](https://redirect.github.com/guerzon/vaultwarden/releases/tag/v0.25.1) [Compare Source](https://redirect.github.com/guerzon/vaultwarden/compare/v0.25.0...v0.25.1) vaultwarden is an unofficial Bitwarden-compatible server written in Rust #### What's Changed - fix: make customHeadersConfigMap optional by [@​guerzon](https://redirect.github.com/guerzon) in [https://github.com/guerzon/vaultwarden/pull/112](https://redirect.github.com/guerzon/vaultwarden/pull/112) **Full Changelog**: https://github.com/guerzon/vaultwarden/compare/v0.25.0...v0.25.1 ### [`v0.25.0`](https://redirect.github.com/guerzon/vaultwarden/releases/tag/v0.25.0) [Compare Source](https://redirect.github.com/guerzon/vaultwarden/compare/v0.24.4...v0.25.0) vaultwarden is an unofficial Bitwarden-compatible server written in Rust #### What's Changed - feat: Replace nginx snippet annotation with custom header annotation by [@​HerrSpeck](https://redirect.github.com/HerrSpeck) in [https://github.com/guerzon/vaultwarden/pull/106](https://redirect.github.com/guerzon/vaultwarden/pull/106) #### New Contributors - [@​HerrSpeck](https://redirect.github.com/HerrSpeck) made their first contribution in [https://github.com/guerzon/vaultwarden/pull/106](https://redirect.github.com/guerzon/vaultwarden/pull/106) **Full Changelog**: https://github.com/guerzon/vaultwarden/compare/v0.24.4...v0.25.0 ### [`v0.24.4`](https://redirect.github.com/guerzon/vaultwarden/releases/tag/v0.24.4) [Compare Source](https://redirect.github.com/guerzon/vaultwarden/compare/v0.24.3...v0.24.4) vaultwarden is an unofficial Bitwarden-compatible server written in Rust #### What's Changed - service: use selectorLabels helper by [@​craigcabrey](https://redirect.github.com/craigcabrey) in [https://github.com/guerzon/vaultwarden/pull/95](https://redirect.github.com/guerzon/vaultwarden/pull/95) #### New Contributors - [@​craigcabrey](https://redirect.github.com/craigcabrey) made their first contribution in [https://github.com/guerzon/vaultwarden/pull/95](https://redirect.github.com/guerzon/vaultwarden/pull/95) **Full Changelog**: https://github.com/guerzon/vaultwarden/compare/v0.24.3...v0.24.4 ### [`v0.24.3`](https://redirect.github.com/guerzon/vaultwarden/releases/tag/v0.24.3) [Compare Source](https://redirect.github.com/guerzon/vaultwarden/compare/v0.24.2...v0.24.3) vaultwarden is an unofficial Bitwarden-compatible server written in Rust #### What's Changed - fix: add flag to enable notifications service by [@​guerzon](https://redirect.github.com/guerzon) in [https://github.com/guerzon/vaultwarden/pull/110](https://redirect.github.com/guerzon/vaultwarden/pull/110) **Full Changelog**: https://github.com/guerzon/vaultwarden/compare/v0.24.2...v0.24.3 ### [`v0.24.2`](https://redirect.github.com/guerzon/vaultwarden/releases/tag/v0.24.2) [Compare Source](https://redirect.github.com/guerzon/vaultwarden/compare/v0.24.1...v0.24.2) vaultwarden is an unofficial Bitwarden-compatible server written in Rust #### What's Changed - Push Notifications existing secret by [@​Yannik26](https://redirect.github.com/Yannik26) in [https://github.com/guerzon/vaultwarden/pull/107](https://redirect.github.com/guerzon/vaultwarden/pull/107) #### New Contributors - [@​Yannik26](https://redirect.github.com/Yannik26) made their first contribution in [https://github.com/guerzon/vaultwarden/pull/107](https://redirect.github.com/guerzon/vaultwarden/pull/107) **Full Changelog**: https://github.com/guerzon/vaultwarden/compare/v0.24.1...v0.24.2
--- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). Co-authored-by: Renovate Bot --- applications/vaultwarden/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/vaultwarden/kustomization.yaml b/applications/vaultwarden/kustomization.yaml index 8df9154..100c8da 100644 --- a/applications/vaultwarden/kustomization.yaml +++ b/applications/vaultwarden/kustomization.yaml @@ -13,6 +13,6 @@ helmCharts: includeCRDs: true releaseName: vaultwarden namespace: vaultwarden-app - version: 0.24.1 + version: 0.25.2 repo: https://guerzon.github.io/vaultwarden valuesFile: config/values.yaml