From 0a0de68fb2dae34c8b1eeb065c83710aae80fb2f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 14 Dec 2025 21:11:42 +0000 Subject: [PATCH] Update caronc/apprise Docker tag to v1.3.0 (#2511) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [caronc/apprise](https://github.com/caronc/apprise-api) | minor | `1.2.6` -> `1.3.0` | --- ### Release Notes
caronc/apprise-api (caronc/apprise) ### [`v1.3.0`](https://github.com/caronc/apprise-api/releases/tag/v1.3.0): Apprise API Release v1.3.0 [Compare Source](https://github.com/caronc/apprise-api/compare/v1.2.6...v1.3.0) ##### Overview This is a signifigant release that refactors almost the entire website giving it a much more polished/improved look. - Improved instructional text and layout in the configuration template. - Minor template clean-up and formatting alignment for the help content. - Updated the configuration list view to support API based calls so it can return JSON when requested, instead of always rendering the template. - This enables programmatic consumption of configuration IDs/keys. - The API version is now exposed in headers in addition to the Apprise library version, reducing confusion about the relationship between the two packages. - `/cfg/` now accepts `POST` in addition to the previous retrieval approach acting exactly how `/get/` POST works. `/get/` would return the users configuration when it was posted to. It makes sense to use `/cfg/` as well for users who copy/paste URL's from their Apprise API instance directly (from the browser URL). Basically `/cfg/` is now an alias of `/get/` - `/get/` remains supported for backwards compatibility. No plans on removing this either. - Expanded `swagger.yaml` substantially to better document the service. - Added a dedicated `docker-compose.swagger.yml` to launch Swagger UI pointing at the repository `swagger.yaml` without altering Apprise-API runtime. ```bash docker compose -f docker-compose.swagger.yml up -d # Browse: # http://localhost:8001 ``` - improvements to README.md - heath checks are now live when viewing the website - heavy changes to workflow: - development environment is now just `tox -e runserver` - improvements to linting and formatting ##### :bulb: Features - Support HTTP\_PORT as Docker environment variable by [@​caronc](https://github.com/caronc) in [#​280](https://github.com/caronc/apprise-api/pull/280) - Massive Application Refactor by [@​caronc](https://github.com/caronc) in [#​283](https://github.com/caronc/apprise-api/pull/283) ##### :heart: Life Cycle - Bump actions/checkout from 5 to 6 in the actions group by [@​dependabot](https://github.com/dependabot)\[bot] in [#​281](https://github.com/caronc/apprise-api/pull/281) **Full Changelog**:
--- ### 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 is behind base branch, 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](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2511 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/audiobookshelf/values.yaml | 2 +- clusters/cl01tl/helm/ephemera/values.yaml | 2 +- clusters/cl01tl/helm/qbittorrent/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/helm/audiobookshelf/values.yaml b/clusters/cl01tl/helm/audiobookshelf/values.yaml index 9cb70a337..be8b5ffc4 100644 --- a/clusters/cl01tl/helm/audiobookshelf/values.yaml +++ b/clusters/cl01tl/helm/audiobookshelf/values.yaml @@ -21,7 +21,7 @@ audiobookshelf: apprise-api: image: repository: caronc/apprise - tag: 1.2.6 + tag: 1.3.0 pullPolicy: IfNotPresent env: - name: TZ diff --git a/clusters/cl01tl/helm/ephemera/values.yaml b/clusters/cl01tl/helm/ephemera/values.yaml index ba1af8a61..7d495fbc4 100644 --- a/clusters/cl01tl/helm/ephemera/values.yaml +++ b/clusters/cl01tl/helm/ephemera/values.yaml @@ -52,7 +52,7 @@ ephemera: apprise-api: image: repository: caronc/apprise - tag: 1.2.6 + tag: 1.3.0 pullPolicy: IfNotPresent env: - name: TZ diff --git a/clusters/cl01tl/helm/qbittorrent/values.yaml b/clusters/cl01tl/helm/qbittorrent/values.yaml index 14482cfd6..dbb651a4a 100644 --- a/clusters/cl01tl/helm/qbittorrent/values.yaml +++ b/clusters/cl01tl/helm/qbittorrent/values.yaml @@ -157,7 +157,7 @@ qbittorrent: apprise-api: image: repository: caronc/apprise - tag: 1.2.6 + tag: 1.3.0 pullPolicy: IfNotPresent env: - name: TZ