From 69b7eda2291887dd0d1c506556fafde96943c551 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 17 Nov 2025 19:36:32 +0000 Subject: [PATCH] Update binwiederhier/ntfy Docker tag to v2.15.0 (#2051) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
binwiederhier/ntfy (binwiederhier/ntfy) ### [`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)
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2051 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/platform/ntfy/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/platform/ntfy/values.yaml b/clusters/cl01tl/platform/ntfy/values.yaml index 28f3e7bd1..d01919bb9 100644 --- a/clusters/cl01tl/platform/ntfy/values.yaml +++ b/clusters/cl01tl/platform/ntfy/values.yaml @@ -9,7 +9,7 @@ ntfy: main: image: repository: binwiederhier/ntfy - tag: v2.14.0 + tag: v2.15.0 pullPolicy: IfNotPresent args: ["serve"] env: