chore(helm): update image docker.io/2fauth/2fauth 5.4.3 → 5.5.0 (#33681)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/2fauth/2fauth](https://redirect.github.com/Bubka/2FAuth) | minor | `a4ca559` -> `06263b8` | 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> ### [`v5.5.0`](https://redirect.github.com/Bubka/2FAuth/blob/HEAD/changelog.md#550---2025-03-27) [Compare Source](https://redirect.github.com/Bubka/2FAuth/compare/v5.4.3...v5.5.0) ##### Announcement Did you know that the 2FAuth official web browser extension has been released!? The goal of this web extension is to offer an alternative way to interact with your 2FAuth server and to make 2FA account registration and OTP generation even easier and faster. It's still in early (and beta) stage, but it's functional. For now, only OTP generation is supported, as well as the Search & Group features. Next step is to be able to capture QR codes in the browser pages. This will allow to register a 2FA account in 2FAuth during the 2FA enrollment process on the service website. - [2FAuth web extension for Firefox](https://addons.mozilla.org/en-US/firefox/addon/2fauth-addon/) - [2FAuth web extension for Chrome](https://chromewebstore.google.com/detail/2fauth-beta/kokhpbhfeokchmbimdlaldcmlinjpipm?hl=en) - [2FAuth web extension for Edge](https://microsoftedge.microsoft.com/addons/detail/2fauth-beta/kgfofcnddpapmmhibkbaljffnpmcmlde) Feedback and bug reports (in this repository please) are very welcome. <hr/> ⚠️ This release drops PHP 8.2 support ⚠️ ##### Added - It is now possible to define custom defaults for user preferences as well as to lock the preferences from being changed by users. This feature requires a bit of configuration, a [dedicated page](https://docs.2fauth.app/getting-started/config/user-preferences/) has been added to the documentation site to guide you through the process. ([#​413](https://redirect.github.com/Bubka/2FAuth/issues/413)) - A user preference to enable precalculation and display of the next OTP code.\ Don't be surprised if you don't see the next code right after enabling this option, the code fades in slowly in order to maintain good readability of the current code. ([#​416](https://redirect.github.com/Bubka/2FAuth/issues/416)) - New languages: Danish, Dutch, Italian, Korean, Portuguese (Brazilian) ##### Changed - The version number has been removed from the footer and from the About page for unauthenticated users. ([#​432](https://redirect.github.com/Bubka/2FAuth/issues/432)) - 2FAuth now starts searching as soon as the user starts typing, without having to explicitly give focus to the search field. ([#​441](https://redirect.github.com/Bubka/2FAuth/issues/441)) ##### Fixed - [issue #​438](https://redirect.github.com/Bubka/2FAuth/issues/438) Sorting not working if "Service" is null - [issue #​458](https://redirect.github.com/Bubka/2FAuth/issues/458) The `/up` route no longer creates sessions - [issue #​462](https://redirect.github.com/Bubka/2FAuth/issues/462) The check for new versions is no longer triggered whereas the *Check for new version* setting is disabled - [PR #​455](https://redirect.github.com/Bubka/2FAuth/pull/455) Logo size overflow, by [@​BitSleek](https://redirect.github.com/BitSleek) - Multiple Race Condition in Group Management Feature. Credits to [@​bugdiscole](https://redirect.github.com/bugdisclose) ##### API \[1.7.0] - New `403` response for the PUT operation of path `/api/v1/user/preferences/{name}` - New `409` response for the POST operation of path `/api/v1/groups/{id}/assign` - New `locked` property in the `userPreference` model </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTMuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIxMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 5.4.3
|
||||
appVersion: 5.5.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -33,4 +33,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/twofauth
|
||||
- https://hub.docker.com/r/2fauth/2fauth
|
||||
type: application
|
||||
version: 3.7.1
|
||||
version: 3.8.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/2fauth/2fauth
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 5.4.3@sha256:a4ca5595de44d58e7943d1f1ee0670ce17dccf53c118ef200e3ecaf5dbbc5362
|
||||
tag: 5.5.0@sha256:06263b8de76bd2c0a666202bc436726d3e4fdc7be31cb31bcd4e1bb43c900599
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user