dc9dccbefa284e2deeca9ee3fe0f505411aa3ecb
44941 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
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`](https://redirect.github.com/filebrowser/filebrowser/commit/e36a9b40a00ad4ff76a87baf71a08d1cfa2b8546) chore(release): 2.36.1 - [`a756e02`](https://redirect.github.com/filebrowser/filebrowser/commit/a756e02142e1dfb94fcb8d0441274f78f6cb5dcc) docs: fix typo - [`b639474`](https://redirect.github.com/filebrowser/filebrowser/commit/b6394745a33b2763211f671899313a55e49ce321) docs: docker caveat with bind mounts - [`e99e0b3`](https://redirect.github.com/filebrowser/filebrowser/commit/e99e0b3028e1c8a50e1744bb07ecc8e809bdb8e6) fix: remove associated shares when deleting file/folder - [`47b3e21`](https://redirect.github.com/filebrowser/filebrowser/commit/47b3e218ad7ffac4bc62294ec589a33ef3d4ea04) docs: remove note about fixed issue ### [`v2.36.0`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.36.0) [Compare Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.35.0...v2.36.0) #### Updated Icons This is especially important for those using the branding customization to override the icons and logotype. We have removed deprecated icons that are no longer needed. The following icons have been removed: - `mstile-*` - `safari-pinned-tab.svg` - `favicon-16x16.png` - `favicon-32x32.png` The following icons have been added: - `favicon.svg` #### 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 - [`0c34b79`](https://redirect.github.com/filebrowser/filebrowser/commit/0c34b79a9937b970f2259e37d1f33bab2bddbfab) chore(release): 2.36.0 - [`04166e8`](https://redirect.github.com/filebrowser/filebrowser/commit/04166e81e52d38b1f66ba3313ccb1291c239eea2) feat: update icons, remove deprecated Microsoft Tiles - [`fae410c`](https://redirect.github.com/filebrowser/filebrowser/commit/fae410ce6e7727ee7dab63479a6f08eec15fe5a4) docs: improve custom branding info - [`9da01be`](https://redirect.github.com/filebrowser/filebrowser/commit/9da01be7fc34eeae4a2d0518645769d2614dd554) docs: add update instructions to Docker - [`e9e7c68`](https://redirect.github.com/filebrowser/filebrowser/commit/e9e7c68557b2d54b51185771aa092f0f259ee680) chore: remove symlink in Dockerfile </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=--> |
||
|
|
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](https://redirect.github.com/renovatebot/renovate/commit/f20e7411ad2087507b4d5641eb78fa516b62070f)) ### [`v41.19.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.19.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.18.4...41.19.0) ##### Features - **gerrit:** add support for labels through hashtags ([#​35900](https://redirect.github.com/renovatebot/renovate/issues/35900)) ([8db486b](https://redirect.github.com/renovatebot/renovate/commit/8db486bf2efac3d5298b7d5243012a0ec63c0019)) - **manager/pre-commit:** support node additional dependencies ([#​36785](https://redirect.github.com/renovatebot/renovate/issues/36785)) ([edd01d4](https://redirect.github.com/renovatebot/renovate/commit/edd01d43e293a0345d7cf114305094d5d3361f40)) - **npm:** support pnpm v11 environment variables ([#​36762](https://redirect.github.com/renovatebot/renovate/issues/36762)) ([fbdf8df](https://redirect.github.com/renovatebot/renovate/commit/fbdf8dfecc07beb9c9f850361c37db719313b2cf)) ### [`v41.18.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.18.4) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.18.3...41.18.4) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.15.9 (main) ([#​36833](https://redirect.github.com/renovatebot/renovate/issues/36833)) ([097d9ef](https://redirect.github.com/renovatebot/renovate/commit/097d9ef50574d776fc84451687aa8370350d8df5)) ##### Miscellaneous Chores - **deps:** update aquasecurity/trivy-action action to v0.32.0 (main) ([#​36832](https://redirect.github.com/renovatebot/renovate/issues/36832)) ([61e1555](https://redirect.github.com/renovatebot/renovate/commit/61e1555dcf8fcef61a6d6ea33f1bd3aaf996e775)) ### [`v41.18.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.18.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.18.2...41.18.3) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.15.8 (main) ([#​36831](https://redirect.github.com/renovatebot/renovate/issues/36831)) ([3f7aad0](https://redirect.github.com/renovatebot/renovate/commit/3f7aad078d1aef5e946597b3d58e45bdcb5729a4)) ### [`v41.18.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.18.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.18.1...41.18.2) ##### Miscellaneous Chores - **deps:** update dependency [@​vitest/eslint-plugin](https://redirect.github.com/vitest/eslint-plugin) to v1.3.0 (main) ([#​36823](https://redirect.github.com/renovatebot/renovate/issues/36823)) ([192848f](https://redirect.github.com/renovatebot/renovate/commit/192848f89515c0a08ed5bd5ecfc66ccaf16a8174)) - **deps:** update dependency [@​vitest/eslint-plugin](https://redirect.github.com/vitest/eslint-plugin) to v1.3.3 (main) ([#​36824](https://redirect.github.com/renovatebot/renovate/issues/36824)) ([27df4e1](https://redirect.github.com/renovatebot/renovate/commit/27df4e1b9a7d712c1b3a0c87920530c68eb0dbb1)) - **deps:** update dependency eslint-plugin-import-x to v4.16.1 (main) ([#​36828](https://redirect.github.com/renovatebot/renovate/issues/36828)) ([b383f6d](https://redirect.github.com/renovatebot/renovate/commit/b383f6dc2b2fe068ffbd649cad2976743d459915)) ##### Build System - **deps:** update dependency prettier to v3.6.2 (main) ([#​36829](https://redirect.github.com/renovatebot/renovate/issues/36829)) ([c3c2100](https://redirect.github.com/renovatebot/renovate/commit/c3c2100065b619bd1fb7d526cb45b8a375e1ace9)) ### [`v41.18.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.18.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.18.0...41.18.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.15.7 (main) ([#​36822](https://redirect.github.com/renovatebot/renovate/issues/36822)) ([e513ea6](https://redirect.github.com/renovatebot/renovate/commit/e513ea6926644d9a4c03f9240e486424e8488391)) ### [`v41.18.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.18.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.17.2...41.18.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.15.0 (main) ([#​36759](https://redirect.github.com/renovatebot/renovate/issues/36759)) ([85db04f](https://redirect.github.com/renovatebot/renovate/commit/85db04fe8ad69424bb195c3b9863435e40868fad)) - **manager/ocb:** add support for providers ([#​36803](https://redirect.github.com/renovatebot/renovate/issues/36803)) ([b986874](https://redirect.github.com/renovatebot/renovate/commit/b9868744ff7815f8bec2c5b2ebcac830bad3b246)) - **presets:** substitute entire parameter string for `{{args}}` ([#​36771](https://redirect.github.com/renovatebot/renovate/issues/36771)) ([e49d205](https://redirect.github.com/renovatebot/renovate/commit/e49d2054489984b34cf982298e66b84e56a238c9)) ##### Bug Fixes - **deps:** update dependency mkdocs-material to v9.6.15 (main) ([#​36777](https://redirect.github.com/renovatebot/renovate/issues/36777)) ([2850888](https://redirect.github.com/renovatebot/renovate/commit/28508889b419083d2af9784af904f955bcd45b71)) - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.14.6 (main) ([#​36745](https://redirect.github.com/renovatebot/renovate/issues/36745)) ([b7da573](https://redirect.github.com/renovatebot/renovate/commit/b7da573fee94b9c483503a85a6583768e14f3086)) - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.15.1 (main) ([#​36778](https://redirect.github.com/renovatebot/renovate/issues/36778)) ([9e81f89](https://redirect.github.com/renovatebot/renovate/commit/9e81f89e78d568a2d96021efc5d8be4a042d59cc)) - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.15.2 (main) ([#​36782](https://redirect.github.com/renovatebot/renovate/issues/36782)) ([54891ee](https://redirect.github.com/renovatebot/renovate/commit/54891eef106372744f13fa90a49574cc1c097e68)) - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.15.3 (main) ([#​36787](https://redirect.github.com/renovatebot/renovate/issues/36787)) ([d8f3c07](https://redirect.github.com/renovatebot/renovate/commit/d8f3c0710fd1cedf24afdf22d288756992e9925e)) - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.15.4 (main) ([#​36800](https://redirect.github.com/renovatebot/renovate/issues/36800)) ([5d6ca45](https://redirect.github.com/renovatebot/renovate/commit/5d6ca45ed36cb61bcb6fffc9235e244e74239a52)) - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.15.5 (main) ([#​36811](https://redirect.github.com/renovatebot/renovate/issues/36811)) ([03a6547](https://redirect.github.com/renovatebot/renovate/commit/03a6547f665e7181f24eb270aa85f425315197c1)) - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.15.6 (main) ([#​36812](https://redirect.github.com/renovatebot/renovate/issues/36812)) ([8a585aa](https://redirect.github.com/renovatebot/renovate/commit/8a585aa5ac3f63c02ce309f8a38c3defcc3d854c)) - **gitea:** prefer default merge method ([#​36779](https://redirect.github.com/renovatebot/renovate/issues/36779)) ([c5f4589](https://redirect.github.com/renovatebot/renovate/commit/c5f4589536cac833d9156e93f762bfe63335c64a)) - **npm:** set pnpm store location for corepack command ([#​36336](https://redirect.github.com/renovatebot/renovate/issues/36336)) ([#​36727](https://redirect.github.com/renovatebot/renovate/issues/36727)) ([ad8d918](https://redirect.github.com/renovatebot/renovate/commit/ad8d9188ed6e4c6817eaf41f9fe924103778ef73)) - **presets:** Add percentage to regex, to allow for URL encoded repo names ([#​36751](https://redirect.github.com/renovatebot/renovate/issues/36751)) ([f7f2089](https://redirect.github.com/renovatebot/renovate/commit/f7f2089c9135c008531a179c76c46610d5f56eb6)) ##### Documentation - **bitbucket:** recommend API tokens ([#​36791](https://redirect.github.com/renovatebot/renovate/issues/36791)) ([5aeb2ad](https://redirect.github.com/renovatebot/renovate/commit/5aeb2ada9159a6164223f1aa1137c011a7943c3d)) - mention matchFileNames regex support ([#​36337](https://redirect.github.com/renovatebot/renovate/issues/36337)) ([35e270e](https://redirect.github.com/renovatebot/renovate/commit/35e270e32e971a1e794cd88d6a432f5a710aca86)) - **options/managerFilePatterns:** improve readability ([#​36802](https://redirect.github.com/renovatebot/renovate/issues/36802)) ([4f7c26c](https://redirect.github.com/renovatebot/renovate/commit/4f7c26cdf7edcecde68a9fd196273143d563ecc3)) - update references to renovate/renovate (main) ([#​36739](https://redirect.github.com/renovatebot/renovate/issues/36739)) ([c4b7687](https://redirect.github.com/renovatebot/renovate/commit/c4b76872963574e8a97f43ed44bff9fe74a5ef7f)) - **versioning:** docker versioning precision ([#​36752](https://redirect.github.com/renovatebot/renovate/issues/36752)) ([22fd83a](https://redirect.github.com/renovatebot/renovate/commit/22fd83a9697ccec2fe08a234b8d33faeed92f065)) ##### Miscellaneous Chores - **deps:** lock file maintenance (main) ([#​36740](https://redirect.github.com/renovatebot/renovate/issues/36740)) ([aeae27c](https://redirect.github.com/renovatebot/renovate/commit/aeae27cc5fa446d7eb29053f68af857b67b7997b)) - **deps:** update containerbase/internal-tools action to v3.10.51 (main) ([#​36741](https://redirect.github.com/renovatebot/renovate/issues/36741)) ([83f92fb](https://redirect.github.com/renovatebot/renovate/commit/83f92fb6a8147e12011dfdebc5eef5da0292a9f2)) - **deps:** update dependency [@​types/cacache](https://redirect.github.com/types/cacache) to v19 (main) ([#​36757](https://redirect.github.com/renovatebot/renovate/issues/36757)) ([f8544d9](https://redirect.github.com/renovatebot/renovate/commit/f8544d9b32d92ae1aa69c2db920fd82f2880d09e)) - **deps:** update dependency [@​types/lodash](https://redirect.github.com/types/lodash) to v4.17.19 (main) ([#​36810](https://redirect.github.com/renovatebot/renovate/issues/36810)) ([ff7821b](https://redirect.github.com/renovatebot/renovate/commit/ff7821b81f0683817b95da938d09b3c7d1286abe)) - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v22.15.33 (main) ([#​36783](https://redirect.github.com/renovatebot/renovate/issues/36783)) ([6d0785f](https://redirect.github.com/renovatebot/renovate/commit/6d0785f9193c061fc9fe6efc9cf86ab23fb27599)) - **deps:** update dependency eslint-import-resolver-typescript to v4.4.4 (main) ([#​36809](https://redirect.github.com/renovatebot/renovate/issues/36809)) ([c61d500](https://redirect.github.com/renovatebot/renovate/commit/c61d5007c821e175f6e5040153d50ff641eca01b)) - **deps:** update dependency eslint-plugin-import-x to v4.16.0 (main) ([#​36789](https://redirect.github.com/renovatebot/renovate/issues/36789)) ([218eb14](https://redirect.github.com/renovatebot/renovate/commit/218eb1488f50062042e5168a6ad60827b20c1aa8)) - **deps:** update dependency jest-extended to v6 (main) ([#​36758](https://redirect.github.com/renovatebot/renovate/issues/36758)) ([ee0bf29](https://redirect.github.com/renovatebot/renovate/commit/ee0bf298efeea4e62f8e3d45195265eb2aa153fd)) - **deps:** update dependency pdm to v2.25.4 (main) ([#​36743](https://redirect.github.com/renovatebot/renovate/issues/36743)) ([b3c1926](https://redirect.github.com/renovatebot/renovate/commit/b3c1926b6bb9874e5a1d800b88fd8ce0b1943fbd)) - **deps:** update dependency pnpm to v10.12.2 (main) ([#​36742](https://redirect.github.com/renovatebot/renovate/issues/36742)) ([df433d3](https://redirect.github.com/renovatebot/renovate/commit/df433d3da6807b17305ef878117f717e43393762)) - **deps:** update dependency pnpm to v10.12.3 (main) ([#​36776](https://redirect.github.com/renovatebot/renovate/issues/36776)) ([c325561](https://redirect.github.com/renovatebot/renovate/commit/c3255611ffcb09daf7a7974de2eba94758ed7349)) - **deps:** update dependency pnpm to v10.12.4 (main) ([#​36821](https://redirect.github.com/renovatebot/renovate/issues/36821)) ([d48733d](https://redirect.github.com/renovatebot/renovate/commit/d48733df1688ea721fbf6bcd05f38c92b5343ee3)) - **deps:** update dependency renovatebot/github-action to v43.0.2 (main) ([#​36747](https://redirect.github.com/renovatebot/renovate/issues/36747)) ([8d1202c](https://redirect.github.com/renovatebot/renovate/commit/8d1202c71a3908b1defcd5bc5f8747d96eef732a)) - **deps:** update dependency typescript-eslint to v8.35.0 (main) ([#​36763](https://redirect.github.com/renovatebot/renovate/issues/36763)) ([c4c77ac](https://redirect.github.com/renovatebot/renovate/commit/c4c77ac92230a83f65448e84a1abe8ff56d3cf97)) - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.8.47 (main) ([#​36780](https://redirect.github.com/renovatebot/renovate/issues/36780)) ([437536c](https://redirect.github.com/renovatebot/renovate/commit/437536ce6df60693fa446c79c7b76b16a17aa0f9)) - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.8.48 (main) ([#​36797](https://redirect.github.com/renovatebot/renovate/issues/36797)) ([deb6470](https://redirect.github.com/renovatebot/renovate/commit/deb647051b438e0d9660486d6e6f4c5bac19862d)) - **deps:** update github/codeql-action action to v3.29.2 (main) ([#​36753](https://redirect.github.com/renovatebot/renovate/issues/36753)) ([c411476](https://redirect.github.com/renovatebot/renovate/commit/c4114760da07df0af4af304eba7e518b5e409482)) - **deps:** update otel/opentelemetry-collector-contrib docker tag to v0.129.1 (main) ([#​36794](https://redirect.github.com/renovatebot/renovate/issues/36794)) ([cb81036](https://redirect.github.com/renovatebot/renovate/commit/cb81036682d86c9826f55acc1b120f3c74b42d26)) - **deps:** update python:3.13 docker digest to [`0aafd87`](https://redirect.github.com/renovatebot/renovate/commit/0aafd87) (main) ([#​36788](https://redirect.github.com/renovatebot/renovate/issues/36788)) ([e079ab8](https://redirect.github.com/renovatebot/renovate/commit/e079ab8cf7444274ea7214ab29f84548bc9c24dc)) - **deps:** update python:3.13 docker digest to [`6f24402`](https://redirect.github.com/renovatebot/renovate/commit/6f24402) (main) ([#​36775](https://redirect.github.com/renovatebot/renovate/issues/36775)) ([dff47a9](https://redirect.github.com/renovatebot/renovate/commit/dff47a9ba702158de37a3e59275b690dcb3ed77c)) - **deps:** update python:3.13 docker digest to [`9a4c72e`](https://redirect.github.com/renovatebot/renovate/commit/9a4c72e) (main) ([#​36786](https://redirect.github.com/renovatebot/renovate/issues/36786)) ([297da08](https://redirect.github.com/renovatebot/renovate/commit/297da08675552af698f9cf590209909e97bfb921)) - **deps:** update python:3.13 docker digest to [`a6af772`](https://redirect.github.com/renovatebot/renovate/commit/a6af772) (main) ([#​36796](https://redirect.github.com/renovatebot/renovate/issues/36796)) ([d05a71e](https://redirect.github.com/renovatebot/renovate/commit/d05a71e6a258c9ed24065b5bba800b6e57491f7f)) - **deps:** update vitest monorepo to v3.2.4 (main) ([#​36539](https://redirect.github.com/renovatebot/renovate/issues/36539)) ([3c75ce6](https://redirect.github.com/renovatebot/renovate/commit/3c75ce63fa2c44c8ab46ff6081d3ca4551b8ab58)) ##### Code Refactoring - Rename function calculating `mostRecentTimestamp` ([#​36816](https://redirect.github.com/renovatebot/renovate/issues/36816)) ([d6de220](https://redirect.github.com/renovatebot/renovate/commit/d6de22047ded790f6043582ce4b78c0e2294f355)) ##### Build System - **deps:** update aws-sdk-js-v3 monorepo to v3.840.0 (main) ([#​36767](https://redirect.github.com/renovatebot/renovate/issues/36767)) ([97ea665](https://redirect.github.com/renovatebot/renovate/commit/97ea665a635b866a322c52dd8e82cf884464e335)) - **deps:** update dependency better-sqlite3 to v12 (main) ([#​36754](https://redirect.github.com/renovatebot/renovate/issues/36754)) ([a34f7c0](https://redirect.github.com/renovatebot/renovate/commit/a34f7c0e8bbfd69ea8df7ff4ece54f60bd3e39b3)) - **deps:** update dependency better-sqlite3 to v12.1.0 (main) ([#​36766](https://redirect.github.com/renovatebot/renovate/issues/36766)) ([787994d](https://redirect.github.com/renovatebot/renovate/commit/787994df6b75b447a8472d1d14360f6d473ab607)) - **deps:** update dependency better-sqlite3 to v12.1.1 (main) ([#​36792](https://redirect.github.com/renovatebot/renovate/issues/36792)) ([1929b05](https://redirect.github.com/renovatebot/renovate/commit/1929b05f15d153b4158e65f7dc23335760716a08)) - **deps:** update dependency editorconfig to v3 (main) ([#​36755](https://redirect.github.com/renovatebot/renovate/issues/36755)) ([0cf7272](https://redirect.github.com/renovatebot/renovate/commit/0cf7272abcf1911e0553b9c36063218daf44d5cd)) - **deps:** update dependency google-auth-library to v10 (main) ([#​36756](https://redirect.github.com/renovatebot/renovate/issues/36756)) ([a26cd16](https://redirect.github.com/renovatebot/renovate/commit/a26cd16dfb15f51018507cb88d1f98521cc60485)) - **deps:** update dependency prettier to v3.6.0 (main) ([#​36744](https://redirect.github.com/renovatebot/renovate/issues/36744)) ([5f1f40e](https://redirect.github.com/renovatebot/renovate/commit/5f1f40e7cffbce8887faeef89b484b89ed32731f)) - **deps:** update dependency prettier to v3.6.1 (main) ([#​36790](https://redirect.github.com/renovatebot/renovate/issues/36790)) ([089147f](https://redirect.github.com/renovatebot/renovate/commit/089147f89bf0b7301ef71e166a07e3fc5455010d)) - **deps:** update dependency xmldoc to v2 (main) ([#​35755](https://redirect.github.com/renovatebot/renovate/issues/35755)) ([407c260](https://redirect.github.com/renovatebot/renovate/commit/407c260218d3c4009311e55da5e8e2773f56e84c)) </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=--> |
||
|
|
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`](https://redirect.github.com/budimanjojo/talhelper/commit/3d14db3d4cbba228f32841ad7f237f2d5df480c4) chore(container): update ghcr.io/mirceanton/age docker tag to v1.2.1 ([#​1058](https://redirect.github.com/budimanjojo/talhelper/issues/1058)) - [`1c220bb`](https://redirect.github.com/budimanjojo/talhelper/commit/1c220bb66bd82ae21e944e519bd9cbfc68d7eb4c) chore(container): update ghcr.io/siderolabs/talosctl docker tag to v1.10.5 - [`139d883`](https://redirect.github.com/budimanjojo/talhelper/commit/139d883760f1bb21348a4b7d11a196d0477f3159) chore(container): update golangci/golangci-lint docker tag to v2.2.1 - [`5b70cec`](https://redirect.github.com/budimanjojo/talhelper/commit/5b70cecfe6af93407caedadf12238144c0306414) chore(container): update registry.k8s.io/kubectl docker tag to v1.33.2 - [`d5c729c`](https://redirect.github.com/budimanjojo/talhelper/commit/d5c729c42ba06579c9e98c285f142a30c688e933) chore(deps): update dependency siderolabs/talos to v1.10.5 - [`3e13244`](https://redirect.github.com/budimanjojo/talhelper/commit/3e132443cda019f28d64304361c03647349cd39f) chore(github-action)!: Update renovatebot/github-action action to v43 - [`8cd7dc0`](https://redirect.github.com/budimanjojo/talhelper/commit/8cd7dc0d934cab8ad1882fc23bc0834fac9d9ed8) chore(github-action): update renovatebot/github-action action to v42.0.6 - [`cb9d22b`](https://redirect.github.com/budimanjojo/talhelper/commit/cb9d22b19f48ef8e0d54eb682ac429625cf69166) chore(github-action): update renovatebot/github-action action to v43.0.1 - [`763fbb2`](https://redirect.github.com/budimanjojo/talhelper/commit/763fbb20b9bfdec3e4ea3ad841b6170823d3e15b) chore(github-action): update renovatebot/github-action action to v43.0.2 - [`25fb326`](https://redirect.github.com/budimanjojo/talhelper/commit/25fb326c63fab93730bb3de34fb13159fd57b081) chore(schema): update talos-extensions.yaml JSON schema ([#​1060](https://redirect.github.com/budimanjojo/talhelper/issues/1060)) - [`6587d2a`](https://redirect.github.com/budimanjojo/talhelper/commit/6587d2a17d2b0a1b78dfae356a136044e76af4a1) chore(schema): update talos-extensions.yaml JSON schema ([#​1066](https://redirect.github.com/budimanjojo/talhelper/issues/1066)) - [`1f3c8dd`](https://redirect.github.com/budimanjojo/talhelper/commit/1f3c8dde5c1e7345b32a6d6d18cda495a7fd1bcb) chore(schema): update talos-extensions.yaml JSON schema ([#​1067](https://redirect.github.com/budimanjojo/talhelper/issues/1067)) - [`8f288e3`](https://redirect.github.com/budimanjojo/talhelper/commit/8f288e3a2031c80e8c35c4467fbfe549a63b97a5) chore(schema): update talos-extensions.yaml JSON schema ([#​1071](https://redirect.github.com/budimanjojo/talhelper/issues/1071)) - [`b8709cb`](https://redirect.github.com/budimanjojo/talhelper/commit/b8709cbdd3843d0ad77a4ea882a983bff2ef77c0) chore(schema): update talos-extensions.yaml JSON schema ([#​1072](https://redirect.github.com/budimanjojo/talhelper/issues/1072)) - [`55ac21e`](https://redirect.github.com/budimanjojo/talhelper/commit/55ac21e1e5e732524a1f3129a580bd4382b1d1e5) chore(schema): update talos-extensions.yaml JSON schema ([#​1076](https://redirect.github.com/budimanjojo/talhelper/issues/1076)) - [`363665b`](https://redirect.github.com/budimanjojo/talhelper/commit/363665baf8e77ddf0fe288afcb23d7fdd19d37ac) feat: update Scoop for talhelper version v3.0.29 - [`630d3b6`](https://redirect.github.com/budimanjojo/talhelper/commit/630d3b66edf821a53f15eee655ceb56893f01e08) feat: update flake ([#​1055](https://redirect.github.com/budimanjojo/talhelper/issues/1055)) - [`f38aca8`](https://redirect.github.com/budimanjojo/talhelper/commit/f38aca8e1e3e631829e32f44c0e30d34fc8938d8) fix(deps): update module github.com/budimanjojo/talhelper/v3 to v3.0.29 - [`c7dc62f`](https://redirect.github.com/budimanjojo/talhelper/commit/c7dc62f71c1150b47673a5c41e1b9ec6d1e13d78) fix(deps): update module github.com/google/go-containerregistry to v0.20.6 - [`5fe583e`](https://redirect.github.com/budimanjojo/talhelper/commit/5fe583e81eadd4b8b6994d9675dfa3713d420a74) fix(deps): update module github.com/siderolabs/image-factory to v0.7.4 - [`6c8debf`](https://redirect.github.com/budimanjojo/talhelper/commit/6c8debf156e3b7f89647add923b387c7908a2c68) fix(deps): update module github.com/siderolabs/talos/pkg/machinery to v1.11.0-alpha.3 - [`66e7fa2`](https://redirect.github.com/budimanjojo/talhelper/commit/66e7fa2d28b84bd78bf9f3b03decc61899aa8da8) fix(deps): update module sigs.k8s.io/yaml to v1.5.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=--> |
||
|
|
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`](https://redirect.github.com/navidrome/navidrome/commit/4096760b674c4e596ce24360478d5469d7d055d2) by [@​deluan](https://redirect.github.com/deluan)) - **Deezer Agent**: Added a new agent to fetch artist images from the Deezer API. ([#​4180](https://redirect.github.com/navidrome/navidrome/pull/4180) by [@​bplaat](https://redirect.github.com/bplaat)) - **API Features**: - Added new endpoints to the native API for updating, clearing, and managing the play queue by index. ([#​4210](https://redirect.github.com/navidrome/navidrome/pull/4210), [#​4215](https://redirect.github.com/navidrome/navidrome/pull/4215) by [@​deluan](https://redirect.github.com/deluan)) - Added `main credit` stat to reflect only album artist/artist credit. ([#​4268](https://redirect.github.com/navidrome/navidrome/pull/4268) by [@​kgarner7](https://redirect.github.com/kgarner7)) - **Monitoring**: Added new Prometheus metrics to the Subsonic API and Plugins. ([#​4266](https://redirect.github.com/navidrome/navidrome/pull/4266) by [@​kgarner7](https://redirect.github.com/kgarner7)) #### Changed - **Docker**: Downgraded the Alpine base image in the Dockerfile to oldest supported version 3.19 for smaller images. ([`7928adb3d`](https://redirect.github.com/navidrome/navidrome/commit/7928adb3d) by [@​deluan](https://redirect.github.com/deluan)) - **Dependencies**: Updated TagLib to version 2.1.1. ([#​4281](https://redirect.github.com/navidrome/navidrome/pull/4281) by [@​deluan](https://redirect.github.com/deluan)) #### Fixed - **UI**: - Fixed an issue where the playlist page was not resetting to page 1 when changing playlists. ([#​4154](https://redirect.github.com/navidrome/navidrome/pull/4154) by [@​strider-](https://redirect.github.com/strider-)) - **Scanner**: - Ensured that full scans always update the database. ([#​4252](https://redirect.github.com/navidrome/navidrome/pull/4252) by [@​deluan](https://redirect.github.com/deluan)) - Fixed an issue where artist statistics were not refreshing during quick scans. ([#​4269](https://redirect.github.com/navidrome/navidrome/pull/4269) by [@​deluan](https://redirect.github.com/deluan)) - **Server**: - Fixed an issue to ensure a single play queue record is used per user. ([`f7e005a99`](https://redirect.github.com/navidrome/navidrome/commit/f7e005a99) by [@​deluan](https://redirect.github.com/deluan)) - Enhanced artist folder detection with directory traversal. ([#​4151](https://redirect.github.com/navidrome/navidrome/pull/4151) by [@​deluan](https://redirect.github.com/deluan)) - **Subsonic API**: - Fixed an issue where clearing a playlist's `comment` and `public` status was not working. ([#​4258](https://redirect.github.com/navidrome/navidrome/pull/4258) by [@​deluan](https://redirect.github.com/deluan)) - Fixed `JukeboxRole` logic in `getUser` to respect `AdminOnly` setting. ([#​4170](https://redirect.github.com/navidrome/navidrome/pull/4170) by [@​deluan](https://redirect.github.com/deluan)) - Fixed loading lyrics from external files when the embedded lyrics was empty. ([#​4232](https://redirect.github.com/navidrome/navidrome/pull/4232) by [@​wilywyrm](https://redirect.github.com/wilywyrm)) - Fixed lyrics detection when the there are multiple instances of the same song. ([#​4237](https://redirect.github.com/navidrome/navidrome/pull/4237) by [@​kgarner7](https://redirect.github.com/kgarner7)) - **Database**: - Fixed an issue where dangling music entries were not being cleared after upgrading to recent versions (0.55+). ([#​4262](https://redirect.github.com/navidrome/navidrome/pull/4262) by [@​deluan](https://redirect.github.com/deluan)) - Allow for nullable ReplayGain values. ([#​4239](https://redirect.github.com/navidrome/navidrome/pull/4239) by [@​kgarner7](https://redirect.github.com/kgarner7)) - Auto clean-up annotation table when removing user. ([#​4211](https://redirect.github.com/navidrome/navidrome/pull/4211) by [@​kgarner7](https://redirect.github.com/kgarner7)) - **Jukebox**: Fixed issues with `mpv` command and template parsing, and ensured the `MusicFolder` is included. ([#​4162](https://redirect.github.com/navidrome/navidrome/pull/4162) by [@​deluan](https://redirect.github.com/deluan), [#​4067](https://redirect.github.com/navidrome/navidrome/pull/4067) by [@​patso23](https://redirect.github.com/patso23)) Note: For those waiting for the Multi-Library feature, it is still in progress and will be released in the next version. You can follow its development in the [Multi-Library PR](https://redirect.github.com/navidrome/navidrome/pull/4181). It is a complex feature that requires significant changes to the codebase, so it's taking a bit longer than expected. Thank you for your patience and continuous support! #### New Contributors - [@​Keviannn](https://redirect.github.com/Keviannn) made their first contribution in [https://github.com/navidrome/navidrome/pull/4146](https://redirect.github.com/navidrome/navidrome/pull/4146) - [@​strider-](https://redirect.github.com/strider-) made their first contribution in [https://github.com/navidrome/navidrome/pull/4154](https://redirect.github.com/navidrome/navidrome/pull/4154) - [@​patso23](https://redirect.github.com/patso23) made their first contribution in [https://github.com/navidrome/navidrome/pull/4067](https://redirect.github.com/navidrome/navidrome/pull/4067) - [@​wilywyrm](https://redirect.github.com/wilywyrm) made their first contribution in [https://github.com/navidrome/navidrome/pull/4232](https://redirect.github.com/navidrome/navidrome/pull/4232) - [@​emmanuel-ferdman](https://redirect.github.com/emmanuel-ferdman) made their first contribution in [https://github.com/navidrome/navidrome/pull/4234](https://redirect.github.com/navidrome/navidrome/pull/4234) - [@​bplaat](https://redirect.github.com/bplaat) made their first contribution in [https://github.com/navidrome/navidrome/pull/4180](https://redirect.github.com/navidrome/navidrome/pull/4180) **Full Changelog**: https://github.com/navidrome/navidrome/compare/v0.56.1...v0.57.0 #### Helping out This release is only possible thanks to the support of some **awesome people**! Want to be one of them? You can [sponsor](https://redirect.github.com/sponsors/deluan), pay me a [Ko-fi](https://ko-fi.com/deluan), or [contribute with code](https://www.navidrome.org/docs/developers/). #### Where to go next? - Read installation instructions on our [website](https://www.navidrome.org/docs/installation/). - Host Navidrome on [PikaPods](https://www.pikapods.com/pods/navidrome) for a simple cloud solution. - Reach out on [Discord](https://discord.gg/xh7j7yF), [Reddit](https://www.reddit.com/r/navidrome/) and [Twitter](https://twitter.com/navidrome)! </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=--> |
||
|
|
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](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/917d8527a5efcf349153ed71e8a44b6d6c87b398)) - Various Windfront frontend improvements [@​nerivec](https://redirect.github.com/nerivec) ([#​27880](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27880)) ([4dd7dab](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/4dd7dabf0803e3cad6e9b6aa1683a2ea8984fb0e)) ### [`v2.5.0`](https://redirect.github.com/Koenkk/zigbee2mqtt/blob/HEAD/CHANGELOG.md#250-2025-07-01) [Compare Source](https://redirect.github.com/Koenkk/zigbee2mqtt/compare/2.4.0...2.5.0) ##### Features - New health extension & extras in `bridge/info` ([#​27164](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27164)) ([cd9b752](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/cd9b752ede91db1d02c567dded92c4e52c05b88d)) ##### Bug Fixes - Bump Alpine to 3.22 ([#​27690](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27690)) ([f6c3887](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/f6c3887c812ea6e15e950e6d55e0274356f2eea5)) - Fix devices not immediately marked as offline when timeout expires ([#​27691](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27691)) ([e4b253e](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/e4b253e08beb147367872aa4517df93a03ef1a4f)) - Generate group ID if empty string given ([#​27702](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27702)) ([0e66b29](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/0e66b29983ae691a2dab44f6649e20a9e00a43cd)) - **ignore:** API correctness ([#​27637](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27637)) ([018fad2](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/018fad27afb5861b1d9c7adff3161c926ccbbaa4)) - **ignore:** bump [@​types/node](https://redirect.github.com/types/node) from 22.15.30 to 24.0.3 ([#​27745](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27745)) ([de80045](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/de800450ad31e5d8ad5c342b061dc3c59f0d565e)) - **ignore:** bump the minor-patch group across 1 directory with 4 updates ([#​27858](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27858)) ([c8dc26b](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/c8dc26b241ae6562271d56fe59a13f05927b2bb4)) - **ignore:** bump the minor-patch group with 2 updates ([#​27797](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27797)) ([50b0ffd](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/50b0ffd7e7ef343fec983a62d2268feda28b01ba)) - **ignore:** bump the minor-patch group with 3 updates ([#​27598](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27598)) ([7e82a3d](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/7e82a3d1e960d4fa2d89558b6d6a20534e7d6ecf)) - **ignore:** bump the minor-patch group with 4 updates ([#​27610](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27610)) ([ac80bb6](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/ac80bb6430007e494c544089af323c3fb99c3541)) - **ignore:** bump the minor-patch group with 6 updates ([#​27678](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27678)) ([587a02f](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/587a02f66319688cb93df82fde02539bce0263ea)) - **ignore:** bump zigbee2mqtt-windfront from 1.0.5 to 1.0.6 in the minor-patch group ([#​27744](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27744)) ([9776729](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/977672976f06f644ed6e02e4a17c07b63873c8da)) - **ignore:** Migrate to Biome 2 ([#​27785](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27785)) ([c87d452](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/c87d4524d599302a0728b85799c9bf7c0784a8f4)) - **ignore:** update zigbee-herdsman to 4.1.1 ([#​27640](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27640)) ([4b95b54](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/4b95b54be7abc53a7f7a83814994f9cdde90134e)) - **ignore:** update zigbee-herdsman to 4.1.2 ([#​27729](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27729)) ([242815e](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/242815e1390e9e3a5ded929e8bfc4a9a4329a526)) - **ignore:** update zigbee-herdsman to 4.2.0 ([#​27786](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27786)) ([15f3eaf](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/15f3eaf96629caa5fbd7e02ae002883becc1b49f)) - **ignore:** update zigbee-herdsman to 4.2.1 ([#​27835](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27835)) ([16faef1](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/16faef1511e9bfb1cf76c5faaa1008e195ef67fc)) - **ignore:** update zigbee-herdsman to 4.3.0 ([#​27853](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27853)) ([50c7d2d](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/50c7d2d6adb9c9366d5c7f829003c84a140f7a19)) - **ignore:** update zigbee-herdsman-converters to 23.54.0 ([#​27600](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27600)) ([1765fe8](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/1765fe8925e359b917c1e2e08d3691d4c8bdcf3f)) - **ignore:** update zigbee-herdsman-converters to 23.55.0 ([#​27618](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27618)) ([4594142](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/4594142c09ee8d19af2d32238ffa58512694d2ed)) - **ignore:** update zigbee-herdsman-converters to 23.56.0 ([#​27639](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27639)) ([f637e7d](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/f637e7d59cc71f32b8d04e8f4bfc414027e7d23a)) - **ignore:** update zigbee-herdsman-converters to 23.57.0 ([#​27646](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27646)) ([252bfba](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/252bfbaa20beccd315592dac811cb23309cdee01)) - **ignore:** update zigbee-herdsman-converters to 23.57.1 ([#​27689](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27689)) ([56d3a8f](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/56d3a8f9d8bc01e30a6e469b517545d3406941e2)) - **ignore:** update zigbee-herdsman-converters to 23.58.0 ([#​27695](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27695)) ([6a8d208](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/6a8d20858ede85de72c34ce58e9df41fa2e91d0d)) - **ignore:** update zigbee-herdsman-converters to 23.59.0 ([#​27712](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27712)) ([87ff0f3](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/87ff0f3711e043eb47319e9fb8abcdfa878d9868)) - **ignore:** update zigbee-herdsman-converters to 23.60.0 ([#​27752](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27752)) ([f33d360](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/f33d3606be9e916989d08c7d418c4505dcbfe4ea)) - **ignore:** update zigbee-herdsman-converters to 23.61.0 ([#​27759](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27759)) ([b537f9a](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/b537f9a93a61095b6b0b82d04d85f7e264aec27c)) - **ignore:** update zigbee-herdsman-converters to 23.62.0 ([#​27767](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27767)) ([281e10c](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/281e10c15fa09358e999f1f6b506fe9b08295608)) - **ignore:** update zigbee-herdsman-converters to 23.63.0 ([#​27784](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27784)) ([0d5de75](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/0d5de750ffed0674c5a23c2c4d8d1e954c602197)) - **ignore:** update zigbee-herdsman-converters to 23.64.0 ([#​27799](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27799)) ([b7d9c78](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/b7d9c78309a8c3e3cf551948b6542d2b71b70697)) - **ignore:** update zigbee-herdsman-converters to 23.65.0 ([#​27804](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27804)) ([4190ba4](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/4190ba43b43e1f688e246f9236bfe7c60230a927)) - **ignore:** update zigbee-herdsman-converters to 23.66.0 ([#​27831](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27831)) ([33234d9](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/33234d9ce45323a2a10b7839c5f7aebc84a9cc32)) - **ignore:** update zigbee-herdsman-converters to 23.67.0 ([#​27842](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27842)) ([6930fa6](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/6930fa6f3fce8f415302c8db32294b1a9d0ea333)) - **ignore:** update zigbee-herdsman-converters to 23.68.0 ([#​27852](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27852)) ([3ccbaf2](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/3ccbaf21d227b7c4ad7952522a980a9083f06463)) - **ignore:** update zigbee-herdsman-converters to 23.69.0 ([#​27860](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27860)) ([5285b7b](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/5285b7b95e3c977cca14d28444b9f4f2a9d8996c)) - **ignore:** update zigbee2mqtt-frontend to 0.9.14 ([#​27645](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27645)) ([66e1318](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/66e1318a79502cb723cf88d888c9ac23daeb7fd8)) - **ignore:** update zigbee2mqtt-frontend to 0.9.15 ([#​27711](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27711)) ([8ecb9be](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/8ecb9be98efb44db23f386e05509389c7d681025)) - **ignore:** update zigbee2mqtt-frontend to 0.9.16 ([#​27783](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27783)) ([7109900](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/7109900bcfeff48fdea48456455cd1c6cebf380a)) - **ignore:** update zigbee2mqtt-windfront to 1.0.5 ([#​27656](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27656)) ([eaa3e45](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/eaa3e458b5a8a9c5ebf31e12ae7e68fcf60f762f)) - **ignore:** update zigbee2mqtt-windfront to 1.1.0 ([#​27763](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27763)) ([cdad6cc](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/cdad6ccd75200061ded795af032f0fed0bb21484)) - Rename fix typo in backoff settings [https://github.com/Koenkk/zigbee2mqtt/issues/27642](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27642) ([0181263](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/0181263d32dd1099676ed92226a3fc2ee6ac701e)) - update zigbee2mqtt-windfront to 1.0.4 ([#​27641](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/27641)) ([9a4ce6f](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/9a4ce6fcd0fce6fea9c195ff48a41096b738dccb)) </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=--> |
||
|
|
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) | ||
|
|
f14f929f03 | chore(helm): update image docker.io/phasecorex/red-discordbot digest to 371c973 (#36911) | ||
|
|
0cbd04acde |
chore(helm): update image docker.io/searxng/searxng digest to 29b2e9a (#36914)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/searxng/searxng | digest | `5a9a87d` -> `29b2e9a` | --- > [!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--> |
||
|
|
b240be2efd |
chore(helm): update image docker.io/redmine digest to 3490ba8 (#36913)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/redmine | digest | `6033697` -> `3490ba8` | --- > [!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--> |
||
|
|
4023e4a82e |
chore(helm): update image docker.io/nginxinc/nginx-unprivileged digest to 5957d8d (#36910)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/nginxinc/nginx-unprivileged](https://redirect.github.com/nginx/docker-nginx-unprivileged) | digest | `6cc8263` -> `5957d8d` | --- > [!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--> |
||
|
|
668849f506 |
chore(helm): update image docker.io/lmscommunity/lyrionmusicserver digest to 5bfa711 (#36909)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/lmscommunity/lyrionmusicserver | digest | `8c203c6` -> `5bfa711` | --- > [!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--> |
||
|
|
b8acf49040 | chore(helm): update image docker.io/linuxserver/transmission digest to 42c559d (#36908) | ||
|
|
fdb3d6b043 |
chore(helm): update image docker.io/grafana/grafana-image-renderer digest to 8603027 (#36907)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/grafana/grafana-image-renderer | digest | `3f105d3` -> `8603027` | --- > [!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--> |
||
|
|
2cbe04d640 | chore(helm): update image docker digest to 56e3600 (#36906) | ||
|
|
4cc4ea6a19 |
chore(helm): update image chronograf digest to d5746c7 (#36905)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | chronograf | digest | `1afddbf` -> `d5746c7` | --- > [!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--> |
||
|
|
af2bfc79bb | chore(container): update public.ecr.aws/docker/library/nextcloud:31.0.6-fpm docker digest to 85b223e (#36904) | ||
|
|
c33ca2c65c |
chore(container): update golang:1.24.4 docker digest to 20a022e (#36903)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | final | digest | `270cd53` -> `20a022e` | --- > [!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--> |
||
|
|
1179f7d971 |
chore(container): update public.ecr.aws/docker/library/nextcloud:31.0.6-fpm docker digest to 7af925c (#36901)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [public.ecr.aws/docker/library/nextcloud](https://hub.docker.com/_/nextcloud) ([source](https://redirect.github.com/nextcloud/docker)) | final | digest | `d0e5783` -> `7af925c` | --- > [!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--> |
||
|
|
1484cfc8fd |
chore(flux): update image kubernetes-reflector 6.5.12 → 6.5.13 (clustertool) (#36902)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kubernetes-reflector](https://truecharts.org/charts/system/kubernetes-reflector) ([source](https://ghcr.io/emberstack/kubernetes-reflector)) | patch | `6.5.12` -> `6.5.13` | --- > [!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=--> |
||
|
|
f127a8aa13 | chore(helm): update image ghcr.io/emberstack/kubernetes-reflector 9.1.16 → 9.1.17 (#36900) | ||
|
|
fa8976a73b |
chore(helm): update image ghcr.io/mintplex-labs/anything-llm digest to f824062 (#36899)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/mintplex-labs/anything-llm | digest | `528c856` -> `f824062` | --- > [!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--> |
||
|
|
b5bbf58919 |
chore(container): update public.ecr.aws/docker/library/nextcloud:31.0.6-fpm docker digest to d0e5783 (#36898)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [public.ecr.aws/docker/library/nextcloud](https://hub.docker.com/_/nextcloud) ([source](https://redirect.github.com/nextcloud/docker)) | final | digest | `a65ccb5` -> `d0e5783` | --- > [!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--> |
||
|
|
7ce05e5723 |
chore(deps): update ghcr.io/siderolabs/installer docker tag to v1.10.5 (clustertool) (#36896)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/siderolabs/installer | patch | `v1.10.4` -> `v1.10.5` | --- > [!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**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInN5c3RlbS11cGdyYWRlIiwidHlwZS9wYXRjaCJdfQ==--> |