chore(helm): update image docker.io/vaultwarden/server 1.32.2 → 1.32.5 (#29558)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/vaultwarden/server](https://redirect.github.com/dani-garcia/vaultwarden) | patch | `c07f531` -> `84015c9` | --- > [!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.5`](https://redirect.github.com/dani-garcia/vaultwarden/releases/tag/1.32.5) [Compare Source](https://redirect.github.com/dani-garcia/vaultwarden/compare/1.32.4...1.32.5) #### Security Fixes This release further fixed some CVE Reports reported by a third party security auditor and we recommend everybody to update to the latest version as soon as possible. The contents of these reports will be disclosed publicly in the future. #### Notable changes - Added SSH-Key storage support. Currently only usable with Bitwarden Desktop v2024.12.0 and newer. You need to enable this feature by adding `ssh-key-vault-item,ssh-agent` to the `EXPERIMENTAL_CLIENT_FEATURE_FLAGS` config option. [See .env.template](https://redirect.github.com/dani-garcia/vaultwarden/blob/cdfdc6ff4f61a7495cd70609c0d9098ff10b55a4/.env.template#L353-L354) #### What's Changed - Fix if logic error by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/5171](https://redirect.github.com/dani-garcia/vaultwarden/pull/5171) - More authrequest fixes by [@​dani-garcia](https://redirect.github.com/dani-garcia) in [https://github.com/dani-garcia/vaultwarden/pull/5176](https://redirect.github.com/dani-garcia/vaultwarden/pull/5176) - Add dynamic CSS support by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/4940](https://redirect.github.com/dani-garcia/vaultwarden/pull/4940) - fix hibp username encoding and pw hint check by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/5180](https://redirect.github.com/dani-garcia/vaultwarden/pull/5180) - Remove auth-request deletion by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/5184](https://redirect.github.com/dani-garcia/vaultwarden/pull/5184) - fix password hint check by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/5189](https://redirect.github.com/dani-garcia/vaultwarden/pull/5189) - don't infer manage permission for groups by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/5190](https://redirect.github.com/dani-garcia/vaultwarden/pull/5190) - Some more authrequest changes by [@​dani-garcia](https://redirect.github.com/dani-garcia) in [https://github.com/dani-garcia/vaultwarden/pull/5188](https://redirect.github.com/dani-garcia/vaultwarden/pull/5188) - Support SSH keys on desktop 2024.12 by [@​dani-garcia](https://redirect.github.com/dani-garcia) in [https://github.com/dani-garcia/vaultwarden/pull/5187](https://redirect.github.com/dani-garcia/vaultwarden/pull/5187) - Fix Org Import duplicate collections by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/5200](https://redirect.github.com/dani-garcia/vaultwarden/pull/5200) **Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.32.4...1.32.5 ### [`v1.32.4`](https://redirect.github.com/dani-garcia/vaultwarden/releases/tag/1.32.4) [Compare Source](https://redirect.github.com/dani-garcia/vaultwarden/compare/1.32.3...1.32.4) #### Security Fixes This release has fixed some CVE Reports reported by a third party security auditor and we recommend everybody to update to the latest version as soon as possible. The contents of these reports will be disclosed publicly in the future. #### Notable changes - Added more compatibility fixes for the native mobile apps, datetimes are now formatted without too many decimals. - Email Template changes to the send emergency access invite. If you have modified this template, make sure to update it with the new changes. #### What's Changed - Update README by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/5153](https://redirect.github.com/dani-garcia/vaultwarden/pull/5153) **Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.32.3...1.32.4 ### [`v1.32.3`](https://redirect.github.com/dani-garcia/vaultwarden/releases/tag/1.32.3) [Compare Source](https://redirect.github.com/dani-garcia/vaultwarden/compare/1.32.2...1.32.3) #### Notable changes - Email template for org invites was updated again. The URL got HTML Encoded which resulted in a sometimes non-working URL ([#​5100](https://redirect.github.com/dani-garcia/vaultwarden/issues/5100)) - Fixed SMTP issues with some providers which send erroneous response to `QUIT` messages (Like QQ) (Thanks to [@​paolobarbolini](https://redirect.github.com/paolobarbolini)) - Fixed a long standing collection management issue where collections were not able to be managed via the **Password Manager** overview #### What's Changed - Fix iOS sync by converting field types to int by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/5081](https://redirect.github.com/dani-garcia/vaultwarden/pull/5081) - Fix field type to actually be hidden by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/5082](https://redirect.github.com/dani-garcia/vaultwarden/pull/5082) - Fix org invite url being html encoded by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/5100](https://redirect.github.com/dani-garcia/vaultwarden/pull/5100) - Update Rust to 1.82.0 by [@​dfunkt](https://redirect.github.com/dfunkt) in [https://github.com/dani-garcia/vaultwarden/pull/5099](https://redirect.github.com/dani-garcia/vaultwarden/pull/5099) - Fix collection management and match some json output by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/5095](https://redirect.github.com/dani-garcia/vaultwarden/pull/5095) - Add `extension-refresh` feature flag by [@​dfunkt](https://redirect.github.com/dfunkt) in [https://github.com/dani-garcia/vaultwarden/pull/5106](https://redirect.github.com/dani-garcia/vaultwarden/pull/5106) - Hide user name on invite status by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/5110](https://redirect.github.com/dani-garcia/vaultwarden/pull/5110) - Add documentation for the `extension-refresh` feature flag by [@​dfunkt](https://redirect.github.com/dfunkt) in [https://github.com/dani-garcia/vaultwarden/pull/5112](https://redirect.github.com/dani-garcia/vaultwarden/pull/5112) - Update crates and fix Mail issue by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/5125](https://redirect.github.com/dani-garcia/vaultwarden/pull/5125) **Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.32.2...1.32.3 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
|||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: premium
|
truecharts.org/train: premium
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.32.2
|
appVersion: 1.32.5
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 25.1.7
|
version: 25.1.7
|
||||||
@@ -38,4 +38,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/premium/vaultwarden
|
- https://github.com/truecharts/charts/tree/master/charts/premium/vaultwarden
|
||||||
- https://hub.docker.com/r/vaultwarden/server
|
- https://hub.docker.com/r/vaultwarden/server
|
||||||
type: application
|
type: application
|
||||||
version: 28.4.4
|
version: 28.4.5
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: docker.io/vaultwarden/server
|
repository: docker.io/vaultwarden/server
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 1.32.2@sha256:c07f5319d20bdbd58a19d7d779a1e97159ce25cb95572baa947c70f58589937c
|
tag: 1.32.5@sha256:84015c9306cc58f4be8b09c1adc62cfc3b2648b1430e9c15901482f3d870bd14
|
||||||
|
|
||||||
betaImage:
|
betaImage:
|
||||||
repository: ghcr.io/timshel/vaultwarden
|
repository: ghcr.io/timshel/vaultwarden
|
||||||
|
|||||||
Reference in New Issue
Block a user