867afbe8c658f320ba97a7f864e4e30acbd9d3dd
36526 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
867afbe8c6 |
chore(helm): update image docker digest to bda6cf6 (#28619)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker | digest | `61b179d` -> `bda6cf6` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMyIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
26d555721d |
chore(helm): update image docker.io/factoriotools/factorio digest to dc7f906 (#28620)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/factoriotools/factorio | digest | `9aba1cf` -> `dc7f906` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMyIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
a4bd217a97 |
chore(helm): update image ghcr.io/mintplex-labs/anything-llm digest to e93c289 (#28621)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/mintplex-labs/anything-llm | digest | `4727601` -> `e93c289` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMyIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
653dfa119f |
feat(minecraft-gate) add minecraft-gate (#28591)
**Description** Gate is an extensible, high performant & paralleled Minecraft proxy server with scalability, flexibility & excellent server version support - written in Go and ready for the cloud! ⚒️ 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 **🧪 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:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 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):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [X] 🖼️ 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._ |
||
|
|
f77ecc44a8 |
Update FAQ.md (#28616)
**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 **🧪 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 corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 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):` or `chore(chart-name):` **➕ 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: alfi0812 <43101280+alfi0812@users.noreply.github.com> |
||
|
|
7730b3557d |
Update FAQ.md (#28615)
**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 **🧪 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 corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 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):` or `chore(chart-name):` **➕ 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: alfi0812 <43101280+alfi0812@users.noreply.github.com> |
||
|
|
e20a4457f9 |
fix(clustertool) fix systemupgrade with kyverno 1.13.0 (#28614)
**Description** it seems like something has changed in kyverno 1.13.0 (3.3.0) compared to 1.12.x (3.2.7) which now requires the "get verb" for admissionController to be set. event log of the apply-talos pod: ```SchedulerError: running Bind plugin "DefaultBinder": admission webhook "mutate.kyverno.svc-fail" denied the request: mutation policy mutate-pod-binding error: failed to apply policy mutate-pod-binding rules [project-foo: variable substitution failed: failed to resolve schematic at path /mutate/patchStrategicMerge/metadata/annotations/extensions.talos.dev\/schematic: failed to fetch data for APICall: failed to GET resource with raw url : /api/v1/nodes/k8s-control-1: unknown]``` ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** on a fresh RC20 bootstrapped VM after updating kyverno chart to 3.3.0 **📃 Notes:** this is not reproducable with kyverno chart 3.2.7 **✔️ 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 corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 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):` or `chore(chart-name):` **➕ 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._ |
||
|
|
2f6d0cf350 |
Fix reconciling for cattle.io plans (#28605)
**Description** Kustomization for system-upgrade-controller-plans never finishes with message: Plan/talos namespace not specified: the server could not find the requested resource (patch plans.upgrade.cattle.io talos) Also reported on discord: https://discord.com/channels/830763548678291466/1253691401644933200/1299641386563403899 ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Tested on a fresh installation with ClusterTool RC20 **📃 Notes:** If the namespace is not set, the Plans for talos and kubernates is never created via fluxCD **✔️ 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 corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 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):` or `chore(chart-name):` **➕ 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._ |
||
|
|
ae7f57a8a9 |
chore(helm): update image docker.io/beromir/servas 0.2.0 → 0.3.0 (#28613)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/beromir/servas | minor | `e3beaf0` -> `845818f` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMyIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
5f84018c54 |
chore(helm): update image renovate/renovate 38.138.0 → 38.138.3 (#28612)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | patch | -> | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>renovatebot/renovate (renovate/renovate)</summary> ### [`v38.138.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/38.138.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/38.138.2...38.138.3) ##### Bug Fixes - **manager/poetry:** fix schema for optional dependencies ([#​32096](https://redirect.github.com/renovatebot/renovate/issues/32096)) ([ff8c63e](https://redirect.github.com/renovatebot/renovate/commit/ff8c63ea04bc8ca22f16ae028ca1f7bfa9c55655)) ##### Miscellaneous Chores - **deps:** update dependency google-github-actions/auth to v2.1.7 ([#​32233](https://redirect.github.com/renovatebot/renovate/issues/32233)) ([1b3dbef](https://redirect.github.com/renovatebot/renovate/commit/1b3dbef37e6e43f93d4022484c66c226f930445f)) ### [`v38.138.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/38.138.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/38.138.1...38.138.2) ##### Build System - **deps:** update opentelemetry-js monorepo ([#​32228](https://redirect.github.com/renovatebot/renovate/issues/32228)) ([9d8f91c](https://redirect.github.com/renovatebot/renovate/commit/9d8f91c8ef1195b5daf3172d73bbc30826cf3a3c)) ### [`v38.138.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/38.138.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/38.138.0...38.138.1) ##### Bug Fixes - **deps:** update ghcr.io/containerbase/sidecar docker tag to v11.11.41 ([#​32230](https://redirect.github.com/renovatebot/renovate/issues/32230)) ([8e4ef69](https://redirect.github.com/renovatebot/renovate/commit/8e4ef69c6262f95053226e3bf78ae872ba32c486)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMyIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
8e55154e3f |
chore(helm): update image ghcr.io/open-webui/open-webui digest to 4dabf69 (#28610)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/open-webui/open-webui | digest | `caa8691` -> `4dabf69` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMyIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
7d655ca790 |
chore(helm): update image ghcr.io/linuxserver/doublecommander digest to 3674661 (#28609)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/linuxserver/doublecommander | digest | `aa1e74d` -> `3674661` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMyIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
c4bc7fc2a0 |
chore(helm): update image ghcr.io/elfhosted/riven-frontend digest to 0b48da4 (#28608)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/elfhosted/riven-frontend | digest | `eb44190` -> `0b48da4` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMyIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
81962d9826 |
chore(helm): update image docker.io/foxxmd/multi-scrobbler digest to 0b1289f (#28607)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/foxxmd/multi-scrobbler | digest | `7525678` -> `0b1289f` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMyIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
29979f90f8 |
chore(helm): update image docker.io/bellamy/wallos digest to 2019b4e (#28606)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/bellamy/wallos | digest | `e436a00` -> `2019b4e` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMyIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
e0d194956b |
chore(helm): update image renovate/renovate 38.135.3 → 38.138.0 (#28604)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | minor | -> | --- > [!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>renovatebot/renovate (renovate/renovate)</summary> ### [`v38.138.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/38.138.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/38.137.1...38.138.0) ##### Features - **hex:** Add protobuf definitions for registry v2 support ([#​32222](https://redirect.github.com/renovatebot/renovate/issues/32222)) ([5e53b6a](https://redirect.github.com/renovatebot/renovate/commit/5e53b6ad5b92b5bdd066b400d0fa404dad3c4f60)) ##### Bug Fixes - **presets:** apply NodeJS docker workaround for private registries ([#​32220](https://redirect.github.com/renovatebot/renovate/issues/32220)) ([9faae86](https://redirect.github.com/renovatebot/renovate/commit/9faae86ff907458aa91a412a744f9251ae2eaf26)) ### [`v38.137.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/38.137.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/38.137.0...38.137.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v7.40.1 ([#​32224](https://redirect.github.com/renovatebot/renovate/issues/32224)) ([134a38f](https://redirect.github.com/renovatebot/renovate/commit/134a38f66480a885332c4adb2a1563c87a2b7f45)) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.17.0 ([#​32225](https://redirect.github.com/renovatebot/renovate/issues/32225)) ([813eb88](https://redirect.github.com/renovatebot/renovate/commit/813eb884007a470bb945ec57573b2832d9ab1514)) - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.0.4 ([#​32223](https://redirect.github.com/renovatebot/renovate/issues/32223)) ([5e91e82](https://redirect.github.com/renovatebot/renovate/commit/5e91e825f8c92575b9264052381116e26af302df)) ### [`v38.137.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/38.137.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/38.136.0...38.137.0) ##### Features - **manager/asdf:** add additional asdf supported tools ([#​32214](https://redirect.github.com/renovatebot/renovate/issues/32214)) ([712910a](https://redirect.github.com/renovatebot/renovate/commit/712910a192f126b1cf1feeb165d3e7f5fc1aabcd)) ### [`v38.136.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/38.136.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/38.135.3...38.136.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v7.40.0 ([#​32219](https://redirect.github.com/renovatebot/renovate/issues/32219)) ([a471762](https://redirect.github.com/renovatebot/renovate/commit/a471762e137619c06e73a678d6b63ca984da7dba)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
b024d3340b |
fix(website): update starlight-links-validator 0.12.3 → 0.12.4 (#28602)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [starlight-links-validator](https://redirect.github.com/HiDeoo/starlight-links-validator) | dependencies | patch | [`0.12.3` -> `0.12.4`](https://renovatebot.com/diffs/npm/starlight-links-validator/0.12.3/0.12.4) | --- > [!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>HiDeoo/starlight-links-validator (starlight-links-validator)</summary> ### [`v0.12.4`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/v0.12.4) [Compare Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.3...v0.12.4) ##### 🐞 Bug Fixes - Ignores links in draft pages - by [@​HiDeoo](https://redirect.github.com/HiDeoo) [<samp>(da925)</samp>](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/da925d5) ##### [View changes on GitHub](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.3...v0.12.4) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
d70cf99022 |
chore(helm): update image docker.io/zwavejs/zwave-js-ui 9.25.0 → 9.26.0 (#28603)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/zwavejs/zwave-js-ui](https://redirect.github.com/zwave-js/zwave-js-ui) | minor | `f00866b` -> `dd945bf` | --- > [!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>zwave-js/zwave-js-ui (docker.io/zwavejs/zwave-js-ui)</summary> ### [`v9.26.0`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#9260-2024-10-30) [Compare Source](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v9.25.0...v9.26.0) ##### Features - bump [@​zwave-js/server](https://redirect.github.com/zwave-js/server)[@​1](https://redirect.github.com/1).39.0 ([#​3970](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3970)) ([ab24962](https://redirect.github.com/zwave-js/zwave-js-ui/commit/ab2496231ff3e8403d5b06e5f92df24b908781d6)) - bump zwave-js@13.10.2 ([#​3965](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3965)) ([f909f84](https://redirect.github.com/zwave-js/zwave-js-ui/commit/f909f84185cdad7bcf6e8b7d37c65da1b781cad2)) - bump zwave-js@13.10.3 ([#​3968](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3968)) ([885ea26](https://redirect.github.com/zwave-js/zwave-js-ui/commit/885ea266644412af3c81b859543f00c5148147bf)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
3a4bb6dbac |
chore(helm): update image ghcr.io/linuxserver/booksonic-air digest to a41e6c9 (#28599)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/booksonic-air](https://redirect.github.com/linuxserver/docker-booksonic-air/packages) ([source](https://redirect.github.com/linuxserver/docker-booksonic-air)) | digest | `1c53338` -> `a41e6c9` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
c4f92e85cb |
chore(helm): update image ghcr.io/linuxserver/remmina digest to 2a500d1 (#28600)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/remmina](https://redirect.github.com/linuxserver/docker-remmina/packages) ([source](https://redirect.github.com/linuxserver/docker-remmina)) | digest | `a8175d4` -> `2a500d1` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
914f867e63 |
chore(helm): update image docker.io/diygod/rsshub digest to f6f4dea (#28598)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/diygod/rsshub | digest | `03a8228` -> `f6f4dea` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
64d6369404 |
chore(flux): update image prometheus-operator 8.8.1 → 8.8.2 (clustertool) (#28601)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prometheus-operator](https://truecharts.org/charts/system/prometheus-operator) ([source](https://redirect.github.com/prometheus-operator)) | patch | `8.8.1` -> `8.8.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
a4ca3b3eb0 |
chore(helm): update image docker.io/jonnyan404/verysync 2.17.0 → 2.18.3 (#28597)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/jonnyan404/verysync | minor | `7431e6b` -> `b5f328f` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
d385395ffd |
chore(helm): update image renovate/renovate 38.135.2 → 38.135.3 (#28596)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | patch | -> | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>renovatebot/renovate (renovate/renovate)</summary> ### [`v38.135.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/38.135.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/38.135.2...38.135.3) ##### Bug Fixes - **rebaseWhen:** text in PR for new branches with automerge=true ([#​32218](https://redirect.github.com/renovatebot/renovate/issues/32218)) ([56df90b](https://redirect.github.com/renovatebot/renovate/commit/56df90bc39726ed3b040f4205faf41d79b03cb3a)) ##### Documentation - fix repositories bumpVersion example ([#​32008](https://redirect.github.com/renovatebot/renovate/issues/32008)) ([0a98b13](https://redirect.github.com/renovatebot/renovate/commit/0a98b13b64735221a8c53bdb2c0a7b34758ad9f5)) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.16.15 ([#​32210](https://redirect.github.com/renovatebot/renovate/issues/32210)) ([9bb91c8](https://redirect.github.com/renovatebot/renovate/commit/9bb91c8d4d77e25826bda3730ca8c3f9dc5e52a7)) ##### Tests - **lib/data:** schemas for changelog and source urls ([#​32151](https://redirect.github.com/renovatebot/renovate/issues/32151)) ([95efd9f](https://redirect.github.com/renovatebot/renovate/commit/95efd9f6fe21b16d71f5e5fc1b0cc38608325431)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
bb25cb4ab6 |
chore(helm): update image ghcr.io/anotherstranger/borg-server 2.6.4 → 2.6.5 (#28595)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/anotherstranger/borg-server](https://redirect.github.com/AnotherStranger/docker-borg-backup) | patch | `2be29d9` -> `4a5cca2` | --- > [!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>AnotherStranger/docker-borg-backup (ghcr.io/anotherstranger/borg-server)</summary> ### [`v2.6.5`](https://redirect.github.com/AnotherStranger/docker-borg-backup/blob/HEAD/CHANGELOG.md#265-2024-10-30) [Compare Source](https://redirect.github.com/AnotherStranger/docker-borg-backup/compare/v2.6.4...v2.6.5) ##### Build System - **release:** 2.6.4-rc.5 ([6cc39e6](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/6cc39e63cf9ef94bead88e24b6d221da825f4ce2)) - **release:** 2.6.5-rc.1 ([efd034c](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/efd034c40244844cbfbe38f742496d30fbd0036f)) - **release:** 2.6.5-rc.2 ([2739383](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/2739383b0252d6ffb17506417011de76bfb84ba4)) - **release:** 2.6.5-rc.3 ([69dc571](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/69dc5712b68d87dbdc98b65a3cbf900144b1db3e)) - **release:** 2.6.5-rc.4 ([46f294f](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/46f294fcaf467d4dcdad1783dd31b80b9708b621)) - **release:** 2.6.5-rc.5 ([1fd2714](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/1fd2714d791fe5d36b9968553871a78b30358e27)) - **release:** 2.6.5-rc.6 ([5484c3d](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/5484c3df62b9a1f5cde60aca54bd3c4ae6c0cc63)) - **release:** 2.6.5-rc.7 ([77096d6](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/77096d6ecbfd6951ff3614a17ce04a622dfc534d)) - **release:** 2.6.5-rc.8 ([bc94812](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/bc94812c4e53599fb88156281aeba23ce0eb95d3)) - **release:** 2.6.5-rc.9 ([fbba5ff](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/fbba5ffcb1f281a413c85d30a8da5da5fd60fae2)) ##### Code Refactoring - **deps:** update actions/checkout digest to [`11bd719`](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/11bd719) ([53896cc](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/53896cce9620d0f9f5c91c91d8bb33967addd82c)) - **deps:** update actions/checkout digest to [`eef6144`](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/eef6144) ([299dc8e](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/299dc8e805251c226cd5579307b4c936849383ef)) - **deps:** update actions/setup-node digest to [`39370e3`](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/39370e3) ([a5a91e7](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/a5a91e703751017c86722f6a9468ce11fc8fa94a)) - **deps:** update actions/setup-python digest to [`0b93645`](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/0b93645) ([8b3b4af](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/8b3b4af60e5ad84b4d9977b1919f5444fd08dc38)) - **deps:** update dependency alpine\_3\_20/openssl to v3.3.2-r1 ([1631270](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/163127047418cdb639676b8348a514cea71a9e70)) - **deps:** update docker/build-push-action digest to [`4f58ea7`](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/4f58ea7) ([647127f](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/647127fe0f477f03d75d33795ed7b2ebe41d9cb9)) - **deps:** update docker/setup-buildx-action digest to [`c47758b`](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/c47758b) ([1d8cc89](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/1d8cc8914140d5f5e585d91fdd9980c88e514e9b)) - **deps:** update github/codeql-action digest to [`6624720`](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/6624720) ([fb4aa70](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/fb4aa708a991d50679342bbdd63ab29f88a362fc)) - **deps:** update github/codeql-action digest to [`6db8d63`](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/6db8d63) ([6f687f7](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/6f687f72b67de9deb5a1b4a683ba47a0bc5ec83e)) - **deps:** update python docker tag to v3.12.7-alpine3.20 ([132c4ed](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/132c4edacff59b7641736224f94e36eac9ce98a8)) - **deps:** update python docker tag to v3.13.0-alpine3.20 ([9a713fe](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/9a713fe36ebacdcc6cad4315ffe3d93fdeb76621)) - **deps:** update sigstore/cosign-installer action to v3.7.0 ([745d5b6](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/745d5b6d28f004975fa58df8df36be577885eab0)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
3ab3b96250 |
chore(helm): update chart kube-prometheus-stack 65.5.0 → 65.5.1 (#28594)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus) ([source](https://redirect.github.com/prometheus-community/helm-charts)) | patch | `65.5.0` -> `65.5.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v65.5.1`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-65.5.0...kube-prometheus-stack-65.5.1) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-65.5.0...kube-prometheus-stack-65.5.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
9e04958f56 |
chore(minecraft-bungeecord) nuke minecraft-bungeecord (#28592)
**Description** replaced with minecraft-proxy ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [X] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 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 corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 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):` or `chore(chart-name):` **➕ 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._ |
||
|
|
0e7df88819 |
chore(mc-router) nuke mc-router (#28593)
**Description** replaced with minecraft-router ⚒️ 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 **🧪 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 corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 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):` or `chore(chart-name):` **➕ 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._ |
||
|
|
71a7e56d5d |
chore(helm): update image docker.io/mbentley/omada-controller digest to e7cd28f (#28585)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/mbentley/omada-controller](https://redirect.github.com/mbentley/docker-omada-controller) | digest | `7001e79` -> `e7cd28f` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
9e00be69a3 |
chore(helm): update image docker.io/gaseousgames/gaseousserver v1.7.6 → v1.7.7 (#28588)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/gaseousgames/gaseousserver | patch | `da982bb` -> `2d6c566` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
adda37fb89 |
chore(helm): update image ghcr.io/linuxserver/calibre digest to af61bfb (#28586)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/calibre](https://redirect.github.com/linuxserver/docker-calibre/packages) ([source](https://redirect.github.com/linuxserver/docker-calibre)) | digest | `bccd97d` -> `af61bfb` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
9b9cb714b6 |
chore(helm): update image docker.io/diygod/rsshub digest to 03a8228 (#28584)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/diygod/rsshub | digest | `3c0fcc6` -> `03a8228` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
5488b21fd2 |
chore(helm): update image docker digest to 61b179d (#28583)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker | digest | `c73ddf3` -> `61b179d` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
66df6c7fc9 |
chore(helm): update image ghcr.io/elfhosted/jackett 0.22.860 → 0.22.862 (#28589)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/elfhosted/jackett | patch | `b9b7944` -> `d08e1bc` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
c540f0b3de |
fix(deps): update module github.com/budimanjojo/talhelper/v3 v3.0.7 → v3.0.8 (clustertool) (#28590)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/budimanjojo/talhelper/v3](https://redirect.github.com/budimanjojo/talhelper) | require | patch | `v3.0.7` -> `v3.0.8` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>budimanjojo/talhelper (github.com/budimanjojo/talhelper/v3)</summary> ### [`v3.0.8`](https://redirect.github.com/budimanjojo/talhelper/releases/tag/v3.0.8) [Compare Source](https://redirect.github.com/budimanjojo/talhelper/compare/v3.0.7...v3.0.8) #### Changelog - [`2b22c29`](https://redirect.github.com/budimanjojo/talhelper/commit/2b22c29880139b46ae514aa4b7c99798faf6807a) Set meta.mainProgram - [`0382692`](https://redirect.github.com/budimanjojo/talhelper/commit/038269215533f15179af00815c9bad2dd883b271) chore(container): update bitnami/kubectl docker tag to v1.31.2 - [`fd0d0df`](https://redirect.github.com/budimanjojo/talhelper/commit/fd0d0dfa8f7e62513a404fbc75e5db4c03ec2872) chore(container): update ghcr.io/siderolabs/talosctl docker tag to v1.8.2 - [`637e33c`](https://redirect.github.com/budimanjojo/talhelper/commit/637e33cbaffb4edb89155ad40e7fef348150cb4d) chore(container): update mcr.microsoft.com/devcontainers/go:1.23-bookworm docker digest to [`2e00578`](https://redirect.github.com/budimanjojo/talhelper/commit/2e00578) - [`9b07624`](https://redirect.github.com/budimanjojo/talhelper/commit/9b07624f5edcbd24db4c4ad0c997d82e9e73962a) chore(deps): update dependency siderolabs/talos to v1.8.2 - [`90b4c62`](https://redirect.github.com/budimanjojo/talhelper/commit/90b4c628530628b3360e605598439ffd07e982df) chore(github-action): update actions/checkout action to v4.2.2 - [`dd8b52f`](https://redirect.github.com/budimanjojo/talhelper/commit/dd8b52f152270911b45156002b6e6f8ef6eed5a0) chore(github-action): update actions/checkout digest to [`11bd719`](https://redirect.github.com/budimanjojo/talhelper/commit/11bd719) - [`e614fdf`](https://redirect.github.com/budimanjojo/talhelper/commit/e614fdf7d235adcd2749ae3c77f3c9435825c0c4) chore(github-action): update actions/setup-go action to v5.1.0 - [`e99b624`](https://redirect.github.com/budimanjojo/talhelper/commit/e99b624f918b9ba6023d9ad63d8478977d11cbc3) chore(github-action): update renovatebot/github-action action to v40.3.3 - [`e22dc37`](https://redirect.github.com/budimanjojo/talhelper/commit/e22dc3705526f7e867410d0ccaee426d0c1ea1e7) chore(github-action): update renovatebot/github-action action to v40.3.4 - [`cfc96a9`](https://redirect.github.com/budimanjojo/talhelper/commit/cfc96a971ec92d7345c197bce2591b94bed001ae) chore(schema): update talos-extensions.yaml JSON schema - [`12ca33f`](https://redirect.github.com/budimanjojo/talhelper/commit/12ca33fb6184982d6ae8903873c8fa487ad3e18b) chore(schema): update talos-extensions.yaml JSON schema ([#​657](https://redirect.github.com/budimanjojo/talhelper/issues/657)) - [`0bc9971`](https://redirect.github.com/budimanjojo/talhelper/commit/0bc99718bcdc45b047495bca613c7fa2d8d0f71a) chore(schema): update talos-extensions.yaml JSON schema ([#​659](https://redirect.github.com/budimanjojo/talhelper/issues/659)) - [`a66c30b`](https://redirect.github.com/budimanjojo/talhelper/commit/a66c30b11315ce32baa86c9235fe4672ee1de0e5) chore(schema): update talos-extensions.yaml JSON schema ([#​662](https://redirect.github.com/budimanjojo/talhelper/issues/662)) - [`5d67b3e`](https://redirect.github.com/budimanjojo/talhelper/commit/5d67b3e26a4748e9579673a6198da39acba78738) chore(schema): update talos-extensions.yaml JSON schema ([#​668](https://redirect.github.com/budimanjojo/talhelper/issues/668)) - [`4488dad`](https://redirect.github.com/budimanjojo/talhelper/commit/4488dad7c13a48fe1784f35264154dedc68f687d) chore(schema): update talos-extensions.yaml JSON schema ([#​670](https://redirect.github.com/budimanjojo/talhelper/issues/670)) - [`83e9124`](https://redirect.github.com/budimanjojo/talhelper/commit/83e9124316576171e496f3087964efa1a47d05a1) chore(schema): update talos-extensions.yaml JSON schema ([#​674](https://redirect.github.com/budimanjojo/talhelper/issues/674)) - [`8b939e6`](https://redirect.github.com/budimanjojo/talhelper/commit/8b939e6cb0ca0d004cd08ff1d91cd534dab0286b) feat(readme): Thank you [@​eocx](https://redirect.github.com/eocx) for the sponsor! - [`5cd36a1`](https://redirect.github.com/budimanjojo/talhelper/commit/5cd36a141a7f377c89057ce2a9c82be18aad9cee) feat: add easy overlay for flake parts - [`7fae270`](https://redirect.github.com/budimanjojo/talhelper/commit/7fae270ecd609e90db6f3cc6b0162117d9d96ee2) feat: add talhelper package and docs - [`aea9f8c`](https://redirect.github.com/budimanjojo/talhelper/commit/aea9f8c063293dc63164bffcdbb7aad9cc3d32c3) feat: update Scoop for talhelper version v3.0.7 - [`85f73b9`](https://redirect.github.com/budimanjojo/talhelper/commit/85f73b9ff4d029b1ddf88c697f9017b19388abae) feat: update flake ([#​646](https://redirect.github.com/budimanjojo/talhelper/issues/646)) - [`94c2348`](https://redirect.github.com/budimanjojo/talhelper/commit/94c2348d36537b917975a82c0089e5b454995445) fix(deps): update module github.com/budimanjojo/talhelper/v3 to v3.0.7 - [`c1226bf`](https://redirect.github.com/budimanjojo/talhelper/commit/c1226bf516e55f16384162090b8a7908d0fc91ed) fix(deps): update module github.com/fatih/color to v1.18.0 - [`7cbe1c5`](https://redirect.github.com/budimanjojo/talhelper/commit/7cbe1c505dd78b1af859fd8c0e5164b9bd7908dd) fix(deps): update module github.com/siderolabs/talos/pkg/machinery to v1.9.0-alpha.0 - [`0bd0f20`](https://redirect.github.com/budimanjojo/talhelper/commit/0bd0f20a7fef2e64cf35d613377c1b9f641c56bd) fix(flake): Update package to be talhelper not default - [`fb6f7a8`](https://redirect.github.com/budimanjojo/talhelper/commit/fb6f7a85f374f0ed597bf0fcd8d68b43ed2a4134) fix(genconfig): skip applying patch that contains empty file </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
6e60c49829 |
chore(helm): update image ghcr.io/linuxserver/mstream digest to ac15b20 (#28587)
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 | `8a0d6b5` -> `ac15b20` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
7cd35e423c |
feat(minecraft-proxy) move minecraft-proxy to stable (#28571)
**Description** Move chart to stable. ⚒️ 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 **🧪 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:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 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 - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ 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._ |
||
|
|
45885a6792 |
feat(minecraft-router) move minecraft-router to stable (#28572)
**Description** Move minecraft-router to stable ⚒️ 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 **🧪 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 corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 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):` or `chore(chart-name):` **➕ 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._ |
||
|
|
c85fc77253 |
chore(helm): update image docker.io/webpsh/webps digest to bc20164 (#28579)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/webpsh/webps | digest | `bbb94e7` -> `bc20164` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzQuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
0021769c8a |
chore(helm): update image docker.io/miniflux/miniflux 2.2.1 → 2.2.2 (#28582)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/miniflux/miniflux](https://miniflux.app) ([source](https://redirect.github.com/miniflux/v2)) | patch | `5950f53` -> `7d3e21d` | --- > [!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>miniflux/v2 (docker.io/miniflux/miniflux)</summary> ### [`v2.2.2`](https://redirect.github.com/miniflux/v2/blob/HEAD/ChangeLog#Version-222-October-29-2024) [Compare Source](https://redirect.github.com/miniflux/v2/compare/2.2.1...2.2.2) - fix(webauthn): add backup eligibility flag workaround to avoid a 401 response - fix: update `Last-Modified` if it changes in a 304 response - feat(webauthn): show help message regarding username and non-discoverable credentials - feat(rss): calculate hash based on item title/content for feeds without GUID and link - feat(locale): update Chinese translations - feat(locale): update Polish translations - feat(integration): add Cubox integration - feat(client): add `custom_js` field to Go API client - feat(api): add endpoint for user integration status - feat: update feed icon during force refresh - feat: take `Retry-After` header into consideration for rate limited feeds - feat: set entry URL to rewritten URL if a rewrite rule is defined - feat: replace `xurls` third-party module with an ad-hoc regexp - feat: add new settings option to allow external fonts - feat: add custom user JavaScript similar to custom CSS - chore: update test case comment - build(deps): bump `golang.org/x/net` from `0.29.0` to `0.30.0` - build(deps): bump `github.com/yuin/goldmark` from `1.7.4` to `1.7.8` - build(deps): bump `github.com/tdewolff/minify/v2` from `2.20.37` to `2.21.1` - build(deps): bump `github.com/prometheus/client_golang` - build(deps): bump `github.com/andybalholm/brotli` from `1.1.0` to `1.1.1` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzQuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
c4c91db4cc |
chore(helm): update image ghcr.io/mintplex-labs/anything-llm digest to 4727601 (#28580)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/mintplex-labs/anything-llm | digest | `29413ac` -> `4727601` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzQuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
501d968c58 |
chore(helm): update image docker.io/odoo digest to ee15af8 (#28578)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/odoo | digest | `6691ff6` -> `ee15af8` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzQuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
fcff922131 |
chore(helm): update image docker.io/diygod/rsshub digest to 3c0fcc6 (#28575)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/diygod/rsshub | digest | `18e2a00` -> `3c0fcc6` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzQuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
cf93b7ff4c |
chore(helm): update image ghcr.io/neggles/sd-webui-docker digest to 6e7aefc (#28581)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/neggles/sd-webui-docker | digest | `f249139` -> `6e7aefc` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzQuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
71a09b92aa |
chore(helm): update image docker.io/automaticrippingmachine/automatic-ripping-machine digest to 1314a4f (#28574)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/automaticrippingmachine/automatic-ripping-machine](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine) | digest | `1190d54` -> `1314a4f` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzQuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
0886e47863 |
chore(helm): update image docker.io/lmscommunity/lyrionmusicserver digest to c49b506 (#28576)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/lmscommunity/lyrionmusicserver | digest | `7bd1f54` -> `c49b506` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzQuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
f8dc9c90ee |
chore(helm): update image docker digest to c73ddf3 (#28573)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker | digest | `8d50398` -> `c73ddf3` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzQuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
71d7a8fd33 |
chore(helm): update image docker.io/machines/filestash digest to 38707b5 (#28577)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/machines/filestash | digest | `f357bc3` -> `38707b5` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzQuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
23a81a45da |
Update getting-started.md
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
13223dfc19 |
Update 2024-10-27-leaving-scale.md
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> |