chore(container): update image docker.io/vaultwarden/server to v1 by renovate (#27693)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/vaultwarden/server](https://redirect.github.com/dani-garcia/vaultwarden) | patch | `7899093` -> `c07f531` | --- > [!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.2`](https://redirect.github.com/dani-garcia/vaultwarden/releases/tag/1.32.2) [Compare Source](https://redirect.github.com/dani-garcia/vaultwarden/compare/1.32.1...1.32.2) #### Notable changes - Fixed collection management for managers #### What's Changed - Fix compiling for Windows targets by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/5053](https://redirect.github.com/dani-garcia/vaultwarden/pull/5053) - Updates and collection management fixes by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/5072](https://redirect.github.com/dani-garcia/vaultwarden/pull/5072) - Fix `--version` from failing without config by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/5055](https://redirect.github.com/dani-garcia/vaultwarden/pull/5055) **Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.32.1...1.32.2 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
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.1
|
||||
appVersion: 1.32.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.0.0
|
||||
@@ -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.4.1
|
||||
version: 28.4.2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/vaultwarden/server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.32.1@sha256:7899093c3d34eaf1c4f12cd4bb31b3cb4e0ccfa3823b3661feff4561be69c823
|
||||
tag: 1.32.2@sha256:c07f5319d20bdbd58a19d7d779a1e97159ce25cb95572baa947c70f58589937c
|
||||
|
||||
betaImage:
|
||||
repository: ghcr.io/timshel/vaultwarden
|
||||
|
||||
Reference in New Issue
Block a user