chore(helm): update image docker.io/vaultwarden/server 1.32.5 → 1.32.7 (#30115)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/vaultwarden/server](https://redirect.github.com/dani-garcia/vaultwarden) | patch | `84015c9` -> `7a0aa23` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>dani-garcia/vaultwarden (docker.io/vaultwarden/server)</summary> ### [`v1.32.7`](https://redirect.github.com/dani-garcia/vaultwarden/releases/tag/1.32.7) [Compare Source](https://redirect.github.com/dani-garcia/vaultwarden/compare/1.32.6...1.32.7) #### Security Fixes This release contains a security fix for the following CVE https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-g65h-982x-4m5m. This vulnerability affects any installations that have the `ORG_GROUPS_ENABLED` setting enabled, and we urge anyone doing so to update as soon as possible. #### What's Changed - feat: mask \_smtp_img_src in support string by [@​tessus](https://redirect.github.com/tessus) in [https://github.com/dani-garcia/vaultwarden/pull/5281](https://redirect.github.com/dani-garcia/vaultwarden/pull/5281) - Some refactoring, optimizations and security fixes by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/5291](https://redirect.github.com/dani-garcia/vaultwarden/pull/5291) - Allow adding connect-src entries by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/5293](https://redirect.github.com/dani-garcia/vaultwarden/pull/5293) - Use updated fern instead of patch by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/5298](https://redirect.github.com/dani-garcia/vaultwarden/pull/5298) **Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.32.6...1.32.7 ### [`v1.32.6`](https://redirect.github.com/dani-garcia/vaultwarden/releases/tag/1.32.6) [Compare Source](https://redirect.github.com/dani-garcia/vaultwarden/compare/1.32.5...1.32.6) #### What's Changed - Fix push not working by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/5214](https://redirect.github.com/dani-garcia/vaultwarden/pull/5214) - Fix editing members which have access-all rights by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/5213](https://redirect.github.com/dani-garcia/vaultwarden/pull/5213) - chore: fix some comments by [@​chuangjinglu](https://redirect.github.com/chuangjinglu) in [https://github.com/dani-garcia/vaultwarden/pull/5224](https://redirect.github.com/dani-garcia/vaultwarden/pull/5224) - Update Rust and crates by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/5248](https://redirect.github.com/dani-garcia/vaultwarden/pull/5248) - Update Alpine to version 3.21 by [@​dfunkt](https://redirect.github.com/dfunkt) in [https://github.com/dani-garcia/vaultwarden/pull/5256](https://redirect.github.com/dani-garcia/vaultwarden/pull/5256) - Fix another sync issue with native clients by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/5259](https://redirect.github.com/dani-garcia/vaultwarden/pull/5259) - Update crates by [@​dfunkt](https://redirect.github.com/dfunkt) in [https://github.com/dani-garcia/vaultwarden/pull/5268](https://redirect.github.com/dani-garcia/vaultwarden/pull/5268) - Some Backend Admin fixes and updates by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/5272](https://redirect.github.com/dani-garcia/vaultwarden/pull/5272) #### New Contributors - [@​chuangjinglu](https://redirect.github.com/chuangjinglu) made their first contribution in [https://github.com/dani-garcia/vaultwarden/pull/5224](https://redirect.github.com/dani-garcia/vaultwarden/pull/5224) **Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.32.5...1.32.6 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: premium
|
||||
apiVersion: v2
|
||||
appVersion: 1.32.5
|
||||
appVersion: 1.32.7
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.2.4
|
||||
@@ -26,7 +26,7 @@ keywords:
|
||||
- vaultwarden
|
||||
- password
|
||||
- rust
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -38,4 +38,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/premium/vaultwarden
|
||||
- https://hub.docker.com/r/vaultwarden/server
|
||||
type: application
|
||||
version: 28.5.2
|
||||
version: 28.5.3
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/vaultwarden/server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.32.5@sha256:84015c9306cc58f4be8b09c1adc62cfc3b2648b1430e9c15901482f3d870bd14
|
||||
tag: 1.32.7@sha256:7a0aa23c0947be3582898deb5170ea4359493ed9a76af2badf60a7eb45ac36af
|
||||
|
||||
betaImage:
|
||||
repository: ghcr.io/timshel/vaultwarden
|
||||
|
||||
Reference in New Issue
Block a user