Skip to content

Commit

Permalink
fix(container): update image docker.io/vaultwarden/server to v1.32.3 (#…
Browse files Browse the repository at this point in the history
…364)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/vaultwarden/server](https://redirect.github.com/dani-garcia/vaultwarden)
| patch | `1.32.1` -> `1.32.3` |

---

### Release Notes

<details>
<summary>dani-garcia/vaultwarden
(docker.io/vaultwarden/server)</summary>

###
[`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
([#&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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**:
dani-garcia/vaultwarden@1.32.2...1.32.3

###
[`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
[@&#8203;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
[@&#8203;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
[@&#8203;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**:
dani-garcia/vaultwarden@1.32.1...1.32.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on saturday" (UTC), 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/sp3nx0r/homelab).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 511be8c commit c76ca02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
main:
image:
repository: docker.io/vaultwarden/server
tag: 1.32.1
tag: 1.32.3
env:
TZ: America/Chicago
DATA_FOLDER: config
Expand Down

0 comments on commit c76ca02

Please sign in to comment.