mirror of
https://github.com/truecharts/charts.git
synced 2026-07-15 01:11:21 -03:00
chore(helm): update image docker.io/2fauth/2fauth 5.5.2 → 5.6.0 (#36442)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/2fauth/2fauth](https://redirect.github.com/Bubka/2FAuth) | minor | `d59326c` -> `a3071ec` | --- > [!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>Bubka/2FAuth (docker.io/2fauth/2fauth)</summary> ### [`v5.6.0`](https://redirect.github.com/Bubka/2FAuth/blob/HEAD/changelog.md#560---2025-06-18) [Compare Source](https://redirect.github.com/Bubka/2FAuth/compare/v5.5.2...v5.6.0) Unless you are an icon lover, there isn't much to get excited about with 2FAuth v5.6 (see below for details). That's because I'm focused on refactoring the web app's front end and the web extension so that they are built using shared components. The process is time consuming, but it's a necessary step to optimize future developments and avoid repeating code. The shared components are ready, as is a new version of the web extension that makes use of these components. I plan to migrate the 2FAuth web app as soon as possible so that I can start working on new features again. ##### Added - The *Get official icon* feature now includes two new icon providers, [selfh.st](https://selfh.st/icons/) and [dashboardicons.com](https://dashboardicons.com/), as well as the ability to select a preferred variant or to switch between providers directly from the Advanced form. ([#​475](https://redirect.github.com/Bubka/2FAuth/issues/475)). ##### New env vars - `OPENID_HTTP_VERIFY_SSL_PEER`: Enable or disable SSL peer verification during OpenID authentication process ([doc](https://docs.2fauth.app/getting-started/configuration/#openid_http_verify_ssl_peer)). ##### Changed - Personal Access Token (PAT) can be used when authentication is restricted to SSO only. This is particularly useful when you want to use the 2FAuth web extension. Check out the new *Allow PAT usage* setting in the Admin > Auth > SSO section ([#​474](https://redirect.github.com/Bubka/2FAuth/issues/474)). ##### Fixed - [issue #​477](https://redirect.github.com/Bubka/2FAuth/issues/477) Steam OTP codes don't refresh when become invalid - [PR #​482](https://redirect.github.com/Bubka/2FAuth/pull/482) Docker entrypoint not calling the right php-fpm version, thanks to [@​jkoch22](https://redirect.github.com/jkoch22) ##### API \[1.8.0] - `/api/v1/icons/default` POST path added ([doc](https://docs.2fauth.app/resources/rapidoc.html#get-/api/v1/icons/default)). </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 5.5.2
|
||||
appVersion: 5.6.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/twofauth
|
||||
- https://hub.docker.com/r/2fauth/2fauth
|
||||
type: application
|
||||
version: 3.8.1
|
||||
version: 3.9.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/2fauth/2fauth
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 5.5.2@sha256:d59326cd6ac96fd24933deac962f705e57f101775f5c9a03db9fad8b4ce2011f
|
||||
tag: 5.6.0@sha256:a3071ecaffc59c654eafe3ac71a90cc07b2dd3a71888fe10a7e925041992097f
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user