feat(ntfy): update image docker.io/binwiederhier/ntfy v2.16.0 → v2.17.0 (#44715)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/binwiederhier/ntfy](https://ntfy.sh/)
([source](https://redirect.github.com/binwiederhier/ntfy)) | minor |
`115357a` → `4768ca4` |

---

> [!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>binwiederhier/ntfy (docker.io/binwiederhier/ntfy)</summary>

###
[`v2.17.0`](https://redirect.github.com/binwiederhier/ntfy/releases/tag/v2.17.0)

[Compare
Source](https://redirect.github.com/binwiederhier/ntfy/compare/v2.16.0...v2.17.0)

This release adds support for templating in the priority field, a new
"copy" action button to copy values to the clipboard,
a red notification dot on the favicon for unread messages, and an
admin-only version endpoint. It also includes several
crash fixes, web app improvements, and documentation updates.

❤️ If you like ntfy, **please consider sponsoring me** via [GitHub
Sponsors](https://redirect.github.com/sponsors/binwiederhier),
[Liberapay](https://en.liberapay.com/ntfy/), Bitcoin
(`1626wjrw3uWk9adyjCfYwafw4sQWujyjn8`),
or by buying a [paid plan via the web app](https://ntfy.sh/app). ntfy
will always remain open source.

**Features:**

- Server: Support templating in the priority field
([#&#8203;1426](https://redirect.github.com/binwiederhier/ntfy/issues/1426),
thanks to
[@&#8203;seantomburke](https://redirect.github.com/seantomburke) for
reporting)
- Server: Add admin-only `GET /v1/version` endpoint returning server
version, build commit, and date
([#&#8203;1599](https://redirect.github.com/binwiederhier/ntfy/issues/1599),
thanks to [@&#8203;crivchri](https://redirect.github.com/crivchri) for
reporting)
- Server/Web: [Support "copy"
action](https://docs.ntfy.sh/publish/#copy-to-clipboard) button to copy
a value to the clipboard
([#&#8203;1364](https://redirect.github.com/binwiederhier/ntfy/issues/1364),
thanks to [@&#8203;SudoWatson](https://redirect.github.com/SudoWatson)
for reporting)
- Web: Show red notification dot on favicon when there are unread
messages
([#&#8203;1017](https://redirect.github.com/binwiederhier/ntfy/issues/1017),
thanks to [@&#8203;ad-si](https://redirect.github.com/ad-si) for
reporting)

**Bug fixes + maintenance:**

- Server: Fix crash when commit string is shorter than 7 characters in
non-GitHub-Action builds
([#&#8203;1493](https://redirect.github.com/binwiederhier/ntfy/issues/1493),
thanks to [@&#8203;cyrinux](https://redirect.github.com/cyrinux) for
reporting)
- Server: Fix server crash (nil pointer panic) when subscriber
disconnects during publish
([#&#8203;1598](https://redirect.github.com/binwiederhier/ntfy/pull/1598))
- Server: Fix log spam from `http: response.WriteHeader on hijacked
connection` for WebSocket errors
([#&#8203;1362](https://redirect.github.com/binwiederhier/ntfy/issues/1362),
thanks to [@&#8203;bonfiresh](https://redirect.github.com/bonfiresh) for
reporting)
- Server: Use `slices.Contains` from stdlib to simplify code
([#&#8203;1406](https://redirect.github.com/binwiederhier/ntfy/pull/1406),
thanks to [@&#8203;tanhuaan](https://redirect.github.com/tanhuaan))
- Web: Fix `clear=true` on action buttons not clearing the notification
([#&#8203;1029](https://redirect.github.com/binwiederhier/ntfy/issues/1029),
thanks to [@&#8203;ElFishi](https://redirect.github.com/ElFishi) for
reporting)
- Web: Fix Markdown message line height to match plain text (1.5 instead
of 1.2)
([#&#8203;1139](https://redirect.github.com/binwiederhier/ntfy/issues/1139),
thanks to [@&#8203;etfz](https://redirect.github.com/etfz) for
reporting)
- Web: Fix long lines (e.g. JSON) being truncated by adding horizontal
scroll
([#&#8203;1363](https://redirect.github.com/binwiederhier/ntfy/issues/1363),
thanks to [@&#8203;v3DJG6GL](https://redirect.github.com/v3DJG6GL) for
reporting)
- Web: Fix Windows notification icon being cut off
([#&#8203;884](https://redirect.github.com/binwiederhier/ntfy/issues/884),
thanks to
[@&#8203;ZhangTianrong](https://redirect.github.com/ZhangTianrong) for
reporting)
- Web: Use full URL in curl example on empty topic pages
([#&#8203;1435](https://redirect.github.com/binwiederhier/ntfy/issues/1435),
[#&#8203;1535](https://redirect.github.com/binwiederhier/ntfy/pull/1535),
thanks to [@&#8203;elmatadoor](https://redirect.github.com/elmatadoor)
for reporting and
[@&#8203;jjasghar](https://redirect.github.com/jjasghar) for the PR)
- Web: Add validation feedback for service URL when adding user
([#&#8203;1566](https://redirect.github.com/binwiederhier/ntfy/issues/1566),
thanks to [@&#8203;jermanuts](https://redirect.github.com/jermanuts))
- Docs: Remove obsolete `version` field from docker-compose examples
([#&#8203;1333](https://redirect.github.com/binwiederhier/ntfy/issues/1333),
thanks to [@&#8203;seals187](https://redirect.github.com/seals187) for
reporting and [@&#8203;cyb3rko](https://redirect.github.com/cyb3rko) for
fixing)
- Docs: Fix Kustomize config in installation docs
([#&#8203;1367](https://redirect.github.com/binwiederhier/ntfy/issues/1367),
thanks to
[@&#8203;toby-griffiths](https://redirect.github.com/toby-griffiths))
- Docs: Use SVG F-Droid badge and add app store badges to README
([#&#8203;1170](https://redirect.github.com/binwiederhier/ntfy/issues/1170),
thanks to
[@&#8203;PanderMusubi](https://redirect.github.com/PanderMusubi) for
reporting)

</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:eyJjcmVhdGVkSW5WZXIiOiI0My40LjIiLCJ1cGRhdGVkSW5WZXIiOiI0My40LjIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL250ZnkiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
TrueCharts Bot
2026-02-10 01:07:39 +01:00
committed by GitHub
parent b150d8d16a
commit 0a06aa85e3
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ annotations:
trueforge.org/min_helm_version: "3.14"
trueforge.org/train: stable
apiVersion: v2
appVersion: 2.16.0
appVersion: 2.17.0
dependencies:
- name: common
version: 28.29.49
@@ -40,5 +40,5 @@ sources:
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ntfy
- https://hub.docker.com/r/binwiederhier/ntfy
type: application
version: 12.17.7
version: 12.18.0

View File

@@ -1,6 +1,6 @@
image:
repository: docker.io/binwiederhier/ntfy
tag: v2.16.0@sha256:115357a63dd35e3d08ad03c93ade7d7eef63761726572b809da13f2999f1958f
tag: v2.17.0@sha256:4768ca4ed07bf5ba0331f333bfccc541ba1594ed7fa5a7b0245763a581809344
pullPolicy: IfNotPresent
service:
main: