chore(deps): update container image 2fauth/2fauth to v5.3.0@13d9547 by renovate #26974
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.2.0
->5.3.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
Bubka/2FAuth (2fauth/2fauth)
v5.3.0
Compare Source
Added
/up
endpoint for health checks (#271).PROXY_FOR_OUTGOING_REQUESTS
), thanks to @rstefko (PR #367)New env vars
A lot of new environment variables are available thanks to the Laravel 11 upgrade. They give more control over various features of the application:
ARGON_THREADS
: Number of threads that Argon2 will use to compute a hash.ARGON_TIME
: Maximum amount of time it may take to compute an Argon2 hash.ARGON_MEMORY
: Maximum memory (in kibibytes) that may be used to compute an Argon2 hash.DB_CHARSET
: The character set of the database.DB_COLLATION
: The collation of the database.HASH_DRIVER
: The hash algorithm used to hash user passwords.LOG_STACK
: The stack of log channels used when the log channel is set tostack
.LOG_DAILY_DAYS
: Number of log files to generate/rotate when using thedaily
log channel.LOG_SLACK_USERNAME
: The name of the user sending the log messages when using theslack
log channel.LOG_SLACK_EMOJI
: The Emoji code of the emoji used to illustrate log messages when using theslack
log channel.LOG_SYSLOG_FACILITY
: The syslog facility that provides a rough clue of where in a system the message originated.SESSION_TABLE
: Name of the table to be used to store sessions when using the databasesession
driver.SESSION_ENCRYPT
: Whether or not session data are encrypted before it is stored.Please refer to the Configuration doc to find out when and how to use them.
Changed
Fixed
API [1.5.0]
group_id
property for POST and PUT operations of the/api/v1/twofaccounts
pathConfiguration
📅 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.
This PR has been generated by Renovate Bot.