fix(vaultwarden): update image ghcr.io/dani-garcia/vaultwarden 1.35.7 → 1.35.8 (#47554)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dani-garcia/vaultwarden](https://redirect.github.com/dani-garcia/vaultwarden) | patch | `9a8eec7` → `c4f6056` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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 (ghcr.io/dani-garcia/vaultwarden)</summary> ### [`v1.35.8`](https://redirect.github.com/dani-garcia/vaultwarden/releases/tag/1.35.8) [Compare Source](https://redirect.github.com/dani-garcia/vaultwarden/compare/1.35.7...1.35.8) #### What's Changed - Dummy org Master password policy auth fix by [@​Timshel](https://redirect.github.com/Timshel) in [#​7097](https://redirect.github.com/dani-garcia/vaultwarden/pull/7097) - Fix recovery-code not working by [@​BlackDex](https://redirect.github.com/BlackDex) in [#​7102](https://redirect.github.com/dani-garcia/vaultwarden/pull/7102) - Fix invalid refresh token response by [@​BlackDex](https://redirect.github.com/BlackDex) in [#​7105](https://redirect.github.com/dani-garcia/vaultwarden/pull/7105) - Update Rust, Crates, GHA and fix a DNS issue by [@​BlackDex](https://redirect.github.com/BlackDex) in [#​7108](https://redirect.github.com/dani-garcia/vaultwarden/pull/7108) - Update web-vault and crates by [@​BlackDex](https://redirect.github.com/BlackDex) in [#​7121](https://redirect.github.com/dani-garcia/vaultwarden/pull/7121) **Full Changelog**: <https://github.com/dani-garcia/vaultwarden/compare/1.35.7...1.35.8> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC92YXVsdHdhcmRlbiIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.35.7
|
||||
appVersion: 1.35.8
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.1.6
|
||||
@@ -41,5 +41,5 @@ sources:
|
||||
- https://github.com/dani-garcia/vaultwarden
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/vaultwarden
|
||||
type: application
|
||||
version: 30.1.1
|
||||
version: 30.1.2
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: ghcr.io/dani-garcia/vaultwarden
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.35.7@sha256:9a8eec71f4a52411cc43edc7a50f33e9b6f62b5baca0dd95f0c6e7fd60f1a341
|
||||
tag: 1.35.8@sha256:c4f6056fe0c288a052a223cecd263a90d1dda1a0177bb5b054a363a6c7b211d9
|
||||
|
||||
betaImage:
|
||||
repository: ghcr.io/timshel/vaultwarden
|
||||
|
||||
Reference in New Issue
Block a user