5d221a2a82206f8eb5e6946eddfacaf882ca1c9a
31298 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
5d221a2a82 |
chore(deps): update container image ghcr.io/linuxserver/tvheadend to latest@eadee35 by renovate (#23698)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/linuxserver/tvheadend | digest | `4d3991b` -> `eadee35` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
727a0207df |
chore(deps): update container image mikenye/tar1090 to latest@62ce089 by renovate (#23699)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | mikenye/tar1090 | digest | `3de54a1` -> `62ce089` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
223e2b1ab4 |
chore(deps): update container image diygod/rsshub to latest@35035bd by renovate (#23696)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | diygod/rsshub | digest | `0b3395c` -> `35035bd` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
ddca97a512 |
chore(deps): update container image docker.io/localai/localai to v2.17.1@4d8b84a by renovate (#23568)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) | patch | `v2.17.0-aio-gpu-nvidia-cuda-12` -> `v2.17.1-aio-gpu-nvidia-cuda-12` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>mudler/LocalAI (docker.io/localai/localai)</summary> ### [`v2.17.1`](https://togithub.com/mudler/LocalAI/releases/tag/v2.17.1) [Compare Source](https://togithub.com/mudler/LocalAI/compare/v2.17.0...v2.17.1) #### Highlights This is a patch release to address issues with Linux single binary releases. It also adds support for Stable diffusion 3! ##### Stable diffusion 3 You can use Stable diffusion 3 by installing the model in the gallery (`stable-diffusion-3-medium`) or by placing this YAML file in the model folder: ```yaml backend: diffusers diffusers: cuda: true enable_parameters: negative_prompt,num_inference_steps pipeline_type: StableDiffusion3Pipeline f16: false name: sd3 parameters: model: v2ray/stable-diffusion-3-medium-diffusers step: 25 ``` You can try then generating an image: http://localhost:9091/v1/images/generations -H "Content-Type: application/json" -d '{ "prompt": "A cute baby sea otter", "model": "sd3" } Example result:  #### What's Changed ##### Bug fixes 🐛 - fix(single-binary): bundle ld.so by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/2602](https://togithub.com/mudler/LocalAI/pull/2602) ##### Exciting New Features 🎉 - feat(sd-3): add stablediffusion 3 support by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/2591](https://togithub.com/mudler/LocalAI/pull/2591) - feat(talk): display an informative box, better colors by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/2600](https://togithub.com/mudler/LocalAI/pull/2600) ##### 📖 Documentation and examples - ⬆️ Update docs version mudler/LocalAI by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/2593](https://togithub.com/mudler/LocalAI/pull/2593) ##### 👒 Dependencies - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/2594](https://togithub.com/mudler/LocalAI/pull/2594) ##### Other Changes - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/2603](https://togithub.com/mudler/LocalAI/pull/2603) **Full Changelog**: https://github.com/mudler/LocalAI/compare/v2.17.0...v2.17.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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
3166519148 |
feat(traefik-forward-auth): Support configuring generic oauth scope (#23598)
Fixes #23597 **Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [X ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- 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 --> Applied the chart, the changes taken effect. **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [X ] ⚖️ My code follows the style guidelines of this project - [X ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [X ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [X ] ⬆️ I increased versions for any altered app according to semantic versioning - [ X] 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._ |
||
|
|
9dfc98c4e0 |
chore(deps): update container image common to v24.1.2@b2bbd35 by renovate (#23691)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/apps)) | patch | `24.1.1` -> `24.1.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**: Disabled because a matching PR was automerged previously. ♻ **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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
f50aeef909 |
feat(TeslaMate): adding grafana annotation for adding a directory to TeslaMate dashboard (#23674)
Adds annotation for grafana folder **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** This is the annotation to create a directory for grafana. Since we can't use templates for dashboards we may as well add another hard coded value here. Using helm template and installing the chart manually. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` |
||
|
|
c5847e285a |
chore(deps): update container image ghostfolio/ghostfolio to v2.90.0@ae8865e by renovate (#23694)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghostfolio/ghostfolio](https://togithub.com/ghostfolio/ghostfolio) | minor | `2.89.0` -> `2.90.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>ghostfolio/ghostfolio (ghostfolio/ghostfolio)</summary> ### [`v2.90.0`](https://togithub.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#2900---2024-06-22) [Compare Source](https://togithub.com/ghostfolio/ghostfolio/compare/2.89.0...2.90.0) ##### Added - Added a dialog for the benchmarks in the markets overview - Extended the asset profile details dialog of the admin control for currencies - Extended the content of the *Self-Hosting* section by the mobile app question on the Frequently Asked Questions (FAQ) page ##### Changed - Moved the indicator for active filters from experimental to general availability - Improved the error handling in the biometric authentication registration - Improved the language localization for German (`de`) - Set up SSL for local development - Upgraded the *Stripe* dependencies - Upgraded `marked` from version `9.1.6` to `13.0.0` - Upgraded `ngx-device-detector` from version `5.0.1` to `8.0.0` - Upgraded `ngx-markdown` from version `17.1.1` to `18.0.0` - Upgraded `zone.js` from version `0.14.5` to `0.14.7` </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
c1b47a3db3 |
chore(deps): update container image wekanteam/wekan to v7.50@451239d by renovate (#23695)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [wekanteam/wekan](https://togithub.com/wekan/wekan) | minor | `v7.49` -> `v7.50` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>wekan/wekan (wekanteam/wekan)</summary> ### [`v7.50`](https://togithub.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v750-2024-06-22-WeKan--release) [Compare Source](https://togithub.com/wekan/wekan/compare/v7.49...v7.50) This release adds the following new features: - [Added "Clean dark" and "Clean light" themes that are more clean and modern looking](https://togithub.com/wekan/wekan/pull/5449). Thanks to abramchikd. and adds the following updates: - Updated docs for WeKan version for Windows. [Part 1](https://togithub.com/wekan/wekan/commit/9b428150a4fb9efdcb2ae9d3bb59d0da29529e69), [Part 2](https://togithub.com/wekan/wekan/commit/3c35a6400b88e071a474a552ee941892522c8d59). Thanks to xet7. - Updated dependencies. [Part 1](https://togithub.com/wekan/wekan/pull/5446), [Part 2](https://togithub.com/wekan/wekan/commit/99a8afd6c39591e0d85fe5f55ebc3016b9e7f011). Thanks to developers of dependencies. and fixes the following bugs: - [Task card may overflow below the screen when maximized, making the bottom part not viewable](https://togithub.com/wekan/wekan/pull/5443). Thanks to Hekatomb. Thanks to above GitHub users for their contributions and translators for their translations. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
920ca091f3 |
chore(deps): update container image tinymediamanager/tinymediamanager to v5.0.7@b10c8e0 by renovate (#23693)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | tinymediamanager/tinymediamanager | patch | `5.0.6` -> `5.0.7` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
a66635ebb6 |
chore(deps): update container image minio/minio to vrelease.2024-06-22t05-26-45z@dda5e13 by renovate (#23692)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | minio/minio | patch | `RELEASE.2024-06-13T22-53-53Z` -> `RELEASE.2024-06-22T05-26-45Z` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
a5238a54ff |
chore(deps): update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36@73bb399 by renovate (#23687)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/mysql-workbench](https://togithub.com/linuxserver/docker-mysql-workbench/packages) ([source](https://togithub.com/linuxserver/docker-mysql-workbench)) | digest | `fa49d3f` -> `73bb399` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
12fa19ea73 |
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@ef0ee81 by renovate (#23690)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | quay.io/pussthecatorg/libremdb | digest | `99d091c` -> `ef0ee81` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
9c2c512723 | chore(deps): update container image cthulhoo/ttrss-web-nginx to latest@3c6a0ff by renovate (#23685) | ||
|
|
c681c395a1 |
chore(deps): update container image masonxx/mediaelch to latest@ccf3562 by renovate (#23688)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | masonxx/mediaelch | digest | `b46a348` -> `ccf3562` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
2c44901e39 |
chore(deps): update container image ghcr.io/linuxserver/lazylibrarian to latest@a951f7a by renovate (#23686)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/linuxserver/lazylibrarian | digest | `063961c` -> `a951f7a` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
e5b0f5e885 |
chore(deps): update container image ofawx/bitcoind to latest@40c52ce by renovate (#23689)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ofawx/bitcoind | digest | `612cdb8` -> `40c52ce` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
535656ced2 |
chore(deps): update container image common to v24.1.2@b2bbd35 by renovate (#23666)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/apps)) | patch | `24.1.1` -> `24.1.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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
c93a8466bc |
chore(deps): update container image ronivay/xen-orchestra to v5.145.0@a799d32 by renovate (#23683)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ronivay/xen-orchestra | minor | `5.144.2` -> `5.145.0` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
70f1667b10 |
chore(deps): update container image ollama/ollama to v0.1.46@e9bb7b7 by renovate (#23682)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ollama/ollama | patch | `0.1.45-rocm` -> `0.1.46-rocm` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
b502f52ccc |
chore(deps): update container image mpepping/cyberchef to v10.18.9@4b06936 by renovate (#23681)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mpepping/cyberchef](https://togithub.com/nginxinc/docker-nginx-unprivileged) | patch | `v10.18.8` -> `v10.18.9` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
11efad9ed7 |
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@99d091c by renovate (#23679)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | quay.io/pussthecatorg/libremdb | digest | `434de20` -> `99d091c` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
005e691bb3 |
chore(deps): update container image josh5/steam-headless to latest@a0e874c by renovate (#23678)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | josh5/steam-headless | digest | `4a1e3c5` -> `a0e874c` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
1672d52f6a | chore(deps): update container image hello-world to latest@94323f3 by renovate (#23677) | ||
|
|
6dc2de383d |
chore(deps): update container image docker.io/alpine/socat to 1.8.0.0@4335b3d by renovate (#23675)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/alpine/socat | digest | `0dba441` -> `4335b3d` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
f795020981 |
chore(deps): update container image ghcr.io/neggles/sd-webui-docker to latest@a566d33 by renovate (#23676)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/neggles/sd-webui-docker | digest | `4d62df5` -> `a566d33` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
1fc6b4e5da | chore(deps): update container image wiserain/flexget to v3.11.39@8f2afd7 by renovate (#23673) | ||
|
|
5c960cc291 |
chore(deps): update container image ollama/ollama to v0.1.46@2fd140d by renovate (#23672)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ollama/ollama | patch | `0.1.45` -> `0.1.46` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
aefc0a136d |
chore(deps): update container image homeassistant/home-assistant to v2024.6.4@17d1599 by renovate (#23671)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [homeassistant/home-assistant](https://www.home-assistant.io/) ([source](https://togithub.com/home-assistant/core)) | patch | `2024.6.3` -> `2024.6.4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>home-assistant/core (homeassistant/home-assistant)</summary> ### [`v2024.6.4`](https://togithub.com/home-assistant/core/releases/tag/2024.6.4) [Compare Source](https://togithub.com/home-assistant/core/compare/2024.6.3...2024.6.4) - UniFi temp fix to handle runtime data ([@​Kane610] - [#​120031]) ([unifi docs]) - Fix for Synology DSM shared images ([@​lodesmets] - [#​117695]) ([synology_dsm docs]) - Fix Jewish Calendar unique id migration ([@​tsvi] - [#​119683]) ([jewish_calendar docs]) - Fix model import in Spotify ([@​jjlawren] - [#​119747]) ([spotify docs]) - Add Kasa Dimmer to Matter TRANSITION_BLOCKLIST ([@​dubstomp] - [#​119751]) ([matter docs]) - Bump py-canary to v0.5.4 ([@​0bmay] - [#​119793]) ([canary docs]) - Pin tenacity to 8.3.0 ([@​cdce8p] - [#​119815]) - Bump aiozoneinfo to 0.2.0 ([@​bdraco] - [#​119845]) (dependency) - Fix up ecobee windspeed unit ([@​bjpetit] - [#​119870]) ([ecobee docs]) - Bump hdate to 0.10.9 ([@​tsvi] - [#​119887]) ([jewish_calendar docs]) (dependency) - Bump weatherflow4py to 0.2.21 ([@​jeeftor] - [#​119889]) ([weatherflow_cloud docs]) (dependency) - Bump babel to 2.15.0 ([@​gjohansson-ST] - [#​119006]) ([holiday docs]) (dependency) - Bump python-holidays to 0.51 ([@​gjohansson-ST] - [#​119918]) ([workday docs]) ([holiday docs]) (dependency) - Fix Onkyo zone volume ([@​arturpragacz] - [#​119949]) ([onkyo docs]) - Bump plugwise to v0.37.4.1 ([@​bouwew] - [#​119963]) ([plugwise docs]) (dependency) - Always create a new HomeAssistant object when falling back to recovery mode ([@​emontnemery] - [#​119969]) - Fix Hydrawise volume unit bug ([@​thomaskistler] - [#​119988]) ([hydrawise docs]) - Fix songpal crash for soundbars without sound modes ([@​BestPig] - [#​119999]) ([songpal docs]) - Make UniFi services handle unloaded config entry ([@​Kane610] - [#​120028]) ([unifi docs]) - Bump env-canada to 0.6.3 ([@​gwww] - [#​120035]) ([environment_canada docs]) (dependency) - Bump aioimaplib to 1.1.0 ([@​jbouwh] - [#​120045]) ([imap docs]) (dependency) - Update AEMET-OpenData to v0.5.2 ([@​Noltari] - [#​120065]) ([aemet docs]) (dependency) - Bump intents to 2024.6.21 ([@​synesthesiam] - [#​120106]) ([conversation docs]) (dependency) - Revert "Make UniFi services handle unloaded config entry ([@​Kane610] - [#​120028]) ([unifi docs]) - Update pydrawise to 2024.6.4 ([@​thomaskistler] - [#​119868]) ([hydrawise docs]) (dependency) [#​117695]: https://togithub.com/home-assistant/core/pull/117695 [#​118400]: https://togithub.com/home-assistant/core/pull/118400 [#​119006]: https://togithub.com/home-assistant/core/pull/119006 [#​119096]: https://togithub.com/home-assistant/core/pull/119096 [#​119376]: https://togithub.com/home-assistant/core/pull/119376 [#​119683]: https://togithub.com/home-assistant/core/pull/119683 [#​119742]: https://togithub.com/home-assistant/core/pull/119742 [#​119747]: https://togithub.com/home-assistant/core/pull/119747 [#​119751]: https://togithub.com/home-assistant/core/pull/119751 [#​119793]: https://togithub.com/home-assistant/core/pull/119793 [#​119815]: https://togithub.com/home-assistant/core/pull/119815 [#​119845]: https://togithub.com/home-assistant/core/pull/119845 [#​119868]: https://togithub.com/home-assistant/core/pull/119868 [#​119870]: https://togithub.com/home-assistant/core/pull/119870 [#​119887]: https://togithub.com/home-assistant/core/pull/119887 [#​119889]: https://togithub.com/home-assistant/core/pull/119889 [#​119918]: https://togithub.com/home-assistant/core/pull/119918 [#​119949]: https://togithub.com/home-assistant/core/pull/119949 [#​119963]: https://togithub.com/home-assistant/core/pull/119963 [#​119969]: https://togithub.com/home-assistant/core/pull/119969 [#​119988]: https://togithub.com/home-assistant/core/pull/119988 [#​119999]: https://togithub.com/home-assistant/core/pull/119999 [#​120028]: https://togithub.com/home-assistant/core/pull/120028 [#​120031]: https://togithub.com/home-assistant/core/pull/120031 [#​120035]: https://togithub.com/home-assistant/core/pull/120035 [#​120045]: https://togithub.com/home-assistant/core/pull/120045 [#​120065]: https://togithub.com/home-assistant/core/pull/120065 [#​120106]: https://togithub.com/home-assistant/core/pull/120106 [@​0bmay]: https://togithub.com/0bmay [@​BestPig]: https://togithub.com/BestPig [@​Kane610]: https://togithub.com/Kane610 [@​Noltari]: https://togithub.com/Noltari [@​arturpragacz]: https://togithub.com/arturpragacz [@​bdraco]: https://togithub.com/bdraco [@​bjpetit]: https://togithub.com/bjpetit [@​bouwew]: https://togithub.com/bouwew [@​cdce8p]: https://togithub.com/cdce8p [@​dubstomp]: https://togithub.com/dubstomp [@​emontnemery]: https://togithub.com/emontnemery [@​frenck]: https://togithub.com/frenck [@​gjohansson-ST]: https://togithub.com/gjohansson-ST [@​gwww]: https://togithub.com/gwww [@​jbouwh]: https://togithub.com/jbouwh [@​jeeftor]: https://togithub.com/jeeftor [@​jjlawren]: https://togithub.com/jjlawren [@​lodesmets]: https://togithub.com/lodesmets [@​synesthesiam]: https://togithub.com/synesthesiam [@​thomaskistler]: https://togithub.com/thomaskistler [@​tsvi]: https://togithub.com/tsvi [aemet docs]: https://www.home-assistant.io/integrations/aemet/ [canary docs]: https://www.home-assistant.io/integrations/canary/ [conversation docs]: https://www.home-assistant.io/integrations/conversation/ [ecobee docs]: https://www.home-assistant.io/integrations/ecobee/ [environment_canada docs]: https://www.home-assistant.io/integrations/environment_canada/ [holiday docs]: https://www.home-assistant.io/integrations/holiday/ [hydrawise docs]: https://www.home-assistant.io/integrations/hydrawise/ [imap docs]: https://www.home-assistant.io/integrations/imap/ [jewish_calendar docs]: https://www.home-assistant.io/integrations/jewish_calendar/ [matter docs]: https://www.home-assistant.io/integrations/matter/ [onkyo docs]: https://www.home-assistant.io/integrations/onkyo/ [plugwise docs]: https://www.home-assistant.io/integrations/plugwise/ [songpal docs]: https://www.home-assistant.io/integrations/songpal/ [spotify docs]: https://www.home-assistant.io/integrations/spotify/ [synology_dsm docs]: https://www.home-assistant.io/integrations/synology_dsm/ [unifi docs]: https://www.home-assistant.io/integrations/unifi/ [weatherflow_cloud docs]: https://www.home-assistant.io/integrations/weatherflow_cloud/ [workday docs]: https://www.home-assistant.io/integrations/workday/ </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
99e1b81e35 |
chore(deps): update container image docker.io/codercom/code-server to v4.90.3@f54483e by renovate (#23667)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/codercom/code-server | patch | `4.90.2` -> `4.90.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
ffa0d6b9dd |
chore(deps): update container image ghcr.io/linuxserver/speedtest-tracker to v0.20.7@de35b4d by renovate (#23670)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/speedtest-tracker](https://togithub.com/linuxserver/docker-speedtest-tracker/packages) ([source](https://togithub.com/linuxserver/docker-speedtest-tracker)) | patch | `0.20.6` -> `0.20.7` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
308161fbbb |
chore(deps): update container image ghcr.io/drakkan/sftpgo to v2.6.2@f1426b7 by renovate (#23668)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/drakkan/sftpgo](https://togithub.com/drakkan/sftpgo) | patch | `v2.6.1-plugins` -> `v2.6.2-plugins` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>drakkan/sftpgo (ghcr.io/drakkan/sftpgo)</summary> ### [`v2.6.2`](https://togithub.com/drakkan/sftpgo/releases/tag/v2.6.2) [Compare Source](https://togithub.com/drakkan/sftpgo/compare/v2.6.1...v2.6.2) #### Bug Fixes - Update chi router to v5.0.14 to fix a bug with the compressor handler. It may affect our WebDAV implementation. More [details](https://togithub.com/go-chi/chi/issues/923). </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
c03fc23d8b |
chore(deps): update container image ghcr.io/flaresolverr/flaresolverr to v3.3.20@f44f695 by renovate (#23669)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/flaresolverr/flaresolverr](https://togithub.com/FlareSolverr/FlareSolverr) | patch | `v3.3.19` -> `v3.3.20` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>FlareSolverr/FlareSolverr (ghcr.io/flaresolverr/flaresolverr)</summary> ### [`v3.3.20`](https://togithub.com/FlareSolverr/FlareSolverr/blob/HEAD/CHANGELOG.md#v3320-20240621) [Compare Source](https://togithub.com/FlareSolverr/FlareSolverr/compare/v3.3.19...v3.3.20) - maxTimeout should always be int - Check not running in Docker before logging version_main error - Update Cloudflare challenge and checkbox selectors. Thanks [@​tenettow](https://togithub.com/tenettow) & [@​21hsmw](https://togithub.com/21hsmw) </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
b5496681aa |
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@434de20 by renovate (#23665)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | quay.io/pussthecatorg/libremdb | digest | `b28be75` -> `434de20` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
a3aa1ce34c |
chore(deps): update container image lscr.io/linuxserver/pyload-ng to latest@fd359df by renovate (#23663)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/pyload-ng | digest | `374c809` -> `fd359df` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
69dd66a795 |
chore(deps): update container image nginx to 1.27.0@9c36718 by renovate (#23664)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | nginx | digest | `56b388b` -> `9c36718` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
cd2676826a | chore(deps): update container image ghcr.io/linuxserver/davos to 2.2.2@cb9fa1d by renovate (#23661) | ||
|
|
e004445c44 |
chore(deps): update container image quay.io/pussthecatorg/rimgo to latest@21fae60 by renovate (#23632)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | quay.io/pussthecatorg/rimgo | digest | `089fb9f` -> `21fae60` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
781d61c08b |
chore(deps): update container image diygod/rsshub to latest@0b3395c by renovate (#23660)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | diygod/rsshub | digest | `81969e2` -> `0b3395c` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
c6a00898b1 |
chore(deps): update container image linuxserver/heimdall to v@9bff128 by renovate (#23662)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [linuxserver/heimdall](https://togithub.com/linuxserver/docker-heimdall/packages) ([source](https://togithub.com/linuxserver/docker-heimdall)) | digest | `0139d77` -> `9bff128` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
205505a847 |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
c7e0f3903c |
chore(deps): update rdesktop by renovate (#23655)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/rdesktop | digest | `d3e8b97` -> `0bd42e5` | | lscr.io/linuxserver/rdesktop | digest | `e311790` -> `ee83f59` | | lscr.io/linuxserver/rdesktop | digest | `a38bdc7` -> `18a7c30` | | lscr.io/linuxserver/rdesktop | digest | `5b3590e` -> `573397d` | | lscr.io/linuxserver/rdesktop | digest | `576a972` -> `d572b5c` | | lscr.io/linuxserver/rdesktop | digest | `382ac75` -> `d0f5a35` | --- > [!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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
8a64af8c9e |
chore(deps): update container image docker to 26.1.4-dind@6677649 by renovate (#23648)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker | digest | `3bdcaf5` -> `6677649` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
053c32d8a9 |
chore(deps): update container image collabora/code to v24.04.4.2.1@e02333a by renovate (#23644)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | collabora/code | patch | `24.04.4.1.1` -> `24.04.4.2.1` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
4ebd365a37 |
chore(deps): update container image netdata/netdata to v1.46.1@cdf9aea by renovate (#23657)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [netdata/netdata](https://netdata.cloud) ([source](https://togithub.com/netdata/netdata)) | patch | `v1.46.0` -> `v1.46.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>netdata/netdata (netdata/netdata)</summary> ### [`v1.46.1`](https://togithub.com/netdata/netdata/releases/tag/v1.46.1) [Compare Source](https://togithub.com/netdata/netdata/compare/v1.46.0...v1.46.1) Netdata v1.46.1 is a patch release to address issues discovered since [v1.46.0](https://togithub.com/netdata/netdata/releases/tag/v1.46.0). This patch release provides the following bug fixes and updates: - Fixed Rspamd collector to handle responses without FuzzyHashes (go.d/rspamd) ([#​17974](https://togithub.com/netdata/netdata/pull/17974), [@​ilyam8](https://togithub.com/ilyam8)). - Added validation for dyncfg job names to prevent invalid characters (go.d.plugin) ([#​17971](https://togithub.com/netdata/netdata/pull/17971), [@​ilyam8](https://togithub.com/ilyam8)). - Fixed cgroups version detection on non-systemd nodes with cgroups v1 (cgroups.plugin) ([#​17969](https://togithub.com/netdata/netdata/pull/17969), [@​ilyam8](https://togithub.com/ilyam8)). - Improved check to ensure that job names in configuration files do not contain colons (go.d.plugin) ([#​17967](https://togithub.com/netdata/netdata/pull/17967), [@​ilyam8](https://togithub.com/ilyam8)). - Fixed space percentage calculation in dbengine retention chart ([#​17963](https://togithub.com/netdata/netdata/pull/17963), [@​stelfrag](https://togithub.com/stelfrag)). #### Support options <a id="v1461-support-options"></a> As we grow, we stay committed to providing the best support ever seen from an open-source solution. Should you encounter an issue with any of the changes made in this release or any feature in the Netdata Agent, feel free to contact us through one of the following channels: - [Netdata Learn](https://learn.netdata.cloud): Find documentation, guides, and reference material for monitoring and troubleshooting your systems with Netdata. - [GitHub Issues](https://togithub.com/netdata/netdata/issues): Make use of the Netdata repository to report bugs or open a new feature request. - [GitHub Discussions](https://togithub.com/netdata/netdata/discussions): Join the conversation around the Netdata development process and be a part of it. - [Community Forums](https://community.netdata.cloud/): Visit the Community Forums and contribute to the collaborative knowledge base. - [Discord Server](https://discord.gg/2eduZdSeC7): Jump into the Netdata Discord and hang out with like-minded sysadmins, DevOps, SREs, and other troubleshooters. More than 2000 engineers are already using it! </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
4c12b5968e |
chore(deps): update container image jgraph/drawio to v24.6.1@1173cbc by renovate (#23658)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jgraph/drawio](https://www.drawio.com) ([source](https://togithub.com/jgraph/docker-drawio)) | minor | `24.5.5` -> `24.6.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jgraph/docker-drawio (jgraph/drawio)</summary> ### [`v24.6.1`](https://togithub.com/jgraph/docker-drawio/compare/v24.5.5...v24.6.1) [Compare Source](https://togithub.com/jgraph/docker-drawio/compare/v24.5.5...v24.6.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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
01753c54cb | chore(deps): update container image xwiki to 16.4.0-postgres-tomcat@6f314ea by renovate (#23653) | ||
|
|
92c6735a1c |
chore(deps): update container image lswl/vertex to stable@912cc90 by renovate (#23650)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | lswl/vertex | digest | `b1b95e1` -> `912cc90` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
ec2c894272 |
chore(deps): update container image pepperlabs/peppermint to latest@915622f by renovate (#23651)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | pepperlabs/peppermint | digest | `e32ef8e` -> `915622f` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
c7605d8f38 |
chore(deps): update container image docker.io/bellamy/wallos to latest@1741d98 by renovate (#23649)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/bellamy/wallos | digest | `fef97dd` -> `1741d98` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |