feat(twofauth): update image docker.io/2fauth/2fauth 6.0.0 → 6.1.0 (#45945)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/2fauth/2fauth](https://redirect.github.com/Bubka/2FAuth) | minor | `42f19c5` → `4ace34b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>Bubka/2FAuth (docker.io/2fauth/2fauth)</summary> ### [`v6.1.0`](https://redirect.github.com/Bubka/2FAuth/blob/HEAD/changelog.md#610---2026-03-09) [Compare Source](https://redirect.github.com/Bubka/2FAuth/compare/v6.0.0...v6.1.0) ##### Added - [PR #​526](https://redirect.github.com/Bubka/2FAuth/pull/526) Chinese Traditional translation, thanks to [@​olivertzeng](https://redirect.github.com/olivertzeng) - [PR #​527](https://redirect.github.com/Bubka/2FAuth/pull/527) Allow pasting on upload page to add QR codes easily, thanks to [@​moritzuehlingo](https://redirect.github.com/moritzuehling) ##### New env vars - `BLOCK_OPTAUTH_IMAGELINK_FETCHING`: Enable or disable fetching of resources linked in the `imagelink` parameter of OTPauth URIs encoded in QR codes ([doc](https://docs.2fauth.app/getting-started/config/env-vars/#block_optauth_imagelink_fetching)). - `THROTTLE_API_DURING_IMPORT`: Specific rate limite for API calls made by the Import feature to prevent `429` error during large import ([doc](https://docs.2fauth.app/getting-started/config/env-vars/#throttle_api_during_import), [#​522](https://redirect.github.com/Bubka/2FAuth/issues/522)). ##### Security fix - Mitigate blind SSRF by adding URL validation before imagelink resources are fetched (thx [@​DenizParlak](https://redirect.github.com/DenizParlak)). This comes with the new `BLOCK_OPTAUTH_IMAGELINK_FETCHING` env var, which is set to `true` by default. - Installation fails due to CVE-2025-45769 in transitive dependency firebase/php-jwt < 7.0.0 (via laravel/passport) (thx [@​MickLesk](https://redirect.github.com/MickLesk)) ##### Fixed - [issue #​509](https://redirect.github.com/Bubka/2FAuth/issues/509) manifest.json cannot be accessed through a reverse proxy - [issue #​516](https://redirect.github.com/Bubka/2FAuth/issues/516) Local iconsPack is greyout - cant be selected for item - [issue #​517](https://redirect.github.com/Bubka/2FAuth/issues/517) Typo: "recommanded" instead of "recommended" - [issue #​519](https://redirect.github.com/Bubka/2FAuth/issues/519) Docker Container keeps crashing on boot - [issue #​522](https://redirect.github.com/Bubka/2FAuth/issues/522) Test email missed text - Bad groupSwitch button label on group change </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdHdvZmF1dGgiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -14,7 +14,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 6.0.0
|
||||
appVersion: 6.1.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.33.0
|
||||
@@ -41,5 +41,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/twofauth
|
||||
- https://hub.docker.com/r/2fauth/2fauth
|
||||
type: application
|
||||
version: 5.4.0
|
||||
version: 5.5.0
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/2fauth/2fauth
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 6.0.0@sha256:42f19c534180a0362ce7c04b404b83c677b72f1410744c17d95275df368b8f88
|
||||
tag: 6.1.0@sha256:4ace34ba4a43650d41da4064010e2eec335dcad1f91b972cac05ee53c023b7a5
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user