Skip to content

automation: Update ntfy Docker tag to v2.7.0

botaniker requested to merge renovate/ntfy-2.x into main

This MR contains the following updates:

Package Update Change
ntfy minor v2.6.2 -> v2.7.0

Dependency Lookup Warnings

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

binwiederhier/ntfy

v2.7.0

Compare Source

This release ships Markdown support for the web app (not in the Android app yet), and adds support for right-to-left languages (RTL) in the web app. It also fixes a few issues around date/time formatting, internationalization support, a CLI auth bug.

Furthermore, it fixes a security issue around access tokens getting erroneously deleted for other users in a specific scenario. This was a denial-of-service-type security issue, since it effectively allowed a single user to deny access to all other users of a ntfy instance. Please note that while tokens were erroneously deleted, nobody but the token owner ever had access to it. Please refer to the ticket for details. Please upgrade your ntfy instance if you run a multi-user system.

Features:

Security:

  • Fixes issue with access tokens getting deleted (#​838)

Bug fixes + maintenance:

  • Fix issues with date/time with different locales (#​700, thanks to @​nimbleghost)
  • Re-init i18n on each service worker message to avoid missing translations (#​817, thanks to @​nihalgonsalves)
  • You can now unset the default user:pass/token in client.yml for an individual subscription to remove the Authorization header (#​829, thanks to @​tomeon for reporting and to @​wunter8 for fixing)

Documentation:


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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by botaniker

Merge request reports