be93ca5e10d31c3c47e32adff0b0caf5491bba8a
48566 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
be93ca5e10 |
Fix duplicate entry in ct-lint.yaml (#40637)
Removed duplicate entry for 'charts/stable' in the lint configuration. **Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
544aeeb2be |
chore(helm): update image docker.io/nginxinc/nginx-unprivileged 1.29.1 → 1.29.2 (#40601)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/nginxinc/nginx-unprivileged](https://redirect.github.com/nginx/docker-nginx-unprivileged) | patch | `9e3b977` -> `39466f6` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
da571d06f8 |
Remove duplicate 'charts/stable' entries (#40636)
Removed duplicate entries for 'charts/stable' in the configuration. **Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
f15cd12039 |
feat(common): Add customCA and customCASecretRef support for CNPG (#40523)
**Description** As a continuation of #40385 and #40000 I am now extending customCA and customCASecretRef support to work with CNPG backup/restore ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [X] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** - Tested generation using `helm template` and inspecting the results - CI tests **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [X] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [X] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [X] ⬆️ I increased versions for any altered app according to semantic versioning - [X] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ |
||
|
|
64486c956d |
chore(github-action): update actions/checkout action v3 → v5 (#40635)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | -> `08c6903` | --- > [!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>actions/checkout (actions/checkout)</summary> ### [`v5`](https://redirect.github.com/actions/checkout/compare/v4...v5) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4...v5) ### [`v4`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v422) [Compare Source](https://redirect.github.com/actions/checkout/compare/v3...v4) - `url-helper.ts` now leverages well-known environment variables by [@​jww3](https://redirect.github.com/jww3) in [#​1941](https://redirect.github.com/actions/checkout/pull/1941) - Expand unit test coverage for `isGhes` by [@​jww3](https://redirect.github.com/jww3) in [#​1946](https://redirect.github.com/actions/checkout/pull/1946) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvbWFqb3IiXX0=--> |
||
|
|
e7448d36f7 |
chore(helm): update image docker.io/benbusby/whoogle-search 0.9.4 → 1.1.0 (#40617)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/benbusby/whoogle-search | major | `0aa8fa7` -> `842489a` | --- > [!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**: 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=--> |
||
|
|
b4ee5a2c88 |
chore(helm): update image docker.io/kopia/kopia 20250925.0.175035 → 20251008.0.52618 (#40618)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/kopia/kopia | major | `ade9874` -> `c89a38e` | --- > [!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**: 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=--> |
||
|
|
0efaef4216 |
chore(helm): update image docker.io/sentriz/gonic v0.18.0 → v0.19.0 (#40634)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/sentriz/gonic](https://redirect.github.com/sentriz/gonic) | minor | `fc7f3de` -> `31e0df9` | --- > [!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>sentriz/gonic (docker.io/sentriz/gonic)</summary> ### [`v0.19.0`](https://redirect.github.com/sentriz/gonic/releases/tag/v0.19.0): gonic v0.19.0 [Compare Source](https://redirect.github.com/sentriz/gonic/compare/v0.18.0...v0.19.0) This release uses WebAssesmby for the [tagging](https://redirect.github.com/sentriz/go-taglib) and [database](https://redirect.github.com/ncruces/go-sqlite3) backends. This means that gonic no longer requires Cgo or external dependencies to build. As a result, static binaries will be available in the releases page, and Docker images for more architectures. Performance of scanning and tagging should also be improved. ##### Features - **build:** add Cgo free database ([505f7d8](https://www.github.com/sentriz/gonic/commit/505f7d8ae6116c5dc1cfa50a5caba6333672be20)) - **build:** add Cgo free tagging backend ([7802e20](https://www.github.com/sentriz/gonic/commit/7802e20e7214e1912fc84bb29c877984b99913c9)) - **ci:** merge nightly and debug workflows ([ca85eed](https://www.github.com/sentriz/gonic/commit/ca85eed4c156c5370c1e3e4c7fbc31d4c1811f57)) - **ci:** remove Cgo dependencies, cross compile without QEMU, upload static binaries ([e3db819](https://www.github.com/sentriz/gonic/commit/e3db819d8fd5ae14332c56ab7cebc01d46a6c76b)) - **ffprobe:** add more supported file types ([8e7820a](https://www.github.com/sentriz/gonic/commit/8e7820a72e2360e3b5808299123fd5a686c084e8)) - **gonic:** add `scan-embedded-cover-enabled` flag ([c69cb8c](https://www.github.com/sentriz/gonic/commit/c69cb8cf35203c6db15d3c1bd68a86cb91108b40)) - **gonic:** use wrtag/normtag for nag normalisation ([aba758f](https://www.github.com/sentriz/gonic/commit/aba758f2ba6e6d20887a36a0cba80127c2b110a9)) - **subsonic:** also read unsynced lyrics from .txt files and tag metadata ([eb0d8fd](https://www.github.com/sentriz/gonic/commit/eb0d8fd1c710bf0367348873858662c39515b676)), closes [#​593](https://redirect.github.com/sentriz/gonic/issues/593) - **subsonic:** keep original cover file format when caching ([#​609](https://redirect.github.com/sentriz/gonic/issues/609)) ([1af4ce3](https://www.github.com/sentriz/gonic/commit/1af4ce35873ff17dc6331e0d7c0e0385213b53b3)), closes [#​11](https://redirect.github.com/sentriz/gonic/issues/11) - **subsonic:** return genres for getAlbumListTwo2 ([3909e9b](https://www.github.com/sentriz/gonic/commit/3909e9b5bdbc3deb1b5f48ff6f04b3d865a1b1bc)), closes [#​605](https://redirect.github.com/sentriz/gonic/issues/605) - **subsonic:** support embedded cover art ([ec7cffd](https://www.github.com/sentriz/gonic/commit/ec7cffdd57f235adce93b7faf1998fdc9a164c52)), closes [#​11](https://redirect.github.com/sentriz/gonic/issues/11) [#​556](https://redirect.github.com/sentriz/gonic/issues/556) - **subsonic:** support embedded track level cover art ([d66814b](https://www.github.com/sentriz/gonic/commit/d66814bfd1d39ba92c6c368c0006052451675454)), closes [#​11](https://redirect.github.com/sentriz/gonic/issues/11) - **tags:** add ffprobe reader ([3a9c03a](https://www.github.com/sentriz/gonic/commit/3a9c03ac88b6e6476206a87e3703e247c965e7c9)) - **tags:** add Properties.HasCover ([bc0b6c0](https://www.github.com/sentriz/gonic/commit/bc0b6c0da4738c3ee8f40525e2ed1d85c51f927a)) - **tags:** add ReadCover interface method ([e413bc3](https://www.github.com/sentriz/gonic/commit/e413bc35ded9463b245ff913fb2d90ee80ea3184)) ##### ⚠ Note to package maintainers - The `sqlite-dev` and `libtag-dev` (or your distro's equivalents) packages are **no longer required**; please remove them from package dependencies. - Build with `CGO_ENABLED=0` to produce static binaries. gonic now vendors reproducible WebAssembly backends for TagLib and SQLite, eliminating Cgo and external system libraries. Builds are fully static, cross-compiling is straightforward, and supply-chain verification is easier. Verify the vendored WASM artifacts using Artifact Attestations: - <https://github.com/sentriz/go-taglib/raw/refs/tags/v0.10.4/taglib.wasm> ([Attestations](https://redirect.github.com/sentriz/go-taglib/attestations/11402786)) - <https://github.com/ncruces/go-sqlite3/raw/refs/tags/v0.29.1/embed/sqlite3.wasm> ([Attestations](https://redirect.github.com/ncruces/go-sqlite3/attestations/11344814)) Example build pipeline: ```console $ git clone https://github.com/sentriz/gonic $ cd gonic $ sha256sum "$(go list -m -f '{{.Dir}}' go.senan.xyz/taglib)/taglib.wasm" ### expected ca5ce04b35f1e6cad8b8d9f00906a4c108ccd004b56e713db5ce69aa69b3805d (https://github.com/sentriz/go-taglib/attestations/11402786) $ sha256sum "$(go list -m -f '{{.Dir}}' github.com/ncruces/go-sqlite3)/embed/sqlite3.wasm" ### expected 117262b6241d8de78ba564a44383fa1562e52f1a978de269e20a02b3c06c02e3 (https://github.com/ncruces/go-sqlite3/attestations/11344814) $ CGO_ENABLED=0 go build ./cmd/gonic/. ``` Opting out of WebAssembly: - If you prefer not to use the WebAssembly binaries, you can build with `nowasm`: ```console $ go build -tags nowasm ./cmd/gonic/. ``` - This mode is not supported, and tagging/scan performance will degrade. - Cgo will be used for sqlite, so sqlite-dev is still required. - `ffprobe` will be used for tagging, so that must be available in `$PATH`. `libtag-dev` is still not used in this mode. </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
b507f91be0 |
chore(helm): update image ghcr.io/agregarr/agregarr 1.3.1 → 1.4.0 (#40626)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/agregarr/agregarr | minor | `3fef4a9` -> `47debe9` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
f6af912418 |
chore(helm): update image ghcr.io/enchant97/hasty-paste 2.2.0 → 2.3.0 (#40615)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/enchant97/hasty-paste](https://redirect.github.com/enchant97/hasty-paste) | minor | `6469666` -> `b6d7f30` | --- > [!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>enchant97/hasty-paste (ghcr.io/enchant97/hasty-paste)</summary> ### [`v2.3.0`](https://redirect.github.com/enchant97/hasty-paste/blob/HEAD/CHANGELOG.md#230---2025-10-10) [Compare Source](https://redirect.github.com/enchant97/hasty-paste/compare/v2.2.0...v2.3.0) ##### Added - [#​138](https://redirect.github.com/enchant97/hasty-paste/issues/138); User can delete their own pastes and account ##### Changed - Cleanup now removes deleted accounts and pastes - Require Node V22 and Go V1.25 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
1a9e8d244f |
chore(helm): update image docker.io/ollama/ollama 0.12.3 → 0.12.5 (#40602)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/ollama/ollama | patch | `3dcfbe9` -> `212f5b7` | | docker.io/ollama/ollama | patch | `c622a7a` -> `e43c26d` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
e5925ca2c7 |
chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.50.17 → 0.50.21 (#40572)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dgtlmoon/changedetection.io](https://redirect.github.com/dgtlmoon/changedetection.io) | patch | `f2be05f` -> `cd58af1` | --- > [!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>dgtlmoon/changedetection.io (ghcr.io/dgtlmoon/changedetection.io)</summary> ### [`v0.50.21`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.50.21): - Fixing RSS format, Fixing JSON format, adding new "RSS Reader Mode" [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.50.20...0.50.21) #### What's Changed - Dont touch original content if no filters found by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3484](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3484) - Re [#​3482](https://redirect.github.com/dgtlmoon/changedetection.io/issues/3482) - Ensure JSON is always correctly reformatted with padding by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3485](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3485) - Fixing and adding test for RSS/Atom not being converted to text when server sends "text/xml" instead of the "application/atom+xml" header by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3487](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3487) - Adding 'RSS reader mode' by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3488](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3488) **Full Changelog**: <https://github.com/dgtlmoon/changedetection.io/compare/0.50.20...0.50.21> ### [`v0.50.20`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.50.20): Fixing PDF support and improving tests [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.50.19...0.50.20) #### What's Changed - Fixing PDF support and improving tests by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3481](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3481) **Full Changelog**: <https://github.com/dgtlmoon/changedetection.io/compare/0.50.19...0.50.20> ### [`v0.50.19`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.50.19): Refactor of text / html changes processing filter [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.50.18...0.50.19) #### What's Changed - Refactoring text processor by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3475](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3475) - Reducing memory usage by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3476](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3476) - Test speedup - remove common calls for function calls by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3477](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3477) **Full Changelog**: <https://github.com/dgtlmoon/changedetection.io/compare/0.50.18...0.50.19> ### [`v0.50.18`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.50.18): Fixes to plaintext/content type filters, misc library updates [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.50.17...0.50.18) #### What's Changed - Bump psutil from 7.0.0 to 7.1.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​3469](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3469) - Update python-engineio requirement from \~=4.12.0 to \~=4.12.3 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​3467](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3467) - Bump github/codeql-action from 3 to 4 in the all group by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​3468](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3468) - 3472 plaintext should stay plaintext by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3473](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3473) **Full Changelog**: <https://github.com/dgtlmoon/changedetection.io/compare/0.50.17...0.50.18> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
174b25e990 |
chore(helm): update image ghcr.io/n8n-io/n8n 1.115.1 → 1.115.2 (#40612)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/n8n-io/n8n](https://n8n.io) ([source](https://redirect.github.com/n8n-io/n8n)) | patch | `ed16e56` -> `ca7bc6b` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
c44f561b98 |
chore(helm): update image docker.io/gotenberg/gotenberg 8.23 → 8.24 (#40573)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/gotenberg/gotenberg](https://redirect.github.com/gotenberg/gotenberg) | minor | `56c47f7` -> `b116a40` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
a4281a5780 |
chore(helm): update image docker.io/brandawg93/peanut 5.15.0 → 5.16.0 (#40614)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/brandawg93/peanut](https://redirect.github.com/Brandawg93/PeaNUT) | minor | `e3d60b0` -> `5a067c0` | --- > [!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>Brandawg93/PeaNUT (docker.io/brandawg93/peanut)</summary> ### [`v5.16.0`](https://redirect.github.com/Brandawg93/PeaNUT/releases/tag/v5.16.0) [Compare Source](https://redirect.github.com/Brandawg93/PeaNUT/compare/v5.15.0...v5.16.0) #### What's Changed - Add Glance example to Readme by [@​Kage](https://redirect.github.com/Kage) in [#​311](https://redirect.github.com/Brandawg93/PeaNUT/pull/311) - Better authentication context by [@​Brandawg93](https://redirect.github.com/Brandawg93) in [#​315](https://redirect.github.com/Brandawg93/PeaNUT/pull/315) - Caching by [@​Brandawg93](https://redirect.github.com/Brandawg93) in [#​317](https://redirect.github.com/Brandawg93/PeaNUT/pull/317) - Package updates by [@​Brandawg93](https://redirect.github.com/Brandawg93) in [#​318](https://redirect.github.com/Brandawg93/PeaNUT/pull/318) #### New Contributors - [@​Kage](https://redirect.github.com/Kage) made their first contribution in [#​311](https://redirect.github.com/Brandawg93/PeaNUT/pull/311) **Full Changelog**: <https://github.com/Brandawg93/PeaNUT/compare/v5.15.0...v5.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
aed2b871e3 |
chore(helm): update image docker.io/jonnyan404/verysync 2.20.1 → v2.21.3 (#40568)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jonnyan404/verysync](https://redirect.github.com/Jonnyan404/verysync) | minor | `9cb276b` -> `7f98a52` | --- > [!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>Jonnyan404/verysync (docker.io/jonnyan404/verysync)</summary> ### [`v2.21.3`](https://redirect.github.com/Jonnyan404/verysync/compare/v2.20.1...v2.21.3) [Compare Source](https://redirect.github.com/Jonnyan404/verysync/compare/v2.20.1...v2.21.3) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
0e5dd95943 |
chore(helm): update image ghcr.io/linuxserver/oscam 11888-ls143 → 11889-ls143 (#40610)
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 | `c0b4e29` -> `ace5522` | --- > [!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> ### [`v11889-ls143`](https://redirect.github.com/linuxserver/docker-oscam/releases/tag/11889-ls143) [Compare Source](https://redirect.github.com/linuxserver/docker-oscam/compare/11888-ls143...11889-ls143) **CI Report:** <https://ci-tests.linuxserver.io/linuxserver/oscam/11889-ls143/index.html> **LinuxServer Changes:** Rebase to Alpine 3.20. **Remote Changes:** Updating to 11889 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
8e3aa77ec9 |
chore(helm): update image docker 28.5.0 → 28.5.1 (#40584)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker | patch | `c090c93` -> `2417311` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
74ffd90013 |
chore(helm): update image docker.io/anirdev/slink v1.7.0 → v1.7.1 (#40600)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/anirdev/slink | patch | `4006595` -> `1370020` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
5cf90f6a3b |
chore(helm): update image docker.io/ronivay/xen-orchestra 5.190.0 → 5.190.1 (#40624)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/ronivay/xen-orchestra | patch | `d6fe58c` -> `b997bfa` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
f9738795aa |
chore(helm): update image lscr.io/linuxserver/blender digest to 1f18a92 (#40598)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/blender | digest | `eddeadc` -> `1f18a92` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
f3944b25ff |
chore(helm): update image registry digest to 491add1 (#40582)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [registry](https://redirect.github.com/distribution/distribution) | digest | `3725021` -> `491add1` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
6c69a1acb2 |
chore(helm): update image ghcr.io/linuxserver/mstream digest to dbdd1e6 (#40594)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/mstream](https://redirect.github.com/linuxserver/docker-mstream/packages) ([source](https://redirect.github.com/linuxserver/docker-mstream)) | digest | `6644d63` -> `dbdd1e6` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
1b179144f2 |
chore(helm): update image ghcr.io/linuxserver/doublecommander digest to 93d236f (#40593)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/linuxserver/doublecommander | digest | `fb9c9c2` -> `93d236f` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
a3b5e2712c |
chore(helm): update image docker.io/songkong/songkong digest to be7573d (#40587)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/songkong/songkong | digest | `7d4f267` -> `be7573d` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
5ca55ef435 | chore(helm): update image ghcr.io/linuxserver/smokeping digest to 16d7bd4 (#40595) | ||
|
|
f498c25eb7 |
chore(helm): update image docker.io/homeassistant/home-assistant 2025.10.1 → 2025.10.2 (#40623)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/homeassistant/home-assistant](https://www.home-assistant.io/) ([source](https://redirect.github.com/home-assistant/core)) | patch | `9255033` -> `5ae78cf` | --- > [!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>home-assistant/core (docker.io/homeassistant/home-assistant)</summary> ### [`v2025.10.2`](https://redirect.github.com/home-assistant/core/releases/tag/2025.10.2) [Compare Source](https://redirect.github.com/home-assistant/core/compare/2025.10.1...2025.10.2) - Prevent reloading the ZHA integration while adapter firmware is being updated ([@​puddly] - [#​152626]) ([zha docs]) ([homeassistant\_hardware docs][homeassistant_hardware docs]) - Wallbox fix Rate Limit issue for multiple chargers ([@​hesselonline] - [#​153074]) ([wallbox docs]) - Fix power device classes for system bridge ([@​timmo001] - [#​153201]) ([system\_bridge docs][system_bridge docs]) - Bump PyCync to 0.4.1 ([@​Kinachi249] - [#​153401]) ([cync docs]) (dependency) - Updated VRM client and accounted for missing forecasts ([@​AndyTempel] - [#​153464]) ([victron\_remote\_monitoring docs][victron_remote_monitoring docs]) (dependency) - Bump python-roborock to 2.50.2 ([@​Lash-L] - [#​153561]) ([roborock docs]) (dependency) - Bump aioamazondevices to 6.2.8 ([@​chemelli74] - [#​153592]) ([alexa\_devices docs][alexa_devices docs]) (dependency) - Switch Roborock to v4 of the code login api ([@​Lash-L] - [#​153593]) ([roborock docs]) - Fix MQTT Lock state reset to unknown when a reset payload is received ([@​jbouwh] - [#​153647]) ([mqtt docs]) - Gemini: Use default model instead of recommended where applicable ([@​Shulyaka] - [#​153676]) ([google\_generative\_ai\_conversation docs][google_generative_ai_conversation docs]) - Fix ViCare pressure sensors missing unit of measurement ([@​CFenner] - [#​153691]) ([vicare docs]) - Bump pyvesync to 3.1.0 ([@​cdnninja] - [#​153693]) ([vesync docs]) (dependency) - Modbus Fix message\_wait\_milliseconds is no longer applied ([@​peetersch] - [#​153709]) ([modbus docs]) - Bump opower to 0.15.6 ([@​tronikos] - [#​153714]) ([opower docs]) (dependency) - Version bump pydaikin to 2.17.0 ([@​fredrike] - [#​153718]) ([daikin docs]) (dependency) - Version bump pydaikin to 2.17.1 ([@​fredrike] - [#​153726]) ([daikin docs]) (dependency) - Fix missing google\_assistant\_sdk.send\_text\_command ([@​tronikos] - [#​153735]) ([google\_assistant\_sdk docs][google_assistant_sdk docs]) - Bump airOS to 0.5.5 using formdata for v6 firmware ([@​CoMPaTech] - [#​153736]) ([airos docs]) (dependency) - Align Shelly `presencezone` entity to the new API/firmware ([@​bieniu] - [#​153737]) ([shelly docs]) - Synology DSM: Don't reinitialize API during configuration ([@​oyvindwe] - [#​153739]) ([synology\_dsm docs][synology_dsm docs]) - Upgrade python-melcloud to 0.1.2 ([@​Sander0542] - [#​153742]) ([melcloud docs]) (dependency) - Fix sensors availability check for Alexa Devices ([@​chemelli74] - [#​153743]) ([alexa\_devices docs][alexa_devices docs]) - Bump aioamazondevices to 6.2.9 ([@​chemelli74] - [#​153756]) ([alexa\_devices docs][alexa_devices docs]) - Remove stale entities from Alexa Devices ([@​chemelli74] - [#​153759]) ([alexa\_devices docs][alexa_devices docs]) - vesync correct fan set modes ([@​cdnninja] - [#​153761]) ([vesync docs]) - Handle ESPHome discoveries with uninitialized Z-Wave antennas ([@​balloob] - [#​153790]) ([zwave\_js docs][zwave_js docs]) - Fix Tuya cover position when only control is available ([@​epenet] - [#​153803]) ([tuya docs]) - Bump pySmartThings to 3.3.1 ([@​joostlek] - [#​153826]) ([smartthings docs]) (dependency) - Catch update exception in AirGradient ([@​joostlek] - [#​153828]) ([airgradient docs]) - Add motion presets to SmartThings AC ([@​joostlek] - [#​153830]) ([smartthings docs]) - Fix delay\_on and auto\_off with multiple triggers ([@​Petro31] - [#​153839]) ([template docs]) - Fix PIN validation for Comelit SimpleHome ([@​chemelli74] - [#​153840]) ([comelit docs]) - Bump aiocomelit to 1.1.1 ([@​chemelli74] - [#​153843]) ([comelit docs]) (dependency) - Limit SimpliSafe websocket connection attempts during startup ([@​bachya] - [#​153853]) ([simplisafe docs]) - Handle timeout errors gracefully in Nord Pool services ([@​gjohansson-ST] - [#​153856]) ([nordpool docs]) - Add plate\_count for Miele KM7575 ([@​derytive] - [#​153868]) ([miele docs]) - Fix restore cover state for Comelit SimpleHome ([@​chemelli74] - [#​153887]) ([comelit docs]) - fix typo in icon assignment of AccuWeather integration ([@​CFenner] - [#​153890]) ([accuweather docs]) - Add missing translation string for Satel Integra subentry type ([@​Tommatheussen] - [#​153905]) ([satel\_integra docs][satel_integra docs]) - Do not auto-set up ZHA zeroconf discoveries during onboarding ([@​TheJulianJES] - [#​153914]) ([zha docs]) - `sharkiq` dependency bump to 1.4.2 ([@​Freebien] - [#​153931]) ([sharkiq docs]) (dependency) - Fix HA hardware configuration message for Thread without HAOS ([@​TheJulianJES] - [#​153933]) ([homeassistant\_hardware docs][homeassistant_hardware docs]) - Adjust OTBR config entry name for ZBT-2 ([@​TheJulianJES] - [#​153940]) ([otbr docs]) - Bump pylamarzocco to 2.1.2 ([@​zweckj] - [#​153950]) ([lamarzocco docs]) (dependency) - Bump holidays to 0.82 ([@​gjohansson-ST] - [#​153952]) ([workday docs]) ([holiday docs]) (dependency) - Fix update interval for AccuWeather hourly forecast ([@​bieniu] - [#​153957]) ([accuweather docs]) - Bump env-canada to 0.11.3 ([@​michaeldavie] - [#​153967]) ([environment\_canada docs][environment_canada docs]) - Fix empty llm api list in chat log ([@​arturpragacz] - [#​153996]) ([conversation docs]) - Don't mark ZHA coordinator as via\_device with itself ([@​joostlek] - [#​154004]) ([zha docs]) - Filter out invalid Renault vehicles ([@​epenet] - [#​154070]) ([renault docs]) - Bump aioamazondevices to 6.4.0 ([@​chemelli74] - [#​154071]) ([alexa\_devices docs][alexa_devices docs]) (dependency) - Bump brother to version 5.1.1 ([@​bieniu] - [#​154080]) ([brother docs]) (dependency) - Fix for multiple Lyrion Music Server on a single Home Assistant server for Squeezebox ([@​peteS-UK] - [#​154081]) ([squeezebox docs]) - Z-Wave: ESPHome discovery to update all options ([@​balloob] - [#​154113]) ([zwave\_js docs][zwave_js docs]) - Add missing entity category and icons for smlight integration ([@​piitaya] - [#​154131]) ([smlight docs]) - Update frontend to [`2025100`](https://redirect.github.com/home-assistant/core/commit/20251001).2 ([@​bramkragten] - [#​154143]) ([frontend docs]) (dependency) - IOmeter bump version v0.2.0 ([@​jukrebs] - [#​154150]) ([iometer docs]) (dependency) - Bump deebot-client to 15.1.0 ([@​edenhaus] - [#​154154]) ([ecovacs docs]) (dependency) - Fix Shelly RPC cover update when the device is not initialized ([@​thecode] - [#​154159]) ([shelly docs]) - Fix shelly remove orphaned entities ([@​thecode] - [#​154182]) ([shelly docs]) [#​152626]: https://redirect.github.com/home-assistant/core/pull/152626 [#​152881]: https://redirect.github.com/home-assistant/core/pull/152881 [#​153074]: https://redirect.github.com/home-assistant/core/pull/153074 [#​153201]: https://redirect.github.com/home-assistant/core/pull/153201 [#​153401]: https://redirect.github.com/home-assistant/core/pull/153401 [#​153464]: https://redirect.github.com/home-assistant/core/pull/153464 [#​153561]: https://redirect.github.com/home-assistant/core/pull/153561 [#​153582]: https://redirect.github.com/home-assistant/core/pull/153582 [#​153592]: https://redirect.github.com/home-assistant/core/pull/153592 [#​153593]: https://redirect.github.com/home-assistant/core/pull/153593 [#​153647]: https://redirect.github.com/home-assistant/core/pull/153647 [#​153676]: https://redirect.github.com/home-assistant/core/pull/153676 [#​153691]: https://redirect.github.com/home-assistant/core/pull/153691 [#​153693]: https://redirect.github.com/home-assistant/core/pull/153693 [#​153709]: https://redirect.github.com/home-assistant/core/pull/153709 [#​153714]: https://redirect.github.com/home-assistant/core/pull/153714 [#​153718]: https://redirect.github.com/home-assistant/core/pull/153718 [#​153726]: https://redirect.github.com/home-assistant/core/pull/153726 [#​153735]: https://redirect.github.com/home-assistant/core/pull/153735 [#​153736]: https://redirect.github.com/home-assistant/core/pull/153736 [#​153737]: https://redirect.github.com/home-assistant/core/pull/153737 [#​153739]: https://redirect.github.com/home-assistant/core/pull/153739 [#​153742]: https://redirect.github.com/home-assistant/core/pull/153742 [#​153743]: https://redirect.github.com/home-assistant/core/pull/153743 [#​153756]: https://redirect.github.com/home-assistant/core/pull/153756 [#​153759]: https://redirect.github.com/home-assistant/core/pull/153759 [#​153761]: https://redirect.github.com/home-assistant/core/pull/153761 [#​153790]: https://redirect.github.com/home-assistant/core/pull/153790 [#​153803]: https://redirect.github.com/home-assistant/core/pull/153803 [#​153826]: https://redirect.github.com/home-assistant/core/pull/153826 [#​153828]: https://redirect.github.com/home-assistant/core/pull/153828 [#​153830]: https://redirect.github.com/home-assistant/core/pull/153830 [#​153839]: https://redirect.github.com/home-assistant/core/pull/153839 [#​153840]: https://redirect.github.com/home-assistant/core/pull/153840 [#​153843]: https://redirect.github.com/home-assistant/core/pull/153843 [#​153853]: https://redirect.github.com/home-assistant/core/pull/153853 [#​153856]: https://redirect.github.com/home-assistant/core/pull/153856 [#​153868]: https://redirect.github.com/home-assistant/core/pull/153868 [#​153887]: https://redirect.github.com/home-assistant/core/pull/153887 [#​153890]: https://redirect.github.com/home-assistant/core/pull/153890 [#​153905]: https://redirect.github.com/home-assistant/core/pull/153905 [#​153914]: https://redirect.github.com/home-assistant/core/pull/153914 [#​153931]: https://redirect.github.com/home-assistant/core/pull/153931 [#​153933]: https://redirect.github.com/home-assistant/core/pull/153933 [#​153940]: https://redirect.github.com/home-assistant/core/pull/153940 [#​153950]: https://redirect.github.com/home-assistant/core/pull/153950 [#​153952]: https://redirect.github.com/home-assistant/core/pull/153952 [#​153957]: https://redirect.github.com/home-assistant/core/pull/153957 [#​153967]: https://redirect.github.com/home-assistant/core/pull/153967 [#​153996]: https://redirect.github.com/home-assistant/core/pull/153996 [#​154004]: https://redirect.github.com/home-assistant/core/pull/154004 [#​154070]: https://redirect.github.com/home-assistant/core/pull/154070 [#​154071]: https://redirect.github.com/home-assistant/core/pull/154071 [#​154080]: https://redirect.github.com/home-assistant/core/pull/154080 [#​154081]: https://redirect.github.com/home-assistant/core/pull/154081 [#​154113]: https://redirect.github.com/home-assistant/core/pull/154113 [#​154131]: https://redirect.github.com/home-assistant/core/pull/154131 [#​154143]: https://redirect.github.com/home-assistant/core/pull/154143 [#​154150]: https://redirect.github.com/home-assistant/core/pull/154150 [#​154154]: https://redirect.github.com/home-assistant/core/pull/154154 [#​154159]: https://redirect.github.com/home-assistant/core/pull/154159 [#​154182]: https://redirect.github.com/home-assistant/core/pull/154182 [@​AndyTempel]: https://redirect.github.com/AndyTempel [@​CFenner]: https://redirect.github.com/CFenner [@​CoMPaTech]: https://redirect.github.com/CoMPaTech [@​Freebien]: https://redirect.github.com/Freebien [@​Kinachi249]: https://redirect.github.com/Kinachi249 [@​Lash-L]: https://redirect.github.com/Lash-L [@​Petro31]: https://redirect.github.com/Petro31 [@​Sander0542]: https://redirect.github.com/Sander0542 [@​Shulyaka]: https://redirect.github.com/Shulyaka [@​TheJulianJES]: https://redirect.github.com/TheJulianJES [@​Tommatheussen]: https://redirect.github.com/Tommatheussen [@​arturpragacz]: https://redirect.github.com/arturpragacz [@​bachya]: https://redirect.github.com/bachya [@​balloob]: https://redirect.github.com/balloob [@​bieniu]: https://redirect.github.com/bieniu [@​bramkragten]: https://redirect.github.com/bramkragten [@​cdnninja]: https://redirect.github.com/cdnninja [@​chemelli74]: https://redirect.github.com/chemelli74 [@​derytive]: https://redirect.github.com/derytive [@​edenhaus]: https://redirect.github.com/edenhaus [@​epenet]: https://redirect.github.com/epenet [@​fredrike]: https://redirect.github.com/fredrike [@​frenck]: https://redirect.github.com/frenck [@​gjohansson-ST]: https://redirect.github.com/gjohansson-ST [@​hesselonline]: https://redirect.github.com/hesselonline [@​jbouwh]: https://redirect.github.com/jbouwh [@​joostlek]: https://redirect.github.com/joostlek [@​jukrebs]: https://redirect.github.com/jukrebs [@​michaeldavie]: https://redirect.github.com/michaeldavie [@​oyvindwe]: https://redirect.github.com/oyvindwe [@​peetersch]: https://redirect.github.com/peetersch [@​peteS-UK]: https://redirect.github.com/peteS-UK [@​piitaya]: https://redirect.github.com/piitaya [@​puddly]: https://redirect.github.com/puddly [@​thecode]: https://redirect.github.com/thecode [@​timmo001]: https://redirect.github.com/timmo001 [@​tronikos]: https://redirect.github.com/tronikos [@​zweckj]: https://redirect.github.com/zweckj [accuweather docs]: https://www.home-assistant.io/integrations/accuweather/ [airgradient docs]: https://www.home-assistant.io/integrations/airgradient/ [airos docs]: https://www.home-assistant.io/integrations/airos/ [alexa_devices docs]: https://www.home-assistant.io/integrations/alexa_devices/ [brother docs]: https://www.home-assistant.io/integrations/brother/ [comelit docs]: https://www.home-assistant.io/integrations/comelit/ [conversation docs]: https://www.home-assistant.io/integrations/conversation/ [cync docs]: https://www.home-assistant.io/integrations/cync/ [daikin docs]: https://www.home-assistant.io/integrations/daikin/ [ecovacs docs]: https://www.home-assistant.io/integrations/ecovacs/ [environment_canada docs]: https://www.home-assistant.io/integrations/environment_canada/ [frontend docs]: https://www.home-assistant.io/integrations/frontend/ [google_assistant_sdk docs]: https://www.home-assistant.io/integrations/google_assistant_sdk/ [google_generative_ai_conversation docs]: https://www.home-assistant.io/integrations/google_generative_ai_conversation/ [holiday docs]: https://www.home-assistant.io/integrations/holiday/ [homeassistant_hardware docs]: https://www.home-assistant.io/integrations/homeassistant_hardware/ [iometer docs]: https://www.home-assistant.io/integrations/iometer/ [lamarzocco docs]: https://www.home-assistant.io/integrations/lamarzocco/ [melcloud docs]: https://www.home-assistant.io/integrations/melcloud/ [miele docs]: https://www.home-assistant.io/integrations/miele/ [modbus docs]: https://www.home-assistant.io/integrations/modbus/ [mqtt docs]: https://www.home-assistant.io/integrations/mqtt/ [nordpool docs]: https://www.home-assistant.io/integrations/nordpool/ [opower docs]: https://www.home-assistant.io/integrations/opower/ [otbr docs]: https://www.home-assistant.io/integrations/otbr/ [renault docs]: https://www.home-assistant.io/integrations/renault/ [roborock docs]: https://www.home-assistant.io/integrations/roborock/ [satel_integra docs]: https://www.home-assistant.io/integrations/satel_integra/ [sharkiq docs]: https://www.home-assistant.io/integrations/sharkiq/ [shelly docs]: https://www.home-assistant.io/integrations/shelly/ [simplisafe docs]: https://www.home-assistant.io/integrations/simplisafe/ [smartthings docs]: https://www.home-assistant.io/integrations/smartthings/ [smlight docs]: https://www.home-assistant.io/integrations/smlight/ [squeezebox docs]: https://www.home-assistant.io/integrations/squeezebox/ [synology_dsm docs]: https://www.home-assistant.io/integrations/synology_dsm/ [system_bridge docs]: https://www.home-assistant.io/integrations/system_bridge/ [template docs]: https://www.home-assistant.io/integrations/template/ [tuya docs]: https://www.home-assistant.io/integrations/tuya/ [vesync docs]: https://www.home-assistant.io/integrations/vesync/ [vicare docs]: https://www.home-assistant.io/integrations/vicare/ [victron_remote_monitoring docs]: https://www.home-assistant.io/integrations/victron_remote_monitoring/ [wallbox docs]: https://www.home-assistant.io/integrations/wallbox/ [workday docs]: https://www.home-assistant.io/integrations/workday/ [zha docs]: https://www.home-assistant.io/integrations/zha/ [zwave_js docs]: https://www.home-assistant.io/integrations/zwave_js/ </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
e52803cf1b |
chore(helm): update image docker.io/searxng/searxng digest to 3c4c6b6 (#40586)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/searxng/searxng | digest | `9438a9b` -> `3c4c6b6` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
46efa41f96 | chore(helm): update image ghcr.io/home-operations/nzbget 25.3.0 → 25.4.0 (#40616) | ||
|
|
99beafc378 | chore(helm): update image docker.io/josh5/steam-headless digest to b3fec9c (#40631) | ||
|
|
e74e10e23f | chore(helm): update image ghcr.io/hotio/rflood digest to ad29dc5 (#40592) | ||
|
|
5b654c6bde |
chore(helm): update image ghcr.io/flaresolverr/flaresolverr v3.4.1 → v3.4.2 (#40606)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/flaresolverr/flaresolverr](https://redirect.github.com/FlareSolverr/FlareSolverr) | patch | `5379a92` -> `42ffb1c` | --- > [!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>FlareSolverr/FlareSolverr (ghcr.io/flaresolverr/flaresolverr)</summary> ### [`v3.4.2`](https://redirect.github.com/FlareSolverr/FlareSolverr/blob/HEAD/CHANGELOG.md#v342-20251009) [Compare Source](https://redirect.github.com/FlareSolverr/FlareSolverr/compare/v3.4.1...v3.4.2) - Bump dependencies & CI actions. Thanks [@​flowerey](https://redirect.github.com/flowerey) - Add optional wait time after resolving the challenge before returning. Thanks [@​kennedyoliveira](https://redirect.github.com/kennedyoliveira) - Add proxy ENVs. Thanks [@​Robokishan](https://redirect.github.com/Robokishan) - Handle empty string and keys without value in postData. Thanks [@​eZ4RK0](https://redirect.github.com/eZ4RK0) - Add quote protection for password containing it. Thanks [@​warrenberberd](https://redirect.github.com/warrenberberd) - Add returnScreenshot parameter to screenshot the final web page. Thanks [@​estebanthi](https://redirect.github.com/estebanthi) - Add log file support. Thanks [@​acg5159](https://redirect.github.com/acg5159) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
d728735e0d |
chore(helm): update image docker.io/nginxinc/nginx-unprivileged digest to 593a17d (#40632)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/nginxinc/nginx-unprivileged](https://redirect.github.com/nginx/docker-nginx-unprivileged) | digest | `9e3b977` -> `593a17d` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
286f96dedf |
chore(helm): update image public.ecr.aws/docker/library/xwiki digest to 638a937 (#40599)
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 | `abf049c` -> `638a937` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
a47c1a0ff2 |
chore(helm): update image docker.io/wekanteam/wekan v7.97 → v7.99 (#40625)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/wekanteam/wekan](https://redirect.github.com/wekan/wekan) | minor | `4c33ae9` -> `a154d7f` | --- > [!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>wekan/wekan (docker.io/wekanteam/wekan)</summary> ### [`v7.99`](https://redirect.github.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v799-2025-10-11-WeKan--release) [Compare Source](https://redirect.github.com/wekan/wekan/compare/v7.98...v7.99) This release fixed the following bugs: - [Improve automatic Snap upgrades](https://redirect.github.com/wekan/wekan/commit/aab671398c7ee3d7ea4934c6c9c977ad630fa74f). Thanks to xet7. Thanks to above GitHub users for their contributions and translators for their translations. ### [`v7.98`](https://redirect.github.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v798-2025-10-11-WeKan--release) [Compare Source](https://redirect.github.com/wekan/wekan/compare/v7.97...v7.98) This release adds the following CRITICAL SECURITY FIXES: - [Security Fix: IDOR CWE-639 that affected WeKan 7.80-7.93](https://redirect.github.com/wekan/wekan/commit/b87cff1289d2c98ef84d69e171f112ecedb4d843). Thanks to Romain Korpas at apitech.fr and xet7. - [Security Fix: Computational Resource Abuse in Export endpoints](https://redirect.github.com/wekan/wekan/commit/d0f118e7af0b2ede517d6d051226c38fa8e557b6). Thanks to Anynymous Security Researcher and xet7. - [Security Fix FG-VD-22-078: Prevent SVG Billion Laughs Attack](https://redirect.github.com/wekan/wekan/commit/30c1597b658b0ef50fd2efc56786e8b0f08ac72c). Thanks to Nguyen Thanh Nguyen of Fortinet's FortiGuard Labs and xet7. - [Security Fix usd-2022-0041: CWE-284 Improper Access Control](https://redirect.github.com/wekan/wekan/commit/f6591d7820e01075cba93612a5fdbf692fbe49dc). Thanks to Christian Pöschl of usd AG and xet7. - [Security Fix JVN#14269684: Broken access control](https://redirect.github.com/wekan/wekan/commit/9720e703fd9432bf0e1bfea2358f8c7ea078f1b1). Thanks to Ryoya Koyama of Mitsui Bussan Secure Directions, Inc and xet7. - [Security Fix JVN#74210258: Stored XSS](https://redirect.github.com/wekan/wekan/commit/e1fa607f87d821accb846f2deef1f388003848d1). Thanks to Ryoya Koyama of Mitsui Bussan Secure Directions, Inc and xet7. - [Security Fix JVN#86586539: Stored XSS](https://redirect.github.com/wekan/wekan/commit/ee79cab7b27f73fab62a00ec49add73fd6f7bcaa). Thanks to Ryoya Koyama of Mitsui Bussan Secure Directions, Inc and xet7. - [Security Fix JVN#15385465: CWE-79 XSS, that affected WeKan 7.94](https://redirect.github.com/wekan/wekan/commit/81c3dc1d956cd7040655940f6569653d7b98fa9a). Thanks to Sho Sugiyama and xet7. - Security Fix [JVN#80785288](https://redirect.github.com/JVN/wekan/issues/80785288): CWE-79 XSS, that affected WeKan 3.94 and v3.95. This was already previously fixed. Thanks to xet7. and adds the following new features: - [Mobile one board per row. Board zoom size percent. Board toggle mobile/desktop mode. In Progress](https://redirect.github.com/wekan/wekan/commit/752699d1c2fb8ea9ff0f3ec9ae0b2b776443d826). Thanks to xet7. - \[Drag any files from file manager to minicard or opened card. [Part 1](https://redirect.github.com/wekan/wekan/commit/3e9481c5bd2c02ba501bd0a6ef1d1e6ce82bb1d9), [Part 2](https://redirect.github.com/wekan/wekan/commit/cdd7d69c660d0b6ac06b7b75d4f59985b8a9322a). Thanks to xet7. - [Use attachments from old CollectionFS database structure, when not yet migrated to Meteor-Files/ostrio-files, without needing to migrate database structure](https://redirect.github.com/wekan/wekan/commit/a8de2f224f61d0e5c7061fefb1cdd4f45f3bb020). Thanks to xet7. - [Show console.log 'Legacy attachments route loaded' only when environment variable DEBUG=true](https://redirect.github.com/wekan/wekan/commit/1c84b19f246ebe6d3cad4f56726013147756d9c3). Thanks to xet7. - [Make possible for lists to have different names at different swimlanes. Make possible to drag list from one swimlane to another swimlane](https://redirect.github.com/wekan/wekan/commit/719ef87efceacfe91461a8eeca7cf74d11f4cc0a). Thanks to xet7. - [Add support for Docker/Compose Secrets for passwords to Docker/Snap/Bundle platforms](https://redirect.github.com/wekan/wekan/commit/107e2ac90043138ea8aa09aadd92f4af355289c0). Thanks to Roemer and xet7. - Add Snap automatic upgrades. [Part 1](https://redirect.github.com/wekan/wekan/commit/0549bc0b0c7dd4a5db53d645662dd4362ef4d1f3), [Part 2](https://redirect.github.com/wekan/wekan/commit/f1e1fd359364dbe6366501ac4f6a150d73509f17). Thanks to xet7. and fixes the following bugs: - Fix DOMPurify paths. [Part 1](https://redirect.github.com/wekan/wekan/commit/90899f0928274cbc30ed3d6df0227664efcd2584), [Part 2](https://redirect.github.com/wekan/wekan/commit/77691244018f3a1e44c28973b40a363bf77f99b2), [Part 3](https://redirect.github.com/wekan/wekan/commit/21ba0a96066a495e885fcf186f026cf1c7ddf45d), [Part 4](https://redirect.github.com/wekan/wekan/commit/2119c6ab0c2d76c8a9b22fa712b35b38345fc040). Thanks to xet7. - [Fix sizes of drag handles at desktop mode](https://redirect.github.com/wekan/wekan/commit/734165f3c78e9ba9643826da62f78844273f18f6). Thanks to xet7. - [Fixed showing translations always, regardsless of is ROOT\_URL set correctly or not](https://redirect.github.com/wekan/wekan/commit/1a7bd65e596a4a1030e2686a787186b6d1c61abe). Thanks to xet7. - [Snap: Removed double mongo3 that's already at migratemongo](https://redirect.github.com/wekan/wekan/commit/2a24918a9c31e541f4d6424b77cfd76a8d9f2b06). Thanks to xet7. - [Updated release scripts of snapcraft pack command syntax](https://redirect.github.com/wekan/wekan/commit/d88d197de964fd71e61ea6c932521f1e5abe7630). Thanks to xet7. - [Try to fix Snap automatic upgrade](https://redirect.github.com/wekan/wekan/commit/4ec4e19e637b86b05b11afd076fae09d3698b8de). Thanks to xet7. - [Added missing metadata fields to snapcraft.yaml](https://redirect.github.com/wekan/wekan/commit/cd948fb5765efdf5a7d792180a25ffa26bab2730). Thanks to xet7. Thanks to above GitHub users for their contributions and translators for their translations. </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
9464c41ccd |
chore(helm): update image ghcr.io/sethforprivacy/simple-monerod v0.18.4.2 → v0.18.4.3 (#40613)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/sethforprivacy/simple-monerod](https://redirect.github.com/sethforprivacy/simple-monerod-docker) | patch | `4ddb2ee` -> `7f4fd04` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
1e9639a957 |
chore(helm): update image ghcr.io/tandoorrecipes/recipes 2.3.1 → 2.3.2 (#40633)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/tandoorrecipes/recipes](https://redirect.github.com/TandoorRecipes/recipes) | patch | `37dda04` -> `650983b` | --- > [!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>TandoorRecipes/recipes (ghcr.io/tandoorrecipes/recipes)</summary> ### [`v2.3.2`](https://redirect.github.com/TandoorRecipes/recipes/releases/tag/2.3.2) [Compare Source](https://redirect.github.com/TandoorRecipes/recipes/compare/2.3.1...2.3.2) - **added** ability to configure gunicorn timeout (thanks to [KoMa1012](https://redirect.github.com/KoMa1012) [#​4138](https://redirect.github.com/TandoorRecipes/recipes/issues/4138)) fixes [#​4125](https://redirect.github.com/TandoorRecipes/recipes/issues/4125) - **improved** start page with small recipe counts - **improved** default unit for food properties - **fixed** ingredient template selector not working on unsaved recipes - **fixed** add all in food properties editor overriding existing properties [#​4137](https://redirect.github.com/TandoorRecipes/recipes/issues/4137) - **fixed** dropdowns in properties editor at the bottom behind layout - **fixed** missing conversion for property not shown when a second ingredient had a working conversion/property value - **fixed** api sample url [#​4132](https://redirect.github.com/TandoorRecipes/recipes/issues/4132) - **fixed** infinity as amount in ingredients when servings are 0 and associated importer bug [#​4133](https://redirect.github.com/TandoorRecipes/recipes/issues/4133) - **fixed** cant create a new step if no steps are in a recipe [#​4119](https://redirect.github.com/TandoorRecipes/recipes/issues/4119) - **fixed** to small default body size in nginx [#​4145](https://redirect.github.com/TandoorRecipes/recipes/issues/4145) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
9fa4b2222b |
chore(helm): update image docker.io/semaphoreui/semaphore v2.16.31 → v2.16.34 (#40603)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/semaphoreui/semaphore](https://redirect.github.com/semaphoreui/semaphore) | patch | `7c9617e` -> `42529f1` | --- > [!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>semaphoreui/semaphore (docker.io/semaphoreui/semaphore)</summary> ### [`v2.16.34`](https://redirect.github.com/semaphoreui/semaphore/compare/v2.16.33...v2.16.34) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.16.33...v2.16.34) ### [`v2.16.33`](https://redirect.github.com/semaphoreui/semaphore/compare/v2.16.32...v2.16.33) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.16.32...v2.16.33) ### [`v2.16.32`](https://redirect.github.com/semaphoreui/semaphore/releases/tag/v2.16.32) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.16.31...v2.16.32) #### Bugfixes - [d2c2b4a feat(auth): add config option auth style for oidc provider](https://redirect.github.com/semaphoreui/semaphore/issues/3348) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
10e88ddc64 |
chore(helm): update webtop (#40562)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/webtop | digest | `6d35a09` -> `9a2083c` | | lscr.io/linuxserver/webtop | digest | `28c2b7d` -> `cec5700` | | lscr.io/linuxserver/webtop | digest | `bdea564` -> `92dabda` | | lscr.io/linuxserver/webtop | digest | `be10e00` -> `309c282` | | lscr.io/linuxserver/webtop | digest | `de48a04` -> `ccdfd5e` | | lscr.io/linuxserver/webtop | digest | `e92c248` -> `f8b79d1` | | lscr.io/linuxserver/webtop | digest | `51d8d98` -> `6f8e49e` | --- > [!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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
1abaf380bb |
chore(helm): update image docker.io/wiserain/flexget 3.18.13 → 3.18.14 (#40605)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/wiserain/flexget](https://redirect.github.com/linuxserver/docker-baseimage-alpine/packages) ([source](https://redirect.github.com/wiserain/docker-flexget)) | patch | `e0098bb` -> `7da7a76` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
8e930c68e4 |
chore(helm): update image ghcr.io/mealie-recipes/mealie v3.3.1 → v3.3.2 (#40611)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/mealie-recipes/mealie](https://redirect.github.com/mealie-recipes/mealie) | patch | `a0d4a0b` -> `d51ae3b` | --- > [!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>mealie-recipes/mealie (ghcr.io/mealie-recipes/mealie)</summary> ### [`v3.3.2`](https://redirect.github.com/mealie-recipes/mealie/releases/tag/v3.3.2) [Compare Source](https://redirect.github.com/mealie-recipes/mealie/compare/v3.3.1...v3.3.2) ### 🍴🍴🍴🍴🍴🍴 This release contains bug-fixes related to authentication and fixes a breaking change related to long passwords (>72 bytes). **No action is needed** for users with long passwords, though it may be worth [checking out the PR](https://redirect.github.com/mealie-recipes/mealie/pull/6335) for more information. #### ✨ New features - feat: Added url to current version release [@​Choromanski](https://redirect.github.com/Choromanski) ([#​6308](https://redirect.github.com/mealie-recipes/mealie/issues/6308)) #### 🐛 Bug fixes - fix: Re-write Nuxt auth backend and get rid of sidebase auth [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6322](https://redirect.github.com/mealie-recipes/mealie/issues/6322)) - fix: Remove unused next-auth dependency [@​p0lycarpio](https://redirect.github.com/p0lycarpio) ([#​6328](https://redirect.github.com/mealie-recipes/mealie/issues/6328)) - fix: No Redirect On Valid Token [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6327](https://redirect.github.com/mealie-recipes/mealie/issues/6327)) - fix: Translate log-out string [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6332](https://redirect.github.com/mealie-recipes/mealie/issues/6332)) - fix: Truncate Long Passwords (>72 bytes) [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6335](https://redirect.github.com/mealie-recipes/mealie/issues/6335)) #### 🧰 Maintenance <details> <summary>8 changes</summary> - chore(l10n): Crowdin locale sync [@​github-actions](https://redirect.github.com/github-actions) ([#​6268](https://redirect.github.com/mealie-recipes/mealie/issues/6268)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6273](https://redirect.github.com/mealie-recipes/mealie/issues/6273)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6309](https://redirect.github.com/mealie-recipes/mealie/issues/6309)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6313](https://redirect.github.com/mealie-recipes/mealie/issues/6313)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6317](https://redirect.github.com/mealie-recipes/mealie/issues/6317)) - chore(l10n): Crowdin locale sync [@​github-actions](https://redirect.github.com/github-actions) ([#​6318](https://redirect.github.com/mealie-recipes/mealie/issues/6318)) - chore(auto): Update pre-commit hooks [@​github-actions](https://redirect.github.com/github-actions) ([#​6324](https://redirect.github.com/mealie-recipes/mealie/issues/6324)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6320](https://redirect.github.com/mealie-recipes/mealie/issues/6320)) </details> #### 📚 Documentation - docs(auto): Update image tag, for release v3.3.1 [@​github-actions](https://redirect.github.com/github-actions) ([#​6300](https://redirect.github.com/mealie-recipes/mealie/issues/6300)) #### ⬆️ Dependency updates <details> <summary>7 changes</summary> - chore(deps): update node.js to [`2bb201f`](https://redirect.github.com/mealie-recipes/mealie/commit/2bb201f) [@​renovate](https://redirect.github.com/renovate) ([#​6295](https://redirect.github.com/mealie-recipes/mealie/issues/6295)) - chore(deps): update dependency openai to v2.0.1 [@​renovate](https://redirect.github.com/renovate) ([#​6296](https://redirect.github.com/mealie-recipes/mealie/issues/6296)) - chore(deps): update dependency authlib to v1.6.5 [@​renovate](https://redirect.github.com/renovate) ([#​6299](https://redirect.github.com/mealie-recipes/mealie/issues/6299)) - chore(deps): update dependency ruff to v0.13.3 [@​renovate](https://redirect.github.com/renovate) ([#​6301](https://redirect.github.com/mealie-recipes/mealie/issues/6301)) - chore(deps): update dependency openai to v2.1.0 [@​renovate](https://redirect.github.com/renovate) ([#​6302](https://redirect.github.com/mealie-recipes/mealie/issues/6302)) - chore(deps): update dependency pylint to v3.3.9 [@​renovate](https://redirect.github.com/renovate) ([#​6321](https://redirect.github.com/mealie-recipes/mealie/issues/6321)) - chore(deps): update dependency ruff to ^0.14.0 [@​renovate](https://redirect.github.com/renovate) ([#​6334](https://redirect.github.com/mealie-recipes/mealie/issues/6334)) </details> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
1941524ebc |
chore(helm): update image public.ecr.aws/docker/library/odoo digest to 8d5ac4d (#40622)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [public.ecr.aws/docker/library/odoo](https://hub.docker.com/_/odoo) ([source](https://redirect.github.com/odoo/docker)) | digest | `135083d` -> `8d5ac4d` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
8c068a3fdd |
chore(helm): update image ghcr.io/hotio/whisparr v3-3.0.1.1307 → v3-3.0.1.1310 (#40608)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/hotio/whisparr](https://hotio.dev/containers/whisparr) ([source](https://redirect.github.com/hotio/whisparr)) | patch | `77a2feb` -> `7c9f709` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
993998fece |
chore(helm): update image docker.io/shlinkio/shlink 4.5.2 → 4.5.3 (#40604)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/shlinkio/shlink](https://redirect.github.com/shlinkio/shlink) | patch | `57df87b` -> `bd4bf92` | --- > [!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>shlinkio/shlink (docker.io/shlinkio/shlink)</summary> ### [`v4.5.3`](https://redirect.github.com/shlinkio/shlink/blob/HEAD/CHANGELOG.md#453---2025-10-10) [Compare Source](https://redirect.github.com/shlinkio/shlink/compare/v4.5.2...v4.5.3) ##### Added - *Nothing* ##### Changed - *Nothing* ##### Deprecated - *Nothing* ##### Removed - *Nothing* ##### Fixed - [#​2488](https://redirect.github.com/shlinkio/shlink/issues/2488) Ensure `Access-Control-Allow-Credentials` is set in all cross-origin responses when `CORS_ALLOW_ORIGIN=true`. </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
2b3bdbac05 | chore(helm): update image ghcr.io/linuxserver/medusa digest to 6c9aa20 (#40580) | ||
|
|
8784a0748f |
chore(helm): update image ghcr.io/linuxserver/ubooquity digest to fe42ee7 (#40596)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/ubooquity](https://redirect.github.com/linuxserver/docker-ubooquity/packages) ([source](https://redirect.github.com/linuxserver/docker-ubooquity)) | digest | `14db010` -> `fe42ee7` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
169b406a1b |
chore(helm): update image ghcr.io/hotio/autoscan digest to c00f43a (#40579)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/hotio/autoscan | digest | `197f5af` -> `c00f43a` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
f45fe3f621 |
chore(helm): update image ghcr.io/linuxserver/projectsend digest to 22e601f (#40581)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/linuxserver/projectsend | digest | `8817a8f` -> `22e601f` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
d8703411f9 | chore(helm): update image ghcr.io/minekube/gate digest to b80cdd5 (#40597) | ||
|
|
3076bdc297 | chore(helm): update image ghcr.io/linuxserver/lazylibrarian digest to 5548faf (#40620) |