automation: Update docker-ntfy Docker tag to v2.10.0
This MR contains the following updates:
Package | Update | Change |
---|---|---|
docker-ntfy | minor |
v2.8.0 -> v2.10.0
|
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
binwiederhier/ntfy
v2.10.0
This release adds support for message templating: in the ntfy server, which allows you to include a message and/or title template that will be filled with values from a JSON body (e.g. curl -gd '{"alert":"Disk space low"}' "ntfy.sh/mytopic?tpl=1&m={{.alert}}"
). This is great for services that let you specify a webhook URL but do not let you change the webhook body (such as GitHub, or Grafana).
Features:
- Message templating: You can now include a message and/or title template that will be filled with values from a JSON body (#724, thanks to @wunter8 for implementing)
That's all. Short and sweet.
If you like ntfy, please consider donating via GitHub Sponsors, Liberapay, or by buying a ntfy Pro plan.
v2.9.0
A small release after a long pause (lots of day job work). This release adds for larger messages and longer message delays in scheduled delivery messages. The web app also now supports pasting images from the clipboard. Other than that, only a few bug fixes and documentation updates, and a teeny tiny breaking change
- The
Rate-Topics
header was removed due to a DoS issue (see #1048). This only affects installations withvisitor-subscriber-rate-limiting: true
, which is not the default and likely very rarely used. Normally I'd never remove a feature, but this is a security issue, and likely affects almost nobody.
Features:
- Support for larger message delays with
message-delay-limit
(see message limits, #1019, thanks to @MrChadMWood for reporting) - Support for larger message body sizes with
message-size-limit
(use at your own risk, see message limits, #836/#1050, thanks to @zhzy0077 for implementing this, and to @nkjshlsqja7331 for reporting) - Web app: You can now paste images into the message bar or publish dialog (#963/#572, thanks to @cmj2002 for implementing, and @rounakdatta for reporting)
Bug fixes + maintenance:
-
⚠ ️ RemoveRate-Topics
header due to DoS security issue ifvisitor-subscriber-rate-limiting: true
(#1048)
Documentation:
- Remove
mkdocs-simple-hooks
(#1016, thanks to @Tom-Hubrecht) - Update Watchtower example (#1014, thanks to @lennart-m)
- Fix dead links (#1022, thanks to @DerRockWolf)
- PowerShell file upload example (#1004, thanks to @YMan84)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.