5b7d866a51e81d4be28510baa23073bb6df95efe
10125 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
5b7d866a51
|
chore(deps): update dependency kubernetes-sigs/descheduler to v0.35.1
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
lint-test-helm / lint-helm (pull_request) Successful in 18s
render-manifests-merge / render-manifests-merge (pull_request) Has been skipped
render-manifests-automerge / render-manifests-automerge (pull_request) Successful in 30s
|
|||
| dc437c67f1 |
chore(deps): update ghcr.io/linuxserver/code-server docker tag to v4.110.0 (#4566)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/code-server](https://github.com/linuxserver/docker-code-server/packages) ([source](https://github.com/linuxserver/docker-code-server)) | minor | `4.109.5` → `4.110.0` | --- ### 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4566 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 8c9ad88639 | chore(deps): update g33kphr33k/musicgrabber docker tag to v2.3.4 (#4564) | |||
| dc835690be | chore(deps): update dependency argoproj/argo-cd to v3.3.3 (#4563) | |||
| c27821f978 | chore(deps): update helm release traefik to v39.0.5 (#4561) | |||
| efe741e64e | chore(deps): update helm release argo-cd to v9.4.9 (#4559) | |||
| 49036d6bb1 |
chore(deps): update helm release meilisearch to v0.27.0 (#4557)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [meilisearch](https://github.com/meilisearch/meilisearch-kubernetes/tree/main/charts/meilisearch) ([source](https://github.com/meilisearch/meilisearch-kubernetes)) | minor | `0.26.0` → `0.27.0` | --- ### Release Notes <details> <summary>meilisearch/meilisearch-kubernetes (meilisearch)</summary> ### [`v0.27.0`](https://github.com/meilisearch/meilisearch-kubernetes/releases/tag/meilisearch-0.27.0) [Compare Source](https://github.com/meilisearch/meilisearch-kubernetes/compare/meilisearch-0.26.0...meilisearch-0.27.0) A Helm chart for the Meilisearch search engine </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 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=--> Reviewed-on: #4557 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| d4633363f6 |
chore(deps): update dependency clidey/whodb to v0.98.0 (#4554)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [clidey/whodb](https://github.com/clidey/whodb) | minor | `0.97.0` → `0.98.0` | --- ### Release Notes <details> <summary>clidey/whodb (clidey/whodb)</summary> ### [`v0.98.0`](https://github.com/clidey/whodb/releases/tag/0.98.0) [Compare Source](https://github.com/clidey/whodb/compare/0.97.0...0.98.0) - Fix issue where UUID generation was inconsistent in certain environments - Remove column type from export to make it possible to reimport - Fix issue where page size wasn't being respecting in certain situations - Fix issue where "Enter" key wasn't being respected when changing page size - Hide NDJSON option in export if the database does not support it - Fix where importing CSV with empty values for nullable cols fails in certain situations - Fix where import CSV would fail in override and append modes in certain situations - Update how the shortcuts are set up as well as remove conflicting ones - Fix for certain shortcuts not being registered - Add Merge With Existing Data import option (similar to upsert in SQL) - Added a generic frontend error boundary check #### Installation ##### Mac App Store [Download from the Apple Store](https://apps.apple.com/app/whodb/id6754566536) ##### Microsoft Store [Download from the Microsoft Store](https://apps.microsoft.com/detail/9pftx5bv4ds6) ##### Snap Store ```bash sudo snap install whodb ``` [View on Snapcraft](https://snapcraft.io/whodb) ##### Docker ```bash docker pull clidey/whodb:0.98.0 docker pull clidey/whodb:latest ``` ##### Direct Downloads See assets below for platform-specific packages (DMG, MSIX, etc.). #### Documentation - [Documentation](https://docs.whodb.com) - [Report Issues](https://github.com/clidey/whodb/issues) #### Upgrade Notes To upgrade from a previous version: - **Docker**: Pull the latest image and restart your container - **Snap**: Run `sudo snap refresh whodb` - **Desktop Apps**: Download and install the new version *** **Full Changelog**: <https://github.com/clidey/whodb/compare/0.97.0...0.98.0> </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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4554 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| c1674db1ad | feat: add mover context | |||
| 7675968b60 | chore(deps): update searxng/searxng:latest docker digest to a973f27 (#4555) | |||
| f3d74c3d92 |
chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v2.25.0 (#4551)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [harbor.alexlebens.net/images/site-profile](https://gitea.alexlebens.dev/alexlebens/site-profile) | minor | `2.24.0` → `2.25.0` | --- ### Release Notes <details> <summary>alexlebens/site-profile (harbor.alexlebens.net/images/site-profile)</summary> ### [`v2.25.0`](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/2.24.0...2.25.0) [Compare Source](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/2.24.0...2.25.0) </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 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4551 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| eaee71046a |
chore(deps): update dependency freika/dawarich to v1.3.2 (#4543)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [Freika/dawarich](https://github.com/Freika/dawarich) | patch | `1.3.1` → `1.3.2` | --- ### Release Notes <details> <summary>Freika/dawarich (Freika/dawarich)</summary> ### [`v1.3.2`](https://github.com/Freika/dawarich/blob/HEAD/CHANGELOG.md#132---2026-03-08) [Compare Source](https://github.com/Freika/dawarich/compare/1.3.1...1.3.2) **Important**: Self-hosters are not limited in any way. All features remain fully available regardless of plan. The new Lite plan and related limitations apply only to Dawarich Cloud users. If you're self-hosting, you can ignore the Lite plan details below. Self-hosted instances will continue to have access to all features without any restrictions. ##### Added - Lite plan for Dawarich Cloud. Lite includes core tracking, map visualization (routes, points), stats, and the read API. Data view is limited to the last 12 months — older data is archived but can always be exported. Pro-only features: Heatmap, Fog of War, Scratch Map, Globe View, Immich/Photoprism integrations, public stats sharing, and write API (update/delete). Lite users can still create points via the API. Self-hosted instances are unaffected — all features remain fully available regardless of plan. - Timed layer previews for Lite users on the map. Toggling a Pro-only layer (Heatmap, Fog of War, Scratch Map) shows it for 20 seconds with a countdown, then auto-hides with an upgrade prompt. - Per-plan API rate limiting via `rack-attack`. Lite: 200 requests/hour, Pro: 1,000 requests/hour. Self-hosted instances are exempt. Rate-limited responses return 429 with `Retry-After` header. - Archival warning notifications for Lite users approaching the 12-month data window: in-app notification at 11 months, email at 11.5 months, archived confirmation at 12 months. - `GET /api/v1/plan` endpoint returning the user's current plan and feature availability. - `X-Total-Points-In-Range` and `X-Scoped-Points` response headers on the points API, allowing clients to detect when data is being windowed. - Branded OAuth buttons for Google and GitHub on the login page. ##### Changed - Numeric-only strings passed to timestamp API parameters (e.g. `start_at`, `end_at`) are now treated as Unix timestamps directly. Previously they were passed through `Time.zone.parse`, which could return unexpected results. If you were relying on the old behavior for numeric strings, update your API calls accordingly. - The user serializer now includes `plan` in the `subscription` object. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=--> Reviewed-on: #4543 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 29dd0a1104 | chore(deps): update ghcr.io/open-webui/open-webui docker tag to v0.8.10 (#4550) | |||
| e9171f74c1 |
chore(deps): update golift/unpackerr docker tag to v0.15.2 (#4547)
All checks were successful
|
|||
| bf64310892 | chore(deps): update freikin/dawarich docker tag to v1.3.2 (#4546) | |||
| c87005f37a | chore(deps): update dependency unpackerr/unpackerr to v0.15.2 (#4544) | |||
| ebe6cdae42 | chore(deps): update caronc/apprise docker tag to v1.3.2 (#4542) | |||
| d140610598 | feat: add trackjs to ignore lists | |||
| c391b211a4 |
chore(deps): update dependency booklore-app/booklore to v2.1.0 (#4540)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [booklore-app/BookLore](https://github.com/booklore-app/BookLore) | minor | `v2.0.6` → `v2.1.0` | --- ### Release Notes <details> <summary>booklore-app/BookLore (booklore-app/BookLore)</summary> ### [`v2.1.0`](https://github.com/booklore-app/booklore/releases/tag/v2.1.0) [Compare Source](https://github.com/booklore-app/BookLore/compare/v2.0.6...v2.1.0) #### 🌟 What's New in v2.1.0 #### 🚀 New Features - Add bulk ISBN import from file ([#​3239](https://github.com/booklore-app/BookLore/issues/3239)) ([#​3244](https://github.com/booklore-app/BookLore/issues/3244)) by [@​acx10](https://github.com/acx10) - Allow importing and exporting magic shelf JSON from the UI ([#​3183](https://github.com/booklore-app/BookLore/issues/3183)) ([#​3210](https://github.com/booklore-app/BookLore/issues/3210)) by [@​acx10](https://github.com/acx10) #### ✨ Enhancements - Allow physical and digital book states to coexist ([#​3043](https://github.com/booklore-app/BookLore/issues/3043)) ([#​3238](https://github.com/booklore-app/BookLore/issues/3238)) by [@​acx10](https://github.com/acx10) - Add ASIN lookup to author search ([#​3162](https://github.com/booklore-app/BookLore/issues/3162)) ([#​3228](https://github.com/booklore-app/BookLore/issues/3228)) by [@​acx10](https://github.com/acx10) - Add option to regenerate only missing covers ([#​3181](https://github.com/booklore-app/BookLore/issues/3181)) ([#​3227](https://github.com/booklore-app/BookLore/issues/3227)) by [@​acx10](https://github.com/acx10) - Fall back to folder cover images when embedded cover extraction fails ([#​3212](https://github.com/booklore-app/BookLore/issues/3212)) by [@​acx10](https://github.com/acx10) - Add magnifying glass to CBX reader ([#​3190](https://github.com/booklore-app/BookLore/issues/3190)) ([#​3209](https://github.com/booklore-app/BookLore/issues/3209)) by [@​acx10](https://github.com/acx10) #### 🐛 Bug Fixes - Fix cover download failing when CDN redirects to raw IP ([#​3149](https://github.com/booklore-app/BookLore/issues/3149)) ([#​3247](https://github.com/booklore-app/BookLore/issues/3247)) by [@​acx10](https://github.com/acx10) - Fix DST-related datetime rejection on TIMESTAMP columns ([#​3240](https://github.com/booklore-app/BookLore/issues/3240)) ([#​3241](https://github.com/booklore-app/BookLore/issues/3241)) ([#​3245](https://github.com/booklore-app/BookLore/issues/3245)) by [@​acx10](https://github.com/acx10) - Add groups scope to OIDC authorization request ([#​3211](https://github.com/booklore-app/BookLore/issues/3211)) ([#​3226](https://github.com/booklore-app/BookLore/issues/3226)) by [@​acx10](https://github.com/acx10) - Add Hardcover Book ID to custom metadata fetch ([#​3214](https://github.com/booklore-app/BookLore/issues/3214)) ([#​3224](https://github.com/booklore-app/BookLore/issues/3224)) by [@​acx10](https://github.com/acx10) - Fix organize files preview missing subtitle ([#​3217](https://github.com/booklore-app/BookLore/issues/3217)) ([#​3223](https://github.com/booklore-app/BookLore/issues/3223)) by [@​acx10](https://github.com/acx10) - Fix metadata center dialog mode being ignored on book card info button ([#​3218](https://github.com/booklore-app/BookLore/issues/3218)) ([#​3222](https://github.com/booklore-app/BookLore/issues/3222)) by [@​acx10](https://github.com/acx10) - fix(opds): sort libraries by name in OPDS feed ([#​3220](https://github.com/booklore-app/BookLore/issues/3220)) by [@​berb](https://github.com/berb) - Fix shelf view overrides not being respected ([#​2603](https://github.com/booklore-app/BookLore/issues/2603)) ([#​3206](https://github.com/booklore-app/BookLore/issues/3206)) by [@​acx10](https://github.com/acx10) #### 🛠️ Refactoring & Maintenance - Translations update from Hosted Weblate ([#​3200](https://github.com/booklore-app/BookLore/issues/3200)) by [@​acx10](https://github.com/acx10) - Pin footer buttons in metadata review dialog ([#​3053](https://github.com/booklore-app/BookLore/issues/3053)) ([#​3235](https://github.com/booklore-app/BookLore/issues/3235)) by [@​acx10](https://github.com/acx10) - Persist metadata search provider selection across book switches ([#​3107](https://github.com/booklore-app/BookLore/issues/3107)) ([#​3234](https://github.com/booklore-app/BookLore/issues/3234)) by [@​acx10](https://github.com/acx10) - Fix untranslatable UI strings, broken pluralization, and translation reactivity ([#​3108](https://github.com/booklore-app/BookLore/issues/3108)) ([#​3233](https://github.com/booklore-app/BookLore/issues/3233)) by [@​acx10](https://github.com/acx10) - Fix npm audit vulnerabilities ([#​3229](https://github.com/booklore-app/BookLore/issues/3229)) by [@​acx10](https://github.com/acx10) - Rename "Book Type" label to "File Format" ([#​3204](https://github.com/booklore-app/BookLore/issues/3204)) ([#​3225](https://github.com/booklore-app/BookLore/issues/3225)) by [@​acx10](https://github.com/acx10) - Increase minimum password length to 8 characters ([#​3185](https://github.com/booklore-app/BookLore/issues/3185)) ([#​3207](https://github.com/booklore-app/BookLore/issues/3207)) by [@​acx10](https://github.com/acx10) - Include physical books in the Book Type filter ([#​3205](https://github.com/booklore-app/BookLore/issues/3205)) by [@​acx10](https://github.com/acx10) #### 🐳 Docker Images - **Docker Hub:** `booklore/booklore:v2.1.0` - **GitHub Container Registry:** `ghcr.io/booklore-app/booklore:v2.1.0` **Full Changelog**: <https://github.com/booklore-app/booklore/compare/v2.0.6...v2.1.0>   </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 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4540 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| bc1c1e44bc | chore(deps): update helm release argo-cd to v9.4.8 (#4538) | |||
| f3dd32bd89 |
chore(deps): update ghcr.io/booklore-app/booklore docker tag to v2.1.0 (#4537)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/booklore-app/booklore](https://github.com/booklore-app/booklore) | minor | `v2.0.6` → `v2.1.0` | --- ### 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4537 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| c6d5812a58 |
chore(deps): update ghcr.io/haveagitgat/tdarr_node docker tag to v2.62.01 (#4536)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/haveagitgat/tdarr_node](https://github.com/HaveAGitGat/tdarr_express_be) | minor | `2.61.01` → `2.62.01` | --- ### 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4536 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| d3cca834e4 |
chore(deps): update ghcr.io/haveagitgat/tdarr docker tag to v2.62.01 (#4535)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/haveagitgat/tdarr](https://github.com/HaveAGitGat/tdarr_express_be) | minor | `2.61.01` → `2.62.01` | --- ### 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4535 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 0646bb8bc7 | feat: disable proxy | |||
| e5707df8e8 | chore(deps): update ghcr.io/linuxserver/radarr:6.0.4 docker digest to ca43905 (#4532) | |||
| 39ba59cc3d |
chore(deps): update searxng/searxng:latest docker digest to 754a07a (#4529)
All checks were successful
renovate / renovate (push) Successful in 1m43s
|
|||
| 54f9e03bd4 | chore(deps): update searxng/searxng:latest docker digest to 754a07a (#4529) | |||
| 53b9e1ba3b | chore(deps): update ghcr.io/linuxserver/qbittorrent:5.1.4 docker digest to 6a7ffbf (#4527) | |||
| aded781d5e | chore(deps): update ghcr.io/open-webui/open-webui docker tag to v0.8.9 (#4525) | |||
| 2a8bbe155e |
chore(deps): update dependency binwiederhier/ntfy to v2.18.0 (#4523)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [binwiederhier/ntfy](https://github.com/binwiederhier/ntfy) | minor | `2.17.0` → `2.18.0` | | [binwiederhier/ntfy](https://ntfy.sh/) ([source](https://github.com/binwiederhier/ntfy)) | minor | `v2.17.0` → `v2.18.0` | --- ### Release Notes <details> <summary>binwiederhier/ntfy (binwiederhier/ntfy)</summary> ### [`v2.18.0`](https://github.com/binwiederhier/ntfy/releases/tag/v2.18.0) [Compare Source](https://github.com/binwiederhier/ntfy/compare/v2.17.0...v2.18.0) This is the biggest release I've ever done on the server. It's 14,997 added lines of code, and 10,202 lines removed, all from one [pull request](https://github.com/binwiederhier/ntfy/pull/1619) that adds [PostgreSQL support](https://docs.ntfy.sh/config/#postgresql-experimental). The code was written by Cursor and Claude, but reviewed and heavily tested over 2-3 weeks by me. I created comparison documents, went through all queries multiple times and reviewed the logic over and over again. I also did load tests and manual regression tests, which took lots of evenings. I'll not instantly switch ntfy.sh over. Instead, I'm kindly asking the community to test the Postgres support and report back to me if things are working (or not working). There is a [one-off migration tool](https://github.com/binwiederhier/ntfy/tree/main/tools/pgimport) (entirely written by AI) that you can use to migrate. **Features:** - Add experimental [PostgreSQL support](https://docs.ntfy.sh/config/#postgresql-experimental) as an alternative database backend (message cache, user manager, web push subscriptions) via `database-url` config option ([#​1114](https://github.com/binwiederhier/ntfy/issues/1114)/[#​1619](https://github.com/binwiederhier/ntfy/pull/1619), thanks to [@​brettinternet](https://github.com/brettinternet) for reporting) **Bug fixes + maintenance:** - Preserve `<br>` line breaks in HTML-only emails received via SMTP ([#​690](https://github.com/binwiederhier/ntfy/issues/690), [#​1620](https://github.com/binwiederhier/ntfy/pull/1620), thanks to [@​uzkikh](https://github.com/uzkikh) for the fix and to [@​teastrainer](https://github.com/teastrainer) for reporting) </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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4523 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| ea4aa747fe |
chore(deps): update calibrain/shelfmark to v1.2.0 (#4521)
All checks were successful
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [calibrain/shelfmark](https://github.com/calibrain/shelfmark) | minor | `v1.1.2` → `v1.2.0` | | [ghcr.io/calibrain/shelfmark](https://github.com/calibrain/shelfmark) | minor | `v1.1.2` → `v1.2.0` | --- ### Release Notes <details> <summary>calibrain/shelfmark (calibrain/shelfmark)</summary> ### [`v1.2.0`](https://github.com/calibrain/shelfmark/releases/tag/v1.2.0) [Compare Source](https://github.com/calibrain/shelfmark/compare/v1.1.2...v1.2.0) ##### New Features ##### Redesigned Search Tools ([#​712](https://github.com/calibrain/shelfmark/issues/712)) - Search fields restructured into a unified left-hand selector with dynamic options that adapt to each metadata provider - Includes Author, Title, ISBN, Hardcover Lists, Hardcover Series, and Manual source query. - Search mode and metadata provider are now selectable directly from the advanced search view - **Series search** - search by series via Hardcover with live suggestions as you type ##### Hardcover List Integration ([#​694](https://github.com/calibrain/shelfmark/issues/694), [#​710](https://github.com/calibrain/shelfmark/issues/710), [#​719](https://github.com/calibrain/shelfmark/issues/719)) - Browse and search public Hardcover lists, or your own private lists, including "Want to Read" - Either pick a list from your collection via the search selector dropdown, or paste a list URL into the search box to view its contents directly - Add and remove books from lists and set "Want to Read" status - accessible from search results, the details modal, and the release modal - Books are automatically removed from a list when you download them from that list's page ##### Manual Search ([#​687](https://github.com/calibrain/shelfmark/issues/687)) - New option to search release sources directly, bypassing metadata providers - Respects user policies - hidden when the user's default policy is "Request Book" or "Blocked" - Caution: Limited metadata means manual downloads may not play well with path/renaming templates ##### Download Retries ([#​679](https://github.com/calibrain/shelfmark/issues/679)) - Retry failed downloads manually from the activity sidebar - Re-run failed post-processing without re-downloading the file ##### Admin Download on Behalf of Users ([#​679](https://github.com/calibrain/shelfmark/issues/679)) - New "Download as" selector lets admins download on behalf of any user, inheriting that user's output preferences (destination, email, BookLore library, etc.) ##### Per-User Search Defaults ([#​679](https://github.com/calibrain/shelfmark/issues/679)) - Users can now set their preferred search mode, metadata provider, and release source in User Preferences / My Account ##### Additional Features - **Sort releases by format** - new sort option in the release modal ([#​679](https://github.com/calibrain/shelfmark/issues/679)) - **`{OriginalName}` renaming variable** - keep the exact downloaded filename when using custom rename patterns ([#​679](https://github.com/calibrain/shelfmark/issues/679)) - **Manual request approval** - admins can manually approve book/audiobook requests without requiring a download ([#​660](https://github.com/calibrain/shelfmark/issues/660)) ##### Improvements ##### Download History & Activity Overhaul ([#​700](https://github.com/calibrain/shelfmark/issues/700), [#​703](https://github.com/calibrain/shelfmark/issues/703), [#​706](https://github.com/calibrain/shelfmark/issues/706)) - Completely rebuilt download tracking - downloads are now recorded in the database when queued, not just when they complete - Each user gets their own independent activity and history view; admins continue to see everything - Downloads, requests, and history now fully persist across container updates and restarts - History entries can still serve downloaded files after tasks leave the active queue ##### Login Session Persistence ([#​686](https://github.com/calibrain/shelfmark/issues/686)) - Login sessions now persist across container updates and restarts via a stored secret key ##### Other Improvements - File transfers now fall back to copy-then-delete when hardlink/move fails, improving reliability across filesystems ([#​660](https://github.com/calibrain/shelfmark/issues/660), [#​718](https://github.com/calibrain/shelfmark/issues/718)) - Content type dropdown is hidden when a content type is blocked for the current user ([#​705](https://github.com/calibrain/shelfmark/issues/705)) - Release scoring refactored for improved accuracy in the release modal ([#​665](https://github.com/calibrain/shelfmark/issues/665)) ##### Fixes - Apprise validation did not catch configuration errors early enough ([#​667](https://github.com/calibrain/shelfmark/issues/667), [#​668](https://github.com/calibrain/shelfmark/issues/668), [#​671](https://github.com/calibrain/shelfmark/issues/671)) - Apprise output was not visible in Shelfmark's logs ([#​667](https://github.com/calibrain/shelfmark/issues/667), [#​668](https://github.com/calibrain/shelfmark/issues/668), [#​671](https://github.com/calibrain/shelfmark/issues/671)) - Default language setting was not applied to search queries ([#​704](https://github.com/calibrain/shelfmark/issues/704)) - CWA ingest folder not detected when file movement fell back to copy ([#​691](https://github.com/calibrain/shelfmark/issues/691)) - Mirror list not refreshing correctly ([#​695](https://github.com/calibrain/shelfmark/issues/695)) - Default sort preference not applied consistently; series ordering broken ([#​715](https://github.com/calibrain/shelfmark/issues/715)) - Duplicate scoring keys in the release modal caused incorrect release ordering ([#​660](https://github.com/calibrain/shelfmark/issues/660)) - Search state went stale after completing a download ([#​660](https://github.com/calibrain/shelfmark/issues/660)) - Releases with multiple formats were incorrectly excluded by the format filter ([#​660](https://github.com/calibrain/shelfmark/issues/660)) - Clicking "Test connection" in settings reset unsaved changes on the page ([#​660](https://github.com/calibrain/shelfmark/issues/660)) - rTorrent download path not discovered correctly ([#​660](https://github.com/calibrain/shelfmark/issues/660)) - `/login` endpoint health check returned incorrect status ([#​660](https://github.com/calibrain/shelfmark/issues/660)) - Hardcover author names with initials were not parsed correctly ([#​705](https://github.com/calibrain/shelfmark/issues/705)) - Custom scripts could block the main thread ([#​686](https://github.com/calibrain/shelfmark/issues/686)) - Mirror configuration wouldn't be overridden on app updates ([#​718](https://github.com/calibrain/shelfmark/issues/718)) - User and request database concurrency conflicts ([#​686](https://github.com/calibrain/shelfmark/issues/686), [#​668](https://github.com/calibrain/shelfmark/issues/668), [#​718](https://github.com/calibrain/shelfmark/issues/718)) - Users created via reverse proxy auth were not provisioned correctly ([#​665](https://github.com/calibrain/shelfmark/issues/665)) - Auth migration issue for users who ran dev builds during multi-user development ([#​665](https://github.com/calibrain/shelfmark/issues/665)) - Activity dismissals not working correctly in no-auth mode ([#​667](https://github.com/calibrain/shelfmark/issues/667)) *** Note: The last couple of updates rounded out Shelfmark's core feature set. Going forward, the focus shifts to stability, bug fixes and QOL improvements rather than new major features. See the README for details about feature scope and contributions. Thanks. </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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4521 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 23cb84d943 | chore(deps): update g33kphr33k/musicgrabber docker tag to v2.3.2 (#4519) | |||
| e3f9227596 |
chore(deps): update helm release external-secrets to v2.1.0 (#4516)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [external-secrets](https://github.com/external-secrets/external-secrets) | minor | `2.0.1` → `2.1.0` | --- ### Release Notes <details> <summary>external-secrets/external-secrets (external-secrets)</summary> ### [`v2.1.0`](https://github.com/external-secrets/external-secrets/releases/tag/v2.1.0) [Compare Source](https://github.com/external-secrets/external-secrets/compare/v2.0.1...v2.1.0) Image: `ghcr.io/external-secrets/external-secrets:v2.1.0` Image: `ghcr.io/external-secrets/external-secrets:v2.1.0-ubi` Image: `ghcr.io/external-secrets/external-secrets:v2.1.0-ubi-boringssl` <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### General - chore(release): Update helm chart by [@​evrardj-roche](https://github.com/evrardj-roche) in [#​5981](https://github.com/external-secrets/external-secrets/pull/5981) - fix: cosign verify does not use signing config by [@​gusfcarvalho](https://github.com/gusfcarvalho) in [#​5982](https://github.com/external-secrets/external-secrets/pull/5982) - docs: Update release process by [@​evrardj-roche](https://github.com/evrardj-roche) in [#​5980](https://github.com/external-secrets/external-secrets/pull/5980) - fix: allow cross-namespace push with ClusterSecretStore objects by [@​Skarlso](https://github.com/Skarlso) in [#​5998](https://github.com/external-secrets/external-secrets/pull/5998) - feat(charts): add new flag enable leader for cert-manager by [@​nutmos](https://github.com/nutmos) in [#​5863](https://github.com/external-secrets/external-secrets/pull/5863) - feat(kubernetes): fall back to system CA roots when no CA is configured by [@​rajsinghtech](https://github.com/rajsinghtech) in [#​5961](https://github.com/external-secrets/external-secrets/pull/5961) - feat: dedup sbom but keep it monolithic by [@​moolen](https://github.com/moolen) in [#​6004](https://github.com/external-secrets/external-secrets/pull/6004) - fix: add missing metrics and fundamentally fix the caching logic by [@​Skarlso](https://github.com/Skarlso) in [#​5894](https://github.com/external-secrets/external-secrets/pull/5894) - docs: designate Oracle Vault provider as 'stable' by [@​anders-swanson](https://github.com/anders-swanson) in [#​6020](https://github.com/external-secrets/external-secrets/pull/6020) - docs: Oracle Vault provider capabilities by [@​anders-swanson](https://github.com/anders-swanson) in [#​6023](https://github.com/external-secrets/external-secrets/pull/6023) - docs(azurekv): cert-manager pushsecret example and cleanups by [@​illrill](https://github.com/illrill) in [#​5972](https://github.com/external-secrets/external-secrets/pull/5972) - feat(kubernetes): implement SecretExists by [@​Saku2](https://github.com/Saku2) in [#​5973](https://github.com/external-secrets/external-secrets/pull/5973) - fix(charts): Fix wrongly set annotations for cert-controller metrics service by [@​josemaia](https://github.com/josemaia) in [#​6029](https://github.com/external-secrets/external-secrets/pull/6029) - feat(providers): Nebius MysteryBox integration by [@​greenmapc](https://github.com/greenmapc) in [#​5868](https://github.com/external-secrets/external-secrets/pull/5868) ##### Dependencies - chore(deps): bump aquasecurity/trivy-action from 0.34.0 to 0.34.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​5986](https://github.com/external-secrets/external-secrets/pull/5986) - chore(deps): bump mkdocs-material from 9.7.1 to 9.7.2 in /hack/api-docs by [@​dependabot](https://github.com/dependabot)\[bot] in [#​5992](https://github.com/external-secrets/external-secrets/pull/5992) - chore(deps): bump ubi9/ubi from `b8923f5` to `cecb1cd` by [@​dependabot](https://github.com/dependabot)\[bot] in [#​5984](https://github.com/external-secrets/external-secrets/pull/5984) - chore(deps): bump helm/kind-action from 1.13.0 to 1.14.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​5985](https://github.com/external-secrets/external-secrets/pull/5985) - chore(deps): bump actions/dependency-review-action from 4.8.2 to 4.8.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​5990](https://github.com/external-secrets/external-secrets/pull/5990) - chore(deps): bump github/codeql-action from 4.32.3 to 4.32.4 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​5989](https://github.com/external-secrets/external-secrets/pull/5989) - chore(deps): bump goreleaser/goreleaser-action from 6.4.0 to 7.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​5987](https://github.com/external-secrets/external-secrets/pull/5987) - chore(deps): bump regex from 2026.1.15 to 2026.2.19 in /hack/api-docs by [@​dependabot](https://github.com/dependabot)\[bot] in [#​5991](https://github.com/external-secrets/external-secrets/pull/5991) - chore(deps): bump actions/stale from 10.1.1 to 10.2.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​5988](https://github.com/external-secrets/external-secrets/pull/5988) - chore(deps): bump regex from 2026.2.19 to 2026.2.28 in /hack/api-docs by [@​dependabot](https://github.com/dependabot)\[bot] in [#​6012](https://github.com/external-secrets/external-secrets/pull/6012) - chore(deps): bump mkdocs-material from 9.7.2 to 9.7.3 in /hack/api-docs by [@​dependabot](https://github.com/dependabot)\[bot] in [#​6014](https://github.com/external-secrets/external-secrets/pull/6014) - chore(deps): bump step-security/harden-runner from 2.14.2 to 2.15.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​6015](https://github.com/external-secrets/external-secrets/pull/6015) - chore(deps): bump anchore/sbom-action from 0.22.2 to 0.23.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​6016](https://github.com/external-secrets/external-secrets/pull/6016) - chore(deps): bump certifi from 2026.1.4 to 2026.2.25 in /hack/api-docs by [@​dependabot](https://github.com/dependabot)\[bot] in [#​6013](https://github.com/external-secrets/external-secrets/pull/6013) - chore(deps): bump actions/setup-go from 6.2.0 to 6.3.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​6010](https://github.com/external-secrets/external-secrets/pull/6010) - chore(deps): bump hashicorp/setup-terraform from [`ce70bcf`]( |
|||
| 11041a8019 |
chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v2.24.0 (#4515)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [harbor.alexlebens.net/images/site-profile](https://gitea.alexlebens.dev/alexlebens/site-profile) | minor | `2.23.0` → `2.24.0` | --- ### Release Notes <details> <summary>alexlebens/site-profile (harbor.alexlebens.net/images/site-profile)</summary> ### [`v2.24.0`](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/2.23.0...2.24.0) [Compare Source](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/2.23.0...2.24.0) </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 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4515 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| fc324e5469 | feat: enable cache | |||
| 7a81264a7d | chore(deps): update ghcr.io/traefik/traefik docker tag to v3.6.10 (#4512) | |||
| bab3cdee4f | chore(deps): update brainicism/bgutil-ytdlp-pot-provider docker tag to v1.3.1 (#4511) | |||
| aa38fe9e4b | chore(deps): update ghcr.io/linuxserver/sonarr:4.0.16 docker digest to 21c1c3d (#4509) | |||
| 4564eec651 |
chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v2.23.0 (#4504)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [harbor.alexlebens.net/images/site-profile](https://gitea.alexlebens.dev/alexlebens/site-profile) | minor | `2.21.0` → `2.23.0` | --- ### Release Notes <details> <summary>alexlebens/site-profile (harbor.alexlebens.net/images/site-profile)</summary> ### [`v2.23.0`](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/2.22.0...2.23.0) [Compare Source](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/2.22.0...2.23.0) ### [`v2.22.0`](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/2.21.0...2.22.0) [Compare Source](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/2.21.0...2.22.0) </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 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My41MS4xIiwidXBkYXRlZEluVmVyIjoiNDMuNTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4504 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| e143a2fae7 |
chore(deps): update gitroomhq/postiz-app to v2.20.1 (#4501)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/gitroomhq/postiz-app | patch | `v2.20.0` → `v2.20.1` | | [gitroomhq/postiz-app](https://github.com/gitroomhq/postiz-app) | patch | `v2.20.0` → `v2.20.1` | --- ### Release Notes <details> <summary>gitroomhq/postiz-app (gitroomhq/postiz-app)</summary> ### [`v2.20.1`](https://github.com/gitroomhq/postiz-app/releases/tag/v2.20.1): Urgent Stripe Fix when not set [Compare Source](https://github.com/gitroomhq/postiz-app/compare/v2.20.0...v2.20.1) **Full Changelog**: <https://github.com/gitroomhq/postiz-app/compare/v2.20.0...v2.20.1> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0My41MS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=--> Reviewed-on: #4501 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 1c9ce19162 |
chore(deps): update g33kphr33k/musicgrabber docker tag to v2.3.1 (#4499)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | g33kphr33k/musicgrabber | patch | `2.3.0` → `2.3.1` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My41MS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=--> Reviewed-on: #4499 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| d9732a24d1 |
chore(deps): update dependency traefik/traefik to v3.6.10 (#4498)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [traefik/traefik](https://github.com/traefik/traefik) | patch | `v3.6.9` → `v3.6.10` | --- ### Release Notes <details> <summary>traefik/traefik (traefik/traefik)</summary> ### [`v3.6.10`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v3610-2026-03-06) [Compare Source](https://github.com/traefik/traefik/compare/v3.6.9...v3.6.10) [All Commits](https://github.com/traefik/traefik/compare/v3.6.9...v3.6.10) **Bug fixes:** - **\[docker]** Bump Docker and OpenTelemetry dependencies ([#​12761](https://github.com/traefik/traefik/pull/12761) by [mmatur](https://github.com/mmatur)) - **\[fastproxy]** Bump github.com/valyala/fasthttp to v1.69.0 ([#​12763](https://github.com/traefik/traefik/pull/12763) by [kevinpollet](https://github.com/kevinpollet)) - **\[healthcheck, grpc]** Remove path parsing with grpc healthcheck ([#​12760](https://github.com/traefik/traefik/pull/12760) by [rtribotte](https://github.com/rtribotte)) - **\[k8s/gatewayapi]** Fix Gateway API router's rules ([#​12753](https://github.com/traefik/traefik/pull/12753) by [rtribotte](https://github.com/rtribotte)) - **\[middleware]** Fix HasSecureHeadersDefined returning false when stsSeconds is 0 ([#​12684](https://github.com/traefik/traefik/pull/12684) by [veeceey](https://github.com/veeceey)) - **\[otel]** Bump go.opentelemetry.io/otel dependencies ([#​12754](https://github.com/traefik/traefik/pull/12754) by [rtribotte](https://github.com/rtribotte)) - **\[server]** Bump golang.org/x/net to v0.51.0 ([#​12756](https://github.com/traefik/traefik/pull/12756) by [kevinpollet](https://github.com/kevinpollet)) - **\[webui]** Fix priority display in dashboard and ACME bypass redirect ([#​12740](https://github.com/traefik/traefik/pull/12740) by [mmatur](https://github.com/mmatur)) - **\[webui]** Fix basePath validation for dashboard template ([#​12729](https://github.com/traefik/traefik/pull/12729) by [gndz07](https://github.com/gndz07)) **Documentation:** - **\[middleware]** Correct documentation for Digest auth ([#​12651](https://github.com/traefik/traefik/pull/12651) by [Zash](https://github.com/Zash)) - Add missing `.http` to TOML table names ([#​12713](https://github.com/traefik/traefik/pull/12713) by [Darsstar](https://github.com/Darsstar)) - Fix incorrect TOML example in entrypoints docs ([#​12711](https://github.com/traefik/traefik/pull/12711) by [mfmfuyu](https://github.com/mfmfuyu)) - Fix API basepath option documentation ([#​12744](https://github.com/traefik/traefik/pull/12744) by [nmengin](https://github.com/nmengin)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My41MS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=--> Reviewed-on: #4498 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| e1031342cc | chore(deps): update searxng/searxng:latest docker digest to 3e11c84 (#4503) | |||
| 9677138a93 | chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2026.3.1 (#4500) | |||
| 526a2c1ba0 | chore(deps): update dependency home-assistant/core to v2026.3.1 (#4497) | |||
| 22f127d83b | chore(deps): update dependency coredns/coredns to v1.14.2 (#4495) | |||
| 16f73b445b | chore(deps): update booklore-app/booklore to v2.0.6 (#4494) | |||
| 5dd18a2bd0 |
chore(deps): update kube-prometheus-stack docker tag to v82.10.1 (#4492)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kube-prometheus-stack](https://github.com/prometheus-operator/kube-prometheus) ([source](https://github.com/prometheus-community/helm-charts)) | minor | `82.9.0` → `82.10.1` | --- ### Release Notes <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v82.10.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-82.10.1) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-82.10.0...kube-prometheus-stack-82.10.1) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] add configurable reloaderWebNodePort by [@​firasmosbehi](https://github.com/firasmosbehi) in [#​6717](https://github.com/prometheus-community/helm-charts/pull/6717) **Full Changelog**: <https://github.com/prometheus-community/helm-charts/compare/prometheus-sql-exporter-0.5.0...kube-prometheus-stack-82.10.1> ### [`v82.10.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-82.10.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-82.9.0...kube-prometheus-stack-82.10.0) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] Update kube-prometheus-stack dependency non-major updates by [@​renovate](https://github.com/renovate)\[bot] in [#​6722](https://github.com/prometheus-community/helm-charts/pull/6722) **Full Changelog**: <https://github.com/prometheus-community/helm-charts/compare/prometheus-nginx-exporter-1.20.1...kube-prometheus-stack-82.10.0> </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 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My41MS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4492 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 111403874b |
chore(deps): update dependency external-secrets/external-secrets to v2.1.0 (#4491)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [external-secrets/external-secrets](https://github.com/external-secrets/external-secrets) | minor | `v2.0.1` → `v2.1.0` | --- ### Release Notes <details> <summary>external-secrets/external-secrets (external-secrets/external-secrets)</summary> ### [`v2.1.0`](https://github.com/external-secrets/external-secrets/releases/tag/v2.1.0) [Compare Source](https://github.com/external-secrets/external-secrets/compare/v2.0.1...v2.1.0) Image: `ghcr.io/external-secrets/external-secrets:v2.1.0` Image: `ghcr.io/external-secrets/external-secrets:v2.1.0-ubi` Image: `ghcr.io/external-secrets/external-secrets:v2.1.0-ubi-boringssl` <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### General - chore(release): Update helm chart by [@​evrardj-roche](https://github.com/evrardj-roche) in [#​5981](https://github.com/external-secrets/external-secrets/pull/5981) - fix: cosign verify does not use signing config by [@​gusfcarvalho](https://github.com/gusfcarvalho) in [#​5982](https://github.com/external-secrets/external-secrets/pull/5982) - docs: Update release process by [@​evrardj-roche](https://github.com/evrardj-roche) in [#​5980](https://github.com/external-secrets/external-secrets/pull/5980) - fix: allow cross-namespace push with ClusterSecretStore objects by [@​Skarlso](https://github.com/Skarlso) in [#​5998](https://github.com/external-secrets/external-secrets/pull/5998) - feat(charts): add new flag enable leader for cert-manager by [@​nutmos](https://github.com/nutmos) in [#​5863](https://github.com/external-secrets/external-secrets/pull/5863) - feat(kubernetes): fall back to system CA roots when no CA is configured by [@​rajsinghtech](https://github.com/rajsinghtech) in [#​5961](https://github.com/external-secrets/external-secrets/pull/5961) - feat: dedup sbom but keep it monolithic by [@​moolen](https://github.com/moolen) in [#​6004](https://github.com/external-secrets/external-secrets/pull/6004) - fix: add missing metrics and fundamentally fix the caching logic by [@​Skarlso](https://github.com/Skarlso) in [#​5894](https://github.com/external-secrets/external-secrets/pull/5894) - docs: designate Oracle Vault provider as 'stable' by [@​anders-swanson](https://github.com/anders-swanson) in [#​6020](https://github.com/external-secrets/external-secrets/pull/6020) - docs: Oracle Vault provider capabilities by [@​anders-swanson](https://github.com/anders-swanson) in [#​6023](https://github.com/external-secrets/external-secrets/pull/6023) - docs(azurekv): cert-manager pushsecret example and cleanups by [@​illrill](https://github.com/illrill) in [#​5972](https://github.com/external-secrets/external-secrets/pull/5972) - feat(kubernetes): implement SecretExists by [@​Saku2](https://github.com/Saku2) in [#​5973](https://github.com/external-secrets/external-secrets/pull/5973) - fix(charts): Fix wrongly set annotations for cert-controller metrics service by [@​josemaia](https://github.com/josemaia) in [#​6029](https://github.com/external-secrets/external-secrets/pull/6029) - feat(providers): Nebius MysteryBox integration by [@​greenmapc](https://github.com/greenmapc) in [#​5868](https://github.com/external-secrets/external-secrets/pull/5868) ##### Dependencies - chore(deps): bump aquasecurity/trivy-action from 0.34.0 to 0.34.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​5986](https://github.com/external-secrets/external-secrets/pull/5986) - chore(deps): bump mkdocs-material from 9.7.1 to 9.7.2 in /hack/api-docs by [@​dependabot](https://github.com/dependabot)\[bot] in [#​5992](https://github.com/external-secrets/external-secrets/pull/5992) - chore(deps): bump ubi9/ubi from `b8923f5` to `cecb1cd` by [@​dependabot](https://github.com/dependabot)\[bot] in [#​5984](https://github.com/external-secrets/external-secrets/pull/5984) - chore(deps): bump helm/kind-action from 1.13.0 to 1.14.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​5985](https://github.com/external-secrets/external-secrets/pull/5985) - chore(deps): bump actions/dependency-review-action from 4.8.2 to 4.8.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​5990](https://github.com/external-secrets/external-secrets/pull/5990) - chore(deps): bump github/codeql-action from 4.32.3 to 4.32.4 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​5989](https://github.com/external-secrets/external-secrets/pull/5989) - chore(deps): bump goreleaser/goreleaser-action from 6.4.0 to 7.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​5987](https://github.com/external-secrets/external-secrets/pull/5987) - chore(deps): bump regex from 2026.1.15 to 2026.2.19 in /hack/api-docs by [@​dependabot](https://github.com/dependabot)\[bot] in [#​5991](https://github.com/external-secrets/external-secrets/pull/5991) - chore(deps): bump actions/stale from 10.1.1 to 10.2.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​5988](https://github.com/external-secrets/external-secrets/pull/5988) - chore(deps): bump regex from 2026.2.19 to 2026.2.28 in /hack/api-docs by [@​dependabot](https://github.com/dependabot)\[bot] in [#​6012](https://github.com/external-secrets/external-secrets/pull/6012) - chore(deps): bump mkdocs-material from 9.7.2 to 9.7.3 in /hack/api-docs by [@​dependabot](https://github.com/dependabot)\[bot] in [#​6014](https://github.com/external-secrets/external-secrets/pull/6014) - chore(deps): bump step-security/harden-runner from 2.14.2 to 2.15.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​6015](https://github.com/external-secrets/external-secrets/pull/6015) - chore(deps): bump anchore/sbom-action from 0.22.2 to 0.23.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​6016](https://github.com/external-secrets/external-secrets/pull/6016) - chore(deps): bump certifi from 2026.1.4 to 2026.2.25 in /hack/api-docs by [@​dependabot](https://github.com/dependabot)\[bot] in [#​6013](https://github.com/external-secrets/external-secrets/pull/6013) - chore(deps): bump actions/setup-go from 6.2.0 to 6.3.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​6010](https://github.com/external-secrets/external-secrets/pull/6010) - chore(deps): bump hashicorp/setup-terraform from [`ce70bcf`]( |
|||
| 6f7a387e6e | feat: disable metrics for auth instances |