53ca726d212cdc20690c08d2c608e90b2cbc22c5
34073
Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
53ca726d21 | chore(docs,tests): remove references to fixedMiddlewares and allowCors(middlewares) | ||
|
|
a01d128260 |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
5ef1dd6055 |
feat(common): BREAKING CHANGE change traefik middleware logic (#31498)
**Description** This PR changes how ingress handles traefik integration middlewares Should finally complete: #28999 Fixes: #28999 Also Fixes: #28996 Due to removing fixed middlewares completely **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [x] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 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: Kjeld Schouten <info@kjeldschouten.nl> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <s.kois@outlook.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> |
||
|
|
a759873bf5 |
feat(common): add existing secret support for pullsecret (#31500)
**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 #31324 **⚙️ 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._ --------- Co-authored-by: Stavros Kois <s.kois@outlook.com> |
||
|
|
8a7f540e51 |
feat(common): allow for CNPG UID/GID (#31499)
**Description** ⚒️ Fixes #27350 **⚙️ 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._ --------- Co-authored-by: Stavros Kois <s.kois@outlook.com> |
||
|
|
685c99aad4 | chore(traefik): deprecate traefik chart | ||
|
|
a27d735b9d |
feat(common): restructure traefik/ingress middlewares (#31171)
**Description** moves the middlewares around and adds unit tests **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [x] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 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: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> Co-authored-by: Stavros Kois <s.kois@outlook.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> |
||
|
|
1d24bd1c0a |
Update Chart.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
3a6c9bf27b |
chore(helm): update image docker.io/fireflyiii/core version-6.1.21 → version-6.2.0 (#31495)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/fireflyiii/core](https://redirect.github.com/firefly-iii/docker) ([source](https://dev.azure.com/Firefly-III/_git/MainImage)) | minor | `da3d404` -> `b6f54ff` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
9a577d8b5a |
chore(helm): update image tccr.io/tccr/traefik v3.3.2 → v3.3.3 (#31494)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/tccr/traefik](https://redirect.github.com/truecharts/public) | patch | `4269ba9` -> `bfea905` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
a309ee614b |
chore(helm): update image ghcr.io/linuxserver/oscam 11856-ls125 → 11868-ls132 (#31491)
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 | `f267360` -> `2b4ed76` | --- > [!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> ### [`v11868-ls132`](https://redirect.github.com/linuxserver/docker-oscam/releases/tag/11868-ls132) [Compare Source](https://redirect.github.com/linuxserver/docker-oscam/compare/11867-ls131...11868-ls132) **CI Report:** https://ci-tests.linuxserver.io/linuxserver/oscam/11868-ls132/index.html **LinuxServer Changes:** Rebase to Alpine 3.20. **Remote Changes:** Updating to 11868 ### [`v11867-ls131`](https://redirect.github.com/linuxserver/docker-oscam/releases/tag/11867-ls131) [Compare Source](https://redirect.github.com/linuxserver/docker-oscam/compare/11866-ls131...11867-ls131) **CI Report:** https://ci-tests.linuxserver.io/linuxserver/oscam/11867-ls131/index.html **LinuxServer Changes:** Rebase to Alpine 3.20. **Remote Changes:** Updating to 11867 ### [`v11866-ls131`](https://redirect.github.com/linuxserver/docker-oscam/releases/tag/11866-ls131) [Compare Source](https://redirect.github.com/linuxserver/docker-oscam/compare/11866-ls130...11866-ls131) **CI Report:** https://ci-tests.linuxserver.io/linuxserver/oscam/11866-ls131/index.html **LinuxServer Changes:** Rebase to Alpine 3.20. **Remote Changes:** Updating to 11866 ### [`v11866-ls130`](https://redirect.github.com/linuxserver/docker-oscam/releases/tag/11866-ls130) [Compare Source](https://redirect.github.com/linuxserver/docker-oscam/compare/11865-ls129...11866-ls130) **CI Report:** https://ci-tests.linuxserver.io/linuxserver/oscam/11866-ls130/index.html **LinuxServer Changes:** Rebase to Alpine 3.20. **Remote Changes:** Updating to 11866 ### [`v11865-ls129`](https://redirect.github.com/linuxserver/docker-oscam/releases/tag/11865-ls129) [Compare Source](https://redirect.github.com/linuxserver/docker-oscam/compare/11865-ls128...11865-ls129) **CI Report:** https://ci-tests.linuxserver.io/linuxserver/oscam/11865-ls129/index.html **LinuxServer Changes:** Rebase to Alpine 3.20. **Remote Changes:** Updating to 11865 ### [`v11865-ls128`](https://redirect.github.com/linuxserver/docker-oscam/releases/tag/11865-ls128) [Compare Source](https://redirect.github.com/linuxserver/docker-oscam/compare/11864-ls128...11865-ls128) **CI Report:** https://ci-tests.linuxserver.io/linuxserver/oscam/11865-ls128/index.html **LinuxServer Changes:** Rebase to Alpine 3.20. **Remote Changes:** Updating to 11865 ### [`v11864-ls128`](https://redirect.github.com/linuxserver/docker-oscam/releases/tag/11864-ls128) [Compare Source](https://redirect.github.com/linuxserver/docker-oscam/compare/11863-ls128...11864-ls128) **CI Report:** https://ci-tests.linuxserver.io/linuxserver/oscam/11864-ls128/index.html **LinuxServer Changes:** Rebase to Alpine 3.20. **Remote Changes:** Updating to 11864 ### [`v11863-ls128`](https://redirect.github.com/linuxserver/docker-oscam/releases/tag/11863-ls128) [Compare Source](https://redirect.github.com/linuxserver/docker-oscam/compare/11862-ls128...11863-ls128) **CI Report:** https://ci-tests.linuxserver.io/linuxserver/oscam/11863-ls128/index.html **LinuxServer Changes:** Rebase to Alpine 3.20. **Remote Changes:** Updating to 11863 ### [`v11862-ls128`](https://redirect.github.com/linuxserver/docker-oscam/releases/tag/11862-ls128) [Compare Source](https://redirect.github.com/linuxserver/docker-oscam/compare/11861-ls127...11862-ls128) **CI Report:** https://ci-tests.linuxserver.io/linuxserver/oscam/11862-ls128/index.html **LinuxServer Changes:** Rebase to Alpine 3.20. **Remote Changes:** Updating to 11862 ### [`v11861-ls127`](https://redirect.github.com/linuxserver/docker-oscam/releases/tag/11861-ls127) [Compare Source](https://redirect.github.com/linuxserver/docker-oscam/compare/11860-ls126...11861-ls127) **CI Report:** https://ci-tests.linuxserver.io/linuxserver/oscam/11861-ls127/index.html **LinuxServer Changes:** Rebase to Alpine 3.20. **Remote Changes:** Updating to 11861 ### [`v11860-ls126`](https://redirect.github.com/linuxserver/docker-oscam/releases/tag/11860-ls126) [Compare Source](https://redirect.github.com/linuxserver/docker-oscam/compare/11859-ls126...11860-ls126) **CI Report:** https://ci-tests.linuxserver.io/linuxserver/oscam/11860-ls126/index.html **LinuxServer Changes:** Rebase to Alpine 3.20. **Remote Changes:** Updating to 11860 ### [`v11859-ls126`](https://redirect.github.com/linuxserver/docker-oscam/releases/tag/11859-ls126) [Compare Source](https://redirect.github.com/linuxserver/docker-oscam/compare/11858-ls126...11859-ls126) **CI Report:** https://ci-tests.linuxserver.io/linuxserver/oscam/11859-ls126/index.html **LinuxServer Changes:** Rebase to Alpine 3.20. **Remote Changes:** Updating to 11859 ### [`v11858-ls126`](https://redirect.github.com/linuxserver/docker-oscam/releases/tag/11858-ls126) [Compare Source](https://redirect.github.com/linuxserver/docker-oscam/compare/11857-ls126...11858-ls126) **CI Report:** https://ci-tests.linuxserver.io/linuxserver/oscam/11858-ls126/index.html **LinuxServer Changes:** Rebase to Alpine 3.20. **Remote Changes:** Updating to 11858 ### [`v11857-ls126`](https://redirect.github.com/linuxserver/docker-oscam/releases/tag/11857-ls126) [Compare Source](https://redirect.github.com/linuxserver/docker-oscam/compare/11856-ls126...11857-ls126) **CI Report:** https://ci-tests.linuxserver.io/linuxserver/oscam/11857-ls126/index.html **LinuxServer Changes:** Rebase to Alpine 3.20. **Remote Changes:** Updating to 11857 ### [`v11856-ls126`](https://redirect.github.com/linuxserver/docker-oscam/releases/tag/11856-ls126) [Compare Source](https://redirect.github.com/linuxserver/docker-oscam/compare/11856-ls125...11856-ls126) **CI Report:** https://ci-tests.linuxserver.io/linuxserver/oscam/11856-ls126/index.html **LinuxServer Changes:** Rebase to Alpine 3.20. **Remote Changes:** Updating to 11856 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
6d8f981fa6 |
chore(helm): update image lscr.io/linuxserver/calibre-web version-0.6.23 → version-0.6.24 (#31492)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [lscr.io/linuxserver/calibre-web](https://redirect.github.com/linuxserver/docker-calibre-web/packages) ([source](https://redirect.github.com/linuxserver/docker-calibre-web)) | patch | `60afc66` -> `cb1534d` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
c653ac5b40 |
chore(helm): update image docker.io/fireflyiii/core version-6.1.21 → version-6.1.25 (#31490)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/fireflyiii/core](https://redirect.github.com/firefly-iii/docker) ([source](https://dev.azure.com/Firefly-III/_git/MainImage)) | patch | `da3d404` -> `8391c11` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
99e0c716fd |
chore(helm): update image lscr.io/linuxserver/mylar3 version-v0.8.0 → version-v0.8.1 (#31493)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [lscr.io/linuxserver/mylar3](https://redirect.github.com/linuxserver/docker-mylar3/packages) ([source](https://redirect.github.com/linuxserver/docker-mylar3)) | patch | `bfef93c` -> `90ea982` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
ffded8f913 |
chore(helm): update image ghcr.io/cloudnative-pg/postgresql 16.4 → 16.6 (#31496)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/cloudnative-pg/postgresql | 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. --- ### Configuration 📅 **Schedule**: Branch creation - "on the first day of the month" (UTC), 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
f2536a8ab8 |
chore(helm): update image docker.io/difegue/lanraragi v.0.9.21 → v.0.9.30 (#31489)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/difegue/lanraragi | patch | `0fec342` -> `494db67` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
bb581f53fb |
chore(helm): update chart redis 15.6.1 → 15.6.2 (#31476)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [redis](https://truecharts.org/charts/stable/redis) ([source](https://redirect.github.com/bitnami/bitnami-docker-redis)) | patch | `15.6.1` -> `15.6.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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
62d3f8ec88 |
Update values.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
a28218e3cd |
Update values.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
9dd1a2ce7c |
chore(helm): update image docker.io/alexta69/metube 2024-10-08 → 2024-12-29 (#31482)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/alexta69/metube | minor | `5d92ae0` -> `5898613` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
e01a21ff20 |
chore(helm): update image docker.io/semaphoreui/semaphore v2.11.3 → v2.12.3 (#31484)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/semaphoreui/semaphore](https://redirect.github.com/semaphoreui/semaphore) | minor | `e9c2e9d` -> `b70e26d` | --- > [!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.12.3`](https://redirect.github.com/semaphoreui/semaphore/releases/tag/v2.12.3) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.12.2...v2.12.3) <a href="https://semaphoreui.com/releases/semaphore-v2_12"> <img src="https://github.com/user-attachments/assets/3abce4ee-6240-46f1-8244-8dc2e793adbd" width="700"> </a> ##### [Semaphore 2.12 Release Details](https://semaphoreui.com/releases/semaphore-v2_12) #### Links - Create best docker container [](https://semaphoreui.com/install/docker/2\_12/) - Join our responsive community [](https://discord.gg/5R6k7hNGcH) - Every day we add new features, fix bugs, support the community. We need your support [](https://redirect.github.com/sponsors/semaphoreui) [](https://ko-fi.com/fiftin) [](https://www.patreon.com/semaphoreui) ### [`v2.12.2`](https://redirect.github.com/semaphoreui/semaphore/compare/v2.12.1...v2.12.2) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.12.1...v2.12.2) ### [`v2.12.1`](https://redirect.github.com/semaphoreui/semaphore/compare/v2.12.0...v2.12.1) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.12.0...v2.12.1) ### [`v2.12.0`](https://redirect.github.com/semaphoreui/semaphore/compare/v2.11.3...v2.12.0) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.11.3...v2.12.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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
64db916590 |
chore(helm): update image docker.io/shibaobun/cannery 0.9.12 → 0.9.13 (#31479)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/shibaobun/cannery](https://gitea.bubbletea.dev/shibao/cannery) ([source](https://gitea.bubbletea.dev/shibao/cannery.git)) | patch | `1700f70` -> `a02c07e` | --- > [!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>shibao/cannery (docker.io/shibaobun/cannery)</summary> ### [`v0.9.13`](https://gitea.bubbletea.dev/shibao/cannery/blob/HEAD/CHANGELOG.md#v0913) [Compare Source](https://gitea.bubbletea.dev/shibao/cannery/compare/0.9.12...0.9.13) - Add button to resend email verification email - Move staging to container, rather than ammo - Add date restriction dropdown to range page - Fix dates not rendering properly in table - Update deps </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
1f5bed6018 |
chore(helm): update image docker.io/collabora/code 24.04.12.1.1 → 24.04.12.2.1 (#31478)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/collabora/code | patch | `6ba89f0` -> `46f799f` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
c3016bf670 |
chore(helm): update image tccr.io/tccr/db-wait-mariadb digest to 5fe7912 (#31471)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/tccr/db-wait-mariadb](https://redirect.github.com/truecharts/public) | digest | `309b220` -> `5fe7912` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
5b0d487929 |
chore(helm): update image ghcr.io/linuxserver/webgrabplus digest to 965cc5f (#31469)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/webgrabplus](https://redirect.github.com/linuxserver/docker-webgrabplus/packages) ([source](https://redirect.github.com/linuxserver/docker-webgrabplus)) | digest | `829a615` -> `965cc5f` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
9daaa18fcf |
chore(helm): update image ghcr.io/linuxserver/davos digest to 51d4550 (#31468)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/davos](https://redirect.github.com/linuxserver/docker-davos/packages) ([source](https://redirect.github.com/linuxserver/docker-davos)) | digest | `9cbfb8f` -> `51d4550` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
c9950d859d |
chore(helm): update image docker.io/mikenye/tar1090 digest to 2b80bce (#31466)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/mikenye/tar1090 | digest | `41c647e` -> `2b80bce` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
549f1ac984 |
chore(helm): update image docker.io/searxng/searxng digest to 37a544e (#31467)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/searxng/searxng | digest | `9df82b7` -> `37a544e` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
a3f095ec88 |
chore(helm): update image docker.io/inovector/mixpost v2.0.1 → v2.1.0 (#31483)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/inovector/mixpost | minor | `f652189` -> `92da81c` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
92df5e6c7f |
chore(helm): update image ghcr.io/elfhosted/jackett 0.22.1345 → 0.22.1355 (#31480)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/elfhosted/jackett | patch | `6eb3f76` -> `6d12e42` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
83b7f1e010 |
chore(helm): update image docker.io/alexta69/metube 2024-10-08 → 2024-10-23 (#31477)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/alexta69/metube | patch | `5d92ae0` -> `3966443` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
307a19e0bb | chore(helm): update webtop (#31472) | ||
|
|
7ce9648c3c |
chore(helm): update image redmine digest to d03e49a (#31470)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | redmine | digest | `11cc5e7` -> `d03e49a` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
d87e0f751b | chore(helm): update image docker.io/lmscommunity/lyrionmusicserver digest to e220821 (#31465) | ||
|
|
02ca55fe95 |
chore(helm): update image docker.io/diygod/rsshub digest to 937eff0 (#31464)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/diygod/rsshub | digest | `2222c00` -> `937eff0` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
7c52b51212 |
chore(helm): update image renovate/renovate 39.137.1 → 39.146.1 (#31460)
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> ### [`v39.146.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.146.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.146.0...39.146.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.38.2 ([#​33953](https://redirect.github.com/renovatebot/renovate/issues/33953)) ([48ab56f](https://redirect.github.com/renovatebot/renovate/commit/48ab56fcedca9bb36bdef674a062c36f2473b49f)) ### [`v39.146.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.146.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.145.1...39.146.0) ##### Features - **logger:** Add `withMeta` helper ([#​33948](https://redirect.github.com/renovatebot/renovate/issues/33948)) ([3053a9e](https://redirect.github.com/renovatebot/renovate/commit/3053a9ec4a43e82a1c0a16ccdbb3682f0c6f6b21)) - **schema:** Add logging utilities for catch calls ([#​33950](https://redirect.github.com/renovatebot/renovate/issues/33950)) ([23fa0bd](https://redirect.github.com/renovatebot/renovate/commit/23fa0bd05dbefcea2f7525144ff382846fde1f87)) ### [`v39.145.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.145.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.145.0...39.145.1) ##### Bug Fixes - **presets:** match on devDependencies or dev for dev dependencies-related presets ([#​33909](https://redirect.github.com/renovatebot/renovate/issues/33909)) ([545bf31](https://redirect.github.com/renovatebot/renovate/commit/545bf31bc00f9661db8cd9c511fc862feaa24ab4)) ##### Miscellaneous Chores - correctly update missing labels issue ([#​33903](https://redirect.github.com/renovatebot/renovate/issues/33903)) ([9338455](https://redirect.github.com/renovatebot/renovate/commit/9338455924f9cf2063e52f8b21c9f1a01a2babf4)) ### [`v39.145.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.145.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.144.4...39.145.0) ##### Features - **bazel-module:** support `bazel_dep` dependencies without the `version` parameter ([#​33496](https://redirect.github.com/renovatebot/renovate/issues/33496)) ([4ca76e4](https://redirect.github.com/renovatebot/renovate/commit/4ca76e40b550ea75980a139015c3b3479478a932)) - **managers/custom:** generic manager for json files ([#​32784](https://redirect.github.com/renovatebot/renovate/issues/32784)) ([fc8b8f9](https://redirect.github.com/renovatebot/renovate/commit/fc8b8f9b61d09460d51fbd515e45a90b8cec8305)) - **presets:** add tailwindcss monorepo ([#​33940](https://redirect.github.com/renovatebot/renovate/issues/33940)) ([3f88df2](https://redirect.github.com/renovatebot/renovate/commit/3f88df275a918b14feea38f63ad0ee5847633d1b)) ### [`v39.144.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.144.4) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.144.3...39.144.4) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.38.1 ([#​33936](https://redirect.github.com/renovatebot/renovate/issues/33936)) ([a3f4098](https://redirect.github.com/renovatebot/renovate/commit/a3f4098852bf0ff90f8bf23ce60916409c2c99d7)) ### [`v39.144.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.144.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.144.2...39.144.3) ##### Bug Fixes - only replace prefix with registry alias ([#​33922](https://redirect.github.com/renovatebot/renovate/issues/33922)) ([5ffd464](https://redirect.github.com/renovatebot/renovate/commit/5ffd464a8ffdd664cb9e13a05a57ba9fd363d5d9)) ### [`v39.144.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.144.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.144.1...39.144.2) ##### Bug Fixes - **manager/custom:** Support range strategy with custom managers ([#​33800](https://redirect.github.com/renovatebot/renovate/issues/33800)) ([7f3b76b](https://redirect.github.com/renovatebot/renovate/commit/7f3b76b5ca31e23c25b97082b6482b4f35cdbb59)) ### [`v39.144.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.144.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.144.0...39.144.1) ##### Bug Fixes - **manager:** retain `depName` when using `registryAliases` ([#​33911](https://redirect.github.com/renovatebot/renovate/issues/33911)) ([bf5ce6c](https://redirect.github.com/renovatebot/renovate/commit/bf5ce6cc3a49304b30d75384c8d9e0d716c1e504)) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v22.10.9 ([#​33932](https://redirect.github.com/renovatebot/renovate/issues/33932)) ([f072cbe](https://redirect.github.com/renovatebot/renovate/commit/f072cbe1ef25727152c3c185becdfbeee0a70319)) ### [`v39.144.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.144.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.143.0...39.144.0) ##### Features - **manager/maven:** Add replacement support ([#​32635](https://redirect.github.com/renovatebot/renovate/issues/32635)) ([89b12fa](https://redirect.github.com/renovatebot/renovate/commit/89b12faca78c12521788e03575e28183b4e5388b)) ##### Documentation - **unity3d:** fix broken documentation link ([#​33927](https://redirect.github.com/renovatebot/renovate/issues/33927)) ([917ac1d](https://redirect.github.com/renovatebot/renovate/commit/917ac1d52ab27d568e16d38280dc811607fa313d)) ### [`v39.143.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.143.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.142.0...39.143.0) ##### Features - **presets/workaround:** ubuntuDockerVersioning ([#​33714](https://redirect.github.com/renovatebot/renovate/issues/33714)) ([01e01a3](https://redirect.github.com/renovatebot/renovate/commit/01e01a3a5cd4741a06d04031587ecf6fe0e71711)) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v22.10.8 ([#​33928](https://redirect.github.com/renovatebot/renovate/issues/33928)) ([f107b13](https://redirect.github.com/renovatebot/renovate/commit/f107b13fcdb641bbea7e1143f25338ba46de524d)) ### [`v39.142.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.142.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.141.0...39.142.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.38.0 ([#​33924](https://redirect.github.com/renovatebot/renovate/issues/33924)) ([e78fb57](https://redirect.github.com/renovatebot/renovate/commit/e78fb578c756b8561f62fc2f73abf68cd06532fb)) ##### Miscellaneous Chores - **deps:** update github/codeql-action action to v3.28.8 ([#​33926](https://redirect.github.com/renovatebot/renovate/issues/33926)) ([062e000](https://redirect.github.com/renovatebot/renovate/commit/062e000082007aa3b4ade252276fa296cf1cf54a)) ### [`v39.141.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.141.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.140.3...39.141.0) ##### Features - **gradle:** Single-version ranges ([#​33923](https://redirect.github.com/renovatebot/renovate/issues/33923)) ([9acd663](https://redirect.github.com/renovatebot/renovate/commit/9acd66399a1121b5d5c8dd8a279f2b4eb401b09a)) ### [`v39.140.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.140.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.140.2...39.140.3) ##### Bug Fixes - **ansible:** don't override versioning ([#​33918](https://redirect.github.com/renovatebot/renovate/issues/33918)) ([4032f20](https://redirect.github.com/renovatebot/renovate/commit/4032f206876960f36acfdce28982ac9167a48aa0)) - **batec:** don't override versioning ([#​33919](https://redirect.github.com/renovatebot/renovate/issues/33919)) ([d61ea8b](https://redirect.github.com/renovatebot/renovate/commit/d61ea8b92bd77da0f72593f97b12ac3c6e14dde3)) ##### Code Refactoring - **manager:** always set package name from docker image extract ([#​33917](https://redirect.github.com/renovatebot/renovate/issues/33917)) ([45bdc77](https://redirect.github.com/renovatebot/renovate/commit/45bdc77844f6f1bb679b4e984be638ebcd47e441)) ### [`v39.140.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.140.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.140.1...39.140.2) ##### Bug Fixes - **http:** allow overwriting default Renovate headers ([#​33907](https://redirect.github.com/renovatebot/renovate/issues/33907)) ([c0af153](https://redirect.github.com/renovatebot/renovate/commit/c0af153b5e2546227f3bd2ce9fd9902ed97b2614)) - **manager/devcontainer:** allow trailing commans in jsonc files ([#​33913](https://redirect.github.com/renovatebot/renovate/issues/33913)) ([8deab52](https://redirect.github.com/renovatebot/renovate/commit/8deab52be473e5ef0162e9f1f26d2431fe78ea36)) - **nuget:** don't check children of `ContainerBaseImage` ([#​33910](https://redirect.github.com/renovatebot/renovate/issues/33910)) ([cb38cb1](https://redirect.github.com/renovatebot/renovate/commit/cb38cb1b34cf20036aa980c0dd20ba26bf82aa25)) ##### Miscellaneous Chores - **deps:** update github/codeql-action action to v3.28.7 ([#​33908](https://redirect.github.com/renovatebot/renovate/issues/33908)) ([beb5136](https://redirect.github.com/renovatebot/renovate/commit/beb5136563572446c1e97a00745b4acd06d9970e)) ##### Build System - **deps:** update dependency graph-data-structure to v4.3.1 ([#​33912](https://redirect.github.com/renovatebot/renovate/issues/33912)) ([60f8d3e](https://redirect.github.com/renovatebot/renovate/commit/60f8d3ea92d0732e687412acdcb793d8bbda4251)) ### [`v39.140.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.140.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.140.0...39.140.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.37.3 ([#​33905](https://redirect.github.com/renovatebot/renovate/issues/33905)) ([ff0af5f](https://redirect.github.com/renovatebot/renovate/commit/ff0af5f16aa3d1db0154e01ba106cce3ef944c7b)) ### [`v39.140.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.140.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.139.0...39.140.0) ##### Features - **datasource:** Add datasource for buildpack registry ([#​32721](https://redirect.github.com/renovatebot/renovate/issues/32721)) ([d581af5](https://redirect.github.com/renovatebot/renovate/commit/d581af59bc82ec57a0bcd36ce0179e4e3ead671c)) ### [`v39.139.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.139.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.138.2...39.139.0) ##### Features - **http:** Return stale cache on revalidation errors ([#​33852](https://redirect.github.com/renovatebot/renovate/issues/33852)) ([c3814ab](https://redirect.github.com/renovatebot/renovate/commit/c3814ab0adc3d91b7074c600e92c19a1d7c6a136)) ##### Miscellaneous Chores - **deps:** update dependency [@​swc/core](https://redirect.github.com/swc/core) to v1.10.9 ([#​33898](https://redirect.github.com/renovatebot/renovate/issues/33898)) ([f97875f](https://redirect.github.com/renovatebot/renovate/commit/f97875f05b6aa76d5275e46ba06278cb983ce4a5)) ### [`v39.138.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.138.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.138.1...39.138.2) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.37.2 ([#​33895](https://redirect.github.com/renovatebot/renovate/issues/33895)) ([95e3577](https://redirect.github.com/renovatebot/renovate/commit/95e3577532987a0770afbb0b2db22860e8e24f0e)) ### [`v39.138.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.138.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.138.0...39.138.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.37.1 ([#​33894](https://redirect.github.com/renovatebot/renovate/issues/33894)) ([fa40e07](https://redirect.github.com/renovatebot/renovate/commit/fa40e07d3fa7ed66ee1372d53abdb70d7a4db2e0)) ### [`v39.138.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.138.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.137.2...39.138.0) ##### Features - **managers/npm:** support pnpm catalogs ([#​33376](https://redirect.github.com/renovatebot/renovate/issues/33376)) ([0f06866](https://redirect.github.com/renovatebot/renovate/commit/0f068660803c59f6f06d80e0c40e9c3686ef8254)) ##### Code Refactoring - **cache:** Utils to calculate soft and hard TTL ([#​33844](https://redirect.github.com/renovatebot/renovate/issues/33844)) ([53fa8cc](https://redirect.github.com/renovatebot/renovate/commit/53fa8cc945e4a7329993b9acdb7a05f10586a9b3)) ### [`v39.137.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.137.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.137.1...39.137.2) ##### Miscellaneous Chores - **deps:** update github/codeql-action action to v3.28.6 ([#​33886](https://redirect.github.com/renovatebot/renovate/issues/33886)) ([1c5ebf8](https://redirect.github.com/renovatebot/renovate/commit/1c5ebf8b8319bf8972e5d5e3dceaf31e522f9b8b)) - **deps:** update github/codeql-action digest to [`17a820b`](https://redirect.github.com/renovatebot/renovate/commit/17a820b) ([#​33887](https://redirect.github.com/renovatebot/renovate/issues/33887)) ([571614b](https://redirect.github.com/renovatebot/renovate/commit/571614bb56677a84937d4391f903e2215fa43e05)) ##### Build System - **deps:** update dependency commander to v13.1.0 ([#​33891](https://redirect.github.com/renovatebot/renovate/issues/33891)) ([59e1e89](https://redirect.github.com/renovatebot/renovate/commit/59e1e89de5b83fcbb61f5b022f60396053a2690f)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
1f3e7659f1 |
chore(helm): update image ghcr.io/stirling-tools/s-pdf 0.39.0 → 0.40.1 (#31459)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | minor | `2ebe1c8` -> `0dd4e05` | | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | minor | `9c55306` -> `f802d90` | | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | minor | `5c67ebb` -> `1a4352b` | --- > [!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>Stirling-Tools/Stirling-PDF (ghcr.io/stirling-tools/s-pdf)</summary> ### [`v0.40.1`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.40.1): 0.40.1 bug fixes for homepage and sign [Compare Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v0.40.0...v0.40.1) <!-- Release notes generated using configuration in .github/release.yml at main --> Quick update for bug fixes in Homepage and PDF Sign Option to disable HTML sanitization for some advanced HTML docs in HTML to PDF ##### What's Changed ##### Bug Fixes - Homepage ui hotfixes by [@​reecebrowne](https://redirect.github.com/reecebrowne) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2837](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2837) - Fix tab container logic bug by [@​reecebrowne](https://redirect.github.com/reecebrowne) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2840](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2840) ##### Enhancements - VS Code Extensions for Development by [@​Ludy87](https://redirect.github.com/Ludy87) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2826](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2826) - added option for disabling HTML Sanitize by [@​carliblaz](https://redirect.github.com/carliblaz) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2831](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2831) ##### Other Changes - Add newest dev by [@​Frooodle](https://redirect.github.com/Frooodle) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2838](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2838) - version bump by [@​Frooodle](https://redirect.github.com/Frooodle) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2841](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2841) **Full Changelog**: https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.40.0...v0.40.1 ### [`v0.40.0`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.40.0): 0.40.0 Brand new Homepage! [Compare Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v0.39.0...v0.40.0) Brand new homepage update! Please let us know what you think, For now we maintaining old homepage in parallel while we get people's reviews! Will delete based on feedback  ##### What's Changed - Homepage update by [@​reecebrowne](https://redirect.github.com/reecebrowne) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2663](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2663) ##### Minor Enhancements - 🤖 format everything with pre-commit by <stirlingbot> by [@​stirlingbot](https://redirect.github.com/stirlingbot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2794](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2794) - Posthog to log to log file by [@​Frooodle](https://redirect.github.com/Frooodle) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2813](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2813) - \[Fix] Handle missing end page in PDF split range by [@​Abdurrahman-shaikh](https://redirect.github.com/Abdurrahman-shaikh) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2816](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2816) - Update 3rd Party Licenses by [@​stirlingbot](https://redirect.github.com/stirlingbot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2810](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2810) - Deprecated attribute `th:include` by [@​Ludy87](https://redirect.github.com/Ludy87) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2827](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2827) - Config rework by [@​Frooodle](https://redirect.github.com/Frooodle) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2823](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2823) - Update 3rd Party Licenses by [@​stirlingbot](https://redirect.github.com/stirlingbot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2829](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2829) ##### Docker Updates - Bump docker/build-push-action from 6.12.0 to 6.13.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2800](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2800) ##### Translation Changes - Update messages_ja_JP.properties by [@​tkymmm](https://redirect.github.com/tkymmm) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2804](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2804) - (i18n) Updated Irish translations by [@​aindriu80](https://redirect.github.com/aindriu80) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2793](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2793) - Update messages_pt_BR.properties by [@​thiagoor-cpu](https://redirect.github.com/thiagoor-cpu) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2815](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2815) - 🌐 Sync Translations + Update README Progress Table + Update Verification Metadata by [@​stirlingbot](https://redirect.github.com/stirlingbot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2811](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2811) - 🌐 Sync Translations + Update README Progress Table + Update Verification Metadata by [@​stirlingbot](https://redirect.github.com/stirlingbot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2819](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2819) - Update messages_it_IT.properties by [@​albanobattistella](https://redirect.github.com/albanobattistella) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2821](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2821) ##### Other Changes - Bump testdriverai/action from 1.0.0 to 1.1.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2801](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2801) - Bump github/codeql-action from 3.28.1 to 3.28.6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2802](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2802) - Bump actions/stale from 9.0.0 to 9.1.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2803](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2803) - Bump pdfboxVersion from 3.0.3 to 3.0.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2790](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2790) - Bump org.postgresql:postgresql from 42.7.4 to 42.7.5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2757](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2757) - 🌐 Sync Translations + Update README Progress Table + Update Verification Metadata by [@​stirlingbot](https://redirect.github.com/stirlingbot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2809](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2809) - Update PR-Demo-cleanup.yml by [@​Frooodle](https://redirect.github.com/Frooodle) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2817](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2817) - 🌐 Sync Translations + Update README Progress Table + Update Verification Metadata by [@​stirlingbot](https://redirect.github.com/stirlingbot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2822](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2822) - 🌐 Sync Translations + Update README Progress Table + Update Verification Metadata by [@​stirlingbot](https://redirect.github.com/stirlingbot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2830](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2830) - Version bump by [@​Frooodle](https://redirect.github.com/Frooodle) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2820](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2820) ##### New Contributors - [@​Abdurrahman-shaikh](https://redirect.github.com/Abdurrahman-shaikh) made their first contribution in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2816](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2816) **Full Changelog**: https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.39.0...v0.40.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 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
fbf8a577cf |
chore(helm): update image docker.io/redislabs/redisinsight 2.64.1 → 2.66.0 (#31455)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/redislabs/redisinsight | minor | `5361801` -> `e3af8fc` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
d9cdb51253 |
chore(helm): update image docker.io/ipfs/kubo v0.32.1 → v0.33.0 (#31454)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/ipfs/kubo | minor | `7cc0e0d` -> `a11e89f` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
7f95b1e005 |
chore(helm): update image ghcr.io/taxel/plextraktsync 0.34.0 → 0.34.1 (#31445)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/taxel/plextraktsync](https://redirect.github.com/Taxel/PlexTraktSync) | patch | `76516cf` -> `3d10eda` | --- > [!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>Taxel/PlexTraktSync (ghcr.io/taxel/plextraktsync)</summary> ### [`v0.34.1`](https://redirect.github.com/Taxel/PlexTraktSync/compare/0.34.0...0.34.1) [Compare Source](https://redirect.github.com/Taxel/PlexTraktSync/compare/0.34.0...0.34.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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
b29000256f |
chore(helm): update image redmine 6.0.2 → 6.0.3 (#31446)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | redmine | patch | `ba6dbbe` -> `11cc5e7` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
2b5b378d48 |
chore(helm): update image ghcr.io/linuxserver/grocy 4.4.0 → 4.4.1 (#31441)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/grocy](https://redirect.github.com/linuxserver/docker-grocy/packages) ([source](https://redirect.github.com/linuxserver/docker-grocy)) | patch | `eb24167` -> `3064bd5` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
4c2a1545ed | chore(helm): update image ghcr.io/paperless-ngx/paperless-ngx 2.14.6 → 2.14.7 (#31443) | ||
|
|
78800a021f |
chore(helm): update image ghcr.io/rogerfar/rdtclient 2.0.95 → 2.0.96 (#31444)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/rogerfar/rdtclient](https://redirect.github.com/rogerfar/rdt-client) | patch | `2f56d3e` -> `f27d525` | --- > [!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>rogerfar/rdt-client (ghcr.io/rogerfar/rdtclient)</summary> ### [`v2.0.96`](https://redirect.github.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#2096---2025-01-29) [Compare Source](https://redirect.github.com/rogerfar/rdt-client/compare/v2.0.95...v2.0.96) ##### Added - Added support for the synology download manager. - Added a column for torrent add date. ##### Changed - Fixed for the Symlink downloader and AllDebrid. - Fixed setting the downloader when adding a torrent through the GUI. </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
d0eb4e18b2 |
chore(helm): update chart kube-prometheus-stack 68.4.0 → 68.4.4 (#31435)
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 | `68.4.0` -> `68.4.4` | --- > [!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> ### [`v68.4.4`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.4.3...kube-prometheus-stack-68.4.4) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.4.3...kube-prometheus-stack-68.4.4) ### [`v68.4.3`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.4.2...kube-prometheus-stack-68.4.3) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.4.2...kube-prometheus-stack-68.4.3) ### [`v68.4.2`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.4.0...kube-prometheus-stack-68.4.2) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.4.0...kube-prometheus-stack-68.4.2) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==--> |
||
|
|
1ba4617206 |
chore(helm): update image docker.io/doitandbedone/ispyagentdvr 6.0.3.0 → 6.0.6.0 (#31436)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/doitandbedone/ispyagentdvr](https://redirect.github.com/doitandbedone/ispyagentdvr-docker) | patch | `2c65939` -> `e3d2417` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>doitandbedone/ispyagentdvr-docker (docker.io/doitandbedone/ispyagentdvr)</summary> ### [`v6.0.6.0`](https://redirect.github.com/doitandbedone/ispyagentdvr-docker/compare/6.0.3.0...6.0.6.0) [Compare Source](https://redirect.github.com/doitandbedone/ispyagentdvr-docker/compare/6.0.3.0...6.0.6.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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
2eb4143d6c |
chore(helm): update webtop (#31432)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/webtop | digest | `0528862` -> `79e27a2` | | lscr.io/linuxserver/webtop | digest | `783a61a` -> `c0c6479` | | lscr.io/linuxserver/webtop | digest | `ea5b571` -> `2a4497c` | | lscr.io/linuxserver/webtop | digest | `639f04f` -> `15c1234` | | lscr.io/linuxserver/webtop | digest | `4dcd056` -> `3468863` | | lscr.io/linuxserver/webtop | digest | `6412bca` -> `a64c0f0` | | lscr.io/linuxserver/webtop | digest | `08eca6c` -> `76a6860` | | lscr.io/linuxserver/webtop | digest | `b368d4b` -> `15a752a` | | lscr.io/linuxserver/webtop | digest | `07e1abd` -> `d8b4420` | | lscr.io/linuxserver/webtop | digest | `9bfabe6` -> `b8e8ea3` | | lscr.io/linuxserver/webtop | digest | `e7b27d7` -> `e1a1c5c` | | lscr.io/linuxserver/webtop | digest | `255756d` -> `940c4f4` | | lscr.io/linuxserver/webtop | digest | `a52cfec` -> `cf606bd` | | lscr.io/linuxserver/webtop | digest | `2e89505` -> `b62235e` | | lscr.io/linuxserver/webtop | digest | `594f1ab` -> `98468eb` | | lscr.io/linuxserver/webtop | digest | `b6a66d2` -> `8fc1f36` | | lscr.io/linuxserver/webtop | digest | `542fe2e` -> `249b276` | | lscr.io/linuxserver/webtop | digest | `927c6e9` -> `ef4d9b0` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
532d109ac9 |
chore(helm): update image ghcr.io/autobrr/autobrr v1.57.0 → v1.58.0 (#31458)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/autobrr/autobrr](https://redirect.github.com/autobrr/autobrr) | minor | `fbc0fea` -> `9b11c36` | --- > [!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>autobrr/autobrr (ghcr.io/autobrr/autobrr)</summary> ### [`v1.58.0`](https://redirect.github.com/autobrr/autobrr/releases/tag/v1.58.0) [Compare Source](https://redirect.github.com/autobrr/autobrr/compare/v1.57.0...v1.58.0) #### Changelog ##### New Features - [`024371e`](https://redirect.github.com/autobrr/autobrr/commit/024371e4eb877d9cabd8d9479540525bb7459fe8): feat(auth): add option to disable built-in login when using OIDC ([#​1908](https://redirect.github.com/autobrr/autobrr/issues/1908)) ([@​s0up4200](https://redirect.github.com/s0up4200)) - [`b724429`](https://redirect.github.com/autobrr/autobrr/commit/b724429b9763e5665f0068eb514b814159edf590): feat(lists): add anilist support ([#​1949](https://redirect.github.com/autobrr/autobrr/issues/1949)) ([@​fabricionaweb](https://redirect.github.com/fabricionaweb)) - [`3f8bc01`](https://redirect.github.com/autobrr/autobrr/commit/3f8bc0140cadc61e0842b60164fb1f96c0ec00ca): feat(metrics): add metrics server ([#​1930](https://redirect.github.com/autobrr/autobrr/issues/1930)) ([@​Intuinewin](https://redirect.github.com/Intuinewin)) - [`5e27696`](https://redirect.github.com/autobrr/autobrr/commit/5e2769639fecea528951d478c0aa94a484f9b90c): feat(web): upgrade to tailwind v4 ([#​1946](https://redirect.github.com/autobrr/autobrr/issues/1946)) ([@​martylukyy](https://redirect.github.com/martylukyy)) ##### Bug fixes - [`f308286`](https://redirect.github.com/autobrr/autobrr/commit/f3082864842c32f3956b5d27e89a28d9eb55b92c): fix(feeds): handle unicode escaped url characters ([#​1942](https://redirect.github.com/autobrr/autobrr/issues/1942)) ([@​s0up4200](https://redirect.github.com/s0up4200)) - [`9eff694`](https://redirect.github.com/autobrr/autobrr/commit/9eff694a5f15036fd4a8a681db1890b1be716f04): fix(notifications): update and list password ([#​1951](https://redirect.github.com/autobrr/autobrr/issues/1951)) ([@​zze0s](https://redirect.github.com/zze0s)) ##### Other work - [`0d5902c`](https://redirect.github.com/autobrr/autobrr/commit/0d5902c8f6c68d87cd1654b408d08569c3e13ebc): build(make): improve install command ([#​1945](https://redirect.github.com/autobrr/autobrr/issues/1945)) ([@​fabricionaweb](https://redirect.github.com/fabricionaweb)) - [`b2be5a7`](https://redirect.github.com/autobrr/autobrr/commit/b2be5a703f71349eea36d10b543fba31c47ab8b6): chore(indexers): remove PolishSource ([#​1943](https://redirect.github.com/autobrr/autobrr/issues/1943)) ([@​tebowy](https://redirect.github.com/tebowy)) - [`2557444`](https://redirect.github.com/autobrr/autobrr/commit/25574446f7e739d7d73f4dc79338b9616e1ba50c): chore(license): update copyright year in headers ([#​1935](https://redirect.github.com/autobrr/autobrr/issues/1935)) ([@​s0up4200](https://redirect.github.com/s0up4200)) - [`aef62a9`](https://redirect.github.com/autobrr/autobrr/commit/aef62a93a6bbdd400c8baca754ad6a7b3e0446ee): docs(cli): add manpage ([#​1940](https://redirect.github.com/autobrr/autobrr/issues/1940)) ([@​s0up4200](https://redirect.github.com/s0up4200)) - [`79d0d6e`](https://redirect.github.com/autobrr/autobrr/commit/79d0d6e572e6d662414c5421386d6f9b96be67d1): docs: improve freeleech detection in parsing ([#​1934](https://redirect.github.com/autobrr/autobrr/issues/1934)) ([@​s0up4200](https://redirect.github.com/s0up4200)) **Full Changelog**: https://github.com/autobrr/autobrr/compare/v1.57.0...v1.58.0 #### Docker images - `docker pull ghcr.io/autobrr/autobrr:v1.58.0` #### What to do next? - Read the [documentation](https://autobrr.com) - Join our [Discord server](https://discord.gg/WQ2eUycxyT) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
b95b1dea49 |
chore(helm): update image docker.io/zwavejs/zwave-js-ui 9.29.1 → 9.30.1 (#31457)
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 | `801005b` -> `69966e5` | --- > [!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.30.1`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#9301-2025-01-28) [Compare Source](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v9.30.0...v9.30.1) ##### Features - bump zwave-js@14.3.8 ([#​4108](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4108)) ([8b8837e](https://redirect.github.com/zwave-js/zwave-js-ui/commit/8b8837ecb53a932b4f923e80219799dcb69473f5)) ### [`v9.30.0`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#9300-2025-01-27) [Compare Source](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v9.29.1...v9.30.0) ##### Bug Fixes - **logger:** standardize module name formatting to uppercase ([dfa47a9](https://redirect.github.com/zwave-js/zwave-js-ui/commit/dfa47a949101fe23c79aff9e0b02faaad11592aa)) - store nodes preferences in `nodes.json` using homeHex ([#​4104](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4104)) ([e913f10](https://redirect.github.com/zwave-js/zwave-js-ui/commit/e913f10b0c1cb008de22148a07a5763e8633defa)) - **ui:** abort link reliability check on dialog close ([54224d2](https://redirect.github.com/zwave-js/zwave-js-ui/commit/54224d21a080ed19d3a6c214d95db23f2a86e3fb)), closes [#​4105](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4105) - **ui:** cleaner popup text when refreshing associations ([abe7137](https://redirect.github.com/zwave-js/zwave-js-ui/commit/abe71370a31c31635144dff0b2731eea649842e6)), closes [#​4100](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4100) - **ui:** move rebuild routes back to general actions ([c5d9691](https://redirect.github.com/zwave-js/zwave-js-ui/commit/c5d96914ebf2aafed52f675288b7ee15693647d9)), closes [#​3559](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3559) - use `uncaughtException` to catch missing exceptions ([4905e0c](https://redirect.github.com/zwave-js/zwave-js-ui/commit/4905e0c2c64f8c7c60bf456cbae611ff16f99200)), closes [#​4098](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4098) ##### Features - bump [@​kvaster/zwavejs-prom](https://redirect.github.com/kvaster/zwavejs-prom) plugin to 0.0.3 ([c373290](https://redirect.github.com/zwave-js/zwave-js-ui/commit/c373290a949122624307debe189d935af9de1acd)), closes [#​4096](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4096) - **mqtt-discovery:** gateway values setting to enable by default Configuration CC entities ([#​4106](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4106)) ([81ebd61](https://redirect.github.com/zwave-js/zwave-js-ui/commit/81ebd61d6204f707f4628512b05dfe953e0796ed)) #### [9.29.1](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v9.29.0...v9.29.1) (2025-01-16) ##### Bug Fixes - do not allow to set `Unknown` and `Default (EU)` regions ([a9c8e3a](https://redirect.github.com/zwave-js/zwave-js-ui/commit/a9c8e3a3d14ebae3fc05bf7c9c290e1f627fdf0c)) - **ui:** allow to call rebuild routes against multiple nodes at once ([848a543](https://redirect.github.com/zwave-js/zwave-js-ui/commit/848a54387b255600b0d81bcaa99a703784bf23b1)), closes [#​3559](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3559) - **ui:** editing Color Switch CC HEX color does not work ([ca030dc](https://redirect.github.com/zwave-js/zwave-js-ui/commit/ca030dceb3df16ce035cf46dbd17784d9a3dcc88)), closes [#​4085](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4085) - **ui:** set default iterations for link reliability check to 100 ([#​4082](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4082)) ([f99c28b](https://redirect.github.com/zwave-js/zwave-js-ui/commit/f99c28b3341fb1c050b83d8b6e210d9bf215cfc6)) - **ui:** show rebuild node routes only when there are node selected ([ac1cbb3](https://redirect.github.com/zwave-js/zwave-js-ui/commit/ac1cbb30acac1dac563a136dd07368b2a6b2ab6a)), closes [#​4087](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4087) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
17555d3879 |
chore(helm): update image docker.io/tinymediamanager/tinymediamanager 5.0.13 → 5.1.1 (#31456)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/tinymediamanager/tinymediamanager | minor | `7a186bf` -> `c295024` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |