Skip to content

Commit 4418e1c

Browse files
fix(deps): update caronc/apprise-api v1.3.1 → v1.3.3 (#1661)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [caronc/apprise-api](https://redirect.github.com/caronc/apprise-api) | patch | `1.3.1` → `1.3.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/1) for more information. --- ### Release Notes <details> <summary>caronc/apprise-api (caronc/apprise-api)</summary> ### [`v1.3.3`](https://redirect.github.com/caronc/apprise-api/releases/tag/v1.3.3): Apprise API Release v1.3.3 [Compare Source](https://redirect.github.com/caronc/apprise-api/compare/v1.3.1...v1.3.3) #### What's Changed This release: - integrates itself with the new [Apprise URL Builder](https://appriseit.com/tools/url-builder/) - Add support for Apprise v1.9.9 #### ❤️ Life Cycle - docs: Newly added undocumented parameter by [@&#8203;ciro-mota](https://redirect.github.com/ciro-mota) in [#&#8203;292](https://redirect.github.com/caronc/apprise-api/pull/292) - fix: fixes reverse proxy port issues by [@&#8203;Bruceforce](https://redirect.github.com/Bruceforce) in [#&#8203;298](https://redirect.github.com/caronc/apprise-api/pull/298) - Case sensitive field mapping in place in [#&#8203;299](https://redirect.github.com/caronc/apprise-api/pull/299) - APPRISE\_BASE\_URL settings now dynamically build nginx.conf in [#&#8203;300](https://redirect.github.com/caronc/apprise-api/pull/300) - Updated copyright notices to reflect 2026 in [#&#8203;303](https://redirect.github.com/caronc/apprise-api/pull/303) #### New Contributors - [@&#8203;ciro-mota](https://redirect.github.com/ciro-mota) made their first contribution in [#&#8203;292](https://redirect.github.com/caronc/apprise-api/pull/292) - [@&#8203;Bruceforce](https://redirect.github.com/Bruceforce) made their first contribution in [#&#8203;298](https://redirect.github.com/caronc/apprise-api/pull/298) **Full Changelog**: <caronc/apprise-api@v1.3.1...v1.3.3> </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXBwL2FwcHJpc2UtYXBpIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwicmVub3ZhdGUvZ2l0aHViLXJlbGVhc2UiLCJ0eXBlL3BhdGNoIl19-->
1 parent 66f867e commit 4418e1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/apprise-api/docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ variable "APP" {
66

77
variable "VERSION" {
88
// renovate: datasource=github-releases depName=caronc/apprise-api
9-
default = "1.3.1"
9+
default = "1.3.3"
1010
}
1111

1212
variable "LICENSE" {

0 commit comments

Comments
 (0)