k3s-at-home
k3s-at-home copied to clipboard
chore(deps): update container image vaultwarden/server to v1.26.0
This PR contains the following updates:
Package | Update | Change |
---|---|---|
vaultwarden/server | minor | 1.24.0 -> 1.26.0 |
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
dani-garcia/vaultwarden
v1.26.0
What's Changed
- Updated web vault to v2022.10.0
- Fix uploads from mobile clients (and dep updates) by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2675
- Update deps and Alpine image by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2665
- Add support for send v2 API endpoints by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2756
- External Links | Optimize behavior by @Fvbor in https://github.com/dani-garcia/vaultwarden/pull/2693
- Add Org user revoke feature by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2698
- Change the handling of login errors. by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2729
- Added support for web-vault v2022.9 by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2732
- add not_found catcher for 404 errors by @stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/2768
- Fix issue 2737, unable to create org by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2738
- Rename/Fix revoke/restore endpoints by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2739
- Update CSP for DuckDuckGo email forwarding by @jjlin in https://github.com/dani-garcia/vaultwarden/pull/2812
- check if data folder is a writable directory by @stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/2811
- Update build workflow by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2744
- fix: tooltip typo by @djbrownbear in https://github.com/dani-garcia/vaultwarden/pull/2746
- Update libraries and Rust version by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2758
- Fix organization vault export by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2765
- allow the removal of non-confirmed owners by @stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/2772
- v2022.9.2 expects a json response while registering by @stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/2803
- make invitation expiration time configurable by @stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/2805
- return more descriptive JWT validation messages by @stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/2806
- Add
CreationDate
to cipher response JSON by @jjlin in https://github.com/dani-garcia/vaultwarden/pull/2813 - fix link of license badge by @stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/2816
New Contributors
- @Fvbor made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/2693
- @djbrownbear made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/2746
- @stefan0xC made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/2768
Full Changelog: https://github.com/dani-garcia/vaultwarden/compare/1.25.2...1.26.0
v1.25.2
⚠️ Reminder: If you are still using the bitwardenrs/server*
Docker images, you need to migrate to the new vaultwarden
image. Check https://github.com/dani-garcia/vaultwarden/discussions/1642 for an explanation. The old images will not receive any new updates any longer.
Important
An incompatibility between the format in which some Bitwarden clients upload attachments and sends could lead to those uploads being silently corrupted. We believe this is occurring only when using the mobile clients and only on the latest vaultwarden 1.25.1. To mitigate this issue, we're releasing this quick patch to make any upload that could lead to a corrupted file explicitly return an error, notifying the user of the problem. We recommend updating as soon as possible, and checking that any recently uploaded attachments can be downloaded and opened correctly (The corrupted uploads will return an error when downloading or download a very small file).
We've also fixed the docker volume check added in 1.25.1, if you previously needed to set I_REALLY_WANT_VOLATILE_STORAGE=true
to start the container, please try again without it, and open an issue if it still won't start.
What's Changed
- Fix persistent folder check within containers by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2631
- Mitigate attachment/send upload issues by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2650
- Fix issue with CSP and icon redirects by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2624
- Update build workflow for CI by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2632
Full Changelog: https://github.com/dani-garcia/vaultwarden/compare/1.25.1...1.25.2
v1.25.1
⚠️ Reminder: If you are still using the bitwardenrs/server*
Docker images, you need to migrate to the new vaultwarden
image. Check https://github.com/dani-garcia/vaultwarden/discussions/1642 for an explanation. The old images will not receive any new updates any longer.
What's Changed
- Updated included web vault to version 2022.6.2 by @dani-garcia
- Sync global_domains.json by @jjlin in https://github.com/dani-garcia/vaultwarden/pull/2555
- Add TMP_FOLDER to .env.template by @fox34 in https://github.com/dani-garcia/vaultwarden/pull/2489
- Allow FireFox relay in CSP. by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2565
- Fix hidden ciphers within organizational view. by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2567
- Add
password_hints_allowed
config option by @jjlin in https://github.com/dani-garcia/vaultwarden/pull/2586 - Fall back to move_copy_to if persist_to fails while saving uploaded files. by @ruifung in https://github.com/dani-garcia/vaultwarden/pull/2605
- Swap Websocket crate from ws to tungstenite, which is more maintained, supports async, and removes around 20 old duplicate versions of used crates by @dani-garcia
- Fix armv6 issue with bullseye images by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2491
- Add a persistent volume check. by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2501, https://github.com/dani-garcia/vaultwarden/pull/2507
- Adding "UserEnabled" and "CreatedAt" member to the json output of a User by @Lowaiz in https://github.com/dani-garcia/vaultwarden/pull/2523
- Bump lettre to 0.10.0-rc.7 by @paolobarbolini in https://github.com/dani-garcia/vaultwarden/pull/2531
- Small email sending code improvements by @paolobarbolini in https://github.com/dani-garcia/vaultwarden/pull/2532
- A little depreciation change by @binlab in https://github.com/dani-garcia/vaultwarden/pull/2556
- Fix identicons not always working by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2571
- Small change in log-level for better debugging by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2577
- Address inconsistency v{version} with and without a v in the version with most recent updates. by @nneul in https://github.com/dani-garcia/vaultwarden/pull/2595
- Bump openssl-src from 111.21.0+1.1.1p to 111.22.0+1.1.1q by @dependabot in https://github.com/dani-garcia/vaultwarden/pull/2599
- Add more clippy checks for better code/readability by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2611
- Update deps, misc fixes and updates, small improvements on favicons and fix file-uploads by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2543, https://github.com/dani-garcia/vaultwarden/pull/2568, https://github.com/dani-garcia/vaultwarden/pull/2619
New Contributors
- @fox34 made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/2489
- @Lowaiz made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/2523
- @binlab made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/2556
- @nneul made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/2595
- @dependabot made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/2599
- @ruifung made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/2605
Full Changelog: https://github.com/dani-garcia/vaultwarden/compare/1.25.0...1.25.1
v1.25.0
⚠️ Reminder: If you are still using the bitwardenrs/server*
Docker images, you need to migrate to the new vaultwarden
image. Check https://github.com/dani-garcia/vaultwarden/discussions/1642 for an explanation. The old images will not receive any new updates any longer.
What's Changed
- Updated included web vault to v2.28.1
- Update Rocket to 0.5 and async, and compile on stable by @dani-garcia in https://github.com/dani-garcia/vaultwarden/pull/2276
- Update async to prepare for main merge + several updates by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2292
- Add IP address to missing/invalid password message for Sends by @jaen in https://github.com/dani-garcia/vaultwarden/pull/2313
- Add support for custom .env file path by @TinfoilSubmarine in https://github.com/dani-garcia/vaultwarden/pull/2315
- Added autofocus to pw field on admin login page by @taylorwmj in https://github.com/dani-garcia/vaultwarden/pull/2328
- Update login API code and update crates to fix CVE by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2354
- Several updates and fixes by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2379
- disable legacy X-XSS-Protection feature by @Wonderfall in https://github.com/dani-garcia/vaultwarden/pull/2380
- Fix building mimalloc on armv6 by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2397
- Remove u2f implementation by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2398
- Sync global_domains.json by @jjlin in https://github.com/dani-garcia/vaultwarden/pull/2400
- Add
/api/{alive,now,version}
endpoints by @jjlin in https://github.com/dani-garcia/vaultwarden/pull/2433 - Improve sync speed and updated dep. versions by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2429
- Database connection init by @jjlin in https://github.com/dani-garcia/vaultwarden/pull/2440
- Fix upload limits and disable color logs by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2480
- Update Rust version in Dockerfile by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2481
New Contributors
- @jaen made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/2313
- @TinfoilSubmarine made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/2315
- @taylorwmj made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/2328
- @Wonderfall made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/2380
Full Changelog: https://github.com/dani-garcia/vaultwarden/compare/1.24.0...1.25.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.