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=-->
title
| title |
|---|
| TrueCharts |
Community Helm Chart Catalog
TrueCharts is a catalog of highly optimised Helm Charts. Made for the community, By the community!
All our charts are supposed to work together and be easy to setup using any helm-compatible deployment tool, above all, give the average user more than enough options to tune things to their liking.
Getting started using TrueCharts
Support
Please check our FAQ, manual and Issue tracker There is a significant chance your issue has been reported before!
Still something not working as expected? Contact us! and we'll figure it out together!
Development
Our development process is fully distributed and agile, so every chart-maintainer is free to set their own roadmap and development speed and does not have to comply to a centralised roadmap. This ensures freedom and flexibility for everyone involved and makes sure you, the end user, always has the latest and greatest of every Chart installed.
Getting into creating Charts
For more information check the website: https://truecharts.org
Contact and Support
To contact the TrueCharts project:
-
Create an issue on Github issues
-
Open a Support Ticket
-
Send us an email
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Licence
Truecharts, is primarily based on a AGPL-v3 license, this ensures almost everyone can use and modify our charts. Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in said folder.
An exception to this, has been made for every document inside folders labeled as docs or doc and their subfolders: those folders are not licensed under AGPL-v3 and are considered "all rights reserved". Said content can be modified and changes submitted per PR, in accordance to the github End User License Agreement.
SPDX-License-Identifier: AGPL-3.0