Update binwiederhier/ntfy Docker tag to v2.15.0 (#2051)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [binwiederhier/ntfy](https://ntfy.sh/) ([source](https://github.com/binwiederhier/ntfy)) | minor | `v2.14.0` -> `v2.15.0` | --- ### Release Notes <details> <summary>binwiederhier/ntfy (binwiederhier/ntfy)</summary> ### [`v2.15.0`](https://github.com/binwiederhier/ntfy/releases/tag/v2.15.0) [Compare Source](https://github.com/binwiederhier/ntfy/compare/v2.14.0...v2.15.0) This release adds a `require-login` flag to topics, which forces users to log in before they can use the web app. This is useful for self-hosters and will obviously not be enabled on ntfy.sh. **Features:** - Add `require-login` flag to redirect to login page if not logged in ([#​1434](https://github.com/binwiederhier/ntfy/pull/1434)/[#​238](https://github.com/binwiederhier/ntfy/issues/238)/[#​1329](https://github.com/binwiederhier/ntfy/pull/1329), thanks to [@​theatischbein](https://github.com/theatischbein) for implementing most of this) **Bug fixes + maintenance:** - The official ntfy.sh Debian/Ubuntu repository has moved to [archive.ntfy.sh](https://archive.ntfy.sh) ([#​1357](https://github.com/binwiederhier/ntfy/issues/1357)/[#​1401](https://github.com/binwiederhier/ntfy/issues/1401), thanks to [@​skibbipl](https://github.com/skibbipl) and [@​lduesing](https://github.com/lduesing) for reporting) - Add mutex around message cache writes to avoid `database locked` errors ([#​1397](https://github.com/binwiederhier/ntfy/pull/1397), [#​1391](https://github.com/binwiederhier/ntfy/issues/1391), thanks to [@​timofej673](https://github.com/timofej673)) - Add build tags `nopayments`, `nofirebase` and `nowebpush` to allow excluding external dependencies, useful for packaging in Debian ([#​1420](https://github.com/binwiederhier/ntfy/pull/1420), discussion in [#​1258](https://github.com/binwiederhier/ntfy/issues/1258), thanks to [@​thekhalifa](https://github.com/thekhalifa) for packaging ntfy for Debian/Ubuntu) - Make copying tokens, phone numbers, etc. possible on HTTP ([#​1432](https://github.com/binwiederhier/ntfy/pull/1432)/[#​1408](https://github.com/binwiederhier/ntfy/issues/1408)/[#​1295](https://github.com/binwiederhier/ntfy/issues/1295), thanks to [@​EdwinKM](https://github.com/EdwinKM), [@​xxl6097](https://github.com/xxl6097) for reporting) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2051 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
This commit was merged in pull request #2051.
This commit is contained in:
@@ -9,7 +9,7 @@ ntfy:
|
||||
main:
|
||||
image:
|
||||
repository: binwiederhier/ntfy
|
||||
tag: v2.14.0
|
||||
tag: v2.15.0
|
||||
pullPolicy: IfNotPresent
|
||||
args: ["serve"]
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user