2024-01-14 00:09:43 +00:00
|
|
|
annotations:
|
2024-04-29 10:28:39 +00:00
|
|
|
max_scale_version: 24.04.1
|
|
|
|
min_scale_version: 24.04.0
|
2024-01-14 00:09:43 +00:00
|
|
|
truecharts.org/SCALE-support: "true"
|
|
|
|
truecharts.org/category: auth
|
2024-05-31 09:03:52 +00:00
|
|
|
truecharts.org/max_helm_version: "3.15"
|
2024-03-08 00:09:37 +00:00
|
|
|
truecharts.org/min_helm_version: "3.11"
|
2024-03-06 13:27:47 +00:00
|
|
|
truecharts.org/train: stable
|
2023-12-28 12:07:47 +00:00
|
|
|
apiVersion: v2
|
chore(deps): update container image 2fauth/2fauth to v5.2.0@e0de91d by renovate (#22609)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [2fauth/2fauth](https://togithub.com/Bubka/2FAuth) | minor | `5.1.1`
-> `5.2.0` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>Bubka/2FAuth (2fauth/2fauth)</summary>
###
[`v5.2.0`](https://togithub.com/Bubka/2FAuth/blob/HEAD/changelog.md#520---2024-05-29)
[Compare
Source](https://togithub.com/Bubka/2FAuth/compare/v5.1.1...v5.2.0)
2FAuth v5.2 offers a new notification feature. Each user can now decide
whether they want to receive an email after a successful login from a
new device, or after a failed login.
For now, both notifications are **disabled** by default. Why this choice
when this feature increases security? Because if the email configuration
of your 2FAuth instance is not set up correctly, such login attempts
will take a while (until all email sending attempts have failed).
If you never set up email sending on your instance, do it. It is the
only way to recover your account, whether you use a password or a
passkey to authenticate. To help you in this task, all required
environment variables are described
[here](https://docs.2fauth.app/getting-started/configuration/#email-setting).
Since v5.1, administrators also have access to a test email button to
validate the email configuration from the UI.
Notifications will be enabled by default in a future version.
Last but not least :
⚠️ This version drops PHP 8.1 support ⚠️
##### Added
- When
[installed](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Guides/Installing),
2FAuth now offers shortcuts to common actions.
- User authentication logs (See user management pages in the admin
area).
- Two user preferences to control the notifications sent when
authentication events occur.
- A user preference to set the timezone applied to dates and times
displayed in the app.
##### New env vars
- `APP_TIMEZONE`: The timezone applied to dates and times recorded to
database
([doc](https://docs.2fauth.app/getting-started/configuration/#app_timezone)).
- `AUTHENTICATION_LOG_RETENTION`: The authentication log retention time,
in days
([doc](https://docs.2fauth.app/getting-started/configuration/#authentication_log_retention)).
- `PROXY_HEADER_FOR_IP`: Name of the HTTP header sent by a reverse proxy
to pass the original visitor IP address.
([doc](https://docs.2fauth.app/getting-started/configuration/#proxy_header_for_ip)).
##### Changed
- `MAIL_DRIVER` env var renamed to `MAIL_MAILER`.\
This is not a breaking change as the former name is still supported.
This is just to stick to Laravel defaults.
- NGINX server now also listens to ipv6 in Docker image
([#​336](https://togithub.com/Bubka/2FAuth/issues/336)).
##### Fixed
- [issue #​192](https://togithub.com/Bubka/2FAuth/issues/192)
`DB_DATABASE` path not respected by entrypoint script
- [issue #​244](https://togithub.com/Bubka/2FAuth/issues/244)
gauth qr code can't be imported
- [issue #​255](https://togithub.com/Bubka/2FAuth/issues/255) Only
one Webauthn Device functioning
- [issue #​295](https://togithub.com/Bubka/2FAuth/issues/295) Add
support for PHP 8.3
- [issue #​331](https://togithub.com/Bubka/2FAuth/issues/311) Last
admin can demote to user, leaving the instance administratorless
##### API \[1.4.0]
- `/api/v1/users/{id}/authentications` GET path added
([doc](https://docs.2fauth.app/resources/rapidoc.html#get-/api/v1/users/-id-/authentications)).
</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://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODEuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM4MS44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-29 18:31:32 +00:00
|
|
|
appVersion: 5.2.0
|
2023-12-29 00:08:05 +00:00
|
|
|
dependencies:
|
2024-01-04 00:09:18 +00:00
|
|
|
- name: common
|
2024-05-28 21:47:45 +00:00
|
|
|
version: 23.0.10
|
2024-01-04 00:09:18 +00:00
|
|
|
repository: oci://tccr.io/truecharts
|
|
|
|
condition: ""
|
|
|
|
alias: ""
|
|
|
|
tags: []
|
|
|
|
import-values: []
|
2024-01-14 00:09:43 +00:00
|
|
|
deprecated: false
|
|
|
|
description: A Web app to manage your 2FA accounts and generate their security codes.
|
2024-03-06 13:27:47 +00:00
|
|
|
home: https://truecharts.org/charts/stable/twofauth
|
2024-04-17 12:46:24 +00:00
|
|
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/twofauth.webp
|
2024-01-14 00:09:43 +00:00
|
|
|
keywords:
|
|
|
|
- 2fauth
|
|
|
|
- auth
|
2024-05-26 17:09:21 +00:00
|
|
|
kubeVersion: '>=1.24.0-0'
|
2024-01-14 00:09:43 +00:00
|
|
|
maintainers:
|
|
|
|
- name: TrueCharts
|
|
|
|
email: info@truecharts.org
|
|
|
|
url: https://truecharts.org
|
|
|
|
name: twofauth
|
|
|
|
sources:
|
|
|
|
- https://github.com/Bubka/2fauth
|
2024-03-06 13:27:47 +00:00
|
|
|
- https://github.com/truecharts/charts/tree/master/charts/stable/twofauth
|
2024-01-14 00:09:43 +00:00
|
|
|
- https://hub.docker.com/r/2fauth/2fauth
|
2023-12-29 00:08:05 +00:00
|
|
|
type: application
|
chore(deps): update container image 2fauth/2fauth to v5.2.0@e0de91d by renovate (#22609)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [2fauth/2fauth](https://togithub.com/Bubka/2FAuth) | minor | `5.1.1`
-> `5.2.0` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>Bubka/2FAuth (2fauth/2fauth)</summary>
###
[`v5.2.0`](https://togithub.com/Bubka/2FAuth/blob/HEAD/changelog.md#520---2024-05-29)
[Compare
Source](https://togithub.com/Bubka/2FAuth/compare/v5.1.1...v5.2.0)
2FAuth v5.2 offers a new notification feature. Each user can now decide
whether they want to receive an email after a successful login from a
new device, or after a failed login.
For now, both notifications are **disabled** by default. Why this choice
when this feature increases security? Because if the email configuration
of your 2FAuth instance is not set up correctly, such login attempts
will take a while (until all email sending attempts have failed).
If you never set up email sending on your instance, do it. It is the
only way to recover your account, whether you use a password or a
passkey to authenticate. To help you in this task, all required
environment variables are described
[here](https://docs.2fauth.app/getting-started/configuration/#email-setting).
Since v5.1, administrators also have access to a test email button to
validate the email configuration from the UI.
Notifications will be enabled by default in a future version.
Last but not least :
⚠️ This version drops PHP 8.1 support ⚠️
##### Added
- When
[installed](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Guides/Installing),
2FAuth now offers shortcuts to common actions.
- User authentication logs (See user management pages in the admin
area).
- Two user preferences to control the notifications sent when
authentication events occur.
- A user preference to set the timezone applied to dates and times
displayed in the app.
##### New env vars
- `APP_TIMEZONE`: The timezone applied to dates and times recorded to
database
([doc](https://docs.2fauth.app/getting-started/configuration/#app_timezone)).
- `AUTHENTICATION_LOG_RETENTION`: The authentication log retention time,
in days
([doc](https://docs.2fauth.app/getting-started/configuration/#authentication_log_retention)).
- `PROXY_HEADER_FOR_IP`: Name of the HTTP header sent by a reverse proxy
to pass the original visitor IP address.
([doc](https://docs.2fauth.app/getting-started/configuration/#proxy_header_for_ip)).
##### Changed
- `MAIL_DRIVER` env var renamed to `MAIL_MAILER`.\
This is not a breaking change as the former name is still supported.
This is just to stick to Laravel defaults.
- NGINX server now also listens to ipv6 in Docker image
([#​336](https://togithub.com/Bubka/2FAuth/issues/336)).
##### Fixed
- [issue #​192](https://togithub.com/Bubka/2FAuth/issues/192)
`DB_DATABASE` path not respected by entrypoint script
- [issue #​244](https://togithub.com/Bubka/2FAuth/issues/244)
gauth qr code can't be imported
- [issue #​255](https://togithub.com/Bubka/2FAuth/issues/255) Only
one Webauthn Device functioning
- [issue #​295](https://togithub.com/Bubka/2FAuth/issues/295) Add
support for PHP 8.3
- [issue #​331](https://togithub.com/Bubka/2FAuth/issues/311) Last
admin can demote to user, leaving the instance administratorless
##### API \[1.4.0]
- `/api/v1/users/{id}/authentications` GET path added
([doc](https://docs.2fauth.app/resources/rapidoc.html#get-/api/v1/users/-id-/authentications)).
</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://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODEuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM4MS44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-29 18:31:32 +00:00
|
|
|
version: 2.1.0
|