mirror of
https://github.com/truecharts/charts.git
synced 2026-07-18 21:51:22 -03:00
5b9717e823ad59e7bd0ab450d1cecac3d2aa4e8a
25811 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
5b9717e823 |
Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> |
||
|
|
e24edb3b17 | chore(deps): update container image tccr.io/tccr/traefik to v2.11.0@b117ffb by renovate (#18433) | ||
|
|
b0e77b2fd6 | chore(deps): update container image phalcode/gamevault-backend to v10.2.0@26e5e79 by renovate (#18429) | ||
|
|
0affdf424b |
Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> |
||
|
|
db865aaee1 |
chore(deps): update container image outlinewiki/outline to v0.75.1@64c3ed1 by renovate (#18428)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [outlinewiki/outline](https://togithub.com/outline/outline) | minor | `0.74.0` -> `0.75.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>outline/outline (outlinewiki/outline)</summary> ### [`v0.75.1`](https://togithub.com/outline/outline/releases/tag/v0.75.1) [Compare Source](https://togithub.com/outline/outline/compare/v0.75.0...v0.75.1) #### What's Changed ##### Improvements - Added flag `--no-migrate` to optionally suppress automatic migrations on startup (the container will exit instead). - Added option `OIDC_LOGOUT_URI` as optional post-logout redirect url by [@​Shuttleu](https://togithub.com/Shuttleu) in [https://github.com/outline/outline/pull/6539](https://togithub.com/outline/outline/pull/6539) - Added option `OIDC_DISABLE_REDIRECT` to prevent automatic OIDC redirect by [@​Shuttleu](https://togithub.com/Shuttleu) in [https://github.com/outline/outline/pull/6544](https://togithub.com/outline/outline/pull/6544) - `MAXIMUM_IMPORT_SIZE` was deprecated and split into `FILE_STORAGE_IMPORT_MAX_SIZE` (for documents) and `FILE_STORAGE_WORKSPACE_IMPORT_MAX_SIZE` (for workspace imports) in [https://github.com/outline/outline/pull/6566](https://togithub.com/outline/outline/pull/6566) ##### Fixes - Fixed new paragraphs are lost in table cells imported from HTML - Fixed an issue where tables with empty cells could fail to import from HTML - Fixed an issue where quoted search queries with colons could cause a server error - Fixed regression in styling of search filter options - Fixed an issue where error in OIDC login would result in infinite redirect - Hide image drag handles, empty captions, and selected outlines when printing in [https://github.com/outline/outline/pull/6550](https://togithub.com/outline/outline/pull/6550) - Missing highlighted context on search results page in [https://github.com/outline/outline/pull/6549](https://togithub.com/outline/outline/pull/6549) - Error for self-host draw.io by [@​TaoChan1005](https://togithub.com/TaoChan1005) in [https://github.com/outline/outline/pull/6554](https://togithub.com/outline/outline/pull/6554) - Propagate Enter key events in `SuggestionsMenu` allows pressing `Enter` after typed url in embed input by [@​superkelvint](https://togithub.com/superkelvint) in [https://github.com/outline/outline/pull/6556](https://togithub.com/outline/outline/pull/6556) - Do not load `opensearch.xml` from CDN, so it uses the correct subdomain by [@​waf](https://togithub.com/waf) in [https://github.com/outline/outline/pull/6567](https://togithub.com/outline/outline/pull/6567) - `CMD+Z` now works now works when the editor component does not technically have focus - Served HTML `lang` attribute now reflects installation default language #### New Contributors - [@​Shuttleu](https://togithub.com/Shuttleu) made their first contribution in [https://github.com/outline/outline/pull/6539](https://togithub.com/outline/outline/pull/6539) - [@​TaoChan1005](https://togithub.com/TaoChan1005) made their first contribution in [https://github.com/outline/outline/pull/6554](https://togithub.com/outline/outline/pull/6554) - [@​superkelvint](https://togithub.com/superkelvint) made their first contribution in [https://github.com/outline/outline/pull/6556](https://togithub.com/outline/outline/pull/6556) - [@​waf](https://togithub.com/waf) made their first contribution in [https://github.com/outline/outline/pull/6567](https://togithub.com/outline/outline/pull/6567) **Full Changelog**: https://github.com/outline/outline/compare/v0.75.0...v0.75.1 ### [`v0.75.0`](https://togithub.com/outline/outline/releases/tag/v0.75.0) [Compare Source](https://togithub.com/outline/outline/compare/v0.74.0...v0.75.0) #### What's Changed <img width="618" alt="image" src="https://github.com/outline/outline/assets/380914/ff00680a-9e8a-46a4-94fa-48622d0fcc3c"> This release brings a rebuild of the internal permissions in order to support inviting users to individual documents, this has been several months work and involved a complete redesign of the `Share` menu on documents. We have also worked to clarify public sharing and will be bringing similar enhancements to permission management in collections for the next release. This month we also introduced [AI Answers](https://www.getoutline.com/changelog/ai-answers) in cloud-hosted Outline. This integration allows searched questions to be answered directly from the contents of your knowledge base! We're excited to make this available on the [business license](https://www.getoutline.com/pricing) – If you'd like to upgrade to a paid license to access this feature [please get in touch](https://www.getoutline.com/contact). ##### Improvements - Document title will now be automatically used when pasting internal doc url in [https://github.com/outline/outline/pull/6352](https://togithub.com/outline/outline/pull/6352) - Embeds are now rendered within HTML and PDF exports in [https://github.com/outline/outline/pull/6290](https://togithub.com/outline/outline/pull/6290) - Added ability to include drafts in search results by [@​apoorv-mishra](https://togithub.com/apoorv-mishra) in [https://github.com/outline/outline/pull/6335](https://togithub.com/outline/outline/pull/6335) - Added 20+ new custom icons to use for collections - Comments in the sidebar will now show the associated highlighted text in the document - Installations with a single OIDC auth-provider will auto-redirect on login - Retina images pasted into a document are now sized as they should be viewed in [https://github.com/outline/outline/pull/6350](https://togithub.com/outline/outline/pull/6350) - Improved collection creation UI in [https://github.com/outline/outline/pull/6485](https://togithub.com/outline/outline/pull/6485) - You can now drag a document or collection into the "Starred" section to star in the sidebar - It's now possible to replace a file attachment inline - Automatically replace (--) with emdash by [@​L11R](https://togithub.com/L11R) in [https://github.com/outline/outline/pull/6479](https://togithub.com/outline/outline/pull/6479) - Added native keyboard shortcuts for Find+Replace functionality - Inline code now has a "Copy" action in the toolbar - Added "Find and replace" option to menu on mobile in [https://github.com/outline/outline/pull/6368](https://togithub.com/outline/outline/pull/6368) - Added a security setting to allow users to send invites in [https://github.com/outline/outline/pull/6488](https://togithub.com/outline/outline/pull/6488) - Added [Camunda](https://camunda.com/) embed support in [https://github.com/outline/outline/pull/6457](https://togithub.com/outline/outline/pull/6457) - Added support for [SmartSuite](https://app.smartsuite.com) embeds - Added support for embedded images in Word documents exported from Confluence in [https://github.com/outline/outline/pull/6361](https://togithub.com/outline/outline/pull/6361) - Added a "Copy as Markdown", and "Copy as Link" actions to documents - Invite user screen now displays which collections they will be granted access to - In-app notifications are now instant rather than delayed like emails in [https://github.com/outline/outline/pull/6506](https://togithub.com/outline/outline/pull/6506) - API: Added missing `integrations.info` endpoint - API: Added missing `comments.info` endpoint - And lots more I've probably forgotten… ##### Fixes - Positioning of editing toolbar on mobile devices in [https://github.com/outline/outline/pull/6279](https://togithub.com/outline/outline/pull/6279) - Suspended users now receive the correct error message on attempted login by [@​ruizehung](https://togithub.com/ruizehung) in [https://github.com/outline/outline/pull/6297](https://togithub.com/outline/outline/pull/6297) - Fixed an issue where Mermaid diagrams are not displayed correctly next to headings by [@​david50407](https://togithub.com/david50407) in [https://github.com/outline/outline/pull/6299](https://togithub.com/outline/outline/pull/6299) - Fixed theme rendering of Mermaid diagrams by [@​david50407](https://togithub.com/david50407) in [https://github.com/outline/outline/pull/6307](https://togithub.com/outline/outline/pull/6307) - Fixed Airtable embeds not working with latest url format - Fixed an issue where Firefox would not behave correctly when resizing a video - Fixed a server error when search term contains double single quotes - Fixed an issue where pasted links from HTML could result in a double underline formatting - Fixed a race condition that could result in corrupt structure in the collection sidebar - Fixed an issue where settings could not be saved until an avatar was uploaded - Fixed an issue that preventing unpublishing documents with archived children - It is now possible to use parentheses before an @​mention - Fix flash on render of newly created comments [https://github.com/outline/outline/pull/6322](https://togithub.com/outline/outline/pull/6322) - Database relationships are now cleaned up correctly when a user is deleted in [https://github.com/outline/outline/pull/6343](https://togithub.com/outline/outline/pull/6343) - Add notifications for document and collection access in [https://github.com/outline/outline/pull/6460](https://togithub.com/outline/outline/pull/6460) - Updates to user model are now synced between clients in [https://github.com/outline/outline/pull/6490](https://togithub.com/outline/outline/pull/6490) - Improved resiliency of importer in [https://github.com/outline/outline/pull/6519](https://togithub.com/outline/outline/pull/6519), [https://github.com/outline/outline/issues/6273](https://togithub.com/outline/outline/issues/6273) - It is no longer possible to duplicate comment marks through copy/paste of text - Pasting a markdown table will now always trigger markdown parsing #### New Contributors - [@​ruizehung](https://togithub.com/ruizehung) made their first contribution in [https://github.com/outline/outline/pull/6297](https://togithub.com/outline/outline/pull/6297) - [@​david50407](https://togithub.com/david50407) made their first contribution in [https://github.com/outline/outline/pull/6299](https://togithub.com/outline/outline/pull/6299) - [@​L11R](https://togithub.com/L11R) made their first contribution in [https://github.com/outline/outline/pull/6479](https://togithub.com/outline/outline/pull/6479) **Full Changelog**: https://github.com/outline/outline/compare/v0.74.0...v0.75.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMyIsInVwZGF0ZWRJblZlciI6IjM3LjIwMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> |
||
|
|
828fa34de0 |
Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> |
||
|
|
aa889714f3 |
chore(deps): update container image pihole/pihole to v2024.02.0@8077053 by renovate (#18430)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pihole/pihole](https://togithub.com/pi-hole/docker-pi-hole) | minor | `2024.01.0` -> `2024.02.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>pi-hole/docker-pi-hole (pihole/pihole)</summary> ### [`v2024.02.0`](https://togithub.com/pi-hole/docker-pi-hole/releases/tag/2024.02.0) [Compare Source](https://togithub.com/pi-hole/docker-pi-hole/compare/2024.01.0...2024.02.0) Nothing Docker-specific this time around. Tagging to include FTL v5.25 See [our recent blog post](https://pi-hole.net/blog/2024/02/13/fixing-two-new-dnssec-vulnerabilities/) for details concerning this release. #### What's Changed (FTL) - Update embedded dnsmasq to v2.90 (Pi-hole v5) by [@​DL6ER](https://togithub.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/1881](https://togithub.com/pi-hole/FTL/pull/1881) **Full Changelog**: https://github.com/pi-hole/FTL/compare/v5.24...v5.25 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMyIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->pihole-14.2.0 |
||
|
|
c0fa5cdc4e |
chore(deps): update container image linuxserver/heimdall to v2.6.1@e179d8e by renovate (#18420)
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)) | minor | `2.5.8` -> `2.6.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMyIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->heimdall-19.2.0 |
||
|
|
c7b2c53d0c |
chore(deps): update container image flowiseai/flowise to v1.5.1@533a1fa by renovate (#18473)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | flowiseai/flowise | patch | `1.5.0` -> `1.5.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjIwMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->flowise-3.3.1 |
||
|
|
5a933de552 | chore(deps): update container image ghcr.io/linuxserver/openvscode-server to v1.86.2@fd7307d by renovate (#18474) vikunja-12.2.2 tt-rss-15.1.3 openvscode-server-8.3.1 dell-idrac-fan-controller-4.2.1 rimgo-5.2.2 dns-doh-companion-4.2.1 libremdb-6.2.2 go-playground-4.2.1 | ||
|
|
566d64be72 | chore(deps): update container image testdasi/simple-dns-doh to latest@8896fa6 by renovate (#18471) | ||
|
|
af947d2a9c |
chore(deps): update container image nginx to v1.25.4@c26ae74 by renovate (#18396)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | nginx | patch | `1.25.3` -> `1.25.4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMCIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> |
||
|
|
36cb51069f |
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@9145812 by renovate (#18469)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | quay.io/pussthecatorg/libremdb | digest | `0ecfa59` -> `9145812` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjIwMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> |
||
|
|
d105901c42 |
chore(deps): update container image cthulhoo/ttrss-web-nginx to latest@d77d732 by renovate (#18289)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | cthulhoo/ttrss-web-nginx | digest | `bd1ad0a` -> `d77d732` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMCIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> |
||
|
|
e09d285a4f |
chore(deps): update container image x1unix/go-playground to latest@7606f5c by renovate (#18472)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | x1unix/go-playground | digest | `e98741b` -> `7606f5c` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjIwMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> |
||
|
|
a564a6ba35 | chore(deps): update container image bitnami/solr to 9.5.0@e644f1d by renovate (#18468) | ||
|
|
cc77315201 |
chore(deps): update container image quay.io/pussthecatorg/rimgo to latest@07736f1 by renovate (#18470)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | quay.io/pussthecatorg/rimgo | digest | `97e8d1f` -> `07736f1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjIwMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> |
||
|
|
bce5cc4ce4 | chore(deps): update container image ghcr.io/tigerblue77/dell_idrac_fan_controller to latest@1b82a31 by renovate (#17875) | ||
|
|
d24c73d3e7 |
chore(deps): update container image bitnami/prometheus to 2.49.1@1afc5f1 by renovate (#18467)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | bitnami/prometheus | digest | `470dd63` -> `1afc5f1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjIwMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->prometheus-16.7.1 |
||
|
|
8dea7aa349 | chore(deps): update actions/checkout digest to f43a0e5 by renovate (#18465) | ||
|
|
edf9514fce |
chore(deps): update container image jlesage/mkvcleaver to v24.02.1@af0ad62 by renovate (#18441)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jlesage/mkvcleaver](https://togithub.com/jlesage/docker-mkvcleaver) | major | `v23.11.2` -> `v24.02.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jlesage/docker-mkvcleaver (jlesage/mkvcleaver)</summary> ### [`v24.02.1`](https://togithub.com/jlesage/docker-mkvcleaver/releases/tag/v24.02.1): Version 24.02.1 [Compare Source](https://togithub.com/jlesage/docker-mkvcleaver/compare/v23.11.2...v24.02.1) Changes in this release: - Updated baseimage to version 4.5.3, which brings the following changes: - Disabled fullscreen support when page is loaded into an iFrame. - Rebuilt against latest distro images to get security fixes. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMyIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->cloudflareddns-8.2.1 firefox-desktop-g3-4.2.1 snapdrop-8.2.1 grafana-12.2.1 odoo-16.2.1 picoshare-8.2.1 tracks-4.2.1 doublecommander-11.2.1 autoscan-7.2.1 navidrome-18.3.1 monica-11.2.1 cyberchef-8.5.0 logitech-media-server-10.2.1 minecraft-java-7.2.1 duckdns-8.2.1 docker-4.1.1 mysql-workbench-8.2.1 medusa-9.2.1 tt-rss-15.1.2 wordpress-6.2.1 invidious-8.2.1 resilio-sync-13.2.1 anonaddy-19.2.1 n8n-12.9.0 glauth-4.2.1 yourls-4.2.1 jellyfin-17.2.1 kasm-7.3.0 lazylibrarian-17.2.1 fluidd-8.3.1 tasmocompiler-5.2.1 rdesktop-7.2.24 piwigo-11.4.1 qinglong-8.3.1 wallos-3.2.1 factorio-6.2.1 neko-4.2.10 metabase-2.2.1 newyearcountdownclock-4.2.1 tvheadend-18.2.1 projectsend-11.2.1 rflood-4.2.1 redmine-10.2.1 ddns-go-9.2.1 grav-10.2.1 webtop-8.2.24 steam-headless-2.2.1 calibre-web-17.2.1 audiobookshelf-8.3.0 budge-8.2.1 flexget-8.3.1 chronograf-4.2.1 hasty-paste-5.3.0 gokapi-4.2.1 smokeping-9.2.1 meshcentral-14.2.1 red-discordbot-4.2.1 boinc-8.2.1 nzbhydra-18.2.1 duplicacy-5.2.1 emulatorjs-8.3.1 rsshub-11.3.1 sabnzbd-17.3.2 xen-orchestra-7.5.1 rdtclient-3.2.1 autobrr-7.6.0 foldingathome-8.2.1 homepage-6.4.1 slash-3.0.0 dillinger-8.2.1 clusterissuer-6.2.1 ghostfolio-3.12.0 plex-16.3.0 pylon-8.2.1 vertex-4.2.1 icloudpd-5.2.2 posterr-7.2.1 metallb-config-5.2.1 calibre-13.5.1 healthchecks-13.3.1 beets-10.2.1 prusaslicer-novnc-7.2.1 plexanisync-5.2.1 sonarr-19.1.1 littlelink-12.2.1 babybuddy-15.3.1 heimdall-19.1.1 rss-to-telegram-4.2.1 tandoor-recipes-15.1.1 mkvcleaver-8.0.0 troddit-4.2.1 radarr-19.3.0 blender-4.2.1 pwndrop-8.2.1 synclounge-8.2.1 traefik-25.2.1 miniflux-13.3.0 adminer-7.2.1 twonky-server-4.2.1 vikunja-12.2.1 static-web-server-3.5.0 tachidesk-docker-5.1.1 mylar-12.2.1 tar1090-4.2.1 omada-controller-13.1.1 home-assistant-23.2.1 grocy-17.3.1 kubeapps-1.2.2 yacreaderlibraryserver-4.2.1 nextcloud-28.3.4 ispy-agent-dvr-8.3.1 openebs-2.2.1 drawio-9.2.1 booksonic-air-12.2.1 prometheus-16.7.0 mstream-9.2.1 local-ai-8.33.6 homarr-9.3.0 webgrabplus-8.2.1 serpbear-2.2.1 requestrr-9.1.1 quassel-core-10.2.1 searxng-6.2.1 librespeed-12.2.1 theme-park-8.2.1 paperless-ngx-6.6.1 remmina-9.2.1 freshrss-17.2.1 plextraktsync-6.3.1 fileflows-9.2.1 telethon-downloader-4.2.1 watcharr-3.7.0 pyload-ng-4.2.1 rickroll-5.2.1 friendica-12.3.1 |
||
|
|
dd515ce38c |
chore(deps): update actions/checkout digest to f43a0e5 by renovate (#18452)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | digest | `2541b12` -> `f43a0e5` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> |
||
|
|
9223c9fe54 | add catalog-templates test | ||
|
|
a7cac7c345 | fix some catalog test failures | ||
|
|
dc946cdb48 |
Chore(ci): update charttool
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
39316e5dad |
chore(deps): update container image n8nio/n8n to v1.29.1@6d163fb by renovate (#18426)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | n8nio/n8n | minor | `1.28.0` -> `1.29.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMyIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> |
||
|
|
84cc92eb93 | chore(deps): update container image node-exporter to v6.2.1@d3d3979 by renovate (#18427) | ||
|
|
e67b69fffb |
chore(deps): update container image miniflux/miniflux to v2.1.0@5cba616 by renovate (#18423)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [miniflux/miniflux](https://miniflux.app) ([source](https://togithub.com/miniflux/v2)) | minor | `2.0.51` -> `2.1.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>miniflux/v2 (miniflux/miniflux)</summary> ### [`v2.1.0`](https://togithub.com/miniflux/v2/blob/HEAD/ChangeLog#Version-210-February-17-2024) [Compare Source](https://togithub.com/miniflux/v2/compare/2.0.51...2.1.0) - Add Linkwarden integration - Add LinkAce integration - Add `FORCE_REFRESH_INTERVAL` config option - Add `item-meta-info-reading-time` CSS class - Add `add_dynamic_iframe` rewrite function - Add attribute `data-original-mos` to `add_dynamic_image` rewrite candidates - Update entry processor to allow blocking/keeping entries by tags and/or authors - Change default `Accept` header when fetching feeds - Rewrite relative RSS Bridge URL to absolute URL - Use numeric user ID in Alpine and distroless container image (avoid `securityContext` error in Kubernetes) - Always try to use HTTP/2 when fetching feeds if available - Add `type` attribute in OPML export as per OPML 2.0 specs - Fix missing translation argument for the key `error.unable_to_parse_feed` - Fix Debian package builder when using Go 1.22 and `armhf` architecture - Fix typo in log message - Fix incorrect label shown when saving an article - Fix incorrect condition in refresh feeds cli - Fix incorrect label `for` attribute - Add missing label ID for custom CSS field - Accessibility improvements: - Add workaround for macOS VoiceOver that didn't announce `details` and `summary` when expanded - Add `alert` role to alert message element - Add a `h2` heading to the article element so that the screen reader users can navigate the article through the heading level - Add an `aria-label` attribute for the article element for screen readers - Remove the icon image `alt` attribute in feeds list to prevent screen reader to announce it before entry title - Add `sr-only` CSS class for screen reader users (provides more context) - Differentiate between buttons and links - Change links that could perform actions to buttons - Improve translation of hidden Aria elements - Remove the redundant article role - Add a search landmark for the search form so that the screen reader users can navigate to it - Add skip to content link - Add `nav` landmark to page header links - Limit feed/category entry pagination to unread entries when coming from unread entry list - Update German translation - Update GitHub Actions to Go 1.22 - Bump `golang.org/x/term` from `0.16.0` to `0.17.0` - Bump `github.com/google/uuid` from `1.5.0` to `1.6.0` - Bump `github.com/yuin/goldmark` from `1.6.0` to `1.7.0` - Bump `golang.org/x/oauth2` from `0.15.0` to `0.17.0` - Bump `github.com/tdewolff/minify/v2` from `2.20.10` to `2.20.12` - Bump `golang.org/x/term` from `0.15.0` to `0.16.0` - Bump `github.com/prometheus/client_golang` from `1.17.0` to `1.18.0` - Bump `github.com/tdewolff/minify/v2` from `2.20.9` to `2.20.16` - Bump `golang.org/x/crypto` from `0.16.0` to `0.19.0` - Bump `github.com/go-webauthn/webauthn` from `0.9.4` to` 0.10.1 ` - Bump `golang.org/x/net` from `0.20.0` to `0.21.0` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMyIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> |
||
|
|
1753c64b49 | chore(deps): update container image mpepping/cyberchef to v10.8.1@108ba27 by renovate (#18425) | ||
|
|
441e2a5e72 |
chore(deps): update container image kasmweb/workspaces to v1.15.0@a2637c3 by renovate (#18418)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | kasmweb/workspaces | minor | `1.14.0` -> `1.15.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMyIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> |
||
|
|
3ff1df0a6f |
chore(deps): update container image ghostfolio/ghostfolio to v2.54.0@2fa747e by renovate (#18417)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghostfolio/ghostfolio | minor | `2.50.0` -> `2.54.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMyIsInVwZGF0ZWRJblZlciI6IjM3LjIwMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> |
||
|
|
5e94a89df8 |
chore(deps): update container image ghcr.io/ajnart/homarr to v0.15.0@24e3e19 by renovate (#18409)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/ajnart/homarr](https://togithub.com/ajnart/homarr) | minor | `0.14.6` -> `0.15.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>ajnart/homarr (ghcr.io/ajnart/homarr)</summary> ### [`v0.15.0`](https://togithub.com/ajnart/homarr/releases/tag/v0.15.0) [Compare Source](https://togithub.com/ajnart/homarr/compare/v0.14.6...v0.15.0) #### SSO (LDAP, OIDC) Thanks to [@​Rikpat](https://togithub.com/Rikpat) 's [contribution](https://togithub.com/ajnart/homarr/pull/1497), Homarr finally supports single sign on.  It is also possible to use both providers at the same time and disable the credentials entirely.  Please read the documentation on how to set this up: https://homarr.dev/docs/advanced/sso #### New widget: Indexer manager You can now manage your Prowlarr indexers from Homarr and see their status:  #### Units for the home assistant widget Values can now optionally be displayed with a unit:  #### What's Changed - fix: attempt to fix hidden docker button by [@​manuel-rw](https://togithub.com/manuel-rw) in [https://github.com/ajnart/homarr/pull/1875](https://togithub.com/ajnart/homarr/pull/1875) - chore: new Crowdin updates by [@​ajnart](https://togithub.com/ajnart) in [https://github.com/ajnart/homarr/pull/1873](https://togithub.com/ajnart/homarr/pull/1873) - config: chore version by [@​manuel-rw](https://togithub.com/manuel-rw) in [https://github.com/ajnart/homarr/pull/1876](https://togithub.com/ajnart/homarr/pull/1876) - docs: add argos ci to readme by [@​manuel-rw](https://togithub.com/manuel-rw) in [https://github.com/ajnart/homarr/pull/1883](https://togithub.com/ajnart/homarr/pull/1883) - fix: Notebook link target bug fix by [@​Tagaishi](https://togithub.com/Tagaishi) in [https://github.com/ajnart/homarr/pull/1889](https://togithub.com/ajnart/homarr/pull/1889) - fix: Board create name bug fix by [@​Tagaishi](https://togithub.com/Tagaishi) in [https://github.com/ajnart/homarr/pull/1887](https://togithub.com/ajnart/homarr/pull/1887) - feat: added features to smart home entitiy card by [@​tuggan](https://togithub.com/tuggan) in [https://github.com/ajnart/homarr/pull/1844](https://togithub.com/ajnart/homarr/pull/1844) - feat: indexer manager by [@​hillaliy](https://togithub.com/hillaliy) in [https://github.com/ajnart/homarr/pull/1807](https://togithub.com/ajnart/homarr/pull/1807) - fix: remove url length checks in Bookmarks by [@​ajnart](https://togithub.com/ajnart) in [https://github.com/ajnart/homarr/pull/1851](https://togithub.com/ajnart/homarr/pull/1851) - chore: new Crowdin updates by [@​ajnart](https://togithub.com/ajnart) in [https://github.com/ajnart/homarr/pull/1878](https://togithub.com/ajnart/homarr/pull/1878) - feat: add SSO support (LDAP, OIDC) by [@​Rikpat](https://togithub.com/Rikpat) in [https://github.com/ajnart/homarr/pull/1497](https://togithub.com/ajnart/homarr/pull/1497) - docs: update README.md by [@​ajnart](https://togithub.com/ajnart) in [https://github.com/ajnart/homarr/pull/1892](https://togithub.com/ajnart/homarr/pull/1892) - config: tag release by [@​manuel-rw](https://togithub.com/manuel-rw) in [https://github.com/ajnart/homarr/pull/1906](https://togithub.com/ajnart/homarr/pull/1906) #### New Contributors - [@​Rikpat](https://togithub.com/Rikpat) made their first contribution in [https://github.com/ajnart/homarr/pull/1497](https://togithub.com/ajnart/homarr/pull/1497) **Full Changelog**: https://github.com/ajnart/homarr/compare/v0.14.5...v0.15.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMyIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> |
||
|
|
9fe0ccdb8e |
chore(deps): update container image ghcr.io/static-web-server/static-web-server to v2.27.0@30764cf by renovate (#18416)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/static-web-server/static-web-server](https://togithub.com/static-web-server/static-web-server) | minor | `2.26.0` -> `2.27.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>static-web-server/static-web-server (ghcr.io/static-web-server/static-web-server)</summary> ### [`v2.27.0`](https://togithub.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2270---2024-02-13) [Compare Source](https://togithub.com/static-web-server/static-web-server/compare/v2.26.0...v2.27.0) This new `v2.27.0` release brings a few dependency updates and bug fixes. Two new Cargo feature flags and fixes a regression introduced by the previous release when building SWS from source. **Fixes** - [ec93d6c](https://togithub.com/static-web-server/static-web-server/commit/ec93d6c) Bugfix/security dependency updates including chrono, indexmap, indexmap and other crates. **Features** - [1a6caa4](https://togithub.com/static-web-server/static-web-server/commit/1a6caa4) Crate: New `all` and `experimental` Cargo feature flags. PR [#​313](https://togithub.com/static-web-server/static-web-server/pull/313) also fixes [#​312](https://togithub.com/static-web-server/static-web-server/issues/312) reported by [@​mattfbacon](https://togithub.com/mattfbacon). See [docs](https://static-web-server.net/building-from-source/#cargo-features). </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMyIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> |
||
|
|
9ac25ad268 | chore(deps): update container image ghcr.io/enchant97/hasty-paste to v1.10.0@fab6228 by renovate (#18411) | ||
|
|
f8b9ba4727 | chore(deps): update container image ghcr.io/sbondco/watcharr to v1.34.0@8564b48 by renovate (#18415) | ||
|
|
861c95b897 |
chore(deps): update container image ghcr.io/onedr0p/plex to v1.40.0.7998-c29d4c0c8@6aee52b by renovate (#18413)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/onedr0p/plex](https://ghcr.io/onedr0p/plex) ([source](https://togithub.com/onedr0p/containers)) | minor | `1.32.8.7639-fb6452ebf` -> `1.40.0.7998-c29d4c0c8` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMyIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> |
||
|
|
c0c2e772d0 |
chore(deps): update container image ghcr.io/onedr0p/radarr to v5.3.6.8612@d0786b4 by renovate (#18414)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/onedr0p/radarr](https://ghcr.io/onedr0p/radarr) ([source](https://togithub.com/Radarr/Radarr)) | minor | `5.2.6.8376` -> `5.3.6.8612` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Radarr/Radarr (ghcr.io/onedr0p/radarr)</summary> ### [`v5.3.6.8612`](https://togithub.com/Radarr/Radarr/releases/tag/v5.3.6.8612): 5.3.6.8612 [Compare Source](https://togithub.com/Radarr/Radarr/compare/v5.2.6.8376...v5.3.6.8612) *To receive further Pre-Release or final updates for a non-docker installation, please change the branch to **master**. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)* **If you are using docker you will need to update the container image. *Do not attempt to update Radarr within an existing docker container.*** #### Changes: - [`63f1692`]( |
||
|
|
62771c9c57 |
chore(deps): update container image ghcr.io/autobrr/autobrr to v1.38.1@4c2d91b by renovate (#18410)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/autobrr/autobrr](https://togithub.com/autobrr/autobrr) | minor | `v1.37.0` -> `v1.38.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>autobrr/autobrr (ghcr.io/autobrr/autobrr)</summary> ### [`v1.38.1`](https://togithub.com/autobrr/autobrr/releases/tag/v1.38.1) [Compare Source](https://togithub.com/autobrr/autobrr/compare/v1.38.0...v1.38.1) #### Changelog ##### Bug fixes - [`c97becb`]( |
||
|
|
1baab8c466 | chore(deps): update container image itzg/mc-backup to latest@a4747aa by renovate (#18336) | ||
|
|
2991e5b0b4 |
chore(deps): update rdesktop by renovate (#18369)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/rdesktop | digest | `cdc43e3` -> `07b91b4` | | lscr.io/linuxserver/rdesktop | digest | `34e0e40` -> `dbe067c` | | lscr.io/linuxserver/rdesktop | digest | `81ae6be` -> `2531754` | | lscr.io/linuxserver/rdesktop | digest | `8dce3a9` -> `c9678b5` | | lscr.io/linuxserver/rdesktop | digest | `c5d086b` -> `60c94da` | | lscr.io/linuxserver/rdesktop | digest | `ebac8cd` -> `460e663` | | lscr.io/linuxserver/rdesktop | digest | `3b35f22` -> `b125575` | | lscr.io/linuxserver/rdesktop | digest | `e9eda16` -> `cadfc9b` | | lscr.io/linuxserver/rdesktop | digest | `2806a91` -> `3c9a7e1` | | lscr.io/linuxserver/rdesktop | digest | `dd54fa7` -> `7061ec6` | | lscr.io/linuxserver/rdesktop | digest | `eebf1c5` -> `cc103b4` | | lscr.io/linuxserver/rdesktop | digest | `05c55a9` -> `e307759` | | lscr.io/linuxserver/rdesktop | digest | `a90538f` -> `59fef30` | | lscr.io/linuxserver/rdesktop | digest | `9447865` -> `f1b6d00` | | lscr.io/linuxserver/rdesktop | digest | `41778d4` -> `fdcdc73` | | lscr.io/linuxserver/rdesktop | digest | `17ca8eb` -> `8c7af3d` | | lscr.io/linuxserver/rdesktop | digest | `57780b0` -> `21fd16d` | | lscr.io/linuxserver/rdesktop | digest | `84482d3` -> `746d6c3` | | lscr.io/linuxserver/rdesktop | digest | `b877653` -> `11bace1` | | lscr.io/linuxserver/rdesktop | digest | `42c9b68` -> `9f2c6ab` | | lscr.io/linuxserver/rdesktop | digest | `8d30fb9` -> `6141b83` | | lscr.io/linuxserver/rdesktop | digest | `9616efb` -> `d7d5bfa` | | lscr.io/linuxserver/rdesktop | digest | `0e33288` -> `ced5316` | | lscr.io/linuxserver/rdesktop | digest | `efe0b43` -> `dbdc827` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMCIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> |
||
|
|
8aa5be901f |
Chore(ci): update charttool
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
d3882db5a9 |
Chore(ci): update charttool
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
6df50e1ece |
chore(deps): update container image ghcr.io/ylianst/meshcentral to v1.1.21@5a328e8 by renovate (#18389)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/ylianst/meshcentral](https://togithub.com/Ylianst/MeshCentral) | patch | `1.1.20` -> `1.1.21` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Ylianst/MeshCentral (ghcr.io/ylianst/meshcentral)</summary> ### [`v1.1.21`](https://togithub.com/Ylianst/MeshCentral/releases/tag/1.1.21) [Compare Source](https://togithub.com/Ylianst/MeshCentral/compare/1.1.20...1.1.21) - [`3e04e4d`](https://togithub.com/Ylianst/MeshCentral/commit/3e04e4d8) Version 1.1.21 - [`f2bc7d5`](https://togithub.com/Ylianst/MeshCentral/commit/f2bc7d53) More BitLocker improvements. - [`e5e86fe`](https://togithub.com/Ylianst/MeshCentral/commit/e5e86fee) BitLocker fixes, added drive volumes to details tab. - [`4637e6b`](https://togithub.com/Ylianst/MeshCentral/commit/4637e6b3) Intel AMT fixes. - [`fb15d94`](https://togithub.com/Ylianst/MeshCentral/commit/fb15d949) update full version, and marking of the amt to check if activated ([#​5803](https://togithub.com/Ylianst/MeshCentral/issues/5803)) - [`a7018e7`](https://togithub.com/Ylianst/MeshCentral/commit/a7018e74) split ips correctly with spaces for domains [#​5809](https://togithub.com/Ylianst/MeshCentral/issues/5809) - [`a3b3ecd`](https://togithub.com/Ylianst/MeshCentral/commit/a3b3ecd8) Dutch language update 1.1.2 ([#​5804](https://togithub.com/Ylianst/MeshCentral/issues/5804)) - [`f2e43cc`](https://togithub.com/Ylianst/MeshCentral/commit/f2e43cc6) Added option to check HTTP origin. - [`5c1249c`](https://togithub.com/Ylianst/MeshCentral/commit/5c1249cc) split ips correctly with spaces [#​5809](https://togithub.com/Ylianst/MeshCentral/issues/5809) - [`0232056`](https://togithub.com/Ylianst/MeshCentral/commit/02320562) add extra defaults and descriptions to schema - [`6f78f9e`](https://togithub.com/Ylianst/MeshCentral/commit/6f78f9e2) fix one ping/pong function - [`4098805`](https://togithub.com/Ylianst/MeshCentral/commit/40988057) update meshcentralrouter with 2fa fix - [`980eca3`](https://togithub.com/Ylianst/MeshCentral/commit/980eca37) update package lock - [`512695d`](https://togithub.com/Ylianst/MeshCentral/commit/512695df) Docs update for docker and meshagent msh file ([#​5791](https://togithub.com/Ylianst/MeshCentral/issues/5791)) - [`15ff7d1`](https://togithub.com/Ylianst/MeshCentral/commit/15ff7d12) fix agentping ([#​5786](https://togithub.com/Ylianst/MeshCentral/issues/5786)) - [`6637f08`](https://togithub.com/Ylianst/MeshCentral/commit/6637f08f) Docs - Reference docker official ([#​5788](https://togithub.com/Ylianst/MeshCentral/issues/5788)) - [`990da39`](https://togithub.com/Ylianst/MeshCentral/commit/990da39f) add installdate to installedapps - [`ddcff9f`](https://togithub.com/Ylianst/MeshCentral/commit/ddcff9f0) use accelerator regardless of cpu core count ([#​5759](https://togithub.com/Ylianst/MeshCentral/issues/5759)) - [`bfec20a`](https://togithub.com/Ylianst/MeshCentral/commit/bfec20ac) fix account pic transparency ([#​5761](https://togithub.com/Ylianst/MeshCentral/issues/5761)) - [`550ee34`](https://togithub.com/Ylianst/MeshCentral/commit/550ee34f) fix latency bouncing monitors ([#​5756](https://togithub.com/Ylianst/MeshCentral/issues/5756)) - [`e6f27fc`](https://togithub.com/Ylianst/MeshCentral/commit/e6f27fca) fix 2nd line also showing drive name [#​1892](https://togithub.com/Ylianst/MeshCentral/issues/1892) - [`b887457`](https://togithub.com/Ylianst/MeshCentral/commit/b887457e) add bitlocker key to gui for admins ([#​5747](https://togithub.com/Ylianst/MeshCentral/issues/5747)) - [`4648dbe`](https://togithub.com/Ylianst/MeshCentral/commit/4648dbeb) create folder first before copy/move [#​5704](https://togithub.com/Ylianst/MeshCentral/issues/5704) - [`cdab553`](https://togithub.com/Ylianst/MeshCentral/commit/cdab5538) show latency in remote/terminal every 10 secs ([#​5750](https://togithub.com/Ylianst/MeshCentral/issues/5750)) - [`cd2ede8`](https://togithub.com/Ylianst/MeshCentral/commit/cd2ede83) add drive names and icons to files ([#​5749](https://togithub.com/Ylianst/MeshCentral/issues/5749)) - [`97ed6c8`](https://togithub.com/Ylianst/MeshCentral/commit/97ed6c82) fix coreinfo and sendPeriodicServerUpdate - [`df94b50`](https://togithub.com/Ylianst/MeshCentral/commit/df94b50d) dont sendconsoletext muppet! - [`9542e77`](https://togithub.com/Ylianst/MeshCentral/commit/9542e77e) update volumes and bitlocker periodically - [`3f8bbe6`](https://togithub.com/Ylianst/MeshCentral/commit/3f8bbe68) fix blank Windows Defender - [`37911d0`](https://togithub.com/Ylianst/MeshCentral/commit/37911d09) fix bitlocker with multiple drives and german phrase checker - [`1855dd1`](https://togithub.com/Ylianst/MeshCentral/commit/1855dd1d) Fixes authenticode signing if a section name starts with an underscore. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMCIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> |
||
|
|
3f2c420972 | chore(deps): update container image vabene1111/recipes to v1.5.13@6cc5700 by renovate (#18400) | ||
|
|
621d35b568 | chore(deps): update neko by renovate (#18407) | ||
|
|
09c755b4bb |
chore(deps): update container image wiserain/flexget to v3.11.18@36f51d5 by renovate (#18401)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [wiserain/flexget](https://togithub.com/linuxserver/docker-baseimage-alpine/packages) ([source](https://togithub.com/wiserain/docker-flexget)) | patch | `3.11.17` -> `3.11.18` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMCIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> |
||
|
|
61bf7f3865 | chore(deps): update container image ghcr.io/rogerfar/rdtclient to v2.0.62@cfca17b by renovate (#18386) | ||
|
|
09b839f47a |
chore(deps): update container image advplyr/audiobookshelf to v2.8.0@34bc141 by renovate (#18402)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | advplyr/audiobookshelf | minor | `2.7.2` -> `2.8.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMCIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> |
||
|
|
0d5322f723 |
chore(deps): update container image metabase/metabase to v0.48.6@96416c1 by renovate (#18394)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | metabase/metabase | patch | `v0.48.5` -> `v0.48.6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMCIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> |
||
|
|
130aa9218b |
chore(deps): update container image mtlynch/picoshare to v1.4.2@67d7622 by renovate (#18395)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | mtlynch/picoshare | patch | `1.4.1` -> `1.4.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMCIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> |