This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dani-garcia/vaultwarden](https://redirect.github.com/dani-garcia/vaultwarden) | minor | `84fd8a4` -> `d89a6d2` | --- > [!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 (ghcr.io/dani-garcia/vaultwarden)</summary> ### [`v1.35.2`](https://redirect.github.com/dani-garcia/vaultwarden/releases/tag/1.35.2) [Compare Source](https://redirect.github.com/dani-garcia/vaultwarden/compare/1.35.1...1.35.2) #### Notable changes Fixed an issue with the web-vault which prevent creating an organization. #### What's Changed - update web-vault to fix org creation by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [#​6646](https://redirect.github.com/dani-garcia/vaultwarden/pull/6646) - return no content with status code 204 by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [#​6665](https://redirect.github.com/dani-garcia/vaultwarden/pull/6665) - allow MasterPasswordHash for Android by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [#​6673](https://redirect.github.com/dani-garcia/vaultwarden/pull/6673) - improve sso callback path by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [#​6676](https://redirect.github.com/dani-garcia/vaultwarden/pull/6676) - Fix web-vault version check and update web-vault by [@​BlackDex](https://redirect.github.com/BlackDex) in [#​6686](https://redirect.github.com/dani-garcia/vaultwarden/pull/6686) **Full Changelog**: <https://github.com/dani-garcia/vaultwarden/compare/1.35.1...1.35.2> ### [`v1.35.1`](https://redirect.github.com/dani-garcia/vaultwarden/releases/tag/1.35.1) [Compare Source](https://redirect.github.com/dani-garcia/vaultwarden/compare/1.35.0...1.35.1) #### Notable changes - Fixed issue with applications being logged out after upgrading due to changes to refresh token parsing - Updated web vault to 2025.12.1 - Correctly publish `alpine` tag, which was missing in 1.35.0 #### What's Changed - Update lockfile by [@​dani-garcia](https://redirect.github.com/dani-garcia) in [#​6600](https://redirect.github.com/dani-garcia/vaultwarden/pull/6600) - Re-add `alpine` tag by [@​dfunkt](https://redirect.github.com/dfunkt) in [#​6626](https://redirect.github.com/dani-garcia/vaultwarden/pull/6626) - Misc updates by [@​BlackDex](https://redirect.github.com/BlackDex) in [#​6627](https://redirect.github.com/dani-garcia/vaultwarden/pull/6627) - Try old refresh token if we fail to decode jwt by [@​dani-garcia](https://redirect.github.com/dani-garcia) in [#​6629](https://redirect.github.com/dani-garcia/vaultwarden/pull/6629) **Full Changelog**: <https://github.com/dani-garcia/vaultwarden/compare/1.35.0...1.35.1> ### [`v1.35.0`](https://redirect.github.com/dani-garcia/vaultwarden/releases/tag/1.35.0) [Compare Source](https://redirect.github.com/dani-garcia/vaultwarden/compare/1.34.3...1.35.0) #### Notable changes - Implemented support for SSO with OpenID Connect, <https://github.com/dani-garcia/vaultwarden/wiki/Enabling-SSO-support-using-OpenId-Connect> - Updated web vault to 2025.12.0 - Added support for future mobile apps with versions 2026.1.0+ - This is the first vaultwarden release using [immutable releases](https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/immutable-releases) and release attestation! #### What's Changed - Fix multi delete slowdown by [@​BlackDex](https://redirect.github.com/BlackDex) in [#​6144](https://redirect.github.com/dani-garcia/vaultwarden/pull/6144) - Perform same checks when setting kdf by [@​Timshel](https://redirect.github.com/Timshel) in [#​6141](https://redirect.github.com/dani-garcia/vaultwarden/pull/6141) - SSO using OpenID Connect by [@​Timshel](https://redirect.github.com/Timshel) in [#​3899](https://redirect.github.com/dani-garcia/vaultwarden/pull/3899) - Delete SSO.md by [@​dani-garcia](https://redirect.github.com/dani-garcia) in [#​6152](https://redirect.github.com/dani-garcia/vaultwarden/pull/6152) - Update webauthn-rs to 0.5.x by [@​zUnixorn](https://redirect.github.com/zUnixorn) in [#​5934](https://redirect.github.com/dani-garcia/vaultwarden/pull/5934) - a little cleanup after SSO merge by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [#​6153](https://redirect.github.com/dani-garcia/vaultwarden/pull/6153) - Fix link to point to the wiki by [@​Timshel](https://redirect.github.com/Timshel) in [#​6157](https://redirect.github.com/dani-garcia/vaultwarden/pull/6157) - Fix Email 2FA for mobile apps by [@​dfunkt](https://redirect.github.com/dfunkt) in [#​6156](https://redirect.github.com/dani-garcia/vaultwarden/pull/6156) - Update Rust to 1.89.0 by [@​dfunkt](https://redirect.github.com/dfunkt) in [#​6150](https://redirect.github.com/dani-garcia/vaultwarden/pull/6150) - Fix several more multi select push issues by [@​BlackDex](https://redirect.github.com/BlackDex) in [#​6151](https://redirect.github.com/dani-garcia/vaultwarden/pull/6151) - Fix minor typo by [@​ncguk](https://redirect.github.com/ncguk) in [#​6165](https://redirect.github.com/dani-garcia/vaultwarden/pull/6165) - Update crates, fixes some yanked crates by [@​BlackDex](https://redirect.github.com/BlackDex) in [#​6167](https://redirect.github.com/dani-garcia/vaultwarden/pull/6167) - Fix WebauthN issue with Software Keys by [@​BlackDex](https://redirect.github.com/BlackDex) in [#​6168](https://redirect.github.com/dani-garcia/vaultwarden/pull/6168) - Fix Playwright test conf and update deps by [@​Timshel](https://redirect.github.com/Timshel) in [#​6176](https://redirect.github.com/dani-garcia/vaultwarden/pull/6176) - Misc updates by [@​BlackDex](https://redirect.github.com/BlackDex) in [#​6185](https://redirect.github.com/dani-garcia/vaultwarden/pull/6185) - fix typo in description of helo\_name by [@​Flottegurke](https://redirect.github.com/Flottegurke) in [#​6194](https://redirect.github.com/dani-garcia/vaultwarden/pull/6194) - Fix Playwright by [@​Timshel](https://redirect.github.com/Timshel) in [#​6206](https://redirect.github.com/dani-garcia/vaultwarden/pull/6206) - Switch to GHA's concurrency control by [@​dfunkt](https://redirect.github.com/dfunkt) in [#​6164](https://redirect.github.com/dani-garcia/vaultwarden/pull/6164) - Make database connection pool dynamic by [@​Samoth69](https://redirect.github.com/Samoth69) in [#​6166](https://redirect.github.com/dani-garcia/vaultwarden/pull/6166) - Re-add `if` check to release workflow by [@​dfunkt](https://redirect.github.com/dfunkt) in [#​6227](https://redirect.github.com/dani-garcia/vaultwarden/pull/6227) - Fix Webauthn/Passkey 2FA migration/validation issues by [@​BlackDex](https://redirect.github.com/BlackDex) in [#​6190](https://redirect.github.com/dani-garcia/vaultwarden/pull/6190) - refactor(config): update template, add validation by [@​tessus](https://redirect.github.com/tessus) in [#​6229](https://redirect.github.com/dani-garcia/vaultwarden/pull/6229) - Show SSO\_ALLOW\_UNKNOWN\_EMAIL\_VERIFICATION in admin by [@​Timshel](https://redirect.github.com/Timshel) in [#​6235](https://redirect.github.com/dani-garcia/vaultwarden/pull/6235) - Update crates, gha and web-vault by [@​BlackDex](https://redirect.github.com/BlackDex) in [#​6234](https://redirect.github.com/dani-garcia/vaultwarden/pull/6234) - Fix panic around sso\_master\_password\_policy by [@​Timshel](https://redirect.github.com/Timshel) in [#​6233](https://redirect.github.com/dani-garcia/vaultwarden/pull/6233) - make webauthn more optional by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [#​6160](https://redirect.github.com/dani-garcia/vaultwarden/pull/6160) - Fix 2fa recovery endpoint by [@​BlackDex](https://redirect.github.com/BlackDex) in [#​6240](https://redirect.github.com/dani-garcia/vaultwarden/pull/6240) - update trivy-action to v0.33.0 by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [#​6248](https://redirect.github.com/dani-garcia/vaultwarden/pull/6248) - update web vault to v2025.9.1 and allow new policy by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [#​6340](https://redirect.github.com/dani-garcia/vaultwarden/pull/6340) - prevent changing collections when hide\_passwords is true by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [#​6278](https://redirect.github.com/dani-garcia/vaultwarden/pull/6278) - Fix `sso_user` dropped on `User::save` by [@​Timshel](https://redirect.github.com/Timshel) in [#​6262](https://redirect.github.com/dani-garcia/vaultwarden/pull/6262) - Change OIDC dummy identifier by [@​Timshel](https://redirect.github.com/Timshel) in [#​6263](https://redirect.github.com/dani-garcia/vaultwarden/pull/6263) - add new billing warnings endpoint by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [#​6369](https://redirect.github.com/dani-garcia/vaultwarden/pull/6369) - Add auth\_request pending endpoint by [@​Timshel](https://redirect.github.com/Timshel) in [#​6368](https://redirect.github.com/dani-garcia/vaultwarden/pull/6368) - Fix Org identifier by [@​Timshel](https://redirect.github.com/Timshel) in [#​6364](https://redirect.github.com/dani-garcia/vaultwarden/pull/6364) - add mail address change warning for invited accounts by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [#​6377](https://redirect.github.com/dani-garcia/vaultwarden/pull/6377) - add missing media-src directive by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [#​6381](https://redirect.github.com/dani-garcia/vaultwarden/pull/6381) - add seat limit for the invite dialog by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [#​6371](https://redirect.github.com/dani-garcia/vaultwarden/pull/6371) - \[Playwright] Improvements around node by [@​Timshel](https://redirect.github.com/Timshel) in [#​6321](https://redirect.github.com/dani-garcia/vaultwarden/pull/6321) - Use Diesels MultiConnections Derive by [@​BlackDex](https://redirect.github.com/BlackDex) in [#​6279](https://redirect.github.com/dani-garcia/vaultwarden/pull/6279) - Improve protected actions by [@​dani-garcia](https://redirect.github.com/dani-garcia) in [#​6411](https://redirect.github.com/dani-garcia/vaultwarden/pull/6411) - Fix issue with key-rotation and emergency-access by [@​BlackDex](https://redirect.github.com/BlackDex) in [#​6421](https://redirect.github.com/dani-garcia/vaultwarden/pull/6421) - Optimizations and build speedup by [@​BlackDex](https://redirect.github.com/BlackDex) in [#​6339](https://redirect.github.com/dani-garcia/vaultwarden/pull/6339) - Use an older version of mariadb to prevent a panic by [@​BlackDex](https://redirect.github.com/BlackDex) in [#​6453](https://redirect.github.com/dani-garcia/vaultwarden/pull/6453) - Playwright against abitrary web-vault by [@​Timshel](https://redirect.github.com/Timshel) in [#​6380](https://redirect.github.com/dani-garcia/vaultwarden/pull/6380) - Fix KDF Change with new web-vault by [@​BlackDex](https://redirect.github.com/BlackDex) in [#​6458](https://redirect.github.com/dani-garcia/vaultwarden/pull/6458) - Fix: admin theme emoji alignment by [@​joepduin](https://redirect.github.com/joepduin) in [#​6459](https://redirect.github.com/dani-garcia/vaultwarden/pull/6459) - remove invalid emergency access dummy value by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [#​6463](https://redirect.github.com/dani-garcia/vaultwarden/pull/6463) - Add `pm-25373-windows-biometrics-v2` feature flag by [@​Ephemera42](https://redirect.github.com/Ephemera42) in [#​6468](https://redirect.github.com/dani-garcia/vaultwarden/pull/6468) - Switch to multiple runners per arch by [@​dfunkt](https://redirect.github.com/dfunkt) in [#​6472](https://redirect.github.com/dani-garcia/vaultwarden/pull/6472) - Fix icon redirect caching by [@​BlackDex](https://redirect.github.com/BlackDex) in [#​6487](https://redirect.github.com/dani-garcia/vaultwarden/pull/6487) - Fix around singleorg policy by [@​Timshel](https://redirect.github.com/Timshel) in [#​6247](https://redirect.github.com/dani-garcia/vaultwarden/pull/6247) - fix email as 2fa provider by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [#​6473](https://redirect.github.com/dani-garcia/vaultwarden/pull/6473) - Update crates and Rust version by [@​BlackDex](https://redirect.github.com/BlackDex) in [#​6485](https://redirect.github.com/dani-garcia/vaultwarden/pull/6485) - Add option to prefer IPv6 resolving by [@​BlackDex](https://redirect.github.com/BlackDex) in [#​6494](https://redirect.github.com/dani-garcia/vaultwarden/pull/6494) - Some small admin js/css updates by [@​BlackDex](https://redirect.github.com/BlackDex) in [#​6501](https://redirect.github.com/dani-garcia/vaultwarden/pull/6501) - Update crates and workflows and some fixes by [@​BlackDex](https://redirect.github.com/BlackDex) in [#​6508](https://redirect.github.com/dani-garcia/vaultwarden/pull/6508) - Fixed a typo in the default TTL value by [@​k725](https://redirect.github.com/k725) in [#​6528](https://redirect.github.com/dani-garcia/vaultwarden/pull/6528) - Iterate over tags on release by [@​Timshel](https://redirect.github.com/Timshel) in [#​6518](https://redirect.github.com/dani-garcia/vaultwarden/pull/6518) - Org.put\_policy type not in body anymore by [@​Timshel](https://redirect.github.com/Timshel) in [#​6514](https://redirect.github.com/dani-garcia/vaultwarden/pull/6514) - Android want response property in camelCase by [@​Timshel](https://redirect.github.com/Timshel) in [#​6513](https://redirect.github.com/dani-garcia/vaultwarden/pull/6513) - Fix admin invite with SSO by [@​Timshel](https://redirect.github.com/Timshel) in [#​6498](https://redirect.github.com/dani-garcia/vaultwarden/pull/6498) - Improve sso auth flow by [@​Timshel](https://redirect.github.com/Timshel) in [#​6205](https://redirect.github.com/dani-garcia/vaultwarden/pull/6205) - fix email as 2fa for sso by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [#​6495](https://redirect.github.com/dani-garcia/vaultwarden/pull/6495) - Fix release workflow by [@​BlackDex](https://redirect.github.com/BlackDex) in [#​6532](https://redirect.github.com/dani-garcia/vaultwarden/pull/6532) - Further fixes for the release workflow by [@​dfunkt](https://redirect.github.com/dfunkt) in [#​6533](https://redirect.github.com/dani-garcia/vaultwarden/pull/6533) - add empty /api/tasks endpoint by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [#​6557](https://redirect.github.com/dani-garcia/vaultwarden/pull/6557) - Revert to gzip compression by [@​dfunkt](https://redirect.github.com/dfunkt) in [#​6566](https://redirect.github.com/dani-garcia/vaultwarden/pull/6566) - support UriMatchDefaults policy by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [#​6570](https://redirect.github.com/dani-garcia/vaultwarden/pull/6570) - Add new accountKeys and masterPasswordUnlock fields by [@​dani-garcia](https://redirect.github.com/dani-garcia) in [#​6572](https://redirect.github.com/dani-garcia/vaultwarden/pull/6572) - Update crates and Rust by [@​BlackDex](https://redirect.github.com/BlackDex) in [#​6551](https://redirect.github.com/dani-garcia/vaultwarden/pull/6551) - Add UserDecryption on /sync too by [@​dani-garcia](https://redirect.github.com/dani-garcia) in [#​6574](https://redirect.github.com/dani-garcia/vaultwarden/pull/6574) - Update web-vault to v2025.12.0 by [@​BlackDex](https://redirect.github.com/BlackDex) in [#​6577](https://redirect.github.com/dani-garcia/vaultwarden/pull/6577) - Fix posting cipher with readonly collections by [@​BlackDex](https://redirect.github.com/BlackDex) in [#​6578](https://redirect.github.com/dani-garcia/vaultwarden/pull/6578) - Update crates by [@​BlackDex](https://redirect.github.com/BlackDex) in [#​6585](https://redirect.github.com/dani-garcia/vaultwarden/pull/6585) - Simplify binary extraction by [@​dfunkt](https://redirect.github.com/dfunkt) in [#​6554](https://redirect.github.com/dani-garcia/vaultwarden/pull/6554) - Remove unnecessary output sharing between jobs by [@​dfunkt](https://redirect.github.com/dfunkt) in [#​6555](https://redirect.github.com/dani-garcia/vaultwarden/pull/6555) - Add wrapped named variants to UserDecryptionOptions by [@​dani-garcia](https://redirect.github.com/dani-garcia) in [#​6598](https://redirect.github.com/dani-garcia/vaultwarden/pull/6598) #### New Contributors - [@​zUnixorn](https://redirect.github.com/zUnixorn) made their first contribution in [#​5934](https://redirect.github.com/dani-garcia/vaultwarden/pull/5934) - [@​ncguk](https://redirect.github.com/ncguk) made their first contribution in [#​6165](https://redirect.github.com/dani-garcia/vaultwarden/pull/6165) - [@​Flottegurke](https://redirect.github.com/Flottegurke) made their first contribution in [#​6194](https://redirect.github.com/dani-garcia/vaultwarden/pull/6194) - [@​Samoth69](https://redirect.github.com/Samoth69) made their first contribution in [#​6166](https://redirect.github.com/dani-garcia/vaultwarden/pull/6166) - [@​joepduin](https://redirect.github.com/joepduin) made their first contribution in [#​6459](https://redirect.github.com/dani-garcia/vaultwarden/pull/6459) - [@​k725](https://redirect.github.com/k725) made their first contribution in [#​6528](https://redirect.github.com/dani-garcia/vaultwarden/pull/6528) **Full Changelog**: <https://github.com/dani-garcia/vaultwarden/compare/1.34.3...1.35.0> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdmF1bHR3YXJkZW4iLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
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 the 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 that 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