mirror of
https://github.com/truecharts/charts.git
synced 2026-07-26 18:34:31 -03:00
ff4d2d64bc2db72d7112b9ed56f4482c7bc9b204
44958 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
ff4d2d64bc | chore(helm): update image docker.io/searxng/searxng digest to 943a2c5 (#36963) | ||
|
|
f3e02de009 |
chore(helm): update image docker.io/sourcegraph/server 6.5.0 → 6.5.1211 (#36964)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/sourcegraph/server](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | patch | `0019f70` -> `8679436` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
bfb78f0e83 |
chore(helm): update image tccr.io/tccr/nextcloud-fpm digest to 19b30c3 (#36957)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/tccr/nextcloud-fpm](https://redirect.github.com/truecharts/public) | digest | `5202152` -> `19b30c3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
0d779686fa |
chore(helm): update image docker.io/outlinewiki/outline 0.84.0 → 0.85.0 (#36960)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/outlinewiki/outline](https://redirect.github.com/outline/outline) | minor | `57717fc` -> `ffe0737` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>outline/outline (docker.io/outlinewiki/outline)</summary> ### [`v0.85.0`](https://redirect.github.com/outline/outline/releases/tag/v0.85.0) [Compare Source](https://redirect.github.com/outline/outline/compare/v0.84.0...v0.85.0) <img width="938" alt="image" src="https://github.com/user-attachments/assets/1545516f-8cb2-4df8-8fea-f8ad65ae49ff" /> #### What's Changed ##### Installation screen We added a new screen when installing Outline for the first time which allows setting up a workspace in the database with email before setting up any SSO providers. This should provide an easier onboarding experience for new users. ##### Editor improvements - Tables now have the ability to merge and split cells across rows and columns, use this to create more complex layouts. - Added a new shortcut to create a table, just type `|--` on a new line to insert a table. - It is now possible to specify an exact pixel size for images in [https://github.com/outline/outline/pull/9288](https://redirect.github.com/outline/outline/pull/9288) - Add Dart and Flutter syntax highlighting is now supported in [https://github.com/outline/outline/pull/9346](https://redirect.github.com/outline/outline/pull/9346) ##### OIDC improvements We now support the `.well-known` discovery endpoint, meaning OIDC can be configured with just `OIDC_ISSUER_URL`, `OIDC_CLIENT_ID`, and `OIDC_CLIENT_SECRET`. Much simpler than the previous approach. PKCE is now also used if the discovery endpoint signals support. ##### Other Improvements - Editor blocks can now be moved up and down with Cmd+Alt+Arrow keys in [https://github.com/outline/outline/pull/9502](https://redirect.github.com/outline/outline/pull/9502) - New menu option to apply a template to existing document in [https://github.com/outline/outline/pull/9236](https://redirect.github.com/outline/outline/pull/9236) - Hungarian language support in [https://github.com/outline/outline/pull/9230](https://redirect.github.com/outline/outline/pull/9230) - English (UK) language support in [https://github.com/outline/outline/pull/9336](https://redirect.github.com/outline/outline/pull/9336) - There is now an option to disable commenting per-collection in [https://github.com/outline/outline/pull/9295](https://redirect.github.com/outline/outline/pull/9295) - Add sitemap to publicly shared documents with indexing enabled in [https://github.com/outline/outline/pull/9334](https://redirect.github.com/outline/outline/pull/9334) - Add `attachments.list` API endpoint in [https://github.com/outline/outline/pull/9259](https://redirect.github.com/outline/outline/pull/9259) - Add warning to user on large documents in [https://github.com/outline/outline/pull/9282](https://redirect.github.com/outline/outline/pull/9282) - Add workspace description setting in [https://github.com/outline/outline/pull/9345](https://redirect.github.com/outline/outline/pull/9345) - Add option to show modified timestamp on publicly shared docs in [https://github.com/outline/outline/pull/9347](https://redirect.github.com/outline/outline/pull/9347) - Add support for individual database environment variables in [https://github.com/outline/outline/pull/9344](https://redirect.github.com/outline/outline/pull/9344) - API: `allowIndexing` and `showLastUpdated` can now be set in `shares.create` in [https://github.com/outline/outline/pull/9476](https://redirect.github.com/outline/outline/pull/9476) ##### Fixes - Fix flash of previous value after editing title in sidebar for documents by [@​MehdiBouzouaya](https://redirect.github.com/MehdiBouzouaya) in [https://github.com/outline/outline/pull/9197](https://redirect.github.com/outline/outline/pull/9197) - We now fallback to `id_token` when OIDC userinfo endpoint is sparse by [@​xadammr](https://redirect.github.com/xadammr) in [https://github.com/outline/outline/pull/9172](https://redirect.github.com/outline/outline/pull/9172) - Add encoding meta tag to exported HTML in [https://github.com/outline/outline/pull/9207](https://redirect.github.com/outline/outline/pull/9207) - Archived documents should not show in @​mention suggestio[https://github.com/outline/outline/pull/9208](https://redirect.github.com/outline/outline/pull/9208)l/9208 - Icon on collection home does not match sidebar when private in [https://github.com/outline/outline/pull/9209](https://redirect.github.com/outline/outline/pull/9209) - Reset editing state when collection/document title is unmodified in [https://github.com/outline/outline/pull/9221](https://redirect.github.com/outline/outline/pull/9221) - Consider active collections only for index computation in [https://github.com/outline/outline/pull/9225](https://redirect.github.com/outline/outline/pull/9225) - Remove # from stored filesystem keys in [https://github.com/outline/outline/pull/9231](https://redirect.github.com/outline/outline/pull/9231) - Resolve index collision when restoring collection in [https://github.com/outline/outline/pull/9229](https://redirect.github.com/outline/outline/pull/9229) - Increase `defaultSignedUrlExpires` from 60s to 5 minutes in [https://github.com/outline/outline/pull/9233](https://redirect.github.com/outline/outline/pull/9233) - Fix misalignment between email and comment mentions in [https://github.com/outline/outline/pull/9234](https://redirect.github.com/outline/outline/pull/9234) - Image caption uncentered in [https://github.com/outline/outline/pull/9239](https://redirect.github.com/outline/outline/pull/9239) - Fixed document URL generation for titles with only special characters in [https://github.com/outline/outline/pull/9258](https://redirect.github.com/outline/outline/pull/9258) - Initial avatars in notification popover malformed in [https://github.com/outline/outline/pull/9274](https://redirect.github.com/outline/outline/pull/9274) - perf: Various improvements to collaborators facepile in [https://github.com/outline/outline/pull/9281](https://redirect.github.com/outline/outline/pull/9281) - Skip fetching children for unsupported Notion blocks in [https://github.com/outline/outline/pull/9289](https://redirect.github.com/outline/outline/pull/9289) - Prevent outdated clients from connecting to collaboration server in [https://github.com/outline/outline/pull/9291](https://redirect.github.com/outline/outline/pull/9291) - Properly escape backslashes in search queries in [https://github.com/outline/outline/pull/9297](https://redirect.github.com/outline/outline/pull/9297) - Prevented multiple context menus from being open simultaneously in [https://github.com/outline/outline/pull/9298](https://redirect.github.com/outline/outline/pull/9298) - JSON import goes through MD serialization in [https://github.com/outline/outline/pull/9309](https://redirect.github.com/outline/outline/pull/9309) - read-only styles not applied to history in [https://github.com/outline/outline/pull/9319](https://redirect.github.com/outline/outline/pull/9319) - Canonical meta tag is incorrect for documents shared to custom domain in [https://github.com/outline/outline/pull/9398](https://redirect.github.com/outline/outline/pull/9398) - Use br tag for breaks inside tables in [https://github.com/outline/outline/pull/9405](https://redirect.github.com/outline/outline/pull/9405) - Persist document icon & color in import flow in [https://github.com/outline/outline/pull/9421](https://redirect.github.com/outline/outline/pull/9421) - Show integrations breadcrumb for Linear scene in [https://github.com/outline/outline/pull/9418](https://redirect.github.com/outline/outline/pull/9418) - Regression in `collections.info` endpoint disallowed find by urlId in [https://github.com/outline/outline/pull/9423](https://redirect.github.com/outline/outline/pull/9423) - Ensure notification relationships are loaded in `EmailProcessor` in [https://github.com/outline/outline/pull/9426](https://redirect.github.com/outline/outline/pull/9426) - Memberships loaded for incorrect user in collection add_user/remove_user in [https://github.com/outline/outline/pull/9428](https://redirect.github.com/outline/outline/pull/9428) - Handle Notion linked database errors in [https://github.com/outline/outline/pull/9429](https://redirect.github.com/outline/outline/pull/9429) - Fixed a regression in the design of facepile overflow in [https://github.com/outline/outline/pull/9439](https://redirect.github.com/outline/outline/pull/9439) - Login via email not properly redirects to desktop app in [https://github.com/outline/outline/pull/9440](https://redirect.github.com/outline/outline/pull/9440) - All documents now show again in CMD+K when searching by title in [https://github.com/outline/outline/pull/9445](https://redirect.github.com/outline/outline/pull/9445) - Skip showing archived docs in shared section in [https://github.com/outline/outline/pull/9451](https://redirect.github.com/outline/outline/pull/9451) - Public share search offset is incorrect in [https://github.com/outline/outline/pull/9465](https://redirect.github.com/outline/outline/pull/9465) - Use `Retry-After` header for Notion rate-limit retries in [https://github.com/outline/outline/pull/9467](https://redirect.github.com/outline/outline/pull/9467) - Client and server validation differ for subdomains in [https://github.com/outline/outline/pull/9468](https://redirect.github.com/outline/outline/pull/9468) - Paginated list edgecase in [https://github.com/outline/outline/pull/9484](https://redirect.github.com/outline/outline/pull/9484) - Not correctly catching linked databases in [https://github.com/outline/outline/pull/9497](https://redirect.github.com/outline/outline/pull/9497) - Fix OIDC login failures with Base64 avatar URLs in [https://github.com/outline/outline/pull/9501](https://redirect.github.com/outline/outline/pull/9501) - OIDC logout redirect unreliable in [https://github.com/outline/outline/pull/9508](https://redirect.github.com/outline/outline/pull/9508) - Various fixes for HTML -> Markdown conversion in [https://github.com/outline/outline/pull/9509](https://redirect.github.com/outline/outline/pull/9509) - Add OAuth support to search query source enum by [@​andycop](https://redirect.github.com/andycop) in [https://github.com/outline/outline/pull/9511](https://redirect.github.com/outline/outline/pull/9511) - Double title appears on some imported documents in [https://github.com/outline/outline/pull/9522](https://redirect.github.com/outline/outline/pull/9522) #### New Contributors - [@​MehdiBouzouaya](https://redirect.github.com/MehdiBouzouaya) made their first contribution in [https://github.com/outline/outline/pull/9202](https://redirect.github.com/outline/outline/pull/9202) - [@​xadammr](https://redirect.github.com/xadammr) made their first contribution in [https://github.com/outline/outline/pull/9172](https://redirect.github.com/outline/outline/pull/9172) - [@​urbalazs](https://redirect.github.com/urbalazs) made their first contribution in [https://github.com/outline/outline/pull/9230](https://redirect.github.com/outline/outline/pull/9230) - [@​andycop](https://redirect.github.com/andycop) made their first contribution in [https://github.com/outline/outline/pull/9511](https://redirect.github.com/outline/outline/pull/9511) **Full Changelog**: https://github.com/outline/outline/compare/v0.84.0...v0.85.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
e013d6deff |
chore(helm): update image ghcr.io/wizarrrr/wizarr 2025.6.5 → 2025.7.1 (#36961)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/wizarrrr/wizarr | minor | `45cbac9` -> `1bcdec5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
e8a49bc41e |
chore(helm): update image docker 28.3.0 → 28.3.1 (#36923)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker | patch | `56e3600` -> `0a2ee60` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
cd0d46c457 |
chore(helm): update image docker.io/mbentley/omada-controller digest to 40a970c (#36955)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/mbentley/omada-controller](https://redirect.github.com/mbentley/docker-omada-controller) | digest | `e6063b6` -> `40a970c` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
d190aeaec9 |
chore(helm): update image docker.io/searxng/searxng digest to 82113a2 (#36956)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/searxng/searxng | digest | `29b2e9a` -> `82113a2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
41b561baa5 |
chore(flux): update image kube-prometheus-stack 75.7.0 → 75.8.0 (clustertool) (#36959)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus) ([source](https://redirect.github.com/prometheus-community/helm-charts)) | minor | `75.7.0` -> `75.8.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v75.8.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-75.8.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-75.7.0...kube-prometheus-stack-75.8.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://redirect.github.com/renovate) in [https://github.com/prometheus-community/helm-charts/pull/5863](https://redirect.github.com/prometheus-community/helm-charts/pull/5863) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-sql-exporter-0.3.0...kube-prometheus-stack-75.8.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
81d6e0cc2c |
chore(flux): update image kubernetes-dashboard 1.16.2 → 1.16.3 (clustertool) (#36958)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kubernetes-dashboard](https://truecharts.org/charts/premium/kubernetes-dashboard) ([source](https://redirect.github.com/kubernetes-dashboard/kubernetes-dashboard)) | patch | `1.16.2` -> `1.16.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
1c435cfe49 |
chore(container): update ubuntu:latest docker digest to 440dcf6 (#36954)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ubuntu | final | digest | `b59d215` -> `440dcf6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
4a524d5692 |
chore(helm): update chart kong 2.49.0 → 2.50.0 (#36940)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kong](https://konghq.com/) ([source](https://redirect.github.com/Kong/charts)) | minor | `2.49.0` -> `2.50.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Kong/charts (kong)</summary> ### [`v2.50.0`](https://redirect.github.com/Kong/charts/releases/tag/kong-2.50.0) [Compare Source](https://redirect.github.com/Kong/charts/compare/kong-2.49.0...kong-2.50.0) The Cloud-Native Ingress and API-management </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21pbm9yIl19--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
2ee818eb48 |
chore(helm): update image docker.io/jenkins/jenkins 2.516 → 2.517 (#36948)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jenkins/jenkins](https://www.jenkins.io/) ([source](https://redirect.github.com/jenkinsci/docker)) | minor | `8a29b35` -> `9ca6dda` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>jenkinsci/docker (docker.io/jenkins/jenkins)</summary> ### [`v2.517`](https://redirect.github.com/jenkinsci/docker/releases/tag/2.517) [Compare Source](https://redirect.github.com/jenkinsci/docker/compare/2.516...2.517) <!-- Optional: add a release summary here --> #### 📦 Jenkins Core updates - Update to Jenkins 2.517 ([changelog](https://www.jenkins.io/changelog/2.517)) #### 📦 Dependency updates - Bump `git-lfs` version to 3.7.0 ([#​2035](https://redirect.github.com/jenkinsci/docker/issues/2035)) @​[github-actions\[bot\]](https://redirect.github.com/apps/github-actions) - chore(deps): bump ubi9/ubi from 9.6-1749542372 to 9.6-1750786174 in /rhel/ubi9/hotspot ([#​2034](https://redirect.github.com/jenkinsci/docker/issues/2034)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
5b53c508a8 | chore(helm): update image docker.io/homeassistant/home-assistant 2025.6.3 → 2025.7.0 (#36947) | ||
|
|
c9b0c7a57d |
chore(helm): update image docker.io/cloudflare/cloudflared 2025.6.1 → 2025.7.0 (#36943)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/cloudflare/cloudflared](https://redirect.github.com/cloudflare/cloudflared) | minor | `175aee7` -> `803b17a` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>cloudflare/cloudflared (docker.io/cloudflare/cloudflared)</summary> ### [`v2025.7.0`](https://redirect.github.com/cloudflare/cloudflared/releases/tag/2025.7.0) [Compare Source](https://redirect.github.com/cloudflare/cloudflared/compare/2025.6.1...2025.7.0) ##### SHA256 Checksums: cloudflared-amd64.pkg: 3d5ee7a88abab7bb0ee261ce806de9695d05c8faf1890801402107f32c7d9393 cloudflared-arm64.pkg: 6edc3475a849acd242a840e19713ae0f40040849623e8c6367d0d17ae271cc90 cloudflared-darwin-amd64.tgz: a917f54de92d0f9805ab51dedd1d49da0f1c32daf054403b72d26b93b3228e9e cloudflared-darwin-arm64.tgz: 978c03a1f4662d4773deaf2151f404b6658452fd475f400087e7f38fd85a31b7 cloudflared-fips-linux-amd64: 095bb52a3b7637cc4cc9467a56aac3e5aae8fe27b635cc4f0deff26845f48b77 cloudflared-fips-linux-amd64.deb: 32c0d3e0cc11d6b1e40bddf9814272015d26280603b0d83352b2805d76843058 cloudflared-fips-linux-x86_64.rpm: e1592a4bfc034d8c00c46ce12ce6fb685460d85b00db816fdb6ba09580d4c398 cloudflared-linux-386: 47b6bca18f1d99d5774c66a1336f23861310bab749b50b9477f5f1b5c922215e cloudflared-linux-386.deb: 2bcb4de216167423feb6f63c4aa6a3073795749839e1daefab7e1ecce6f38afc cloudflared-linux-386.rpm: c5b11a4da42697b5c8c40db37115d6069a880ad588f353c9322114665302e9fc cloudflared-linux-aarch64.rpm: 0b6a7a805d47203c50a7744ccac48285360c97f6eaf625fcd2c0c08f6b20472f cloudflared-linux-amd64: 51e3909335fd7ba2ed5c696b0a6fb7d4a74f6a15bf36615cea0fccba620cfb3f cloudflared-linux-amd64.deb: a65ceb838f1deb941f7ea9101ff54eaba04179135fd562456a59ea293479e113 cloudflared-linux-arm: 61c0235634539582b6729294005a8d717fc8ccd4a20c40dbe91721851540c4b2 cloudflared-linux-arm.deb: 0d65bd75fa191835fe9d9601ecd4d220f6b05231ae003b6ddd93d23fbed43496 cloudflared-linux-arm.rpm: 31bb74d3c37e12df2eeec8e2fa331d3df02c99d8298d1aa5545c4a3d1bd709ea cloudflared-linux-arm64: db86f73e07133ca3e0e63b8158dbaacf39f5dd4458260cb95ccf12b35c1b6cd9 cloudflared-linux-arm64.deb: f2e5b913d26bf65909c13ccd84345d5639c63a57a18583e9370a0b7507ebc1f9 cloudflared-linux-armhf: f4748a3a01d53087f2a5456422fc20613b913c3d84555df979827a15c6713707 cloudflared-linux-armhf.deb: 406f21d88e093e1ba3a57ad12c77b223f9e7e7d18a71ac2ba73e66c2d820e420 cloudflared-linux-armhf.rpm: c22070ec87a06bb0da77c132c88e5074a5be3bcf7ce5ac08ee9fac4b58ca4ac2 cloudflared-linux-x86_64.rpm: 69901a2636f61e1975f824b78e95ae14d2d1849f953d46dd2915c72241ff03ef cloudflared-windows-386.exe: 83f8a6a658319aafc317e07230a7601f8d7ca8fd65fc4cff9b521afb17172294 cloudflared-windows-386.msi: 52c52beae3ee544d511ac2db162b32e86322a52596aa4612bf09f169a901493d cloudflared-windows-amd64.exe: 9e37ce90110dc9e83108317273369641d2cab438cd9ca0458b30a6568fb09eac cloudflared-windows-amd64.msi: 1d7852a0fbe20eeb5ab1a909030bfd354dac9f25248585dfcfd22553f589fc09 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
e6f3a03e37 | chore(helm): update image docker.io/charmcli/soft-serve v0.8.5 → v0.9.1 (#36942) | ||
|
|
a434455e59 |
chore(helm): update image docker.io/portainer/portainer-ce 2.31.2 → 2.31.3 (#36931)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/portainer/portainer-ce | patch | `eb7864f` -> `30e682f` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
dc9dccbefa |
chore(helm): update image docker.io/portainer/portainer-ee 2.31.2 → 2.31.3 (#36932)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/portainer/portainer-ee | patch | `1112c9d` -> `46e4896` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
4e91ee652d |
chore(helm): update image twinproduction/gatus v5.18.1 → v5.19.0 (#36953)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [twinproduction/gatus](https://redirect.github.com/TwiN/gatus) | minor | `9752556` -> `1236257` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>TwiN/gatus (twinproduction/gatus)</summary> ### [`v5.19.0`](https://redirect.github.com/TwiN/gatus/releases/tag/v5.19.0) [Compare Source](https://redirect.github.com/TwiN/gatus/compare/v5.18.1...v5.19.0) #### What's Changed - feat(alerting): Add HomeAssistant support by [@​volodimyr](https://redirect.github.com/volodimyr) in [https://github.com/TwiN/gatus/pull/1125](https://redirect.github.com/TwiN/gatus/pull/1125) - feat(alerting): Add ilert alert provider by [@​DaTiMy](https://redirect.github.com/DaTiMy) in [https://github.com/TwiN/gatus/pull/1082](https://redirect.github.com/TwiN/gatus/pull/1082) - docs: Add NixOS example by [@​pizzapim](https://redirect.github.com/pizzapim) in [https://github.com/TwiN/gatus/pull/1131](https://redirect.github.com/TwiN/gatus/pull/1131) #### New Contributors - [@​pizzapim](https://redirect.github.com/pizzapim) made their first contribution in [https://github.com/TwiN/gatus/pull/1131](https://redirect.github.com/TwiN/gatus/pull/1131) - [@​volodimyr](https://redirect.github.com/volodimyr) made their first contribution in [https://github.com/TwiN/gatus/pull/1125](https://redirect.github.com/TwiN/gatus/pull/1125) - [@​DaTiMy](https://redirect.github.com/DaTiMy) made their first contribution in [https://github.com/TwiN/gatus/pull/1082](https://redirect.github.com/TwiN/gatus/pull/1082) **Full Changelog**: https://github.com/TwiN/gatus/compare/v5.18.1...v5.19.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
0e31c786bb |
chore(helm): update image docker.io/esphome/esphome 2025.6.2 → 2025.6.3 (#36925)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/esphome/esphome](https://esphome.io/) ([source](https://redirect.github.com/esphome/esphome)) | patch | `bb201de` -> `65db4c2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>esphome/esphome (docker.io/esphome/esphome)</summary> ### [`v2025.6.3`](https://redirect.github.com/esphome/esphome/releases/tag/2025.6.3) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2025.6.2...2025.6.3) - \[uart] fix: missing uart_config_t struct initialisation [esphome#9235](https://redirect.github.com/esphome/esphome/pull/9235) by [@​Rezoran](https://redirect.github.com/Rezoran) - Fix api log client crashing when api encryption is dynamic [esphome#9245](https://redirect.github.com/esphome/esphome/pull/9245) by [@​jesserockz](https://redirect.github.com/jesserockz) - Fix crash when event last_event_type is null in web_server [esphome#9266](https://redirect.github.com/esphome/esphome/pull/9266) by [@​bdraco](https://redirect.github.com/bdraco) - \[http_request] allow retrieval of more than just the first header [esphome#9242](https://redirect.github.com/esphome/esphome/pull/9242) by [@​candrews](https://redirect.github.com/candrews) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
40ecd4d152 |
chore(helm): update image ghcr.io/linuxserver/lazylibrarian digest to e9f2f47 (#36918)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/linuxserver/lazylibrarian | digest | `994f7d3` -> `e9f2f47` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
ce4a357cf2 |
chore(helm): update image docker.io/onerahmet/openai-whisper-asr-webservice v1.9.0 → v1.9.1 (#36930)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/onerahmet/openai-whisper-asr-webservice | patch | -> | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
1188ffbe41 |
chore(helm): update image docker.io/filebrowser/filebrowser v2.35.0 → v2.36.1 (#36945)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/filebrowser/filebrowser](https://redirect.github.com/filebrowser/filebrowser) | minor | `bd3f058` -> `25a17f9` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>filebrowser/filebrowser (docker.io/filebrowser/filebrowser)</summary> ### [`v2.36.1`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.36.1) [Compare Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.36.0...v2.36.1) #### Docker Image Updates The Docker image has been updated recently, with breaking changes. Read the release notes from [v2.33.0](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.33.0) to learn how to upgrade. #### Changelog - [`e36a9b4`]( |
||
|
|
fc340e3000 |
chore(helm): update image docker.io/ghostfolio/ghostfolio 2.176.0 → 2.177.0 (#36946)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio) | minor | `756198f` -> `237a750` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>ghostfolio/ghostfolio (docker.io/ghostfolio/ghostfolio)</summary> ### [`v2.177.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21770---2025-07-03) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.176.0...2.177.0) ##### Added - Extended the *Fear & Greed Index* (market mood) in the markets overview by cryptocurrencies (experimental) ##### Changed - Refactored the about pages to standalone - Made the `getByKey()` function generic in the property service - Renamed `AuthDevice` to `authDevices` in the `User` database schema - Improved the language localization for Catalan (`ca`) - Improved the language localization for German (`de`) - Improved the language localization for Portuguese (`pt`) - Upgraded `@internationalized/number` from version `3.6.0` to `3.6.3` - Upgraded `ngx-skeleton-loader` from version `11.0.0` to `11.2.1` - Upgraded `yahoo-finance2` from version `3.3.5` to `3.4.1` </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
3b587d020c |
chore(container): update docker.io/renovate/renovate docker tag to v41.20.0 (#36939)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | minor | `41.17.2-full` -> `41.20.0-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.20.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.20.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.19.0...41.20.0) ##### Features - **config/options:** allow root(`.`) and `UpdateType` as parents ([#​36522](https://redirect.github.com/renovatebot/renovate/issues/36522)) ([f20e741]( |
||
|
|
97ec866b31 |
fix(deps): update module github.com/budimanjojo/talhelper/v3 v3.0.29 → v3.0.30 (clustertool) (#36938)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/budimanjojo/talhelper/v3](https://redirect.github.com/budimanjojo/talhelper) | require | patch | `v3.0.29` -> `v3.0.30` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>budimanjojo/talhelper (github.com/budimanjojo/talhelper/v3)</summary> ### [`v3.0.30`](https://redirect.github.com/budimanjojo/talhelper/releases/tag/v3.0.30) [Compare Source](https://redirect.github.com/budimanjojo/talhelper/compare/v3.0.29...v3.0.30) #### Changelog - [`3d14db3`]( |
||
|
|
dec9f07532 |
chore(helm): update image docker.io/revenz/fileflows 25.06 → 25.07 (#36950)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/revenz/fileflows | minor | `6dd85a5` -> `ffcb58f` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
54a11732a2 |
chore(helm): update image docker.io/automaticrippingmachine/automatic-ripping-machine 2.15.2 → 2.16.1 (#36941)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/automaticrippingmachine/automatic-ripping-machine](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine) | minor | `545cdab` -> `fdf61ae` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>automatic-ripping-machine/automatic-ripping-machine (docker.io/automaticrippingmachine/automatic-ripping-machine)</summary> ### [`v2.16.1`](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/releases/tag/2.16.1) [Compare Source](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/compare/2.16.0...2.16.1) #### What's Changed - \[BUGFIX] UI Progress Bar and Old ARM Version Removal by [@​microtechno9000](https://redirect.github.com/microtechno9000) in [https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1414](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1414) **Full Changelog**: https://github.com/automatic-ripping-machine/automatic-ripping-machine/compare/2.16.0...2.16.1 ### [`v2.16.0`](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/releases/tag/2.16.0) [Compare Source](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/compare/2.15.2...2.16.0) #### What's Changed - \[BUGFIX] Github Workflow Fix by [@​microtechno9000](https://redirect.github.com/microtechno9000) in [https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1436](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1436) - Bump arm-dependencies from `ee57f46` to `db6961c` by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1439](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1439) - \[FEATURE] Bump automaticrippingmachine/arm-dependencies from 1.4.0 to 1.5.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1438](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1438) **Full Changelog**: https://github.com/automatic-ripping-machine/automatic-ripping-machine/compare/2.15.2...2.16.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
b8fd234702 |
chore(helm): update image ghcr.io/coderaiser/cloudcmd 18.6.0 → 18.6.1 (#36934)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/coderaiser/cloudcmd](https://redirect.github.com/coderaiser/cloudcmd) | patch | `3b8b8c9` -> `d0c5127` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>coderaiser/cloudcmd (ghcr.io/coderaiser/cloudcmd)</summary> ### [`v18.6.1`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v18.6.1): cloudcmd v18.6.1 [Compare Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v18.6.0...v18.6.1) #### 🔥 feature - [`9eafa18`](https://redirect.github.com/coderaiser/cloudcmd/commit/9eafa189) cloudcmd: http-auth v4.2.1 - [`e99d084`](https://redirect.github.com/coderaiser/cloudcmd/commit/e99d0847) cloudcmd: montag v1.2.1 - [`b77e9c9`](https://redirect.github.com/coderaiser/cloudcmd/commit/b77e9c91) cloudcmd: pipe-io v4.0.1 - [`4b476a6`](https://redirect.github.com/coderaiser/cloudcmd/commit/4b476a6d) cloudcmd: globals v16.3.0 - [`2057065`](https://redirect.github.com/coderaiser/cloudcmd/commit/2057065d) cloudcmd: [@​putout/eslint-flat](https://redirect.github.com/putout/eslint-flat) v3.0.1 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
986c8a999a |
chore(helm): update image monica digest to 6c5e59d (#36921)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | monica | digest | `688a321` -> `6c5e59d` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
92b19a868e |
chore(helm): update image fyb3roptik/threadfin 1.2.34 → 1.2.35 (#36933)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [fyb3roptik/threadfin](https://redirect.github.com/Threadfin/Threadfin) | patch | `7ca1302` -> `31ee094` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>Threadfin/Threadfin (fyb3roptik/threadfin)</summary> ### [`v1.2.35`](https://redirect.github.com/Threadfin/Threadfin/releases/tag/1.2.35) [Compare Source](https://redirect.github.com/Threadfin/Threadfin/compare/1.2.34...1.2.35) #### What's Changed - Fix uploaded logo URLs to respect Force HTTPS setting by [@​b3nw](https://redirect.github.com/b3nw) in [https://github.com/Threadfin/Threadfin/pull/605](https://redirect.github.com/Threadfin/Threadfin/pull/605) - Branch 1.2.35 by [@​Fyb3roptik](https://redirect.github.com/Fyb3roptik) in [https://github.com/Threadfin/Threadfin/pull/606](https://redirect.github.com/Threadfin/Threadfin/pull/606) #### New Contributors - [@​b3nw](https://redirect.github.com/b3nw) made their first contribution in [https://github.com/Threadfin/Threadfin/pull/605](https://redirect.github.com/Threadfin/Threadfin/pull/605) **Full Changelog**: https://github.com/Threadfin/Threadfin/compare/1.2.34...1.2.35 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
bfe159a525 |
chore(helm): update image ghcr.io/elfhosted/jackett 0.22.2111 → 0.22.2117 (#36935)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/elfhosted/jackett | patch | `b460732` -> `b4c4458` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
ae30f3a46e |
chore(helm): update image docker.io/syncthing/syncthing 1.29.7 → 1.30.0 (#36951)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/syncthing/syncthing](https://syncthing.net) ([source](https://redirect.github.com/syncthing/syncthing)) | minor | `dde2305` -> `74eeedb` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>syncthing/syncthing (docker.io/syncthing/syncthing)</summary> ### [`v1.30.0`](https://redirect.github.com/syncthing/syncthing/releases/tag/v1.30.0) [Compare Source](https://redirect.github.com/syncthing/syncthing/compare/v1.29.7...v1.30.0) #### Syncthing 2 is coming Syncthing version 1.x will soon be replaced by Syncthing version 2.x. Version 2 brings a new database format and various cleanups, but remains protocol compatible with Syncthing 1. More detailed information about Syncthing 2 can be found in the release notes at https://github.com/syncthing/syncthing/releases. This release is also available as: - APT repository: https://apt.syncthing.net/ - Docker image: `docker.io/syncthing/syncthing:1.30.0` or `ghcr.io/syncthing/syncthing:1.30.0` (`{docker,ghcr}.io/syncthing/syncthing:1` to follow just the major version) #### What's Changed ##### Fixes - fix(protocol): avoid deadlock with concurrent connection start and close by [@​calmh](https://redirect.github.com/calmh) in [https://github.com/syncthing/syncthing/pull/10140](https://redirect.github.com/syncthing/syncthing/pull/10140) - fix(syncthing): avoid writing panic log to nil fd by [@​ardevd](https://redirect.github.com/ardevd) in [https://github.com/syncthing/syncthing/pull/10154](https://redirect.github.com/syncthing/syncthing/pull/10154) ##### Features - feat(config): expose folder and device info as metrics (fixes [#​9519](https://redirect.github.com/syncthing/syncthing/issues/9519)) by [@​calmh](https://redirect.github.com/calmh) in [https://github.com/syncthing/syncthing/pull/10148](https://redirect.github.com/syncthing/syncthing/pull/10148) ##### Other - build: properly propagate build tags to Debian build by [@​calmh](https://redirect.github.com/calmh) in [https://github.com/syncthing/syncthing/pull/10144](https://redirect.github.com/syncthing/syncthing/pull/10144) - chore(protocol): don't start connection routines a second time by [@​imsodin](https://redirect.github.com/imsodin) in [https://github.com/syncthing/syncthing/pull/10146](https://redirect.github.com/syncthing/syncthing/pull/10146) - chore(protocol): only allow enc. password changes on cluster config by [@​imsodin](https://redirect.github.com/imsodin) in [https://github.com/syncthing/syncthing/pull/10145](https://redirect.github.com/syncthing/syncthing/pull/10145) **Full Changelog**: https://github.com/syncthing/syncthing/compare/v1.29.7...v1.30.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
804bb3b0a9 | chore(helm): update image ghcr.io/linuxserver/doublecommander digest to de2de4c (#36917) | ||
|
|
0e0e976b4e |
chore(helm): update image ghcr.io/elfhosted/nzbget 25.1 → 25.2 (#36952)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/elfhosted/nzbget](https://redirect.github.com/nzbgetcom/nzbget) | minor | `77e020a` -> `aab5814` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>nzbgetcom/nzbget (ghcr.io/elfhosted/nzbget)</summary> ### [`v25.2`](https://redirect.github.com/nzbgetcom/nzbget/releases/tag/v25.2) [Compare Source](https://redirect.github.com/nzbgetcom/nzbget/compare/v25.1...v25.2) #### What's Changed - Bug fixes [#​603](https://redirect.github.com/nzbgetcom/nzbget/pull/603) - Prevented crashes (segfaults) that could occur when loading disk state files containing empty or malformed data, by adding additional input validation and null pointer protection - Fixed a segfault in host resolution by ensuring a valid string is always returned - For developers: - Added workflow to build and publish debug Docker images [#​605](https://redirect.github.com/nzbgetcom/nzbget/pull/605) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
8c1a10f68f |
chore(helm): update image ghcr.io/linuxserver/oscam 11884-ls137 → 11884-ls138 (#36937)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/oscam](https://redirect.github.com/linuxserver/docker-oscam/packages) ([source](https://redirect.github.com/linuxserver/docker-oscam)) | patch | `0076204` -> `5aacfb0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>linuxserver/docker-oscam (ghcr.io/linuxserver/oscam)</summary> ### [`v11884-ls138`](https://redirect.github.com/linuxserver/docker-oscam/releases/tag/11884-ls138) [Compare Source](https://redirect.github.com/linuxserver/docker-oscam/compare/11884-ls137...11884-ls138) **CI Report:** https://ci-tests.linuxserver.io/linuxserver/oscam/11884-ls138/index.html **LinuxServer Changes:** Rebase to Alpine 3.20. **Remote Changes:** Updating to 11884 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
13324343ac |
chore(helm): update image lscr.io/linuxserver/mylar3 digest to 9d02a3f (#36920)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [lscr.io/linuxserver/mylar3](https://redirect.github.com/linuxserver/docker-mylar3/packages) ([source](https://redirect.github.com/linuxserver/docker-mylar3)) | digest | `41909d8` -> `9d02a3f` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
cdd2d8cf45 |
chore(helm): update image public.ecr.aws/docker/library/xwiki digest to afc7c54 (#36922)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [public.ecr.aws/docker/library/xwiki](https://hub.docker.com/_/xwiki) ([source](https://redirect.github.com/xwiki-contrib/docker-xwiki)) | digest | `cd2324f` -> `afc7c54` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
f79ba91e10 | chore(helm): update image docker.io/jeessy/ddns-go v6.11.0 → v6.11.1 (#36927) | ||
|
|
f400932a00 | chore(helm): update image ghcr.io/elfhosted/nzbhydra2 7.15.1 → 7.15.3 (#36936) | ||
|
|
c179f439b0 |
chore(helm): update image docker.io/doitandbedone/ispyagentdvr 6.5.2.0 → 6.5.3.0 (#36924)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/doitandbedone/ispyagentdvr](https://redirect.github.com/doitandbedone/ispyagentdvr-docker) | patch | `d21f2ab` -> `afc849e` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>doitandbedone/ispyagentdvr-docker (docker.io/doitandbedone/ispyagentdvr)</summary> ### [`v6.5.3.0`](https://redirect.github.com/doitandbedone/ispyagentdvr-docker/compare/6.5.2.0...6.5.3.0) [Compare Source](https://redirect.github.com/doitandbedone/ispyagentdvr-docker/compare/6.5.2.0...6.5.3.0) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
33d8985895 |
chore(helm): update image docker.io/deluan/navidrome 0.56.1 → 0.57.0 (#36944)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[docker.io/deluan/navidrome](https://redirect.github.com/navidrome/navidrome)
| minor | `d8dcacb` -> `d753f3f` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.
---
### Release Notes
<details>
<summary>navidrome/navidrome (docker.io/deluan/navidrome)</summary>
###
[`v0.57.0`](https://redirect.github.com/navidrome/navidrome/releases/tag/v0.57.0)
[Compare
Source](https://redirect.github.com/navidrome/navidrome/compare/v0.56.1...v0.57.0)
A big thank you to all the contributors who made this release possible!
#### Added
- **UI Features**:
- Added "Artist Radio" and "Shuffle" options to the artist page.
([#​4186](https://redirect.github.com/navidrome/navidrome/pull/4186)
by [@​deluan](https://redirect.github.com/deluan))
- Added a "Play Artist's Top Songs" button.
([#​4204](https://redirect.github.com/navidrome/navidrome/pull/4204)
by [@​deluan](https://redirect.github.com/deluan))
- Added "Love" and "Rating" functionality to songs within a playlist
view.
([#​4134](https://redirect.github.com/navidrome/navidrome/pull/4134)
by [@​deluan](https://redirect.github.com/deluan))
- New "Add to Playlist" dialog, with improved UX.
([#​4156](https://redirect.github.com/navidrome/navidrome/pull/4156)
by [@​deluan](https://redirect.github.com/deluan))
- Added a "Now Playing" panel for administrators to monitor active
streams, with configurable `EnableNowPlaying` option (default true).
([#​4209](https://redirect.github.com/navidrome/navidrome/pull/4209),
[#​4219](https://redirect.github.com/navidrome/navidrome/pull/4219)
by [@​deluan](https://redirect.github.com/deluan))
- Added a context menu option to "Show in Playlist".
([#​4139](https://redirect.github.com/navidrome/navidrome/pull/4139)
by [@​deluan](https://redirect.github.com/deluan))
- Added RecentlyAddedByModTime support for tracks.
([#​4046](https://redirect.github.com/navidrome/navidrome/pull/4046),
[#​4279](https://redirect.github.com/navidrome/navidrome/pull/4279)
by [@​deluan](https://redirect.github.com/deluan))
- Added a configuration tab in the About dialog.
([#​4142](https://redirect.github.com/navidrome/navidrome/pull/4142)
by [@​deluan](https://redirect.github.com/deluan))
- **Experimental Plugin Support**: Added experimental support for
plugins, allowing for greater extensibility and customization. See
details in
the(https://redirect.github.com/navidrome/navidrome/pull/3998)avidrome/pull/3998\))
([#​3998](https://redirect.github.com/navidrome/navidrome/pull/3998),
[#​4260](https://redirect.github.com/navidrome/navidrome/pull/4260)
by [@​deluan](https://redirect.github.com/deluan))
- **Scanner Accuracy**: Implemented folder hashing for smarter and more
accurate quick scans, significantly improving detection of library
changes.
([#​4220](https://redirect.github.com/navidrome/navidrome/pull/4220)
by [@​deluan](https://redirect.github.com/deluan))
- **MBID Search**: Added functionality to search for albums, artists,
and songs by their MusicBrainz ID (MBID).
([#​4286](https://redirect.github.com/navidrome/navidrome/pull/4286)
by [@​deluan](https://redirect.github.com/deluan))
- **Smart Playlists**:
- Added support for sorting smart playlists by multiple fields.
([#​4214](https://redirect.github.com/navidrome/navidrome/pull/4214)
by [@​deluan](https://redirect.github.com/deluan))
- Added support for MBIDs in smart playlists.
([`4096760bd`](
|
||
|
|
993d82a6d2 |
chore(helm): update image docker.io/ollama/ollama 0.9.3 → 0.9.5 (#36929)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/ollama/ollama | patch | `94ad93f` -> `f72c60a` | | docker.io/ollama/ollama | patch | `4500824` -> `64fcc2a` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
8455bcb1d6 |
chore(helm): update image docker.io/wabayang/jelu digest to 2692bd5 (#36915)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/wabayang/jelu | digest | `9497a81` -> `2692bd5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
f0ae46948b |
chore(helm): update image docker.io/koenkk/zigbee2mqtt 2.4.0 → 2.5.1 (#36949)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/koenkk/zigbee2mqtt](https://redirect.github.com/Koenkk/zigbee2mqtt) | minor | `dd7479e` -> `1e639d3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>Koenkk/zigbee2mqtt (docker.io/koenkk/zigbee2mqtt)</summary> ### [`v2.5.1`](https://redirect.github.com/Koenkk/zigbee2mqtt/blob/HEAD/CHANGELOG.md#251-2025-07-02) [Compare Source](https://redirect.github.com/Koenkk/zigbee2mqtt/compare/2.5.0...2.5.1) ##### Bug Fixes - **ignore:** update zigbee-herdsman to 4.3.1 ([#​27878](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27878)) ([917d852]( |
||
|
|
3a15667630 |
chore(helm): update image docker.io/metabase/metabase v0.55.5 → v0.55.6 (#36928)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/metabase/metabase | patch | `3f2639d` -> `fe6f407` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
f574374645 |
chore(helm): update image ghcr.io/linuxserver/rsnapshot digest to b9f65b8 (#36919)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/rsnapshot](https://redirect.github.com/linuxserver/docker-rsnapshot/packages) ([source](https://redirect.github.com/linuxserver/docker-rsnapshot)) | digest | `01b59e8` -> `b9f65b8` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
b92c91be42 |
chore(helm): update image docker.io/fireflyiii/core version-6.2.19 → version-6.2.20 (#36926)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/fireflyiii/core](https://redirect.github.com/firefly-iii/docker) ([source](https://dev.azure.com/Firefly-III/_git/MainImage)) | patch | `8ff0132` -> `f067064` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
9bb66f5b9d |
chore(helm): update image friendica digest to 05adb2d (#36916)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | friendica | digest | `67ff862` -> `05adb2d` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
e82b7f13bd | chore(helm): update image docker.io/phpmyadmin digest to 167d118 (#36912) |