Update binwiederhier/ntfy Docker tag to v2.12.0 #470

Open
renovate wants to merge 1 commits from renovate/binwiederhier-ntfy-2.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
binwiederhier/ntfy (source) Kustomization minor v2.11.0 -> v2.12.0

Release Notes

binwiederhier/ntfy (binwiederhier/ntfy)

v2.12.0

Compare Source

This is mainly a maintenance release that updates dependencies, though since it's been over a year, there are a few new features and bug fixes as well.

Thanks to everyone who contributed to this release, and special thanks to @​wunter8 for his continued user support in Discord/Matrix/GitHub! You rock, man!

Features:

Bug fixes + maintenance:

  • Security updates for dependencies and Docker images (#​1341)
  • Upgrade to Vite 6 (#​1342, thanks Dependabot)
  • Fix iOS delivery issues for read-protected topics (#​1207, thanks a lot to @​barart!)
  • Add Date header to outgoing emails to avoid rejection (#​1141, thanks to @​pcouy)
  • Fix IP address parsing when behind a proxy (#​1266, thanks to @​mmatuska)
  • Make sure UnifiedPush messages are not treated as attachments (#​1312, thanks to @​vkrause)
  • Add OCI image version to Docker image (#​1307, thanks to @​jlssmt)
  • WebSocket returning incorrect HTTP error code (#​1338 / #​1337, thanks to @​wunter8 for debugging and implementing)
  • Make Markdown in the web app scrollable horizontally (#​1262, thanks to @​rake5k for fixing)
  • Make sure WebPush subscription topics are actually deleted (no ticket)
  • Increase the number of access tokens per user to 60 (#​1308)
  • Allow specifying cache and firebase via JSON publishing (#​1119/#​1123, thanks to @​stendler)

Documentation:

Languages

  • Update new languages from Weblate. Thanks to all the contributors!
  • Added Tamil (தமிழ்) as a new language to the web app

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 becomes conflicted, 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.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [binwiederhier/ntfy](https://ntfy.sh/) ([source](https://github.com/binwiederhier/ntfy)) | Kustomization | minor | `v2.11.0` -> `v2.12.0` | --- ### Release Notes <details> <summary>binwiederhier/ntfy (binwiederhier/ntfy)</summary> ### [`v2.12.0`](https://github.com/binwiederhier/ntfy/releases/tag/v2.12.0) [Compare Source](https://github.com/binwiederhier/ntfy/compare/v2.11.0...v2.12.0) This is mainly a maintenance release that updates dependencies, though since it's been over a year, there are a few new features and bug fixes as well. Thanks to everyone who contributed to this release, and special thanks to [@&#8203;wunter8](https://github.com/wunter8) for his continued user support in Discord/Matrix/GitHub! You rock, man! **Features:** - Add username/password auth to email publishing ([#&#8203;1164](https://github.com/binwiederhier/ntfy/pull/1164), thanks to [@&#8203;bishtawi](https://github.com/bishtawi)) - Write VAPID keys to file in `ntfy webpush --output-file` ([#&#8203;1138](https://github.com/binwiederhier/ntfy/pull/1138), thanks to [@&#8203;nogweii](https://github.com/nogweii)) - Add Docker major/minor version to image tags ([#&#8203;1271](https://github.com/binwiederhier/ntfy/pull/1271), thanks to [@&#8203;RoboMagus](https://github.com/RoboMagus)) - Add `latest` subscription param for grabbing just the most recent message ([#&#8203;1216](https://github.com/binwiederhier/ntfy/pull/1216), thanks to [@&#8203;wunter8](https://github.com/wunter8)) - Allow using `NTFY_PASSWORD_HASH` in `ntfy user` command instead of raw password ([#&#8203;1340](https://github.com/binwiederhier/ntfy/pull/1340), thanks to [@&#8203;Tom-Hubrecht](https://github.com/Tom-Hubrecht) for implementing) - You can now change passwords via `v1/users` API ([#&#8203;1267](https://github.com/binwiederhier/ntfy/pull/1267), thanks to [@&#8203;wunter8](https://github.com/wunter8) for implementing) - Make WebPush subscription warning/expiry configurable, increase default to 55/60 days ([#&#8203;1212](https://github.com/binwiederhier/ntfy/pull/1212), thanks to [@&#8203;KuroSetsuna29](https://github.com/KuroSetsuna29)) - Support [systemd user service](https://docs.ntfy.sh/subscribe/cli/#using-the-systemd-service) `ntfy-client.service` ([#&#8203;1002](https://github.com/binwiederhier/ntfy/pull/1002), thanks to [@&#8203;dandersch](https://github.com/dandersch)) **Bug fixes + maintenance:** - Security updates for dependencies and Docker images ([#&#8203;1341](https://github.com/binwiederhier/ntfy/pull/1341)) - Upgrade to Vite 6 ([#&#8203;1342](https://github.com/binwiederhier/ntfy/pull/1342), thanks Dependabot) - Fix iOS delivery issues for read-protected topics ([#&#8203;1207](https://github.com/binwiederhier/ntfy/pull/1287), thanks a lot to [@&#8203;barart](https://github.com/barart)!) - Add `Date` header to outgoing emails to avoid rejection ([#&#8203;1141](https://github.com/binwiederhier/ntfy/pull/1141), thanks to [@&#8203;pcouy](https://github.com/pcouy)) - Fix IP address parsing when behind a proxy ([#&#8203;1266](https://github.com/binwiederhier/ntfy/pull/1266), thanks to [@&#8203;mmatuska](https://github.com/mmatuska)) - Make sure UnifiedPush messages are not treated as attachments ([#&#8203;1312](https://github.com/binwiederhier/ntfy/pull/1312), thanks to [@&#8203;vkrause](https://github.com/vkrause)) - Add OCI image version to Docker image ([#&#8203;1307](https://github.com/binwiederhier/ntfy/pull/1307), thanks to [@&#8203;jlssmt](https://github.com/jlssmt)) - WebSocket returning incorrect HTTP error code ([#&#8203;1338](https://github.com/binwiederhier/ntfy/pull/1338) / [#&#8203;1337](https://github.com/binwiederhier/ntfy/pull/1337), thanks to [@&#8203;wunter8](https://github.com/wunter8) for debugging and implementing) - Make Markdown in the web app scrollable horizontally ([#&#8203;1262](https://github.com/binwiederhier/ntfy/pull/1262), thanks to [@&#8203;rake5k](https://github.com/rake5k) for fixing) - Make sure WebPush subscription topics are actually deleted (no ticket) - Increase the number of access tokens per user to 60 ([#&#8203;1308](https://github.com/binwiederhier/ntfy/issues/1308)) - Allow specifying `cache` and `firebase` via JSON publishing ([#&#8203;1119](https://github.com/binwiederhier/ntfy/issues/1119)/[#&#8203;1123](https://github.com/binwiederhier/ntfy/pull/1123), thanks to [@&#8203;stendler](https://github.com/stendler)) **Documentation:** - Lots of new integrations and projects. Amazing! - [ntfy-me-mcp](https://github.com/gitmotion/ntfy-me-mcp) - [UptimeObserver](https://uptimeobserver.com) - [alertmanager-ntfy-relay](https://github.com/therobbielee/alertmanager-ntfy-relay) - [Monibot](https://monibot.io/) - [Daily_Fact_Ntfy](https://github.com/thiswillbeyourgithub/Daily_Fact_Ntfy) - [EasyMorph](https://help.easymorph.com/doku.php?id=transformations:sendntfymessage) - [ntfy-run](https://github.com/quantum5/ntfy-run) - [Clipboard IO](https://github.com/jim3692/clipboard-io) - [ntfy-me-mcp](https://github.com/gitmotion/ntfy-me-mcp) - [InvaderInformant](https://github.com/patricksthannon/InvaderInformant) - Various docs updates ([#&#8203;1161](https://github.com/binwiederhier/ntfy/pull/1161), thanks to [@&#8203;OneWeekNotice](https://github.com/OneWeekNotice)) - Typo in config docs ([#&#8203;1177](https://github.com/binwiederhier/ntfy/pull/1177), thanks to [@&#8203;hoho4190](https://github.com/hoho4190)) - Typo in CLI docs ([#&#8203;1172](https://github.com/binwiederhier/ntfy/pull/1172), thanks to [@&#8203;anirvan](https://github.com/anirvan)) - Correction about MacroDroid ([#&#8203;1137](https://github.com/binwiederhier/ntfy/pull/1137), thanks to [@&#8203;ShlomoCode](https://github.com/ShlomoCode)) - Note about fail2ban in Docker ([#&#8203;1175](https://github.com/binwiederhier/ntfy/pull/1175)), thanks to [@&#8203;Measurity](https://github.com/Measurity)) - Lots of other tiny docs updates, thanks to everyone who contributed! **Languages** - Update new languages from Weblate. Thanks to all the contributors! - Added Tamil (தமிழ்) as a new language to the web app </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 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMS4wIiwidXBkYXRlZEluVmVyIjoiNDAuMzEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2025-05-30 02:01:54 +00:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/binwiederhier-ntfy-2.x:renovate/binwiederhier-ntfy-2.x
git checkout renovate/binwiederhier-ntfy-2.x
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: remoll/k3s-infra#470
No description provided.