6df22bbdfe28ebb2c59a903b992a77e0fc07d7d5
39092 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
6df22bbdfe |
chore(helm): update image ghcr.io/linuxserver/ddclient 3.11.2 → 4.0.0 (#31158)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/ddclient](https://redirect.github.com/linuxserver/docker-ddclient/packages) ([source](https://redirect.github.com/linuxserver/docker-ddclient)) | major | `56c4f0c` -> `fd41110` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19--> |
||
|
|
590e5ae76a |
chore(helm): update image ghcr.io/sbondco/watcharr v1.44.2 → v2.0.0 (#31160)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/sbondco/watcharr](https://redirect.github.com/sbondCo/Watcharr) | major | `85df9a7` -> `efaf2f5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>sbondCo/Watcharr (ghcr.io/sbondco/watcharr)</summary> ### [`v2.0.0`](https://redirect.github.com/sbondCo/Watcharr/releases/tag/v2.0.0) [Compare Source](https://redirect.github.com/sbondCo/Watcharr/compare/v1.44.2...v2.0.0) > \[!NOTE]\ > The next release is finally here! Don't worry about the major version bump though, there's nothing for you to do, other than update your server as usual ([more details here](https://redirect.github.com/sbondCo/Watcharr/discussions/768)). > > It is still recommended that you perform a backup before updating! #### New - Trusted header authentication by [@​lufixSch](https://redirect.github.com/lufixSch) & [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/736](https://redirect.github.com/sbondCo/Watcharr/pull/736) - Person: Ability to sort items in people view by [@​AlexPerathoner](https://redirect.github.com/AlexPerathoner) in [https://github.com/sbondCo/Watcharr/pull/670](https://redirect.github.com/sbondCo/Watcharr/pull/670) - Person: 'On my list' filter support by [@​AlexPerathoner](https://redirect.github.com/AlexPerathoner) & [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/704](https://redirect.github.com/sbondCo/Watcharr/pull/704) - Person: show message when no credits to show by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/705](https://redirect.github.com/sbondCo/Watcharr/pull/705) - Search by external id (with this format: `provider:id`, example: `imdb:tt15435876`) by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/709](https://redirect.github.com/sbondCo/Watcharr/pull/709) - imdb (aliases: `i`, `imd`) - tvdb (aliases: `thetvdb`) - youtube (aliases: `yt`) - wikidata (aliases: `wd`, `wdt`) - facebook - instagram - twitter - tiktok - Search: Support special characters (technically breaking, but only for frontend url, not api) by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/713](https://redirect.github.com/sbondCo/Watcharr/pull/713) - Imdb import (for movies & tv) by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/726](https://redirect.github.com/sbondCo/Watcharr/pull/726) - Imdb episodes import support (only if show is imported too from list) by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/728](https://redirect.github.com/sbondCo/Watcharr/pull/728) - Create a default error page by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/738](https://redirect.github.com/sbondCo/Watcharr/pull/738) - manage_users: Support swapping users between Watcharr/Proxy user types (which enabled a migration path for existing users over to becoming a trusted header user) by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/747](https://redirect.github.com/sbondCo/Watcharr/pull/747) #### Changed - Migration to Svelte 5, new code format rules for frontend, some general overdue refactoring by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/762](https://redirect.github.com/sbondCo/Watcharr/pull/762) - Full migration to Svelte 5 (instead of slowly migrating, everything has been moved over to use Svelte 5 features now) - The store is now an object using the $state rune, instead of using a svelte store. All uses have been updated, looks a lot cleaner now! - Edited prettierrc: Use default `printWidth` of 80, Always leave trailing `,`, use tabs. - All code reformatted to use Tabs instead of Spaces (have been meaning to fix this for a while, all the code being changed in this pr was a good excuse to get it done). - Code makeover: A lot of stuff has been refactored to be (more) pleasing to the eyes. #### Fixed - import: Disable 'change statuses' button while importing by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/727](https://redirect.github.com/sbondCo/Watcharr/pull/727) - Fix search debounce and styling by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/770](https://redirect.github.com/sbondCo/Watcharr/pull/770) - Fix importing state error by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/781](https://redirect.github.com/sbondCo/Watcharr/pull/781) #### Documentation - New screenshots for readme/doc site by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/771](https://redirect.github.com/sbondCo/Watcharr/pull/771) #### Maintenance - ui: bump [@​sveltejs/kit](https://redirect.github.com/sveltejs/kit) from 2.5.27 to 2.15.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/737](https://redirect.github.com/sbondCo/Watcharr/pull/737) - ui: bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 7.14.1 to 8.18.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/733](https://redirect.github.com/sbondCo/Watcharr/pull/733) - ui: bump typescript from 5.5.4 to 5.7.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/703](https://redirect.github.com/sbondCo/Watcharr/pull/703) - ui: bump [@​vite-pwa/sveltekit](https://redirect.github.com/vite-pwa/sveltekit) from 0.5.0 to 0.6.6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/669](https://redirect.github.com/sbondCo/Watcharr/pull/669) - ui: bump prettier from 3.3.2 to 3.4.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/714](https://redirect.github.com/sbondCo/Watcharr/pull/714) - server: bump github.com/go-co-op/gocron/v2 from 2.11.0 to 2.14.0 in /server by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/731](https://redirect.github.com/sbondCo/Watcharr/pull/731) - server: bump gorm.io/driver/sqlite from 1.5.6 to 1.5.7 in /server by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/723](https://redirect.github.com/sbondCo/Watcharr/pull/723) - server: bump golang.org/x/crypto from 0.27.0 to 0.31.0 in /server by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/717](https://redirect.github.com/sbondCo/Watcharr/pull/717) - ui: bump [@​types/papaparse](https://redirect.github.com/types/papaparse) from 5.3.14 to 5.3.15 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/742](https://redirect.github.com/sbondCo/Watcharr/pull/742) - server: bump github.com/gin-contrib/cors from 1.7.2 to 1.7.3 in /server by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/745](https://redirect.github.com/sbondCo/Watcharr/pull/745) - server: bump golang.org/x/crypto from 0.31.0 to 0.32.0 in /server by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/748](https://redirect.github.com/sbondCo/Watcharr/pull/748) - server: bump github.com/gin-contrib/cache from 1.3.0 to 1.3.1 in /server by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/746](https://redirect.github.com/sbondCo/Watcharr/pull/746) - server: bump github.com/go-co-op/gocron/v2 from 2.14.0 to 2.14.2 in /server by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/761](https://redirect.github.com/sbondCo/Watcharr/pull/761) - ui: bump [@​sveltejs/adapter-node](https://redirect.github.com/sveltejs/adapter-node) from 5.2.11 to 5.2.12 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/763](https://redirect.github.com/sbondCo/Watcharr/pull/763) - ui: bump [@​sveltejs/kit](https://redirect.github.com/sveltejs/kit) from 2.15.1 to 2.16.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/764](https://redirect.github.com/sbondCo/Watcharr/pull/764) #### Thanks - [@​lufixSch](https://redirect.github.com/lufixSch) For getting the base work done for the trusted header authentication support. - [@​christaikobo](https://redirect.github.com/christaikobo) For providing valuable feedback on trusted header authentication implementation. - [@​AlexPerathoner](https://redirect.github.com/AlexPerathoner) For continued work on improving quality of life for the frontend. #### 🆘 Getting Help If you need help, encounter an issue or find a bug please [create an issue](https://redirect.github.com/sbondCo/Watcharr/issues/new/choose) or [join our space on Matrix](https://matrix.to/#/#watcharr:matrix.org) for support. Always happy to help! **Package**: https://github.com/sbondCo/Watcharr/pkgs/container/watcharr/342565711?tag=v2.0.0 or [on docker hub](https://hub.docker.com/layers/sbondco/watcharr/v2.0.0/images/sha256-efaf2f5aed5e6e0ef86f0e981f5c76949147d19fb2f4c28467eb55bf6df4e079) **Full Changelog**: https://github.com/sbondCo/Watcharr/compare/v1.44.2...v2.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19--> |
||
|
|
39b5486d31 |
chore(helm): update image ghcr.io/immich-app/immich-server v1.125.1 → v1.125.2 (#31146)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/immich-app/immich-server](https://redirect.github.com/immich-app/immich) | patch | `9a7fdfb` -> `b7464b8` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>immich-app/immich (ghcr.io/immich-app/immich-server)</summary> ### [`v1.125.2`](https://redirect.github.com/immich-app/immich/releases/tag/v1.125.2) [Compare Source](https://redirect.github.com/immich-app/immich/compare/v1.125.1...v1.125.2) ### v1.125.2 This release addresses the following issues, most of which originate from our migration to Kysely. - Fixed a bug where the timeline shows a placeholder in some sections - Fixed a bug where using server URL with `sslmode` doesn't get parsed correctly - Fixed a bug where LivePhotos doesn't generate thumbnails - Fixed a bug where no EXIF data is returned for the deduplication view - Fixed a bug where albums with archived assets don't show up on the mobile app - Fixed a bug where hard refresh only refreshed assets and not albums - Fixed a bug where the `updatedAt` column doesn't update on some assets and album actions - Fixed a bug where `searchRandom` doesn't return the correct data format Thank you for reporting the bugs you have found! We added a treat to the login page as a thank you 😄 #### Support Immich <p align="center"> <img src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExbjY2eWc5Y2F0ZW56MmR4aWE0dDhzZXlidXRmYWZyajl1bWZidXZpcyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/87CKDqErVfMqY/giphy.gif" width="450" title="SUPPORT THE PROJECT!"> </p> If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app/. Cheers! 🍻 #### What's Changed ##### 🌟 Enhancements - feat(web): neon light behinds auth forms by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/15570](https://redirect.github.com/immich-app/immich/pull/15570) ##### 🐛 Bug fixes - fix(mobile): translation (no /api, experimental features) by [@​mmomjian](https://redirect.github.com/mmomjian) in [https://github.com/immich-app/immich/pull/15600](https://redirect.github.com/immich-app/immich/pull/15600) - fix(server): `getTimeBuckets` not handling boolean filters correctly by [@​mertalev](https://redirect.github.com/mertalev) in [https://github.com/immich-app/immich/pull/15567](https://redirect.github.com/immich-app/immich/pull/15567) - fix(web): auth page padding by [@​jrasm91](https://redirect.github.com/jrasm91) in [https://github.com/immich-app/immich/pull/15569](https://redirect.github.com/immich-app/immich/pull/15569) - fix(server): set `updatedAt` on updates by [@​mertalev](https://redirect.github.com/mertalev) in [https://github.com/immich-app/immich/pull/15573](https://redirect.github.com/immich-app/immich/pull/15573) - fix(server): Fix for sorting faces during merging by [@​Lukasdotcom](https://redirect.github.com/Lukasdotcom) in [https://github.com/immich-app/immich/pull/15571](https://redirect.github.com/immich-app/immich/pull/15571) - fix(server): `searchRandom` response by [@​mertalev](https://redirect.github.com/mertalev) in [https://github.com/immich-app/immich/pull/15580](https://redirect.github.com/immich-app/immich/pull/15580) - fix: login page by [@​jrasm91](https://redirect.github.com/jrasm91) in [https://github.com/immich-app/immich/pull/15613](https://redirect.github.com/immich-app/immich/pull/15613) - fix(mobile): full refresh doesn't get albums by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/15560](https://redirect.github.com/immich-app/immich/pull/15560) - fix(server): link live photos by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/15612](https://redirect.github.com/immich-app/immich/pull/15612) - fix: demo login page by [@​jrasm91](https://redirect.github.com/jrasm91) in [https://github.com/immich-app/immich/pull/15616](https://redirect.github.com/immich-app/immich/pull/15616) - fix(server): no exif metadata in the deduplication utility by [@​mertalev](https://redirect.github.com/mertalev) in [https://github.com/immich-app/immich/pull/15585](https://redirect.github.com/immich-app/immich/pull/15585) - fix(mobile): deletion of single assets by [@​Saschl](https://redirect.github.com/Saschl) in [https://github.com/immich-app/immich/pull/15597](https://redirect.github.com/immich-app/immich/pull/15597) - fix(server): failed to get albums with archived assets by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/15611](https://redirect.github.com/immich-app/immich/pull/15611) - fix(server): migration mentions public schema by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/15622](https://redirect.github.com/immich-app/immich/pull/15622) - fix(mobile): failed to load ga/gl locale by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/15623](https://redirect.github.com/immich-app/immich/pull/15623) - fix(server): `sslmode` not working by [@​mertalev](https://redirect.github.com/mertalev) in [https://github.com/immich-app/immich/pull/15587](https://redirect.github.com/immich-app/immich/pull/15587) **Full Changelog**: https://github.com/immich-app/immich/compare/v1.125.1...v1.125.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> --------- Signed-off-by: kqmaverick <121722567+kqmaverick@users.noreply.github.com> Co-authored-by: kqmaverick <121722567+kqmaverick@users.noreply.github.com> Co-authored-by: kqmaverick <kqmaverick@gmail.com> |
||
|
|
1d69492897 | chore(helm): update image ghcr.io/pmmp/pocketmine-mp 5.23.3 → 5.24.0 (#31120) | ||
|
|
24cac04bc4 |
chore(helm): update image renovate/renovate 39.105.1 → 39.128.0 (#31153)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | minor | -> | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>renovatebot/renovate (renovate/renovate)</summary> ### [`v39.128.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.128.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.127.0...39.128.0) ##### Features - **http:** Create package cache provider ([#​33742](https://redirect.github.com/renovatebot/renovate/issues/33742)) ([d934216](https://redirect.github.com/renovatebot/renovate/commit/d934216a904240a2756d757a26874f44cfbc2582)) ##### Tests - refactor and ci fix for other tests ([#​33815](https://redirect.github.com/renovatebot/renovate/issues/33815)) ([bdf3d1d](https://redirect.github.com/renovatebot/renovate/commit/bdf3d1daa41674f422768a08f55e20870c1d0889)) ### [`v39.127.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.127.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.126.1...39.127.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.36.2 ([#​33741](https://redirect.github.com/renovatebot/renovate/issues/33741)) ([c5c22b6](https://redirect.github.com/renovatebot/renovate/commit/c5c22b6cfad9108b2d0c15656d465a435c074e92)) ##### Documentation - announce upcoming disabling of encrypted secrets ([#​33803](https://redirect.github.com/renovatebot/renovate/issues/33803)) ([3b06dfa](https://redirect.github.com/renovatebot/renovate/commit/3b06dfa043b776cf7982b535e55d4c7778603ca9)) - **local-dev:** add `pdm install` step ([#​33814](https://redirect.github.com/renovatebot/renovate/issues/33814)) ([72a21e0](https://redirect.github.com/renovatebot/renovate/commit/72a21e0505470a1a59e0b964b25749db2973da5b)) ##### Miscellaneous Chores - **deps:** update codecov/codecov-action action to v5.3.0 ([#​33805](https://redirect.github.com/renovatebot/renovate/issues/33805)) ([86c36e0](https://redirect.github.com/renovatebot/renovate/commit/86c36e0781439175c94b551fc0297c967558f067)) - **deps:** update dependency markdownlint-cli2 to v0.17.2 ([#​33813](https://redirect.github.com/renovatebot/renovate/issues/33813)) ([cbf5303](https://redirect.github.com/renovatebot/renovate/commit/cbf5303b31a3e63dcf3062d9e61ed57bef533185)) ### [`v39.126.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.126.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.126.0...39.126.1) ##### Bug Fixes - **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.7.0 ([#​33802](https://redirect.github.com/renovatebot/renovate/issues/33802)) ([340a99a](https://redirect.github.com/renovatebot/renovate/commit/340a99a5355dfb92941f81056a028f1d0eb3ac12)) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.7.0 ([#​33799](https://redirect.github.com/renovatebot/renovate/issues/33799)) ([d26df34](https://redirect.github.com/renovatebot/renovate/commit/d26df34475ac94587315e788eaed052c732ead71)) - **deps:** update github/codeql-action action to v3.28.4 ([#​33798](https://redirect.github.com/renovatebot/renovate/issues/33798)) ([6861c4d](https://redirect.github.com/renovatebot/renovate/commit/6861c4da35312d4c0a389f2eb8c9ec377d400be4)) ### [`v39.126.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.126.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.125.1...39.126.0) ##### Features - **datasource/hackage:** Detect deprecation status ([#​33778](https://redirect.github.com/renovatebot/renovate/issues/33778)) ([ac2a2be](https://redirect.github.com/renovatebot/renovate/commit/ac2a2befb2ffdaa7b5da7e11d51eacc5126a58bf)) ### [`v39.125.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.125.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.125.0...39.125.1) ##### Bug Fixes - **cargo:** Skip "replace" range upgrade if new version still matches ([#​33773](https://redirect.github.com/renovatebot/renovate/issues/33773)) ([6af55c2](https://redirect.github.com/renovatebot/renovate/commit/6af55c2cfe362653635845843a8f80c7e1c0884e)) ### [`v39.125.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.125.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.124.0...39.125.0) ##### Features - **presets:** Add nestjs/config to nest monorepo ([#​33785](https://redirect.github.com/renovatebot/renovate/issues/33785)) ([b382c12](https://redirect.github.com/renovatebot/renovate/commit/b382c12433a844922879d0ee7c2972e43f53853a)) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v22.10.7 ([#​33780](https://redirect.github.com/renovatebot/renovate/issues/33780)) ([d3a4813](https://redirect.github.com/renovatebot/renovate/commit/d3a4813291bee4c390273ef00827ae0e464d81b2)) - **deps:** update python:3.13 docker digest to [`6ee7975`](https://redirect.github.com/renovatebot/renovate/commit/6ee7975) ([#​33781](https://redirect.github.com/renovatebot/renovate/issues/33781)) ([abb21cd](https://redirect.github.com/renovatebot/renovate/commit/abb21cd4d31b5b083d5936f301e83619182a507d)) ### [`v39.124.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.124.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.123.0...39.124.0) ##### Features - Drop older `timeStamp` field support ([#​33734](https://redirect.github.com/renovatebot/renovate/issues/33734)) ([da5c5ed](https://redirect.github.com/renovatebot/renovate/commit/da5c5ed3f61f02ed69b67b7117d736a38ae9779f)) ### [`v39.123.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.123.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.122.3...39.123.0) ##### Features - Switch to `Timestamp` type ([#​33648](https://redirect.github.com/renovatebot/renovate/issues/33648)) ([a33d3ea](https://redirect.github.com/renovatebot/renovate/commit/a33d3eab9ea2fad1f212751c75f10941629ba656)) ##### Miscellaneous Chores - **deps:** update github/codeql-action action to v3.28.3 ([#​33767](https://redirect.github.com/renovatebot/renovate/issues/33767)) ([2de047e](https://redirect.github.com/renovatebot/renovate/commit/2de047ea65b8b858ffc00d23dd834b7f74ae4ba7)) ### [`v39.122.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.122.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.122.2...39.122.3) ##### Build System - **deps:** update dependency [@​renovatebot/osv-offline](https://redirect.github.com/renovatebot/osv-offline) to v1.5.12 ([#​33766](https://redirect.github.com/renovatebot/renovate/issues/33766)) ([c0bafcb](https://redirect.github.com/renovatebot/renovate/commit/c0bafcbc752fa46de82c54d44850b4f967e574e7)) ### [`v39.122.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.122.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.122.1...39.122.2) ##### Miscellaneous Chores - **deps:** update codecov/codecov-action action to v5.2.0 ([#​33763](https://redirect.github.com/renovatebot/renovate/issues/33763)) ([3cdcb5b](https://redirect.github.com/renovatebot/renovate/commit/3cdcb5ba4a08bc8746bffbfb3fac100bb0e5f38e)) ##### Build System - **deps:** update dependency fs-extra to v11.3.0 ([#​33765](https://redirect.github.com/renovatebot/renovate/issues/33765)) ([269d70b](https://redirect.github.com/renovatebot/renovate/commit/269d70bb4ed4ad3b8dd4020984392222be628119)) ### [`v39.122.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.122.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.122.0...39.122.1) ##### Documentation - added list of valid namespace codes for the cacheTtlOverride config ([#​33754](https://redirect.github.com/renovatebot/renovate/issues/33754)) ([412f5a6](https://redirect.github.com/renovatebot/renovate/commit/412f5a67dbfac1e869244583a2de19eb97c7944d)) - remove platform information from Mend-hosted App config page ([#​33724](https://redirect.github.com/renovatebot/renovate/issues/33724)) ([a6151da](https://redirect.github.com/renovatebot/renovate/commit/a6151daabf0f02ee0c06d24916d4c3c5815613ed)) ##### Tests - **npm:** use fs test utils in extract/pnpm.spec.ts ([#​33756](https://redirect.github.com/renovatebot/renovate/issues/33756)) ([ff99265](https://redirect.github.com/renovatebot/renovate/commit/ff99265bb35191b07791c7ceaab95b69157e462c)) ##### Build System - **deps:** update dependency cronstrue to v2.53.0 ([#​33762](https://redirect.github.com/renovatebot/renovate/issues/33762)) ([207a7ad](https://redirect.github.com/renovatebot/renovate/commit/207a7ad33be6f3b85669b1aa1e92b9c8a79cf124)) ### [`v39.122.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.122.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.121.0...39.122.0) ##### Features - **presets:** add monorepo html-eslint ([#​33730](https://redirect.github.com/renovatebot/renovate/issues/33730)) ([e3a4aaf](https://redirect.github.com/renovatebot/renovate/commit/e3a4aafc3045c887e73c4b4db4da5774d037d102)) ### [`v39.121.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.121.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.120.4...39.121.0) ##### Features - **presets:** add arrow-kt monorepo ([#​33740](https://redirect.github.com/renovatebot/renovate/issues/33740)) ([196fc8a](https://redirect.github.com/renovatebot/renovate/commit/196fc8a6c5aa0a63303f57b0324ab404958c3299)) ### [`v39.120.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.120.4) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.120.3...39.120.4) ##### Miscellaneous Chores - **deps:** update dependency eslint-plugin-jest to v28.10.1 ([#​33747](https://redirect.github.com/renovatebot/renovate/issues/33747)) ([476ebeb](https://redirect.github.com/renovatebot/renovate/commit/476ebebbb1e48e0b848f2f19a1d334656872c71b)) - **deps:** update dependency eslint-plugin-jest to v28.11.0 ([#​33749](https://redirect.github.com/renovatebot/renovate/issues/33749)) ([0c9c03e](https://redirect.github.com/renovatebot/renovate/commit/0c9c03e846f372dd08259d07cc31d39d3d838ed5)) - **deps:** update otel/opentelemetry-collector-contrib docker tag to v0.118.0 ([#​33746](https://redirect.github.com/renovatebot/renovate/issues/33746)) ([91f92c5](https://redirect.github.com/renovatebot/renovate/commit/91f92c514d71a1a49cba52ea6d9a0a81f9d757e4)) ##### Build System - **deps:** update dependency better-sqlite3 to v11.8.0 ([#​33750](https://redirect.github.com/renovatebot/renovate/issues/33750)) ([caa505e](https://redirect.github.com/renovatebot/renovate/commit/caa505ed49eef48d43d6e067c29beb24bc267647)) ### [`v39.120.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.120.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.120.2...39.120.3) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.34.1 ([#​33739](https://redirect.github.com/renovatebot/renovate/issues/33739)) ([c33b0d7](https://redirect.github.com/renovatebot/renovate/commit/c33b0d71c368b5fb074b3096d9a80138697e8e42)) ##### Miscellaneous Chores - **deps:** update github/codeql-action action to v3.28.2 ([#​33738](https://redirect.github.com/renovatebot/renovate/issues/33738)) ([a60694e](https://redirect.github.com/renovatebot/renovate/commit/a60694eeb6bbb396e21dc26ba7e4b52e67c9c1b1)) ### [`v39.120.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.120.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.120.1...39.120.2) ##### Build System - **deps:** update node.js to v22.13.1 ([#​33736](https://redirect.github.com/renovatebot/renovate/issues/33736)) ([a861396](https://redirect.github.com/renovatebot/renovate/commit/a8613962f27dd8c2e947c9c3afa18fed9fda349c)) ### [`v39.120.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.120.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.120.0...39.120.1) ##### Bug Fixes - **workers/limits:** rectify faulty if condition ([#​33735](https://redirect.github.com/renovatebot/renovate/issues/33735)) ([c57d3cc](https://redirect.github.com/renovatebot/renovate/commit/c57d3cc4e026bf7368c9d7c48d4c2ffb441e822b)) ### [`v39.120.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.120.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.119.2...39.120.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.34.0 ([#​33728](https://redirect.github.com/renovatebot/renovate/issues/33728)) ([956e43f](https://redirect.github.com/renovatebot/renovate/commit/956e43f162899577f751a66393a896933a1e2e4b)) ### [`v39.119.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.119.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.119.1...39.119.2) ##### Bug Fixes - **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.6.0 ([#​33726](https://redirect.github.com/renovatebot/renovate/issues/33726)) ([b7ffc46](https://redirect.github.com/renovatebot/renovate/commit/b7ffc46560c9b2449e5f2469a494f8803bd099d4)) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.6.0 ([#​33725](https://redirect.github.com/renovatebot/renovate/issues/33725)) ([9acd2d7](https://redirect.github.com/renovatebot/renovate/commit/9acd2d73134fa32ef7e797da1becb56470ff6594)) ### [`v39.119.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.119.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.119.0...39.119.1) ##### Build System - **deps:** update opentelemetry-js monorepo ([#​33723](https://redirect.github.com/renovatebot/renovate/issues/33723)) ([070b78a](https://redirect.github.com/renovatebot/renovate/commit/070b78a04038bc32e994b932a417500deca12c28)) ### [`v39.119.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.119.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.118.5...39.119.0) ##### Features - **config:** allow multiple branch/pr limits ([#​32556](https://redirect.github.com/renovatebot/renovate/issues/32556)) ([03f2229](https://redirect.github.com/renovatebot/renovate/commit/03f22296049fa012a6157bd913ebdd2f71c9e1c6)) ### [`v39.118.5`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.118.5) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.118.4...39.118.5) ##### Bug Fixes - **docs:** correct documentation for fork processing ([#​33712](https://redirect.github.com/renovatebot/renovate/issues/33712)) ([279d7a1](https://redirect.github.com/renovatebot/renovate/commit/279d7a11d9b7502d9decf19b3835decf2d7c0304)) - **manager/bundler:** drop strict flag ([#​33713](https://redirect.github.com/renovatebot/renovate/issues/33713)) ([bc20797](https://redirect.github.com/renovatebot/renovate/commit/bc20797d061e803c87269eddc8262e9745025c42)) ### [`v39.118.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.118.4) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.118.3...39.118.4) ##### Build System - **deps:** update dependency ignore to v7.0.3 ([#​33717](https://redirect.github.com/renovatebot/renovate/issues/33717)) ([525630a](https://redirect.github.com/renovatebot/renovate/commit/525630a3925aa3512fc2b93337bb6c5a3aa606ca)) ### [`v39.118.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.118.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.118.2...39.118.3) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v22.10.6 ([#​33710](https://redirect.github.com/renovatebot/renovate/issues/33710)) ([b03d099](https://redirect.github.com/renovatebot/renovate/commit/b03d099b578d775a3fb83885088dca815d7d800b)) - **deps:** update docker/dockerfile docker tag to v1.13.0 ([#​33711](https://redirect.github.com/renovatebot/renovate/issues/33711)) ([20d65c8](https://redirect.github.com/renovatebot/renovate/commit/20d65c84be2134056874fb831d7ccd69019cd480)) ##### Build System - **deps:** update dependency ignore to v7.0.2 ([#​33716](https://redirect.github.com/renovatebot/renovate/issues/33716)) ([72abf15](https://redirect.github.com/renovatebot/renovate/commit/72abf15d9ef07cec302fad168e15163662fc1051)) ### [`v39.118.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.118.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.118.1...39.118.2) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.33.5 ([#​33709](https://redirect.github.com/renovatebot/renovate/issues/33709)) ([ab291e9](https://redirect.github.com/renovatebot/renovate/commit/ab291e98a89098de76bc229c9b66257858768609)) ##### Documentation - **nuget:** update configuration of registry urls to avoid warnings ([#​33700](https://redirect.github.com/renovatebot/renovate/issues/33700)) ([2becc7d](https://redirect.github.com/renovatebot/renovate/commit/2becc7d1ff4cf9c986d88cb0047aa91fe5adbf41)) ##### Miscellaneous Chores - **deps:** update linters to v8.20.0 ([#​33708](https://redirect.github.com/renovatebot/renovate/issues/33708)) ([d46cda5](https://redirect.github.com/renovatebot/renovate/commit/d46cda5401be03cdd13dc858b7fc251a6b327ca2)) - **deps:** update pnpm to v9.15.4 ([#​33707](https://redirect.github.com/renovatebot/renovate/issues/33707)) ([223b98a](https://redirect.github.com/renovatebot/renovate/commit/223b98aa8cf6cc2d869340cc56b91bf582ae9e66)) ### [`v39.118.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.118.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.118.0...39.118.1) ##### Build System - **deps:** update dependency ignore to v7.0.1 ([#​33703](https://redirect.github.com/renovatebot/renovate/issues/33703)) ([3533262](https://redirect.github.com/renovatebot/renovate/commit/35332625340851aec0a8bb1f57eaa860fec56b03)) ### [`v39.118.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.118.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.117.3...39.118.0) ##### Features - **presets/custom-managers:** Expand acceptable datasource names ([#​33677](https://redirect.github.com/renovatebot/renovate/issues/33677)) ([78818f1](https://redirect.github.com/renovatebot/renovate/commit/78818f19983138ee0b320c8a85e74a806d2c5810)) ### [`v39.117.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.117.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.117.2...39.117.3) ##### Bug Fixes - **manager/haskell-cabal:** Handle comments in Cabal file ([#​33695](https://redirect.github.com/renovatebot/renovate/issues/33695)) ([2fe8305](https://redirect.github.com/renovatebot/renovate/commit/2fe8305a7c62aff5aa4e432a15f2f537ba17ca1f)) ##### Documentation - update references to renovate/renovate ([#​33696](https://redirect.github.com/renovatebot/renovate/issues/33696)) ([57bf719](https://redirect.github.com/renovatebot/renovate/commit/57bf719ea588d3f888b3a24ffa428fa39d605191)) ##### Miscellaneous Chores - **deps:** lock file maintenance ([#​33697](https://redirect.github.com/renovatebot/renovate/issues/33697)) ([5ea8511](https://redirect.github.com/renovatebot/renovate/commit/5ea8511a5b27c5c8b1c63630eaca7dee36880a6d)) - **deps:** update containerbase/internal-tools action to v3.5.19 ([#​33698](https://redirect.github.com/renovatebot/renovate/issues/33698)) ([948faec](https://redirect.github.com/renovatebot/renovate/commit/948faecf2fc814fbf73bfb4496a95f14a6c2dff1)) - **deps:** update dependency renovatebot/github-action to v41.0.10 ([#​33699](https://redirect.github.com/renovatebot/renovate/issues/33699)) ([9d818ff](https://redirect.github.com/renovatebot/renovate/commit/9d818ffbcee73e718c248815e41f2e43dd2f431b)) ### [`v39.117.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.117.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.117.1...39.117.2) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.33.4 ([#​33690](https://redirect.github.com/renovatebot/renovate/issues/33690)) ([8db105e](https://redirect.github.com/renovatebot/renovate/commit/8db105e115eb352cab84d3b1e8f59bd8b99093c2)) ### [`v39.117.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.117.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.117.0...39.117.1) ##### Bug Fixes - **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.5.11 ([#​33689](https://redirect.github.com/renovatebot/renovate/issues/33689)) ([7df1d93](https://redirect.github.com/renovatebot/renovate/commit/7df1d93a2819c7d39eadd288407eb71b699fc635)) ### [`v39.117.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.117.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.116.1...39.117.0) ##### Features - **preset:** Add Protobuf monorepo group ([#​33686](https://redirect.github.com/renovatebot/renovate/issues/33686)) ([d6264b6](https://redirect.github.com/renovatebot/renovate/commit/d6264b663b957b49ffbb71c9b29170d06eda3f0b)) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.5.11 ([#​33688](https://redirect.github.com/renovatebot/renovate/issues/33688)) ([29f8840](https://redirect.github.com/renovatebot/renovate/commit/29f884035f59d919202df9f760dd4c95845500be)) ### [`v39.116.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.116.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.116.0...39.116.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.33.3 ([#​33687](https://redirect.github.com/renovatebot/renovate/issues/33687)) ([5f42147](https://redirect.github.com/renovatebot/renovate/commit/5f421474140c2f94075b4a10bad21741e92bedb7)) ##### Miscellaneous Chores - **deps:** update davidanson/markdownlint-cli2-action action to v19.1.0 ([#​33685](https://redirect.github.com/renovatebot/renovate/issues/33685)) ([99116e8](https://redirect.github.com/renovatebot/renovate/commit/99116e866faaed89d40a3531b3f06b92ec04df49)) ### [`v39.116.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.116.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.115.4...39.116.0) ##### Features - **nuget:** respect `global.json` for artifact updates ([#​33673](https://redirect.github.com/renovatebot/renovate/issues/33673)) ([beb8d2b](https://redirect.github.com/renovatebot/renovate/commit/beb8d2b81aee3bc3b3200dd0d33ccdbae4f93071)) ### [`v39.115.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.115.4) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.115.3...39.115.4) ##### Bug Fixes - **deps:** update dependency mkdocs-material to v9.5.50 ([#​33681](https://redirect.github.com/renovatebot/renovate/issues/33681)) ([29385be](https://redirect.github.com/renovatebot/renovate/commit/29385beb1e51685500cf309ac9b13ca8f39aae99)) ### [`v39.115.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.115.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.115.2...39.115.3) ##### Bug Fixes - remove colons from depNameSanitized ([#​33672](https://redirect.github.com/renovatebot/renovate/issues/33672)) ([3e74602](https://redirect.github.com/renovatebot/renovate/commit/3e7460238d2c0b435d700807eae1e6cc07b7db43)) ### [`v39.115.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.115.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.115.1...39.115.2) ##### Bug Fixes - **config/inherited:** set `hostRules` ([#​33530](https://redirect.github.com/renovatebot/renovate/issues/33530)) ([6964458](https://redirect.github.com/renovatebot/renovate/commit/6964458df17e181bb4fd5df000f46387e860cbb7)) ### [`v39.115.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.115.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.115.0...39.115.1) ##### Bug Fixes - **pep621:** pep508 version spec with parens ([#​33632](https://redirect.github.com/renovatebot/renovate/issues/33632)) ([846c867](https://redirect.github.com/renovatebot/renovate/commit/846c8670b5d39b8e2196fff77fd916b7ea5a62f3)) ### [`v39.115.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.115.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.114.0...39.115.0) ##### Features - **flux:** update docker images of helm release values ([#​33671](https://redirect.github.com/renovatebot/renovate/issues/33671)) ([1d64a10](https://redirect.github.com/renovatebot/renovate/commit/1d64a107ed55bfdadbe041e11f03e4b4ba51ed23)) ##### Code Refactoring - **http:** Separate `getJson` and `getJsonUnchecked` ([#​33651](https://redirect.github.com/renovatebot/renovate/issues/33651)) ([9b4e515](https://redirect.github.com/renovatebot/renovate/commit/9b4e5150248a6b0026acf9c73bb00a295cba4c48)) ### [`v39.114.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.114.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.113.0...39.114.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.33.2 ([#​33666](https://redirect.github.com/renovatebot/renovate/issues/33666)) ([abe6122](https://redirect.github.com/renovatebot/renovate/commit/abe61227b6c7f57cc49a79cd821a55e7f1e5556c)) ##### Bug Fixes - **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.5.10 ([#​33665](https://redirect.github.com/renovatebot/renovate/issues/33665)) ([1b10a43](https://redirect.github.com/renovatebot/renovate/commit/1b10a43cdb2e72f13e20d9bf305cadcea949d76d)) ##### Miscellaneous Chores - **deps:** update dependency renovatebot/github-action to v41.0.9 ([#​33662](https://redirect.github.com/renovatebot/renovate/issues/33662)) ([52754b9](https://redirect.github.com/renovatebot/renovate/commit/52754b9fc5cda732d617b58e051be47970cc3987)) - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.5.10 ([#​33663](https://redirect.github.com/renovatebot/renovate/issues/33663)) ([24f0de2](https://redirect.github.com/renovatebot/renovate/commit/24f0de2994ce17a45d6ad0620e4e3e385e9ed61d)) - **deps:** update python:3.13 docker digest to [`d57ec66`](https://redirect.github.com/renovatebot/renovate/commit/d57ec66) ([#​33661](https://redirect.github.com/renovatebot/renovate/issues/33661)) ([46db1ee](https://redirect.github.com/renovatebot/renovate/commit/46db1eeeaeb66c057407a83766c179bb9a275195)) ##### Code Refactoring - **http:** Separate `getYaml` and `getYamlUnchecked` ([#​33653](https://redirect.github.com/renovatebot/renovate/issues/33653)) ([a9985da](https://redirect.github.com/renovatebot/renovate/commit/a9985dad340a4bca144a68d2d338d14d51cf3a2c)) ### [`v39.113.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.113.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.112.0...39.113.0) ##### Features - **timestamp:** Parse number-like dates plus offset ([#​33647](https://redirect.github.com/renovatebot/renovate/issues/33647)) ([1f4790c](https://redirect.github.com/renovatebot/renovate/commit/1f4790c941953db668bae9ce1e6db19a4417c192)) ### [`v39.112.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.112.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.111.1...39.112.0) ##### Features - sharedVariableName ([#​33111](https://redirect.github.com/renovatebot/renovate/issues/33111)) ([0c2eaaf](https://redirect.github.com/renovatebot/renovate/commit/0c2eaaf8bbfd4d79c5f53a2f9ac9fcbe8f44102b)) ### [`v39.111.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.111.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.111.0...39.111.1) ##### Bug Fixes - **artifactory:** Fix timestamp handling ([#​33645](https://redirect.github.com/renovatebot/renovate/issues/33645)) ([3cae4d8](https://redirect.github.com/renovatebot/renovate/commit/3cae4d8c214a3205dadbd4e9bf2dc76f769521f7)) ### [`v39.111.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.111.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.110.0...39.111.0) ##### Features - **maven:** Add maven relocation support ([#​32550](https://redirect.github.com/renovatebot/renovate/issues/32550)) ([545b108](https://redirect.github.com/renovatebot/renovate/commit/545b10855b597c7ca81a7cc664d458ce62b37196)) ### [`v39.110.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.110.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.109.0...39.110.0) ##### Features - **helm:** Use schema for datasource ([#​33577](https://redirect.github.com/renovatebot/renovate/issues/33577)) ([ea64bf5](https://redirect.github.com/renovatebot/renovate/commit/ea64bf5935bd5b3d0fda822f94b6af353d2ddc4e)) ### [`v39.109.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.109.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.108.0...39.109.0) ##### Features - **logger:** replace INFO with DEBUG logs ([#​33478](https://redirect.github.com/renovatebot/renovate/issues/33478)) ([b3bd91b](https://redirect.github.com/renovatebot/renovate/commit/b3bd91be5c05c12722c4ab84b5f03002217483fb)) ### [`v39.108.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.108.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.107.3...39.108.0) ##### Features - **datasource/maven:** Use relocation information ([#​32636](https://redirect.github.com/renovatebot/renovate/issues/32636)) ([ef1cf59](https://redirect.github.com/renovatebot/renovate/commit/ef1cf5906c761961464ff381cd31a61c85e22b22)) ### [`v39.107.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.107.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.107.2...39.107.3) ##### Bug Fixes - **versioning/ubuntu:** support suffixed codename versions ([#​33308](https://redirect.github.com/renovatebot/renovate/issues/33308)) ([2b2d306](https://redirect.github.com/renovatebot/renovate/commit/2b2d306fb0f9ba7c7f75b31b62293c5667ff9b51)) ### [`v39.107.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.107.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.107.1...39.107.2) ##### Bug Fixes - **gitea:** handle null PR as temporary error ([#​33623](https://redirect.github.com/renovatebot/renovate/issues/33623)) ([e9bc921](https://redirect.github.com/renovatebot/renovate/commit/e9bc921eecc36766e11a56f4ac8ab45fef7ed5d3)) ### [`v39.107.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.107.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.107.0...39.107.1) ##### Bug Fixes - **gitea:** sort commit status by id ([#​33622](https://redirect.github.com/renovatebot/renovate/issues/33622)) ([bddef47](https://redirect.github.com/renovatebot/renovate/commit/bddef47b5a844dfbe10f69dbff2b6601616341da)) ##### Documentation - added note that OSS orgs can request increased resources ([#​33618](https://redirect.github.com/renovatebot/renovate/issues/33618)) ([eac9330](https://redirect.github.com/renovatebot/renovate/commit/eac9330a5a9d7aa870da1e29b70e808dc78dde2a)) - rename Mend-hosted apps overview page ([#​33614](https://redirect.github.com/renovatebot/renovate/issues/33614)) ([28984db](https://redirect.github.com/renovatebot/renovate/commit/28984db0a928e92750dc9af158b5dc6ccfa062f7)) - updated contents of Mend-hosted Apps overview page ([#​33599](https://redirect.github.com/renovatebot/renovate/issues/33599)) ([e788cd8](https://redirect.github.com/renovatebot/renovate/commit/e788cd8d5446d20aa7481684ddf07d296ca07444)) ##### Code Refactoring - **logger:** remove templating from WARN log messages ([#​33488](https://redirect.github.com/renovatebot/renovate/issues/33488)) ([0d23707](https://redirect.github.com/renovatebot/renovate/commit/0d23707604ab05404c67da7c74120cfbe80327db)) ### [`v39.107.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.107.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.106.1...39.107.0) ##### Features - **manager:** add Cabal/Haskell manager using Hackage/PVP ([#​33142](https://redirect.github.com/renovatebot/renovate/issues/33142)) ([3c52395](https://redirect.github.com/renovatebot/renovate/commit/3c523950918af6dab71bfe11a81602d50b33d327)) ### [`v39.106.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.106.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.106.0...39.106.1) ##### Bug Fixes - Remove `normalizeDate` function ([#​33513](https://redirect.github.com/renovatebot/renovate/issues/33513)) ([738843a](https://redirect.github.com/renovatebot/renovate/commit/738843a024e60c592f72d31b4c7d77c71bb54a3d)) ##### Code Refactoring - **http:** Add `getYaml` and `getYamlSafe` methods ([#​33578](https://redirect.github.com/renovatebot/renovate/issues/33578)) ([76ff1df](https://redirect.github.com/renovatebot/renovate/commit/76ff1df549fc0f32730bf675e5e76f9e94e5fed9)) - Typed timestamp utility ([#​33512](https://redirect.github.com/renovatebot/renovate/issues/33512)) ([c450f84](https://redirect.github.com/renovatebot/renovate/commit/c450f84663ba427141d0d3ffe54a99114f1cf969)) ##### Build System - **deps:** update dependency ignore to v7 ([#​33556](https://redirect.github.com/renovatebot/renovate/issues/33556)) ([ef48dea](https://redirect.github.com/renovatebot/renovate/commit/ef48deaf92a165e8fbacd2bb504c00d079bb2e62)) ### [`v39.106.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.106.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.105.1...39.106.0) ##### Features - **batect:** Use Zod schema for extract code ([#​33579](https://redirect.github.com/renovatebot/renovate/issues/33579)) ([174d6e1](https://redirect.github.com/renovatebot/renovate/commit/174d6e14d8fd685834ce44696d55c951a48d6471)) ##### Miscellaneous Chores - **deps:** lock file maintenance ([#​33580](https://redirect.github.com/renovatebot/renovate/issues/33580)) ([1ad3848](https://redirect.github.com/renovatebot/renovate/commit/1ad3848721d5b761b842056c0c50c9c5a40ff9f5)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
cceb0ba1e9 |
chore(helm): update image ghcr.io/taxel/plextraktsync 0.32.8 → 0.33.0 (#31122)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/taxel/plextraktsync](https://redirect.github.com/Taxel/PlexTraktSync) | minor | `755fc2d` -> `705ece7` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
edb202bfb7 |
chore(helm): update image ghcr.io/linuxserver/grocy 4.3.0 → 4.4.0 (#31152)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/grocy](https://redirect.github.com/linuxserver/docker-grocy/packages) ([source](https://redirect.github.com/linuxserver/docker-grocy)) | minor | `ce3a374` -> `eb24167` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
1b84ce0795 |
chore(helm): update image docker.io/bitnami/solr 9.7.0 → 9.8.0 (#31151)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/bitnami/solr](https://redirect.github.com/bitnami/containers) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/solr)) | minor | `b8ea7fc` -> `d9ada93` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
30d7091d6c |
fix(deps): update module sigs.k8s.io/controller-runtime v0.19.5 → v0.20.1 (clustertool) (#31123)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sigs.k8s.io/controller-runtime](https://redirect.github.com/kubernetes-sigs/controller-runtime) | require | minor | `v0.19.5` -> `v0.20.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)</summary> ### [`v0.20.1`](https://redirect.github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.20.1) [Compare Source](https://redirect.github.com/kubernetes-sigs/controller-runtime/compare/v0.20.0...v0.20.1) #### What's Changed - 🐛 Check to see if custom source implements fmt.Stringer when logging by [@​k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/3077](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3077) - 🐛 cache: clone maps to prevent data race when concurrently creating caches using the same options by [@​k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/3079](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3079) - 🐛 support WaitForSync in custom TypedSyncingSource by [@​k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/3086](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3086) - 🌱 Add debug logging for the state of the priority queue by [@​k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/3088](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3088) - 🐛 Priorityqueue: Yet another queue_depth metric fix by [@​k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/3089](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3089) **Full Changelog**: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.20.0...v0.20.1 ### [`v0.20.0`](https://redirect.github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.20.0) [Compare Source](https://redirect.github.com/kubernetes-sigs/controller-runtime/compare/v0.19.5...v0.20.0) #### Highlights - Based on k8s.io/\* v1.32 libraries and minimum Go version is now v1.23 - New experimental priority queue feature - More details in [#​3013](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3013) and [#​2374](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2374) - Can be enabled via manager.Options.Controller.UsePriorityQueue - Please give it a try and provide feedback in [#​2374](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2374) - [AggregatedDiscovery](https://redirect.github.com/kubernetes/enhancements/issues/3352) is automatically used when available ([#​2901](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2901)) - As usual, many improvements to the fake client #### Changes since v0.19.0 #### ⚠️ Breaking Changes - Bump to k8s.io/\* v1.32 libraries ([#​2971](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2971) [#​2990](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2990) [#​3001](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3001) [#​3007](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3007) [#​3029](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3029) [#​3043](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3043)) - logging: Stop deduplicating API warnings by default ([#​2953](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2953)) - webhook: Stop deleting unknown fields in CustomDefaulter ([#​2982](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2982) [#​3056](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3056)) - webhook: Remove deprecated Defaulter and Validator ([#​2877](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2877) [#​2945](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2945)) - cluster: Remove deprecated SyncPeriod option ([#​2970](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2970)) #### ✨ New Features - cache: Add EnableWatchBookmarks option (defaults to true) ([#​3017](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3017)) - cache: Export NewInformer option ([#​3061](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3061)) - cert-watcher: Add polling ([#​3020](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3020) [#​3050](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3050)) - controller: Add experimental priority queue (off per default) ([#​3013](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3013) [#​3014](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3014) [#​3060](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3060) [#​3066](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3066)) - fake client: Allow adding indexes at runtime ([#​3021](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3021)) - fake client: Add support for ServiceAccountToken subresource ([#​2969](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2969)) - restmapper: Use AggregatedDiscovery if available ([#​2901](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2901)) - util: Add HasOwnerReference func ([#​2882](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2882)) - webhook: Add custom path option ([#​2998](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2998)) #### 🐛 Bug Fixes - controller: Error when source.Start() never returns ([#​2997](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2997) [#​3006](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3006) [#​3008](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3008)) - fake client: Don't return items on invalid selector ([#​3022](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3022)) - fake client: Fix TOCTOU races ([#​2980](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2980)) - fake client: Preserve TypeMeta during Get call with PartialObjectMeta ([#​2949](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2949)) - fake client: Preserve TypeMeta during List call with UnstructuredList ([#​3074](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3074)) - manager: Fix RenewDeadline typo in leader election ([#​3032](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3032)) - manager: Use leader elector with client timeout ([#​3028](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3028) [#​3034](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3034)) #### 🌱 Others - cache: Switch to Go 1.23+ stdlib `maps`/`slices` packages ([#​3012](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3012)) - controller: Log the syncing source when WaitForSync fails ([#​3016](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3016)) - setup-envtest: drop support for GCS ([#​2915](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2915)) - Some fixes for typos ([#​3011](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3011) [#​3033](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3033) [#​2993](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2993)) #### 🌱 CI - PR-verify: Verify PR titles with shell script ([#​2944](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2944) [#​2961](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2961) [#​2964](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2964) [#​2973](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2973)) - Remove gosec linter ([#​3064](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3064)) - Upgrade golangci-lint to v1.61.0 ([#​2950](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2950)) 📖 Additionally, there have been 7 contributions to our documentation. ([#​2942](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2942), [#​2985](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2985), [#​2996](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2996), [#​3002](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3002), [#​3039](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3039), [#​3062](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3062)) #### Dependencies ##### Added *Nothing has changed.* ##### Changed - cel.dev/expr: v0.15.0 → v0.18.0 - github.com/Azure/go-ansiterm: [d185dfc → 306776e](https://redirect.github.com/Azure/go-ansiterm/compare/d185dfc...306776e) - github.com/go-openapi/jsonpointer: [v0.19.6 → v0.21.0](https://redirect.github.com/go-openapi/jsonpointer/compare/v0.19.6...v0.21.0) - github.com/go-openapi/swag: [v0.22.4 → v0.23.0](https://redirect.github.com/go-openapi/swag/compare/v0.22.4...v0.23.0) - github.com/google/btree: [v1.0.1 → v1.1.3](https://redirect.github.com/google/btree/compare/v1.0.1...v1.1.3) - github.com/google/cel-go: [v0.20.1 → v0.22.0](https://redirect.github.com/google/cel-go/compare/v0.20.1...v0.22.0) - github.com/google/pprof: [4bfdf5a → d1b30fe](https://redirect.github.com/google/pprof/compare/4bfdf5a...d1b30fe) - github.com/gregjones/httpcache: [9cad4c3 → 901d907](https://redirect.github.com/gregjones/httpcache/compare/9cad4c3...901d907) - github.com/jonboulle/clockwork: [v0.2.2 → v0.4.0](https://redirect.github.com/jonboulle/clockwork/compare/v0.2.2...v0.4.0) - github.com/moby/spdystream: [v0.4.0 → v0.5.0](https://redirect.github.com/moby/spdystream/compare/v0.4.0...v0.5.0) - github.com/onsi/ginkgo/v2: [v2.19.0 → v2.21.0](https://redirect.github.com/onsi/ginkgo/compare/v2.19.0...v2.21.0) - github.com/onsi/gomega: [v1.33.1 → v1.35.1](https://redirect.github.com/onsi/gomega/compare/v1.33.1...v1.35.1) - github.com/stoewer/go-strcase: [v1.2.0 → v1.3.0](https://redirect.github.com/stoewer/go-strcase/compare/v1.2.0...v1.3.0) - github.com/xiang90/probing: [43a291a → a49e3df](https://redirect.github.com/xiang90/probing/compare/43a291a...a49e3df) - go.etcd.io/bbolt: v1.3.9 → v1.3.11 - go.etcd.io/etcd/api/v3: v3.5.14 → v3.5.16 - go.etcd.io/etcd/client/pkg/v3: v3.5.14 → v3.5.16 - go.etcd.io/etcd/client/v2: v2.305.13 → v2.305.16 - go.etcd.io/etcd/client/v3: v3.5.14 → v3.5.16 - go.etcd.io/etcd/pkg/v3: v3.5.13 → v3.5.16 - go.etcd.io/etcd/raft/v3: v3.5.13 → v3.5.16 - go.etcd.io/etcd/server/v3: v3.5.13 → v3.5.16 - go.uber.org/zap: v1.26.0 → v1.27.0 - golang.org/x/crypto: v0.24.0 → v0.28.0 - golang.org/x/exp: [`f3d0a9c`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/f3d0a9c) → [`8a7402a`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/8a7402a) - golang.org/x/mod: v0.17.0 → v0.21.0 - golang.org/x/net: v0.26.0 → v0.30.0 - golang.org/x/oauth2: v0.21.0 → v0.23.0 - golang.org/x/sync: v0.7.0 → v0.8.0 - golang.org/x/sys: v0.21.0 → v0.26.0 - golang.org/x/telemetry: [`f48c80b`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/f48c80b) → [`bda5523`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/bda5523) - golang.org/x/term: v0.21.0 → v0.25.0 - golang.org/x/text: v0.16.0 → v0.19.0 - golang.org/x/time: v0.3.0 → v0.7.0 - golang.org/x/tools: [`e35e4cc`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/e35e4cc) → v0.26.0 - golang.org/x/xerrors: [`04be3eb`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/04be3eb) → [`5ec99f8`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/5ec99f8) - google.golang.org/genproto/googleapis/api: [`5315273`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/5315273) → [`f6391c0`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/f6391c0) - google.golang.org/genproto/googleapis/rpc: [`f6361c8`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/f6361c8) → [`f6391c0`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/f6391c0) - google.golang.org/genproto: [`b8732ec`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/b8732ec) → [`ef43131`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/ef43131) - google.golang.org/protobuf: v1.34.2 → v1.35.1 - k8s.io/api: v0.31.0 → v0.32.0 - k8s.io/apiextensions-apiserver: v0.31.0 → v0.32.0 - k8s.io/apimachinery: v0.31.0 → v0.32.0 - k8s.io/apiserver: v0.31.0 → v0.32.0 - k8s.io/client-go: v0.31.0 → v0.32.0 - k8s.io/code-generator: v0.31.0 → v0.32.0 - k8s.io/component-base: v0.31.0 → v0.32.0 - k8s.io/gengo/v2: [`51d4e06`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/51d4e06) → [`2b36238`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/2b36238) - k8s.io/kms: v0.31.0 → v0.32.0 - k8s.io/kube-openapi: [`70dd376`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/70dd376) → [`32ad38e`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/32ad38e) - k8s.io/utils: [`18e509b`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/18e509b) → [`3ea5e8c`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/3ea5e8c) - sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.30.3 → v0.31.0 - sigs.k8s.io/json: [`bc3834c`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/bc3834c) → [`9aa6b5e`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/9aa6b5e) - sigs.k8s.io/structured-merge-diff/v4: v4.4.1 → v4.4.2 ##### Removed - github.com/golang/groupcache: [41bb18b](https://redirect.github.com/golang/groupcache/tree/41bb18b) - github.com/imdario/mergo: [v0.3.6](https://redirect.github.com/imdario/mergo/tree/v0.3.6) *Thanks to all our contributors!* 😊 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
cf52cbfc8c |
chore(helm): update image ghcr.io/immich-app/immich-machine-learning v1.125.1 → v1.125.2 (#31145)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/immich-app/immich-machine-learning | patch | `8270c72` -> `457cf70` | | ghcr.io/immich-app/immich-machine-learning | patch | `0f107ae` -> `667ce57` | | ghcr.io/immich-app/immich-machine-learning | patch | `c0740b5` -> `3049673` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
5c33739cdd | chore(helm): update image ghcr.io/onedr0p/prowlarr-develop 1.30.1.4928 → 1.30.2.4939 (#31147) | ||
|
|
c410296a48 | chore(helm): update chart clickhouse 14.10.1 → 14.10.2 (#31142) | ||
|
|
9dafb47477 | chore(helm): update image docker.io/bitnami/matomo 5.2.1 → 5.2.2 (#31143) | ||
|
|
d27adc0d42 | chore(helm): update image docker.io/wolveix/satisfactory-server v1.9.3 → v1.9.5 (#31144) | ||
|
|
106a23369f |
fix(website): update @playform/compress 0.1.1 → 0.1.7 (#31148)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@playform/compress](https://redirect.github.com/PlayForm/Compress) | dependencies | patch | [`0.1.1` -> `0.1.7`](https://renovatebot.com/diffs/npm/@playform%2fcompress/0.1.1/0.1.7) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>PlayForm/Compress (@​playform/compress)</summary> ### [`v0.1.7`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#017) [Compare Source](https://redirect.github.com/PlayForm/Compress/compare/043ced67e7e6ab4fc8594edf2702e834887ed015...c7d77c36f9704d08bb729c8fa5587aa807c3ef3f) ##### Added - Dependents stats for PlayForm/Compress badge to `README.md`. - `DEPENDENTS.md` file containing a list of repositories that depend on this package. ##### Changed - Updated `package.json` to include updated contact information and package dependencies. - Updated `README.md` to reflect the updated organization name in the URLs and images. ##### Fixed - Corrected a bug in `Source/Function/Integration.ts` where `Cache.Search` was not being set correctly. ### [`v0.1.6`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#016) [Compare Source](https://redirect.github.com/PlayForm/Compress/compare/a521ab429adf5c90f5b2f052eab191f0af144b3e...043ced67e7e6ab4fc8594edf2702e834887ed015) ##### Added - New Configuration folder with ESBuild.js and ESBuild.ts files - Added browserslist as a development dependency ##### Changed - Updated .npmignore to exclude the Configuration/ directory - Modified package.json scripts to use the new ESBuild configuration - Updated version to 0.1.6 - Enhanced error handling in CSS compression in Source/Function/Integration.ts - Updated Source/Interface/CSS/lightningcss.ts to set default value for unusedSymbols - Added targets to Source/Variable/CSS/lightningcss.ts ### [`v0.1.5`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#015) [Compare Source](https://redirect.github.com/PlayForm/Compress/compare/1267d3c7f8124b9da1567a27ee5755a81e7535a9...a521ab429adf5c90f5b2f052eab191f0af144b3e) ##### Changed - Updated dependencies - Typings update ### [`v0.1.4`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#014) [Compare Source](https://redirect.github.com/PlayForm/Compress/compare/661bc5bc86b65a7d5a70d057676cf6ee1a328eba...1267d3c7f8124b9da1567a27ee5755a81e7535a9) ##### Fixed - Fixes missing `Pipe.js` ### [`v0.1.3`](https://redirect.github.com/PlayForm/Compress/compare/2b9713fb8097bcddf384e3abba15d8fbccd4cdba...661bc5bc86b65a7d5a70d057676cf6ee1a328eba) [Compare Source](https://redirect.github.com/PlayForm/Compress/compare/2b9713fb8097bcddf384e3abba15d8fbccd4cdba...661bc5bc86b65a7d5a70d057676cf6ee1a328eba) ### [`v0.1.2`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#012) [Compare Source](https://redirect.github.com/PlayForm/Compress/compare/102cf84f487bbfc848632c07bf48291b7ea6559f...2b9713fb8097bcddf384e3abba15d8fbccd4cdba) ##### Added - New CLI functionality with `Compress` command - New `CLI.ts` and `Pipe.ts` functions for improved command-line operations - Added `commander` dependency for CLI support - Added `fast-glob` dependency for file pattern matching ##### Changed - Updated package name from `astro-compress` to `@playform/compress` - Updated various dependencies to their latest versions: - `@playform/pipe` from 0.1.0 to 0.1.1 - `deepmerge-ts` from 7.1.0 to 7.1.1 - `lightningcss` from 1.25.1 to 1.27.0 - `sharp` from 0.33.4 to 0.33.5 - `svgo` from 4.0.0-rc.0 to 3.3.2 - `terser` from 5.31.3 to 5.34.1 - `@playform/build` from 0.1.3 to 0.1.7 - Refactored and improved various TypeScript interfaces and types - Updated README with new installation instructions and badge styling - Updated README badges to use HTTPS URLs - Updated README table layout for better visual presentation - Updated dependency badges in README to use correct package name (`@playform/compress` instead of `@playform/inline`) - Updated README to remove unnecessary line breaks and improve spacing - Updated `Source/Function/Image/Writesharp.ts` to simplify an import statement - Added `Source/Function/CLI.ts` for command-line interface functionality - Added `Source/Interface/CLI.ts` to define the command-line interface - Updated `package.json` to include necessary CLI dependencies ##### Removed - Removed `Documentation/` directory (replaced with `docs/`) - Removed `Summary.md` file ##### Fixed - Various code improvements and refactoring for better type safety and performance - Fixed broken links in README badges - Fixed alignment and spacing issues in README table - Fixed incorrect package name in dependency badges </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
29504c2cb5 |
chore(helm): update image ghcr.io/minekube/gate digest to 4f02d9f (#31139)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/minekube/gate | digest | `af9b8ca` -> `4f02d9f` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
c90b731bdd |
chore(helm): update image docker.io/cthulhoo/ttrss-fpm-pgsql-static digest to 9df7911 (#31057)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/cthulhoo/ttrss-fpm-pgsql-static | digest | `b899989` -> `9df7911` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
35b2fddd7c | chore(helm): update image ghcr.io/linuxserver/speedtest-tracker digest to c09c8bb (#31138) | ||
|
|
0b265129fb | chore(flux): update image prometheus-operator 9.3.0 → 9.4.0 (clustertool) (#31150) | ||
|
|
a1dccc96cb |
chore(flux): update image blocky 16.10.1 → 16.11.0 (clustertool) (#31149)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [blocky](https://truecharts.org/charts/premium/blocky) ([source](https://0xerr0r.github.io/blocky/)) | minor | `16.10.1` -> `16.11.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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
ff92b0ce2a | chore(flux): update image traefik 30.3.1 → 30.3.2 (clustertool) (#31141) | ||
|
|
3ab717f5f7 |
chore(flux): update image jackett 23.2.5 → 23.2.6 (#31140)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jackett](https://truecharts.org/charts/stable/jackett) ([source](https://ghcr.io/elfhosted/jackett)) | patch | `23.2.5` -> `23.2.6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
015a2cbb3b | more astro updates | ||
|
|
f609b99f6c | fix astro bugs | ||
|
|
8b697ddf28 |
Update main.json5
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
8f3fa949fc |
Update package-lock.json
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
53644a0d4e |
Update package-lock.json
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
abf9c53f42 |
fix(website): update astro 4.16.18 → 5.1.9 (#30335)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astro](https://astro.build) ([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro)) | dependencies | major | [`4.16.18` -> `5.1.9`](https://renovatebot.com/diffs/npm/astro/4.16.18/5.1.9) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>withastro/astro (astro)</summary> ### [`v5.1.9`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#519) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.1.8...astro@5.1.9) ##### Patch Changes - [#​12986](https://redirect.github.com/withastro/astro/pull/12986) [`8911bda`](https://redirect.github.com/withastro/astro/commit/8911bdacabb7fffb82bb3b3628467731ea233187) Thanks [@​wetheredge](https://redirect.github.com/wetheredge)! - Updates types and dev toolbar for ARIA 1.2 attributes and roles - [#​12892](https://redirect.github.com/withastro/astro/pull/12892) [`8f520f1`](https://redirect.github.com/withastro/astro/commit/8f520f1cc67db51feb966c710e72490a05b88954) Thanks [@​louisescher](https://redirect.github.com/louisescher)! - Adds a more descriptive error when a content collection entry has an invalid ID. - [#​13031](https://redirect.github.com/withastro/astro/pull/13031) [`f576519`](https://redirect.github.com/withastro/astro/commit/f5765196e9cd5c582da04ae3bceb4ee1d62b7eae) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Updates the server islands encoding logic to only escape the script end tag open delimiter and opening HTML comment syntax - [#​13026](https://redirect.github.com/withastro/astro/pull/13026) [`1d272f6`](https://redirect.github.com/withastro/astro/commit/1d272f6a5a3af16ad2ab9af41b7193ce67964b69) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a regression that prevented the import of Markdown files as raw text or URLs. ### [`v5.1.8`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#518) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.1.7...astro@5.1.8) ##### Patch Changes - [#​12998](https://redirect.github.com/withastro/astro/pull/12998) [`9ce0038`](https://redirect.github.com/withastro/astro/commit/9ce003802109f704cc1f081759f3d2af2c1ea2c2) Thanks [@​Kynson](https://redirect.github.com/Kynson)! - Fixes the issue that audit incorrectly flag images as above the fold when the scrolling container is not body - [#​12990](https://redirect.github.com/withastro/astro/pull/12990) [`2e12f1d`](https://redirect.github.com/withastro/astro/commit/2e12f1d7526f12fa0e1e63482f100bbb81a8b36e) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug that caused references to be incorrectly reported as invalid - [#​12984](https://redirect.github.com/withastro/astro/pull/12984) [`2d259cf`](https://redirect.github.com/withastro/astro/commit/2d259cf4abf27a4f0a067bedb32d0459c4fce507) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug in dev where files would stop being watched if the Astro config file was edited - [#​12984](https://redirect.github.com/withastro/astro/pull/12984) [`2d259cf`](https://redirect.github.com/withastro/astro/commit/2d259cf4abf27a4f0a067bedb32d0459c4fce507) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug where the content layer would use an outdated version of the Astro config if it was edited in dev - [#​12982](https://redirect.github.com/withastro/astro/pull/12982) [`429aa75`](https://redirect.github.com/withastro/astro/commit/429aa7547572915b5f7f9a4146529e704069128b) Thanks [@​bluwy](https://redirect.github.com/bluwy)! - Fixes an issue where server islands do not work in projects that use an adapter but only have prerendered pages. If an adapter is added, the server island endpoint will now be added by default. - [#​12995](https://redirect.github.com/withastro/astro/pull/12995) [`78fd73a`](https://redirect.github.com/withastro/astro/commit/78fd73a0dfbfab120111d5f1d1eaecd563bc82a6) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Fixes a case where `astro:actions` types would not work when using `src/actions.ts` - [#​13011](https://redirect.github.com/withastro/astro/pull/13011) [`cf30880`](https://redirect.github.com/withastro/astro/commit/cf3088060d45227dcb48e041c4ed5e0081d71398) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Upgrades Vite - [#​12733](https://redirect.github.com/withastro/astro/pull/12733) [`bbf1d88`](https://redirect.github.com/withastro/astro/commit/bbf1d8894e6ce5d2ebe45452a27072b9929053a8) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug that caused the dev server to return an error if requesting "//" - [#​13001](https://redirect.github.com/withastro/astro/pull/13001) [`627aec3`](https://redirect.github.com/withastro/astro/commit/627aec3f04de424ec144cefac4a5a3b70d9ba0fb) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug that caused Astro to attempt to inject environment variables into non-source files, causing performance problems and broken builds ### [`v5.1.7`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#517) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.1.6...astro@5.1.7) ##### Patch Changes - [#​12361](https://redirect.github.com/withastro/astro/pull/12361) [`3d89e62`](https://redirect.github.com/withastro/astro/commit/3d89e6282235a8da45d9ddfe02bcf7ec78056941) Thanks [@​LunaticMuch](https://redirect.github.com/LunaticMuch)! - Upgrades the `esbuild` version to match `vite` - [#​12980](https://redirect.github.com/withastro/astro/pull/12980) [`1a026af`](https://redirect.github.com/withastro/astro/commit/1a026afb427cd4b472c8f1174a08f10086f4fb89) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Fixes a case where setting the status of a page to `404` in development would show the default 404 page (or custom one if provided) instead of using the current page - [#​12182](https://redirect.github.com/withastro/astro/pull/12182) [`c30070b`](https://redirect.github.com/withastro/astro/commit/c30070b9271e4c494e7cbf3a1c45515782034911) Thanks [@​braden-w](https://redirect.github.com/braden-w)! - Improves matching of 404 and 500 routes - Updated dependencies \[[`3d89e62`](https://redirect.github.com/withastro/astro/commit/3d89e6282235a8da45d9ddfe02bcf7ec78056941)]: - [@​astrojs/markdown-remark](https://redirect.github.com/astrojs/markdown-remark)[@​6](https://redirect.github.com/6).0.2 ### [`v5.1.6`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#516) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.1.5...astro@5.1.6) ##### Patch Changes - [#​12956](https://redirect.github.com/withastro/astro/pull/12956) [`3aff68a`](https://redirect.github.com/withastro/astro/commit/3aff68a4195a608e92dc6299610a4b06e7bb96f1) Thanks [@​kaytwo](https://redirect.github.com/kaytwo)! - Removes encryption of empty props to allow server island cacheability - [#​12977](https://redirect.github.com/withastro/astro/pull/12977) [`80067c0`](https://redirect.github.com/withastro/astro/commit/80067c032f9ce5852f3315d1046b2d0c220ddcd5) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Fixes a case where accessing `astro:env` APIs or `import.meta.env` inside the content config file would not work - [#​12839](https://redirect.github.com/withastro/astro/pull/12839) [`57be349`](https://redirect.github.com/withastro/astro/commit/57be3494e2bdc178d073243c8cbfa10edb85b049) Thanks [@​mtwilliams-code](https://redirect.github.com/mtwilliams-code)! - Fix Astro.currentLocale returning the incorrect locale when using fallback rewrites in SSR mode - [#​12962](https://redirect.github.com/withastro/astro/pull/12962) [`4b7a2ce`](https://redirect.github.com/withastro/astro/commit/4b7a2ce9e743a5624617563022635678a5ba6051) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Skips updating content layer files if content is unchanged - [#​12942](https://redirect.github.com/withastro/astro/pull/12942) [`f00c2dd`](https://redirect.github.com/withastro/astro/commit/f00c2ddc31b5285d14c2f0808c01eafaaf31f5c9) Thanks [@​liruifengv](https://redirect.github.com/liruifengv)! - Improves the session error messages - [#​12966](https://redirect.github.com/withastro/astro/pull/12966) [`d864e09`](https://redirect.github.com/withastro/astro/commit/d864e0991e05438d4bdb5e14fab4f7f75efe2a1f) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Ensures old content collection entry is deleted if a markdown frontmatter slug is changed in dev ### [`v5.1.5`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#515) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.1.4...astro@5.1.5) ##### Patch Changes - [#​12934](https://redirect.github.com/withastro/astro/pull/12934) [`673a518`](https://redirect.github.com/withastro/astro/commit/673a518b011e2df35a099f8205611d98a223a92a) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes a regression where the Astro Container didn't work during the build, using `pnpm` - [#​12955](https://redirect.github.com/withastro/astro/pull/12955) [`db447f2`](https://redirect.github.com/withastro/astro/commit/db447f2816836b635355cc2b0a73678facd155a5) Thanks [@​martrapp](https://redirect.github.com/martrapp)! - Lets TypeScript know about the "blocking" and "disabled" attributes of the `<link>` element. - [#​12922](https://redirect.github.com/withastro/astro/pull/12922) [`faf74af`](https://redirect.github.com/withastro/astro/commit/faf74af522f4499ab95531b24a0a1c14070abe8b) Thanks [@​adamchal](https://redirect.github.com/adamchal)! - Improves performance of static asset generation by fixing a bug that caused image transforms to be performed serially. This fix ensures that processing uses all CPUs when running in a multi-core environment. - [#​12947](https://redirect.github.com/withastro/astro/pull/12947) [`3c2292f`](https://redirect.github.com/withastro/astro/commit/3c2292f2f0accf1974b30dbe32f040c56413e731) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug that caused empty content collections when running dev with NODE_ENV set ### [`v5.1.4`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#514) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.1.3...astro@5.1.4) ##### Patch Changes - [#​12927](https://redirect.github.com/withastro/astro/pull/12927) [`ad2a752`](https://redirect.github.com/withastro/astro/commit/ad2a752662946e3a80849605f073812b06adf632) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes a bug where Astro attempted to decode a request URL multiple times, resulting in an unexpected behaviour when decoding the character `%` - [#​12912](https://redirect.github.com/withastro/astro/pull/12912) [`0c0c66b`](https://redirect.github.com/withastro/astro/commit/0c0c66bf0df23ab5a9bd2f147e303d8397d3222e) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Improves the config error for invalid combinations of `context` and `access` properties under `env.schema` - [#​12935](https://redirect.github.com/withastro/astro/pull/12935) [`3d47e6b`](https://redirect.github.com/withastro/astro/commit/3d47e6baff7a17d3ef09630b0d90362baef41f97) Thanks [@​AirBorne04](https://redirect.github.com/AirBorne04)! - Fixes an issue where `Astro.locals` coming from an adapter weren't available in the `404.astro`, when using the `astro dev` command, - [#​12925](https://redirect.github.com/withastro/astro/pull/12925) [`44841fc`](https://redirect.github.com/withastro/astro/commit/44841fc281f8920b32f4b4a94deefeb3ad069cf3) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Ensures image styles are not imported unless experimental responsive images are enabled - [#​12926](https://redirect.github.com/withastro/astro/pull/12926) [`8e64bb7`](https://redirect.github.com/withastro/astro/commit/8e64bb727f78f24b26fd1c0b1289ab1ccd611114) Thanks [@​oliverlynch](https://redirect.github.com/oliverlynch)! - Improves remote image cache efficiency by separating image data and metadata into a binary and sidecar JSON file. - [#​12920](https://redirect.github.com/withastro/astro/pull/12920) [`8b9d530`](https://redirect.github.com/withastro/astro/commit/8b9d53037879cd7ca7bee4d20b4e6f08e984a7df) Thanks [@​bluwy](https://redirect.github.com/bluwy)! - Processes markdown with empty body as remark and rehype plugins may add additional content or frontmatter - [#​12918](https://redirect.github.com/withastro/astro/pull/12918) [`fd12a26`](https://redirect.github.com/withastro/astro/commit/fd12a26ac6012c6b8a26f5a178e1bb46092a1806) Thanks [@​lameuler](https://redirect.github.com/lameuler)! - Fixes a bug where the logged output path does not match the actual output path when using `build.format: 'preserve'` - [#​12676](https://redirect.github.com/withastro/astro/pull/12676) [`2ffc0fc`](https://redirect.github.com/withastro/astro/commit/2ffc0fcab78b658a6ee73a8f8b291802093dce5e) Thanks [@​koyopro](https://redirect.github.com/koyopro)! - Allows configuring Astro modules TypeScript compilation with the `vite.esbuild` config - [#​12938](https://redirect.github.com/withastro/astro/pull/12938) [`dbb04f3`](https://redirect.github.com/withastro/astro/commit/dbb04f3c04ce868b5c985c848a2c40a3761a6dad) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug where content collections would sometimes appear empty when first running astro dev - [#​12937](https://redirect.github.com/withastro/astro/pull/12937) [`30edb6d`](https://redirect.github.com/withastro/astro/commit/30edb6d9d0aaf28bea1fec73879f63fe134507d0) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes a bug where users could use `Astro.request.headers` during a rewrite inside prerendered routes. This an invalid behaviour, and now Astro will show a warning if this happens. - [#​12937](https://redirect.github.com/withastro/astro/pull/12937) [`30edb6d`](https://redirect.github.com/withastro/astro/commit/30edb6d9d0aaf28bea1fec73879f63fe134507d0) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes an issue where the use of `Astro.rewrite` would trigger the invalid use of `Astro.request.headers` ### [`v5.1.3`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#513) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.1.2...astro@5.1.3) ##### Patch Changes - [#​12877](https://redirect.github.com/withastro/astro/pull/12877) [`73a0788`](https://redirect.github.com/withastro/astro/commit/73a078835eb92a05c3f681ee025c93d6db85b907) Thanks [@​bluwy](https://redirect.github.com/bluwy)! - Fixes sourcemap warning generated by the `astro:server-islands` Vite plugin - [#​12906](https://redirect.github.com/withastro/astro/pull/12906) [`2d89492`](https://redirect.github.com/withastro/astro/commit/2d89492d73142ed5c7cea9448d841a9892e66598) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug that caused pages that return an empty array from getStaticPath to match every path - [`011fa0f`](https://redirect.github.com/withastro/astro/commit/011fa0f00ce457cb6b582d36b6b5b17aa89f0a70) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Fixes a case where `astro:content` types would be erased when restarting the dev server - [#​12907](https://redirect.github.com/withastro/astro/pull/12907) [`dbf1275`](https://redirect.github.com/withastro/astro/commit/dbf1275987d4d9724eab471f1600fba9a50aefb8) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Fixes a regression around the server islands route, which was not passed to the adapters `astro:build:done` hook - [#​12818](https://redirect.github.com/withastro/astro/pull/12818) [`579bd93`](https://redirect.github.com/withastro/astro/commit/579bd93794b787485479aa3b16554409a0504ed2) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes race condition where dev server would attempt to load collections before the content had loaded - [#​12883](https://redirect.github.com/withastro/astro/pull/12883) [`fbac92f`](https://redirect.github.com/withastro/astro/commit/fbac92f8bdbb5ee1312726b2a535a81271b3f7d6) Thanks [@​kaytwo](https://redirect.github.com/kaytwo)! - Fixes a bug where responses can be returned before session data is saved - [#​12815](https://redirect.github.com/withastro/astro/pull/12815) [`3acc654`](https://redirect.github.com/withastro/astro/commit/3acc65444c27d87b6f2d61bdfa7df0e0db4e2686) Thanks [@​ericswpark](https://redirect.github.com/ericswpark)! - Some non-index files that were incorrectly being treated as index files are now excluded - [#​12884](https://redirect.github.com/withastro/astro/pull/12884) [`d7e97a7`](https://redirect.github.com/withastro/astro/commit/d7e97a775dda7a851bfc10b06161f9a1d3631ed3) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Adds `render()` to stub content types - [#​12883](https://redirect.github.com/withastro/astro/pull/12883) [`fbac92f`](https://redirect.github.com/withastro/astro/commit/fbac92f8bdbb5ee1312726b2a535a81271b3f7d6) Thanks [@​kaytwo](https://redirect.github.com/kaytwo)! - Fixes a bug where session data could be corrupted if it is changed after calling .set() - [#​12827](https://redirect.github.com/withastro/astro/pull/12827) [`7b5dc6f`](https://redirect.github.com/withastro/astro/commit/7b5dc6f0f1fbb825f52cd587aa1f7d21d731b3de) Thanks [@​sinskiy](https://redirect.github.com/sinskiy)! - Fixes an issue when crawlers try to index Server Islands thinking that Server Islands are pages ### [`v5.1.2`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#512) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.1.1...astro@5.1.2) ##### Patch Changes - [#​12798](https://redirect.github.com/withastro/astro/pull/12798) [`7b0cb85`](https://redirect.github.com/withastro/astro/commit/7b0cb852f6336c0f9cc65bd044864004e759d810) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Improves warning logs for invalid content collection configuration - [#​12781](https://redirect.github.com/withastro/astro/pull/12781) [`96c4b92`](https://redirect.github.com/withastro/astro/commit/96c4b925333fede1a53d19657d15e0052da90780) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a regression that caused `default()` to not work with `reference()` - [#​12820](https://redirect.github.com/withastro/astro/pull/12820) [`892dd9f`](https://redirect.github.com/withastro/astro/commit/892dd9f6cd3935ce1d4f4dec523b248c2d15da12) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug that caused cookies to not be deleted when destroying a session - [#​12864](https://redirect.github.com/withastro/astro/pull/12864) [`440d8a5`](https://redirect.github.com/withastro/astro/commit/440d8a54f7b3d75dd16decb7d9d29e3724bff394) Thanks [@​kaytwo](https://redirect.github.com/kaytwo)! - Fixes a bug where the session ID wasn't correctly regenerated - [#​12768](https://redirect.github.com/withastro/astro/pull/12768) [`524c855`](https://redirect.github.com/withastro/astro/commit/524c855075bb75696500445fdc31cb2c69b09627) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes an issue where Astro didn't print error logs when Astro Islands were used in incorrect cases. - [#​12814](https://redirect.github.com/withastro/astro/pull/12814) [`f12f111`](https://redirect.github.com/withastro/astro/commit/f12f1118bc4687cc807a4495ffcaafcb0861b7a2) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes an issue where Astro didn't log anything in case a file isn't created during the build. - [#​12875](https://redirect.github.com/withastro/astro/pull/12875) [`e109002`](https://redirect.github.com/withastro/astro/commit/e109002c3d5980362788360211e61f11f4394837) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug in emulated legacy collections where the entry passed to the getCollection filter function did not include the legacy entry fields. - [#​12768](https://redirect.github.com/withastro/astro/pull/12768) [`524c855`](https://redirect.github.com/withastro/astro/commit/524c855075bb75696500445fdc31cb2c69b09627) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes an issue where Astro was printing the incorrect output format when running the `astro build` command - [#​12810](https://redirect.github.com/withastro/astro/pull/12810) [`70a9f0b`](https://redirect.github.com/withastro/astro/commit/70a9f0b984638c21a4da1d83b7d5a5c9940bb693) Thanks [@​louisescher](https://redirect.github.com/louisescher)! - Fixes server islands failing to check content-type header under certain circumstances Sometimes a reverse proxy or similar service might modify the content-type header to include the charset or other parameters in the media type of the response. This previously wasn't handled by the client-side server island script and thus removed the script without actually placing the requested content in the DOM. This fix makes it so the script checks if the header starts with the proper content type instead of exactly matching `text/html`, so the following will still be considered a valid header: `text/html; charset=utf-8` - [#​12816](https://redirect.github.com/withastro/astro/pull/12816) [`7fb2184`](https://redirect.github.com/withastro/astro/commit/7fb21844dff893c90dc0a07fd13cefdba61d0a45) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes an issue where an injected route entrypoint wasn't correctly marked because the resolved file path contained a query parameter. This fixes some edge case where some injected entrypoint were not resolved when using an adapter. ### [`v5.1.1`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#511) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.1.0...astro@5.1.1) ##### Patch Changes - [#​12782](https://redirect.github.com/withastro/astro/pull/12782) [`f3d8385`](https://redirect.github.com/withastro/astro/commit/f3d83854aa671df4db6f95558a7ef5bad4bc64f9) Thanks [@​fhiromasa](https://redirect.github.com/fhiromasa)! - update comment in packages/astro/src/types/public/common.ts - [#​12789](https://redirect.github.com/withastro/astro/pull/12789) [`f632b94`](https://redirect.github.com/withastro/astro/commit/f632b945275c2615fc0fdf2abc831c45d0ddebcd) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Pass raw frontmatter to remark plugins in glob loader - [#​12799](https://redirect.github.com/withastro/astro/pull/12799) [`739dbfb`](https://redirect.github.com/withastro/astro/commit/739dbfba4214107cf8fc40c702834dad33eed3b0) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Upgrades Vite to pin esbuild ### [`v5.1.0`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#510) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.0.9...astro@5.1.0) ##### Minor Changes - [#​12441](https://redirect.github.com/withastro/astro/pull/12441) [`b4fec3c`](https://redirect.github.com/withastro/astro/commit/b4fec3c7d17ed92dcaaeea5e2545aae6dfd19e53) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Adds experimental session support Sessions are used to store user state between requests for server-rendered pages, such as login status, shopping cart contents, or other user-specific data. ### [`v5.0.9`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#509) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.0.8...astro@5.0.9) ##### Patch Changes - [#​12756](https://redirect.github.com/withastro/astro/pull/12756) [`95795f8`](https://redirect.github.com/withastro/astro/commit/95795f85dbd85ff29ee2ff4860d018fd4e9bcf8f) Thanks [@​matthewp](https://redirect.github.com/matthewp)! - Remove debug logging from build ### [`v5.0.8`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#508) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.0.7...astro@5.0.8) ##### Patch Changes - [#​12749](https://redirect.github.com/withastro/astro/pull/12749) [`039d022`](https://redirect.github.com/withastro/astro/commit/039d022b1bbaacf9ea83071d27affc5318e0e515) Thanks [@​matthewp](https://redirect.github.com/matthewp)! - Clean server sourcemaps from static output ### [`v5.0.7`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#507) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.0.6...astro@5.0.7) ##### Patch Changes - [#​12746](https://redirect.github.com/withastro/astro/pull/12746) [`c879f50`](https://redirect.github.com/withastro/astro/commit/c879f501ff01b1a3c577de776a1f7100d78f8dd5) Thanks [@​matthewp](https://redirect.github.com/matthewp)! - Remove all assets created from the server build ### [`v5.0.6`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#506) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.0.5...astro@5.0.6) ##### Patch Changes - [#​12597](https://redirect.github.com/withastro/astro/pull/12597) [`564ac6c`](https://redirect.github.com/withastro/astro/commit/564ac6c2f2d77ee34f8519f1e5a4db2c6e194f65) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Fixes an issue where image and server islands routes would not be passed to the `astro:routes:resolved` hook during builds - [#​12718](https://redirect.github.com/withastro/astro/pull/12718) [`ccc5ad1`](https://redirect.github.com/withastro/astro/commit/ccc5ad1676db5e7f5049ca2feb59802d1fe3a92e) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes an issue where Astro couldn't correctly handle i18n fallback when using the i18n middleware - [#​12728](https://redirect.github.com/withastro/astro/pull/12728) [`ee66a45`](https://redirect.github.com/withastro/astro/commit/ee66a45b250703a40b34c0a45ae34aefcb14ea44) Thanks [@​argyleink](https://redirect.github.com/argyleink)! - Adds type support for the `closedby` attribute for `<dialog>` elements - [#​12709](https://redirect.github.com/withastro/astro/pull/12709) [`e3bfd93`](https://redirect.github.com/withastro/astro/commit/e3bfd9396969caf35b3b05135539e82aab560c92) Thanks [@​mtwilliams-code](https://redirect.github.com/mtwilliams-code)! - Fixes a bug where Astro couldn't correctly parse `params` and `props` when receiving i18n fallback URLs - [#​12657](https://redirect.github.com/withastro/astro/pull/12657) [`14dffcc`](https://redirect.github.com/withastro/astro/commit/14dffcc3af49dd975635602a0d1847a3125c0746) Thanks [@​darkmaga](https://redirect.github.com/darkmaga)! - Trailing slash support for actions - [#​12715](https://redirect.github.com/withastro/astro/pull/12715) [`029661d`](https://redirect.github.com/withastro/astro/commit/029661daa9b28fd5299d8cc9360025c78f6cd8eb) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug that caused errors in dev when editing sites with large numbers of MDX pages - [#​12729](https://redirect.github.com/withastro/astro/pull/12729) [`8b1cecd`](https://redirect.github.com/withastro/astro/commit/8b1cecd6b491654ae760a0c75f3270df134c4e25) Thanks [@​JoeMorgan](https://redirect.github.com/JoeMorgan)! - "Added `inert` to htmlBooleanAttributes" - [#​12726](https://redirect.github.com/withastro/astro/pull/12726) [`7c7398c`](https://redirect.github.com/withastro/astro/commit/7c7398c04653877da09c7b0f80ee84b02e02aad0) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Fixes a case where failing content entries in `astro check` would not be surfaced ### [`v5.0.5`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#505) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.0.4...astro@5.0.5) ##### Patch Changes - [#​12705](https://redirect.github.com/withastro/astro/pull/12705) [`0d1eab5`](https://redirect.github.com/withastro/astro/commit/0d1eab560d56c51c359bbd35e8bfb51e238611ee) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug where MDX files with certain characters in the name would cause builds to fail - [#​12707](https://redirect.github.com/withastro/astro/pull/12707) [`2aaed2d`](https://redirect.github.com/withastro/astro/commit/2aaed2d2a96ab35461af24e8d12b20f1da33983f) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes a bug where the middleware was incorrectly imported during the build - [#​12697](https://redirect.github.com/withastro/astro/pull/12697) [`1c4a032`](https://redirect.github.com/withastro/astro/commit/1c4a032247747c830be94dbdd0c953511a6bfa53) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fix a bug that caused builds to fail if an image had a quote mark in its name - [#​12694](https://redirect.github.com/withastro/astro/pull/12694) [`495f46b`](https://redirect.github.com/withastro/astro/commit/495f46bca78665732e51c629d93a68fa392b88a4) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes a bug where the experimental feature `experimental.svg` was incorrectly used when generating ESM images - [#​12658](https://redirect.github.com/withastro/astro/pull/12658) [`3169593`](https://redirect.github.com/withastro/astro/commit/316959355c3d59723ecb3e0f417becf1f03ddd74) Thanks [@​jurajkapsz](https://redirect.github.com/jurajkapsz)! - Fixes astro info copy to clipboard process not returning to prompt in certain cases. - [#​12712](https://redirect.github.com/withastro/astro/pull/12712) [`b01c74a`](https://redirect.github.com/withastro/astro/commit/b01c74aeccc4ec76b64fa75d163df58274b37970) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug which misidentified pages as markdown if a query string ended in a markdown extension ### [`v5.0.4`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#504) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.0.3...astro@5.0.4) ##### Patch Changes - [#​12653](https://redirect.github.com/withastro/astro/pull/12653) [`e21c7e6`](https://redirect.github.com/withastro/astro/commit/e21c7e67fde1155cf593fd2b40010c5e2c2cd3f2) Thanks [@​sarah11918](https://redirect.github.com/sarah11918)! - Updates a reference in an error message - [#​12585](https://redirect.github.com/withastro/astro/pull/12585) [`a9373c0`](https://redirect.github.com/withastro/astro/commit/a9373c0c9a3c2e1773fc11bb14e156698b0d9d38) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Fixes a case where `process.env` would be frozen despite changes made to environment variables in development - [#​12695](https://redirect.github.com/withastro/astro/pull/12695) [`a203d5d`](https://redirect.github.com/withastro/astro/commit/a203d5dd582166674c45e807a5dc9113e26e24f0) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Throws a more helpful error when images are missing - Updated dependencies \[[`f13417b`](https://redirect.github.com/withastro/astro/commit/f13417bfbf73130c224752379e2da33084f89554), [`87231b1`](https://redirect.github.com/withastro/astro/commit/87231b1168da66bb593f681206c42fa555dfcabc), [`a71e9b9`](https://redirect.github.com/withastro/astro/commit/a71e9b93b317edc0ded49d4d50f1b7841c8cd428)]: - [@​astrojs/markdown-remark](https://redirect.github.com/astrojs/markdown-remark)[@​6](https://redirect.github.com/6).0.1 ### [`v5.0.3`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#503) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.0.2...astro@5.0.3) ##### Patch Changes - [#​12645](https://redirect.github.com/withastro/astro/pull/12645) [`8704c54`](https://redirect.github.com/withastro/astro/commit/8704c5439ccaa4bdcebdebb725f297cdf8d48a5d) Thanks [@​sarah11918](https://redirect.github.com/sarah11918)! - Updates some reference links in error messages for new v5 docs. - [#​12641](https://redirect.github.com/withastro/astro/pull/12641) [`48ca399`](https://redirect.github.com/withastro/astro/commit/48ca3997888e960c6aaec633ab21160540656656) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug where `astro info --copy` wasn't working correctly on `macOS` systems. - [#​12461](https://redirect.github.com/withastro/astro/pull/12461) [`62939ad`](https://redirect.github.com/withastro/astro/commit/62939add0b04b05b64f9b88d85fa5b0d34aae2d4) Thanks [@​kyr0](https://redirect.github.com/kyr0)! - Removes the misleading log message telling that a custom renderer is not recognized while it clearly is and works. - [#​12642](https://redirect.github.com/withastro/astro/pull/12642) [`ff18b9c`](https://redirect.github.com/withastro/astro/commit/ff18b9c18558dcfdae581cc1c603a9a53491c7c2) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Provides more information when logging a warning for accessing `Astro.request.headers` in prerendered pages - [#​12634](https://redirect.github.com/withastro/astro/pull/12634) [`03958d9`](https://redirect.github.com/withastro/astro/commit/03958d939217e6acef25c0aa1af2de663b04c956) Thanks [@​delucis](https://redirect.github.com/delucis)! - Improves error message formatting for user config and content collection frontmatter - [#​12547](https://redirect.github.com/withastro/astro/pull/12547) [`6b6e18d`](https://redirect.github.com/withastro/astro/commit/6b6e18d7a0f08342eced2a77ddb371810b030868) Thanks [@​mtwilliams-code](https://redirect.github.com/mtwilliams-code)! - Fixes a bug where URL search parameters weren't passed when using the i18n `fallback` feature. - [#​12449](https://redirect.github.com/withastro/astro/pull/12449) [`e6b8017`](https://redirect.github.com/withastro/astro/commit/e6b80172391d5f9aa5b1de26a8694ba4a28a43f3) Thanks [@​apatel369](https://redirect.github.com/apatel369)! - Fixes an issue where the custom `assetFileNames` configuration caused assets to be incorrectly moved to the server directory instead of the client directory, resulting in 404 errors when accessed from the client side. - [#​12518](https://redirect.github.com/withastro/astro/pull/12518) [`e216250`](https://redirect.github.com/withastro/astro/commit/e216250146fbff746efd542612ce9bae6db9601f) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes an issue where SSR error pages would return duplicated custom headers. - [#​12625](https://redirect.github.com/withastro/astro/pull/12625) [`74bfad0`](https://redirect.github.com/withastro/astro/commit/74bfad07afe70fec40de4db3d32a87af306406db) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes an issue where the `experimental.svg` had incorrect type, resulting in some errors in the editors. - [#​12631](https://redirect.github.com/withastro/astro/pull/12631) [`dec0305`](https://redirect.github.com/withastro/astro/commit/dec0305b7577b431637a129e19fbbe6a28469587) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug where the class attribute was rendered twice on the image component - [#​12623](https://redirect.github.com/withastro/astro/pull/12623) [`0e4fecb`](https://redirect.github.com/withastro/astro/commit/0e4fecbb135915a503b9ea2c12e57cf27cf07be8) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Correctly handles images in content collections with uppercase file extensions - [#​12633](https://redirect.github.com/withastro/astro/pull/12633) [`8a551c1`](https://redirect.github.com/withastro/astro/commit/8a551c1272a22ab7c3fb836d6685a0eb38c33071) Thanks [@​bluwy](https://redirect.github.com/bluwy)! - Cleans up content layer sync during builds and programmatic `sync()` calls - [#​12640](https://redirect.github.com/withastro/astro/pull/12640) [`22e405a`](https://redirect.github.com/withastro/astro/commit/22e405a04491aba47a7f172e7b0ee103fe5babe5) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug that caused content collections to be returned empty when run in a test environment - [#​12613](https://redirect.github.com/withastro/astro/pull/12613) [`306c9f9`](https://redirect.github.com/withastro/astro/commit/306c9f9a9ae08d194ca2a066ab71cde02eeb0874) Thanks [@​matthewp](https://redirect.github.com/matthewp)! - Fix use of cloned requests in middleware with clientAddress When using `context.clientAddress` or `Astro.clientAddress` Astro looks up the address in a hidden property. Cloning a request can cause this hidden property to be lost. The fix is to pass the address as an internal property instead, decoupling it from the request. ### [`v5.0.2`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#502) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.0.1...astro@5.0.2) ##### Patch Changes - [#​12601](https://redirect.github.com/withastro/astro/pull/12601) [`0724929`](https://redirect.github.com/withastro/astro/commit/072492982b338e04549ee576ca7d8480be92cc1c) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Includes "undefined" in types for getEntry ### [`v5.0.1`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#501) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.0.0...astro@5.0.1) ##### Patch Changes - [#​12590](https://redirect.github.com/withastro/astro/pull/12590) [`92c269b`](https://redirect.github.com/withastro/astro/commit/92c269b0f0177cb54540ce03507de81370d67c50) Thanks [@​kidonng](https://redirect.github.com/kidonng)! - fix: devtools warnings about dev toolbar form fields ### [`v5.0.0`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#500) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@4.16.18...astro@5.0.0) ##### Major Changes - [#​11798](https://redirect.github.com/withastro/astro/pull/11798) [`e9e2139`](https://redirect.github.com/withastro/astro/commit/e9e2139bf788893566f5a3fe58daf1d24076f018) Thanks [@​matthewp](https://redirect.github.com/matthewp)! - Unflag globalRoutePriority The previously experimental feature `globalRoutePriority` is now the default in Astro 5. This was a refactoring of route prioritization in Astro, making it so that injected routes, file-based routes, and redirects are all prioritized using the same logic. This feature has been enabled for all Starlight projects since it was added and should not affect most users. - [#​11864](https://redirect.github.com/withastro/astro/pull/11864) [`ee38b3a`](https://redirect.github.com/withastro/astro/commit/ee38b3a94697fe883ce8300eff9f001470b8adb6) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - ### \[changed]: `entryPoint` type inside the hook `astro:build:ssr` In Astro v4.x, the `entryPoint` type was `RouteData`. Astro v5.0 the `entryPoint` type is `IntegrationRouteData`, which contains a subset of the `RouteData` type. The fields `isIndex` and `fallbackRoutes` were removed. ##### What should I do? Update your adapter to change the type of `entryPoint` from `RouteData` to `IntegrationRouteData`. ```diff -import type {RouteData} from 'astro'; +import type {IntegrationRouteData} from "astro" -function useRoute(route: RouteData) { +function useRoute(route: IntegrationRouteData) { } ``` - [#​12524](https://redirect.github.com/withastro/astro/pull/12524) [`9f44019`](https://redirect.github.com/withastro/astro/commit/9f440196dc39f36fce0198bf4c97131160e5bcc1) Thanks [@​bluwy](https://redirect.github.com/bluwy)! - Bumps Vite to ^6.0.1 and handles its breaking changes - [#​10742](https://redirect.github.com/withastro/astro/pull/10742) [`b6fbdaa`](https://redirect.github.com/withastro/astro/commit/b6fbdaa94a9ecec706a99e1938fbf5cd028c72e0) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - The lowest version of Node supported by Astro is now Node v18.17.1 and higher. - [#​11916](https://redirect.github.com/withastro/astro/pull/11916) [`46ea29f`](https://redirect.github.com/withastro/astro/commit/46ea29f91df83ea638ecbc544ce99375538636d4) Thanks [@​bluwy](https://redirect.github.com/bluwy)! - Updates how the `build.client` and `build.server` option values get resolved to match existing documentation. With this fix, the option values will now correctly resolve relative to the `outDir` option. So if `outDir` is set to `./dist/nested/`, then by default: - `build.client` will resolve to `<root>/dist/nested/client/` - `build.server` will resolve to `<root>/dist/nested/server/` Previously the values were incorrectly resolved: - `build.client` was resolved to `<root>/dist/nested/dist/client/` - `build.server` was resolved to `<root>/dist/nested/dist/server/` If you were relying on the previous build paths, make sure that your project code is updated to the new build paths. - [#​11982](https://redirect.github.com/withastro/astro/pull/11982) [`d84e444`](https://redirect.github.com/withastro/astro/commit/d84e444fd3496c1f787b3fcee2929c92bc74e0cd) Thanks [@​Princesseuh](https://redirect.github.com/Princesseuh)! - Adds a default exclude and include value to the tsconfig presets. `{projectDir}/dist` is now excluded by default, and `{projectDir}/.astro/types.d.ts` and `{projectDir}/**/*` are included by default. Both of these options can be overridden by setting your own values to the corresponding settings in your `tsconfig.json` file. - [#​11861](https://redirect.github.com/withastro/astro/pull/11861) [`3ab3b4e`](https://redirect.github.com/withastro/astro/commit/3ab3b4efbcdd2aabea5f949deedf51a5acefae59) Thanks [@​bluwy](https://redirect.github.com/bluwy)! - Cleans up Astro-specific metadata attached to `vfile.data` in Remark and Rehype plugins. Previously, the metadata was attached in different locations with inconsistent names. The metadata is now renamed as below: - `vfile.data.__astroHeadings` -> `vfile.data.astro.headings` - `vfile.data.imagePaths` -> `vfile.data.astro.imagePaths` The types of `imagePaths` has also been updated from `Set<string>` to `string[]`. The `vfile.data.astro.frontmatter` metadata is left unchanged. While we don't consider these APIs public, they can be accessed by Remark and Rehype plugins that want to re-use Astro's metadata. If you are using these APIs, make sure to access them in the new locations. - [#​11987](https://redirect.github.com/withastro/astro/pull/11987) [`bf90a53`](https://redirect.github.com/withastro/astro/commit/bf90a5343f9cd1bb46f30e4b331e7ae675f5e720) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - The `locals` object can no longer be overridden Middleware, API endpoints, and pages can no longer override the `locals` object in its entirety. You can still append values onto the object, but you can not replace the entire object and delete its existing values. If you were previously overwriting like so: ```js ctx.locals = { one: 1, two: 2, }; ``` This can be changed to an assignment on the existing object instead: ```js Object.assign(ctx.locals, { one: 1, two: 2, }); ``` - [#​11908](https://redirect.github.com/withastro/astro/pull/11908) [`518433e`](https://redirect.github.com/withastro/astro/commit/518433e433fe69ee3bbbb1f069181cd9eb69ec9a) Thanks [@​Princesseuh](https://redirect.github.com/Princesseuh)! - The `image.endpoint` config now allow customizing the route of the image endpoint in addition to the entrypoint. This can be useful in niche situations where the default route `/_image` conflicts with an existing route or your local server setup. ```js import { defineConfig } from 'astro/config'; defineConfig({ image: { endpoint: { route: '/image', entrypoint: './src/image_endpoint.ts', }, }, }); ``` - [#​12008](https://redirect.github.com/withastro/astro/pull/12008) [`5608338`](https://redirect.github.com/withastro/astro/commit/560833843c6d3ce2b6c6c473ec4ae70e744bf255) Thanks [@​Princesseuh](https://redirect.github.com/Princesseuh)! - Welcome to the Astro 5 beta! This release has no changes from the latest alpha of this package, but it does bring us one step closer to the final, stable release. Starting from this release, no breaking changes will be introduced unless absolutely necessary. To learn how to upgrade, check out the [Astro v5.0 upgrade guide in our beta docs site](https://5-0-0-beta.docs.astro.build/en/guides/upgrade-to/v5/). - [#​11679](https://redirect.github.com/withastro/astro/pull/11679) [`ea71b90`](https://redirect.github.com/withastro/astro/commit/ea71b90c9c08ddd1d3397c78e2e273fb799f7dbd) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - The `astro:env` feature introduced behind a flag in [v4.10.0](https://redirect.github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md#x4100) is no longer experimental and is available for general use. If you have been waiting for stabilization before using `astro:env`, you can now do so. This feature lets you configure a type-safe schema for your environment variables, and indicate whether they should be available on the server or the client. To configure a schema, add the `env` option to your Astro config and define your client and server variables. If you were previously using this feature, please remove the experimental flag from your Astro config and move your entire `env` configuration unchanged to a top-level option. ```js import { defineConfig, envField } from 'astro/config'; export default defineConfig({ env: { schema: { API_URL: envField.string({ context: 'client', access: 'public', optional: true }), PORT: envField.number({ context: 'server', access: 'public', default: 4321 }), API_SECRET: envField.string({ context: 'server', access: 'secret' }), }, }, }); ``` You can import and use your defined variables from the appropriate `/client` or `/server` module: </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19--> |
||
|
|
31e2276933 |
chore(helm): update image ghcr.io/ellite/wallos 2.43.1 → 2.45.0 (#31113)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/ellite/wallos](https://redirect.github.com/ellite/Wallos) | minor | `b71316f` -> `ea3cb3a` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>ellite/Wallos (ghcr.io/ellite/wallos)</summary> ### [`v2.45.0`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#2450-2025-01-19) [Compare Source](https://redirect.github.com/ellite/Wallos/compare/v2.45.0...v2.45.0) ##### Features - add czech translations ([#​701](https://redirect.github.com/ellite/Wallos/issues/701)) ([426fdfa](https://redirect.github.com/ellite/Wallos/commit/426fdfa5c79d32c7d5a0722a0590d39547cfd1fa)) ### [`v2.45.0`](https://redirect.github.com/ellite/Wallos/releases/tag/v2.45.0) [Compare Source](https://redirect.github.com/ellite/Wallos/compare/v2.44.1...v2.45.0) ##### Features - add czech translations ([#​701](https://redirect.github.com/ellite/Wallos/issues/701)) ([426fdfa](https://redirect.github.com/ellite/Wallos/commit/426fdfa5c79d32c7d5a0722a0590d39547cfd1fa)) ### [`v2.44.1`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#2441-2025-01-19) [Compare Source](https://redirect.github.com/ellite/Wallos/compare/v2.44.0...v2.44.1) ##### Bug Fixes - error setting date of last exchange rates update ([#​699](https://redirect.github.com/ellite/Wallos/issues/699)) ([d2f68c4](https://redirect.github.com/ellite/Wallos/commit/d2f68c457e9b1328caf983ddc6e2827430855aa6)) ### [`v2.44.0`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#2440-2025-01-12) [Compare Source](https://redirect.github.com/ellite/Wallos/compare/v2.43.1...v2.44.0) ##### Features - allow notifications on due date ([87f148d](https://redirect.github.com/ellite/Wallos/commit/87f148d1745bec19f5713b8a367a3615871e6e33)) ##### Bug Fixes - don't expose disabled notifications to ical feed ([87f148d](https://redirect.github.com/ellite/Wallos/commit/87f148d1745bec19f5713b8a367a3615871e6e33)) - email notification test always sending to admins email ([87f148d](https://redirect.github.com/ellite/Wallos/commit/87f148d1745bec19f5713b8a367a3615871e6e33)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
0cd24d0a8b |
chore(helm): update image docker.io/n8nio/n8n 1.74.3 → 1.76.1 (#31105)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/n8nio/n8n](https://n8n.io) ([source](https://redirect.github.com/n8n-io/n8n)) | minor | `ac1abb4` -> `37e0474` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>n8n-io/n8n (docker.io/n8nio/n8n)</summary> ### [`v1.76.0`](https://redirect.github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1760-2025-01-22) ##### Bug Fixes - **core:** Align saving behavior in `workflowExecuteAfter` hooks ([#​12731](https://redirect.github.com/n8n-io/n8n/issues/12731)) ([9d76210](https://redirect.github.com/n8n-io/n8n/commit/9d76210a570e025d01d1f6596667abf40fbd8d12)) - **core:** AugmentObject should handle the constructor property correctly ([#​12744](https://redirect.github.com/n8n-io/n8n/issues/12744)) ([36bc164](https://redirect.github.com/n8n-io/n8n/commit/36bc164da486f2e2d05091b457b8eea6521ca22e)) - **core:** Fix keyboard shortcuts for non-ansi layouts ([#​12672](https://redirect.github.com/n8n-io/n8n/issues/12672)) ([4c8193f](https://redirect.github.com/n8n-io/n8n/commit/4c8193fedc2e3967c9a06c0652483128df509653)) - **core:** Fix license CLI commands showing incorrect renewal setting ([#​12759](https://redirect.github.com/n8n-io/n8n/issues/12759)) ([024ada8](https://redirect.github.com/n8n-io/n8n/commit/024ada822c1bc40958e594bb08707cf77d3397ec)) - **core:** Fix license initialization failure on startup ([#​12737](https://redirect.github.com/n8n-io/n8n/issues/12737)) ([ac2f647](https://redirect.github.com/n8n-io/n8n/commit/ac2f6476c114f51fafb9b7b66e41e0c87f4a1bf6)) - **core:** Recover successful data-less executions ([#​12720](https://redirect.github.com/n8n-io/n8n/issues/12720)) ([a39b8bd](https://redirect.github.com/n8n-io/n8n/commit/a39b8bd32be50c8323e415f820b25b4bcb81d960)) - **core:** Remove run data of utility nodes for partial executions v2 ([#​12673](https://redirect.github.com/n8n-io/n8n/issues/12673)) ([b66a9dc](https://redirect.github.com/n8n-io/n8n/commit/b66a9dc8fb6f7b19122cacbb7e2f86b4c921c3fb)) - **core:** Sync `hookFunctionsSave` and `hookFunctionsSaveWorker` ([#​12740](https://redirect.github.com/n8n-io/n8n/issues/12740)) ([d410b8f](https://redirect.github.com/n8n-io/n8n/commit/d410b8f5a7e99658e1e8dcb2e02901bd01ce9c59)) - **core:** Update isDocker check to return true on kubernetes/containerd ([#​12603](https://redirect.github.com/n8n-io/n8n/issues/12603)) ([c55dac6](https://redirect.github.com/n8n-io/n8n/commit/c55dac66ed97a2317d4c696c3b505790ec5d72fe)) - **editor:** Add unicode code points to expression language for emoji ([#​12633](https://redirect.github.com/n8n-io/n8n/issues/12633)) ([819ebd0](https://redirect.github.com/n8n-io/n8n/commit/819ebd058d1d60b3663d92b4a652728da7134a3b)) - **editor:** Correct missing whitespace in JSON output ([#​12677](https://redirect.github.com/n8n-io/n8n/issues/12677)) ([b098b19](https://redirect.github.com/n8n-io/n8n/commit/b098b19c7f0e3a9848c3fcfa012999050f2d3c7a)) - **editor:** Defer crypto.randomUUID call in CodeNodeEditor ([#​12630](https://redirect.github.com/n8n-io/n8n/issues/12630)) ([58f6532](https://redirect.github.com/n8n-io/n8n/commit/58f6532630bacd288d3c0a79b40150f465898419)) - **editor:** Fix Code node bug erasing and overwriting code when switching between nodes ([#​12637](https://redirect.github.com/n8n-io/n8n/issues/12637)) ([02d953d](https://redirect.github.com/n8n-io/n8n/commit/02d953db34ec4e44977a8ca908628b62cca82fde)) - **editor:** Fix execution list hover & selection colour in dark mode ([#​12628](https://redirect.github.com/n8n-io/n8n/issues/12628)) ([95c40c0](https://redirect.github.com/n8n-io/n8n/commit/95c40c02cb8fef77cf633cf5aec08e98746cff36)) - **editor:** Fix JsonEditor with expressions ([#​12739](https://redirect.github.com/n8n-io/n8n/issues/12739)) ([56c93ca](https://redirect.github.com/n8n-io/n8n/commit/56c93caae026738c1c0bebb4187b238e34a330f6)) - **editor:** Fix navbar height flickering during load ([#​12738](https://redirect.github.com/n8n-io/n8n/issues/12738)) ([a96b3f0](https://redirect.github.com/n8n-io/n8n/commit/a96b3f0091798a52bb33107b919b5d8287ba7506)) - **editor:** Open chat when executing agent node in canvas v2 ([#​12617](https://redirect.github.com/n8n-io/n8n/issues/12617)) ([457edd9](https://redirect.github.com/n8n-io/n8n/commit/457edd99bb853d8ccf3014605d5823933f3c0bc6)) - **editor:** Partial execution of a workflow with manual chat trigger ([#​12662](https://redirect.github.com/n8n-io/n8n/issues/12662)) ([2f81b29](https://redirect.github.com/n8n-io/n8n/commit/2f81b29d341535b512df0aa01b25a91d109f113f)) - **editor:** Show connector label above the line when it's straight ([#​12622](https://redirect.github.com/n8n-io/n8n/issues/12622)) ([c97bd48](https://redirect.github.com/n8n-io/n8n/commit/c97bd48a77643b9c2a5d7218e21b957af15cee0b)) - **editor:** Show run workflow button when chat trigger has pinned data ([#​12616](https://redirect.github.com/n8n-io/n8n/issues/12616)) ([da8aafc](https://redirect.github.com/n8n-io/n8n/commit/da8aafc0e3a1b5d862f0723d0d53d2c38bcaebc3)) - **editor:** Update workflow re-initialization to use query parameter ([#​12650](https://redirect.github.com/n8n-io/n8n/issues/12650)) ([982131a](https://redirect.github.com/n8n-io/n8n/commit/982131a75a32f741c120156826c303989aac189c)) - **Execute Workflow Node:** Pass binary data to sub-workflow ([#​12635](https://redirect.github.com/n8n-io/n8n/issues/12635)) ([e9c152e](https://redirect.github.com/n8n-io/n8n/commit/e9c152e369a4c2762bd8e6ad17eaa704bb3771bb)) - **Google Gemini Chat Model Node:** Add base URL support for Google Gemini Chat API ([#​12643](https://redirect.github.com/n8n-io/n8n/issues/12643)) ([14f4bc7](https://redirect.github.com/n8n-io/n8n/commit/14f4bc769027789513808b4000444edf99dc5d1c)) - **GraphQL Node:** Change default request format to json instead of graphql ([#​11346](https://redirect.github.com/n8n-io/n8n/issues/11346)) ([c7c122f](https://redirect.github.com/n8n-io/n8n/commit/c7c122f9173df824cc1b5ab864333bffd0d31f82)) - **Jira Software Node:** Get custom fields(RLC) in update operation for server deployment type ([#​12719](https://redirect.github.com/n8n-io/n8n/issues/12719)) ([353df79](https://redirect.github.com/n8n-io/n8n/commit/353df7941117e20547cd4f3fc514979a54619720)) - **n8n Form Node:** Remove the ability to change the formatting of dates ([#​12666](https://redirect.github.com/n8n-io/n8n/issues/12666)) ([14904ff](https://redirect.github.com/n8n-io/n8n/commit/14904ff77951fef23eb789a43947492a4cd3fa20)) - **OpenAI Chat Model Node:** Fix loading of custom models when using custom credential URL ([#​12634](https://redirect.github.com/n8n-io/n8n/issues/12634)) ([7cc553e](https://redirect.github.com/n8n-io/n8n/commit/7cc553e3b277a16682bfca1ea08cb98178e38580)) - **OpenAI Chat Model Node:** Restore default model value ([#​12745](https://redirect.github.com/n8n-io/n8n/issues/12745)) ([d1b6692](https://redirect.github.com/n8n-io/n8n/commit/d1b6692736182fa2eab768ba3ad0adb8504ebbbd)) - **Postgres Chat Memory Node:** Do not terminate the connection pool ([#​12674](https://redirect.github.com/n8n-io/n8n/issues/12674)) ([e7f00bc](https://redirect.github.com/n8n-io/n8n/commit/e7f00bcb7f2dce66ca07a9322d50f96356c1a43d)) - **Postgres Node:** Allow using composite key in upsert queries ([#​12639](https://redirect.github.com/n8n-io/n8n/issues/12639)) ([83ce3a9](https://redirect.github.com/n8n-io/n8n/commit/83ce3a90963ba76601234f4314363a8ccc310f0f)) - **Wait Node:** Fix for hasNextPage in waiting forms ([#​12636](https://redirect.github.com/n8n-io/n8n/issues/12636)) ([652b8d1](https://redirect.github.com/n8n-io/n8n/commit/652b8d170b9624d47b5f2d8d679c165cc14ea548)) ##### Features - Add credential only node for Microsoft Azure Monitor ([#​12645](https://redirect.github.com/n8n-io/n8n/issues/12645)) ([6ef8882](https://redirect.github.com/n8n-io/n8n/commit/6ef8882a108c672ab097c9dd1c590d4e9e7f3bcc)) - Add Miro credential only node ([#​12746](https://redirect.github.com/n8n-io/n8n/issues/12746)) ([5b29086](https://redirect.github.com/n8n-io/n8n/commit/5b29086e2f9b7f638fac4440711f673438e57492)) - Add SSM endpoint to AWS credentials ([#​12212](https://redirect.github.com/n8n-io/n8n/issues/12212)) ([565c7b8](https://redirect.github.com/n8n-io/n8n/commit/565c7b8b9cfd3e10f6a2c60add96fea4c4d95d33)) - **core:** Enable task runner by default ([#​12726](https://redirect.github.com/n8n-io/n8n/issues/12726)) ([9e2a01a](https://redirect.github.com/n8n-io/n8n/commit/9e2a01aeaf36766a1cf7a1d9a4d6e02f45739bd3)) - **editor:** Force final canvas v2 migration and remove switcher from UI ([#​12717](https://redirect.github.com/n8n-io/n8n/issues/12717)) ([29335b9](https://redirect.github.com/n8n-io/n8n/commit/29335b9b6acf97c817bea70688e8a2786fbd8889)) - **editor:** VariablesView Reskin - Add Filters for missing values ([#​12611](https://redirect.github.com/n8n-io/n8n/issues/12611)) ([1eeb788](https://redirect.github.com/n8n-io/n8n/commit/1eeb788d327287d21eab7ad6f2156453ab7642c7)) - **Jira Software Node:** Personal Access Token credential type ([#​11038](https://redirect.github.com/n8n-io/n8n/issues/11038)) ([1c7a38f](https://redirect.github.com/n8n-io/n8n/commit/1c7a38f6bab108daa47401cd98c185590bf299a8)) - **n8n Form Trigger Node:** Form Improvements ([#​12590](https://redirect.github.com/n8n-io/n8n/issues/12590)) ([f167578](https://redirect.github.com/n8n-io/n8n/commit/f167578b3251e553a4d000e731e1bb60348916ad)) - Synchronize deletions when pulling from source control ([#​12170](https://redirect.github.com/n8n-io/n8n/issues/12170)) ([967ee4b](https://redirect.github.com/n8n-io/n8n/commit/967ee4b89b94b92fc3955c56bf4c9cca0bd64eac)) ### [`v1.75.0`](https://redirect.github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1750-2025-01-15) ##### Bug Fixes - **core:** AugmentObject should check for own propeties correctly ([#​12534](https://redirect.github.com/n8n-io/n8n/issues/12534)) ([0cdf393](https://redirect.github.com/n8n-io/n8n/commit/0cdf39374305e6bbcedb047db7d3756168e6e89e)) - **core:** Disallow code generation in task runner ([#​12522](https://redirect.github.com/n8n-io/n8n/issues/12522)) ([35b6180](https://redirect.github.com/n8n-io/n8n/commit/35b618098b7d23e272bf77b55c172dbe531c821f)) - **core:** Fix node exclusion on the frontend types ([#​12544](https://redirect.github.com/n8n-io/n8n/issues/12544)) ([b2cbed9](https://redirect.github.com/n8n-io/n8n/commit/b2cbed9865888f6f3bc528984d4091d86a88f0d6)) - **core:** Fix orchestration flow with expired license ([#​12444](https://redirect.github.com/n8n-io/n8n/issues/12444)) ([ecff3b7](https://redirect.github.com/n8n-io/n8n/commit/ecff3b732a028d7225bfbed4ffc65dc20c4ed608)) - **core:** Fix Sentry error reporting on task runners ([#​12495](https://redirect.github.com/n8n-io/n8n/issues/12495)) ([88c0838](https://redirect.github.com/n8n-io/n8n/commit/88c0838dd72f11646bdb3586223d6c16631cccab)) - **core:** Improve cyclic dependency check in the DI container ([#​12600](https://redirect.github.com/n8n-io/n8n/issues/12600)) ([c3c4a20](https://redirect.github.com/n8n-io/n8n/commit/c3c4a200024fb08afb9380357d1490c6707c5ec3)) - **core:** Only show personal credentials in the personal space ([#​12433](https://redirect.github.com/n8n-io/n8n/issues/12433)) ([8a42d55](https://redirect.github.com/n8n-io/n8n/commit/8a42d55d91f4a37fff5669d52d52428b3a4ddd44)) - **core:** Prefix package name in `supportedNodes` on generated types as well ([#​12514](https://redirect.github.com/n8n-io/n8n/issues/12514)) ([4a1a999](https://redirect.github.com/n8n-io/n8n/commit/4a1a9993624c92dd81f5418f9268cb93878069ab)) - **core:** Prevent prototype pollution in task runner ([#​12588](https://redirect.github.com/n8n-io/n8n/issues/12588)) ([bdf266c](https://redirect.github.com/n8n-io/n8n/commit/bdf266cf55032d05641b20dce8804412dc93b6d5)) - **core:** Prevent prototype pollution of internal classes in task runner ([#​12610](https://redirect.github.com/n8n-io/n8n/issues/12610)) ([eceee7f](https://redirect.github.com/n8n-io/n8n/commit/eceee7f3f8899d200b1c5720087cc494eec22e6a)) - **core:** Use timing safe function to compare runner auth tokens ([#​12485](https://redirect.github.com/n8n-io/n8n/issues/12485)) ([8fab98f](https://redirect.github.com/n8n-io/n8n/commit/8fab98f3f1f767d05825d24cbf155d56375fdb3e)) - **core:** Validate values which are intentionally 0 ([#​12382](https://redirect.github.com/n8n-io/n8n/issues/12382)) ([562506e](https://redirect.github.com/n8n-io/n8n/commit/562506e92aeb26423145801bff80037e5ce2ac46)) - Don't break oauth credentials when updating them and allow fixing broken oauth credentials by repeating the authorization flow ([#​12563](https://redirect.github.com/n8n-io/n8n/issues/12563)) ([73897c7](https://redirect.github.com/n8n-io/n8n/commit/73897c7662a432834eb6f9d0f9ace8d986c1acb5)) - **editor:** Don't show toolsUnused notice if run had errors ([#​12529](https://redirect.github.com/n8n-io/n8n/issues/12529)) ([3ec5b28](https://redirect.github.com/n8n-io/n8n/commit/3ec5b2850c47057032e61c2acdbdfc1dcdd931f7)) - **editor:** Ensure proper "AI Template" URL construction in node creator ([#​12566](https://redirect.github.com/n8n-io/n8n/issues/12566)) ([13bf69f](https://redirect.github.com/n8n-io/n8n/commit/13bf69f75c67bc37a37013e776525768676a4b88)) - **editor:** Fix NDV resize handle and scrollbar overlapping ([#​12509](https://redirect.github.com/n8n-io/n8n/issues/12509)) ([c28f302](https://redirect.github.com/n8n-io/n8n/commit/c28f302c2f863bd7aa73ad52e5d040f927e33220)) - **editor:** Fix parameter input validation ([#​12532](https://redirect.github.com/n8n-io/n8n/issues/12532)) ([6711cbc](https://redirect.github.com/n8n-io/n8n/commit/6711cbcc641a2fc70f5c15a7e2dcc640a3f98b66)) - **editor:** Fix selection rectangle context menu on new canvas ([#​12584](https://redirect.github.com/n8n-io/n8n/issues/12584)) ([c8e3c53](https://redirect.github.com/n8n-io/n8n/commit/c8e3c5399efde93486c1dd5c373cb2c5ff8a0691)) - **editor:** Fix the `openselectivenodecreator` custom action on new canvas ([#​12580](https://redirect.github.com/n8n-io/n8n/issues/12580)) ([2110e9a](https://redirect.github.com/n8n-io/n8n/commit/2110e9a0513b8c36beb85302e0d38a2658ea5d6e)) - **editor:** Fix workflow initilisation for test definition routes & add unit tests ([#​12507](https://redirect.github.com/n8n-io/n8n/issues/12507)) ([2775f61](https://redirect.github.com/n8n-io/n8n/commit/2775f617ae5c267c0a1ce7a54d05d4077cdbc0f7)) - **editor:** Make clicking item in RLC work the first time on small screens ([#​12585](https://redirect.github.com/n8n-io/n8n/issues/12585)) ([479933f](https://redirect.github.com/n8n-io/n8n/commit/479933fbd5c88e783827960e018abb979de8a039)) - **editor:** Make sure code editors work correctly in fullscreen ([#​12597](https://redirect.github.com/n8n-io/n8n/issues/12597)) ([aa1f3a7](https://redirect.github.com/n8n-io/n8n/commit/aa1f3a7d989883d55df3777775b8d7d336f6e3b7)) - **editor:** Override selected nodes on single click without Meta/Ctrl key ([#​12549](https://redirect.github.com/n8n-io/n8n/issues/12549)) ([02c2d5e](https://redirect.github.com/n8n-io/n8n/commit/02c2d5e71d15b9292fddd585f47bd8334da468c5)) - **editor:** Show NDV errors when opening existing nodes with errors ([#​12567](https://redirect.github.com/n8n-io/n8n/issues/12567)) ([bee7267](https://redirect.github.com/n8n-io/n8n/commit/bee7267fe38ab12a79fa4ec0e775f45d98d48aa5)) - **editor:** Swap Activate/Deactivate texts in FloatingToolbar ([#​12526](https://redirect.github.com/n8n-io/n8n/issues/12526)) ([44679b4](https://redirect.github.com/n8n-io/n8n/commit/44679b42aa1e14bc7069bee47d0a91ca84b1dba4)) - **editor:** Update filter and feedback for source control ([#​12504](https://redirect.github.com/n8n-io/n8n/issues/12504)) ([865fc21](https://redirect.github.com/n8n-io/n8n/commit/865fc21276727e8d88ccee0355147904b81c4421)) - **editor:** Update selected node when navigating via flowing nodes ([#​12581](https://redirect.github.com/n8n-io/n8n/issues/12581)) ([88659d8](https://redirect.github.com/n8n-io/n8n/commit/88659d8a2901786c894902e19466f395bcdaab8e)) - **Google Calendar Node:** Updates and fixes ([#​10715](https://redirect.github.com/n8n-io/n8n/issues/10715)) ([7227a29](https://redirect.github.com/n8n-io/n8n/commit/7227a29845fd178ced4d281597c62e7a03245456)) - **Spotify Node:** Fix issue with null values breaking the response ([#​12080](https://redirect.github.com/n8n-io/n8n/issues/12080)) ([a56a462](https://redirect.github.com/n8n-io/n8n/commit/a56a46259d257003c813103578260d625b3f17dd)) ##### Features - **editor:** Make node credential select searchable ([#​12497](https://redirect.github.com/n8n-io/n8n/issues/12497)) ([91277c4](https://redirect.github.com/n8n-io/n8n/commit/91277c44f1cf3f334b3b50d47d7dcc79b11c7c63)) - **editor:** Persist sidebar collapsed status preference ([#​12505](https://redirect.github.com/n8n-io/n8n/issues/12505)) ([dba7d46](https://redirect.github.com/n8n-io/n8n/commit/dba7d46f3ec91d26a597a50dede7b6ca292c728f)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
ae41aa80e4 | fix(website): update typescript 5.7.2 → 5.7.3 (#31136) | ||
|
|
cd419eba52 |
chore(helm): update image tccr.io/tccr/traefik v3.3.1 → v3.3.2 (#31134)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/tccr/traefik](https://redirect.github.com/truecharts/public) | patch | `1e98629` -> `437ccd0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
6849ad2c53 |
chore(helm): update image tccr.io/tccr/code-server v4.96.2 → v4.96.4 (#31133)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/tccr/code-server](https://redirect.github.com/truecharts/public) | patch | `24675f2` -> `e818431` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
b6aeb1d597 |
chore(helm): update image ghcr.io/elfhosted/zilean v3.3.4 → v3.3.6 (#31132)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/elfhosted/zilean | patch | `25cda59` -> `5107ccb` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
88ec144425 |
chore(helm): update image docker.io/wolveix/satisfactory-server v1.9.2 → v1.9.3 (#31131)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/wolveix/satisfactory-server | patch | `2cb3a21` -> `7b38a2b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
57f7a5cc79 |
chore(helm): update image docker.io/ollama/ollama 0.5.5 → 0.5.7 (#30953)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/ollama/ollama | patch | `acedfd7` -> `d05b7ee` | | docker.io/ollama/ollama | patch | `f202114` -> `7e67221` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
ddb643c657 |
chore(helm): update image docker.io/gangefors/airdcpp-webclient 2.13.2 → 2.13.3 (#31041)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/gangefors/airdcpp-webclient | patch | `0c77867` -> `bd7e071` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
c96e3c86c0 |
chore(helm): update image ghcr.io/minekube/gate digest to af9b8ca (#31130)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/minekube/gate | digest | `fd34756` -> `af9b8ca` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
075ae2f87e |
chore(helm): update image ghcr.io/immich-app/immich-server v1.124.2 → v1.125.1 (#31115)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/immich-app/immich-server](https://redirect.github.com/immich-app/immich) | minor | `c14dcca` -> `9a7fdfb` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>immich-app/immich (ghcr.io/immich-app/immich-server)</summary> ### [`v1.125.1`](https://redirect.github.com/immich-app/immich/releases/tag/v1.125.1) [Compare Source](https://redirect.github.com/immich-app/immich/compare/v1.124.2...v1.125.1) ### v1.125.1 *There was a hiccup with the release pipeline for `v1.125.0` so we have to change the version* > \[!IMPORTANT] > If you are running remote machine learning, please make sure the remote service pulls the latest version. #### Highlights Welcome to release `v1.125.1` of Immich. The release improves how the server queries the database, using a type-safe query builder, `Kysely`, instead of relying on the magic of `TypeORM`. Many queries have been given a speed boost to be much faster; some got several times faster. You should see a quicker app experience overall. It has been the work for the last couple of months and a foundation we have been building for many changes in the coming months to the data model of the whole app, which is needed to enable some long-awaited features. *Kudos* to the entire team for completing it. Alongside that improvement, this release also brings new features, enhancements, and bug fixes. Please see some of the highlights below: - Node.js security update - Share-to mechanism on the mobile app - Enable slideshow everywhere on the web app. - Fixed a bug where the Android app cannot get newly taken photos from the gallery. However, this fix requires us to roll back another mechanism that allows the app to choose empty albums as targets for backup. - Fixed a bug where playing particular video codecs would crash the Android mobile app. ##### Node.js security update This release includes [a Node.js security update](https://nodejs.org/en/blog/vulnerability/january-2025-security-releases). While we don’t believe any of these vulnerabilities affect Immich, we still recommend updating soon to avoid any risk. ##### Share-to Immich You can now directly share media from other apps to Immich without saving them to the phone’s local gallery first. > \[!IMPORTANT] > > For uploading photos from the gallery, it is still recommeded to use the built-in backup feature since the share-to mechanism that can cause mismatching upload status. Additionally, iOS defaults to sharing an exported JPEG image instead of the original for formats like HEIC. You can change this by tapping “Options” near the top of the iOS sharing menu and selecting “Current” instead of “Automatic”. https://github.com/user-attachments/assets/da14a9f9-5087-42e3-a636-bd6863df6d26 ##### Slideshow everywhere You can now toggle the slideshow mode from all the views on the web app. ##### Lens information This release includes the lens information in the detail panel for our photographer users, making it easier to know which of your favorite lenses was used to capture the photo.  #### Support Immich <p align="center"> <img src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExbjY2eWc5Y2F0ZW56MmR4aWE0dDhzZXlidXRmYWZyajl1bWZidXZpcyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/87CKDqErVfMqY/giphy.gif" width="450" title="SUPPORT THE PROJECT!"> </p> If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app/. Cheers! 🍻 <!-- Release notes generated using configuration in .github/release.yml at v1.125.0 --> #### What's Changed ##### 🚨 Breaking Changes - chore(server)!: default max bitrate unit to kbps by [@​mertalev](https://redirect.github.com/mertalev) in [https://github.com/immich-app/immich/pull/15264](https://redirect.github.com/immich-app/immich/pull/15264) - feat: better spec urls by [@​jrasm91](https://redirect.github.com/jrasm91) in [https://github.com/immich-app/immich/pull/15487](https://redirect.github.com/immich-app/immich/pull/15487) ##### 🚀 Features - feat: Upgrade devcontainer setup by [@​Zer0x00](https://redirect.github.com/Zer0x00) in [https://github.com/immich-app/immich/pull/14419](https://redirect.github.com/immich-app/immich/pull/14419) - feat(web): immich-ui components by [@​jrasm91](https://redirect.github.com/jrasm91) in [https://github.com/immich-app/immich/pull/14263](https://redirect.github.com/immich-app/immich/pull/14263) - feat(mobile): share to mechanism by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/15229](https://redirect.github.com/immich-app/immich/pull/15229) - feat: Allow multiple ML models to be preloaded by [@​1-tempest](https://redirect.github.com/1-tempest) in [https://github.com/immich-app/immich/pull/15418](https://redirect.github.com/immich-app/immich/pull/15418) ##### 🌟 Enhancements - refactor(server): use kysely by [@​mertalev](https://redirect.github.com/mertalev) in [https://github.com/immich-app/immich/pull/12857](https://redirect.github.com/immich-app/immich/pull/12857) - feat: [#​15237](https://redirect.github.com/immich-app/immich/issues/15237) toggle password visibility on shared albums by [@​imakida](https://redirect.github.com/imakida) in [https://github.com/immich-app/immich/pull/15238](https://redirect.github.com/immich-app/immich/pull/15238) - feat(web): Slideshow is enabled everywhere. It no longer needs assetStore. by [@​matitalatina](https://redirect.github.com/matitalatina) in [https://github.com/immich-app/immich/pull/15077](https://redirect.github.com/immich-app/immich/pull/15077) - feat: Add additional env variables for Machine Learning by [@​1-tempest](https://redirect.github.com/1-tempest) in [https://github.com/immich-app/immich/pull/15326](https://redirect.github.com/immich-app/immich/pull/15326) - feat(web): Context menu scrolls on small devices by [@​matitalatina](https://redirect.github.com/matitalatina) in [https://github.com/immich-app/immich/pull/15367](https://redirect.github.com/immich-app/immich/pull/15367) - feat: Add additional env variables to ML container by [@​1-tempest](https://redirect.github.com/1-tempest) in [https://github.com/immich-app/immich/pull/15398](https://redirect.github.com/immich-app/immich/pull/15398) - feat: Add rule on robots.txt to allow robots access og tags by [@​r1235613](https://redirect.github.com/r1235613) in [https://github.com/immich-app/immich/pull/15470](https://redirect.github.com/immich-app/immich/pull/15470) - feat(web): Show lens model in the asset viewer detail panel by [@​bxtdvd](https://redirect.github.com/bxtdvd) in [https://github.com/immich-app/immich/pull/15460](https://redirect.github.com/immich-app/immich/pull/15460) ##### 🐛 Bug fixes - fix(mobile): 15072 Fix issue with boolean filters filtering out results when they shouldn't by [@​Tyris](https://redirect.github.com/Tyris) in [https://github.com/immich-app/immich/pull/15208](https://redirect.github.com/immich-app/immich/pull/15208) - fix(web): escape key to clear selection and go to previous page ([#​15142](https://redirect.github.com/immich-app/immich/issues/15142)) by [@​jinxuan-owyong](https://redirect.github.com/jinxuan-owyong) in [https://github.com/immich-app/immich/pull/15219](https://redirect.github.com/immich-app/immich/pull/15219) - fix(mobile): don't crash android app when video player throws exception by [@​mertalev](https://redirect.github.com/mertalev) in [https://github.com/immich-app/immich/pull/15236](https://redirect.github.com/immich-app/immich/pull/15236) - fix(web): mismatched deviceAssetId when uploading images by [@​jinxuan-owyong](https://redirect.github.com/jinxuan-owyong) in [https://github.com/immich-app/immich/pull/15130](https://redirect.github.com/immich-app/immich/pull/15130) - fix(cli): handle folders with single quotes by [@​desmondgc](https://redirect.github.com/desmondgc) in [https://github.com/immich-app/immich/pull/15283](https://redirect.github.com/immich-app/immich/pull/15283) - fix(web): end selection after click when choosing thumbnail, and notify by [@​imakida](https://redirect.github.com/imakida) in [https://github.com/immich-app/immich/pull/15373](https://redirect.github.com/immich-app/immich/pull/15373) - fix(web): map settings by [@​jrasm91](https://redirect.github.com/jrasm91) in [https://github.com/immich-app/immich/pull/15375](https://redirect.github.com/immich-app/immich/pull/15375) - fix(mobile): 14983 Images upload to shared album with common name by [@​Tyris](https://redirect.github.com/Tyris) in [https://github.com/immich-app/immich/pull/15127](https://redirect.github.com/immich-app/immich/pull/15127) - fix(web): Update asset count when deleting assets from person page by [@​imakida](https://redirect.github.com/imakida) in [https://github.com/immich-app/immich/pull/15416](https://redirect.github.com/immich-app/immich/pull/15416) - fix(web): scrolling memory timeline reset position by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/15429](https://redirect.github.com/immich-app/immich/pull/15429) - fix(mobile): Cannot type date format on Samsung phone by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/15430](https://redirect.github.com/immich-app/immich/pull/15430) - fix(deps): use node-addon-api v8 by [@​dotlambda](https://redirect.github.com/dotlambda) in [https://github.com/immich-app/immich/pull/15438](https://redirect.github.com/immich-app/immich/pull/15438) - fix(server): searching for multiple people yields false positives by [@​dav-wolff](https://redirect.github.com/dav-wolff) in [https://github.com/immich-app/immich/pull/15447](https://redirect.github.com/immich-app/immich/pull/15447) - fix(mobile): cannot get new photos on Android by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/15461](https://redirect.github.com/immich-app/immich/pull/15461) - fix: incorrect event configuration by [@​jrasm91](https://redirect.github.com/jrasm91) in [https://github.com/immich-app/immich/pull/15530](https://redirect.github.com/immich-app/immich/pull/15530) ##### 📚 Documentation - chore(docs): clarify experimental network features by [@​mmomjian](https://redirect.github.com/mmomjian) in [https://github.com/immich-app/immich/pull/15228](https://redirect.github.com/immich-app/immich/pull/15228) - docs: clarify filesystem backup paths by [@​bo0tzz](https://redirect.github.com/bo0tzz) in [https://github.com/immich-app/immich/pull/15243](https://redirect.github.com/immich-app/immich/pull/15243) - fix(docs): Fix link label to refer to correct location on page by [@​austin-dudzik](https://redirect.github.com/austin-dudzik) in [https://github.com/immich-app/immich/pull/15279](https://redirect.github.com/immich-app/immich/pull/15279) - fix(docs): fix admonition in mobile section by [@​Dr-Electron](https://redirect.github.com/Dr-Electron) in [https://github.com/immich-app/immich/pull/15291](https://redirect.github.com/immich-app/immich/pull/15291) - fix(docs): database name for restore commands by [@​mmomjian](https://redirect.github.com/mmomjian) in [https://github.com/immich-app/immich/pull/15276](https://redirect.github.com/immich-app/immich/pull/15276) - fix(docs): Update unraid.md to use correct image url by [@​swils23](https://redirect.github.com/swils23) in [https://github.com/immich-app/immich/pull/15427](https://redirect.github.com/immich-app/immich/pull/15427) - fix: grammar on docs homepage by [@​aaronjrodrigues](https://redirect.github.com/aaronjrodrigues) in [https://github.com/immich-app/immich/pull/15455](https://redirect.github.com/immich-app/immich/pull/15455) - fix: broken link on monitoring page by [@​jsloyer](https://redirect.github.com/jsloyer) in [https://github.com/immich-app/immich/pull/15478](https://redirect.github.com/immich-app/immich/pull/15478) - feat(docs): CIFS/Samba in-Docker example by [@​mmomjian](https://redirect.github.com/mmomjian) in [https://github.com/immich-app/immich/pull/15502](https://redirect.github.com/immich-app/immich/pull/15502) ##### 🌐 Translations - chore(web): update translations by [@​weblate](https://redirect.github.com/weblate) in [https://github.com/immich-app/immich/pull/15145](https://redirect.github.com/immich-app/immich/pull/15145) - chore(web): update translations by [@​weblate](https://redirect.github.com/weblate) in [https://github.com/immich-app/immich/pull/15335](https://redirect.github.com/immich-app/immich/pull/15335) #### New Contributors - [@​jinxuan-owyong](https://redirect.github.com/jinxuan-owyong) made their first contribution in [https://github.com/immich-app/immich/pull/15219](https://redirect.github.com/immich-app/immich/pull/15219) - [@​fholzer](https://redirect.github.com/fholzer) made their first contribution in [https://github.com/immich-app/immich/pull/15266](https://redirect.github.com/immich-app/immich/pull/15266) - [@​desmondgc](https://redirect.github.com/desmondgc) made their first contribution in [https://github.com/immich-app/immich/pull/15283](https://redirect.github.com/immich-app/immich/pull/15283) - [@​austin-dudzik](https://redirect.github.com/austin-dudzik) made their first contribution in [https://github.com/immich-app/immich/pull/15279](https://redirect.github.com/immich-app/immich/pull/15279) - [@​Dr-Electron](https://redirect.github.com/Dr-Electron) made their first contribution in [https://github.com/immich-app/immich/pull/15291](https://redirect.github.com/immich-app/immich/pull/15291) - [@​Zer0x00](https://redirect.github.com/Zer0x00) made their first contribution in [https://github.com/immich-app/immich/pull/14419](https://redirect.github.com/immich-app/immich/pull/14419) - [@​yonran](https://redirect.github.com/yonran) made their first contribution in [https://github.com/immich-app/immich/pull/12794](https://redirect.github.com/immich-app/immich/pull/12794) - [@​1-tempest](https://redirect.github.com/1-tempest) made their first contribution in [https://github.com/immich-app/immich/pull/15326](https://redirect.github.com/immich-app/immich/pull/15326) - [@​swils23](https://redirect.github.com/swils23) made their first contribution in [https://github.com/immich-app/immich/pull/15427](https://redirect.github.com/immich-app/immich/pull/15427) - [@​dav-wolff](https://redirect.github.com/dav-wolff) made their first contribution in [https://github.com/immich-app/immich/pull/15447](https://redirect.github.com/immich-app/immich/pull/15447) - [@​r1235613](https://redirect.github.com/r1235613) made their first contribution in [https://github.com/immich-app/immich/pull/15470](https://redirect.github.com/immich-app/immich/pull/15470) - [@​jsloyer](https://redirect.github.com/jsloyer) made their first contribution in [https://github.com/immich-app/immich/pull/15478](https://redirect.github.com/immich-app/immich/pull/15478) - [@​bxtdvd](https://redirect.github.com/bxtdvd) made their first contribution in [https://github.com/immich-app/immich/pull/15460](https://redirect.github.com/immich-app/immich/pull/15460) **Full Changelog**: https://github.com/immich-app/immich/compare/v1.124.2...v1.125.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
5c95ff4072 |
chore(deps): update ghcr.io/siderolabs/installer docker tag to v1.9.2 (clustertool) (#30992)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/siderolabs/installer](https://redirect.github.com/siderolabs/talos) | patch | `v1.9.1` -> `v1.9.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>siderolabs/talos (ghcr.io/siderolabs/installer)</summary> ### [`v1.9.2`](https://redirect.github.com/siderolabs/talos/releases/tag/v1.9.2) [Compare Source](https://redirect.github.com/siderolabs/talos/compare/v1.9.1...v1.9.2) ##### [Talos 1.9.2](https://redirect.github.com/siderolabs/talos/releases/tag/v1.9.2) (2025-01-16) Welcome to the v1.9.2 release of Talos! Please try out the release binaries and report any issues at https://github.com/siderolabs/talos/issues. ##### auditd Kernel parameter `talos.auditd.disabled=1` can be used to disable Talos built-in `auditd` service. ##### kube-apiserver Authorization Config When using `.cluster.apiServer.authorizationConfig` the user provided order for the authorizers is honoured and `Node` and `RBAC` authorizers are always added to the end if not explicitly specified. Eg: If user provides only `Webhook` authorizer, the final order will be `Webhook`, `Node`, `RBAC`. To provide a specific order for `Node` or `RBAC` explicitly, user can provide the authorizer in the order they want. Eg: ```yaml cluster: apiServer: authorizationConfig: - type: Node name: Node - type: Webhook name: Webhook webhook: connectionInfo: type: InClusterConfig ... - type: RBAC name: rbac ``` Usage of `authorization-mode` CLI argument will not support this form of customization. ##### Component Updates - Linux: 6.12.9 - runc: 1.2.4 - containerd: 2.0.2 Talos is built with Go 1.23.4. ##### Contributors - Andrey Smirnov - Dmitry Sharshakov - L.J. Hanson - Noel Georgi - Skyler Mäntysaari - TomyLobo ##### Changes <details><summary>18 commits</summary> <p> - [@​`09758b3`](https://redirect.github.com/siderolabs/talos/commit/09758b3f6) release(v1.9.2): prepare release - [@​`207f863`](https://redirect.github.com/siderolabs/talos/commit/207f86320) feat: update containerd to 2.0.2 - [@​`582064d`](https://redirect.github.com/siderolabs/talos/commit/582064d9c) fix: add informer resync period for node status watcher - [@​`244fd6e`](https://redirect.github.com/siderolabs/talos/commit/244fd6e43) feat: add a kernel parameter to disable built-in auditd - [@​`28327e0`](https://redirect.github.com/siderolabs/talos/commit/28327e001) fix: kube-apiserver authorizers order - [@​`ff9aa80`](https://redirect.github.com/siderolabs/talos/commit/ff9aa806a) fix: a couple of imager panics/crashes - [@​`44e2cc9`](https://redirect.github.com/siderolabs/talos/commit/44e2cc91a) feat: update Linux to 6.12.9 - [@​`9fd295b`](https://redirect.github.com/siderolabs/talos/commit/9fd295b5f) fix: detect GPT before ZFS - [@​`7b59573`](https://redirect.github.com/siderolabs/talos/commit/7b59573de) fix: extfs repair and resize - [@​`5f6bfe0`](https://redirect.github.com/siderolabs/talos/commit/5f6bfe02a) fix: merge of VolumeConfig documents with sizes - [@​`0c05e1c`](https://redirect.github.com/siderolabs/talos/commit/0c05e1cd3) feat: update Linux to 6.12.8 - [@​`b61ab0a`](https://redirect.github.com/siderolabs/talos/commit/b61ab0a3d) fix: partition alignment on disks with 4k sectors - [@​`c4a69d3`](https://redirect.github.com/siderolabs/talos/commit/c4a69d386) fix: yet another dashboard panic - [@​`dec3c6e`](https://redirect.github.com/siderolabs/talos/commit/dec3c6e5b) fix: disable NRI plugin in a different way - [@​`dfb54c8`](https://redirect.github.com/siderolabs/talos/commit/dfb54c872) fix: request previous IP address in discovery - [@​`6b1fe3d`](https://redirect.github.com/siderolabs/talos/commit/6b1fe3df3) fix: mount selinuxfs only when SELinux is enabled - [@​`5e893e1`](https://redirect.github.com/siderolabs/talos/commit/5e893e1f5) fix: update field name for bus path disk selector - [@​`9219fc0`](https://redirect.github.com/siderolabs/talos/commit/9219fc017) fix: exclude disks with empty transport for disk selector </p> </details> ##### Changes from siderolabs/pkgs <details><summary>6 commits</summary> <p> - [siderolabs/pkgs@`c1f06e5`](https://redirect.github.com/siderolabs/pkgs/commit/c1f06e5) feat: update containerd to v2.0.2 - [siderolabs/pkgs@`ef38c38`](https://redirect.github.com/siderolabs/pkgs/commit/ef38c38) feat: update Linux to 6.12.9 - [siderolabs/pkgs@`a7487d6`](https://redirect.github.com/siderolabs/pkgs/commit/a7487d6) fix: adjust kernel options around ACPI/PCI/EFI - [siderolabs/pkgs@`376259a`](https://redirect.github.com/siderolabs/pkgs/commit/376259a) feat: update Linux to 6.12.8 - [siderolabs/pkgs@`8e435cd`](https://redirect.github.com/siderolabs/pkgs/commit/8e435cd) fix: update config-arm64 to add Rasperry Pi watchdog support - [siderolabs/pkgs@`daabb47`](https://redirect.github.com/siderolabs/pkgs/commit/daabb47) fix: dvb was missing I2C_MUX support and si2168 driver </p> </details> ##### Dependency Changes - **github.com/siderolabs/go-blockdevice/v2** v2.0.9 -> v2.0.11 - **github.com/siderolabs/pkgs** v1.9.0-15-g45c4ba4 -> v1.9.0-21-gc1f06e5 - **github.com/siderolabs/talos/pkg/machinery** v1.9.1 -> v1.9.2 Previous release can be found at [v1.9.1](https://redirect.github.com/siderolabs/talos/releases/tag/v1.9.1) ##### Images ghcr.io/siderolabs/flannel:v0.26.1 registry.k8s.io/coredns/coredns:v1.12.0 gcr.io/etcd-development/etcd:v3.5.17 registry.k8s.io/kube-apiserver:v1.32.0 registry.k8s.io/kube-controller-manager:v1.32.0 registry.k8s.io/kube-scheduler:v1.32.0 registry.k8s.io/kube-proxy:v1.32.0 ghcr.io/siderolabs/kubelet:v1.32.0 ghcr.io/siderolabs/installer:v1.9.2 registry.k8s.io/pause:3.10 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJzeXN0ZW0tdXBncmFkZSIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
45b9ad7982 |
chore(deps): update ghcr.io/siderolabs/kubelet docker tag to v1.32.1 (clustertool) (#30993)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/siderolabs/kubelet](https://redirect.github.com/siderolabs/kubelet) | patch | `v1.32.0` -> `v1.32.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>siderolabs/kubelet (ghcr.io/siderolabs/kubelet)</summary> ### [`v1.32.1`](https://redirect.github.com/siderolabs/kubelet/compare/v1.32.0...v1.32.1) [Compare Source](https://redirect.github.com/siderolabs/kubelet/compare/v1.32.0...v1.32.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJzeXN0ZW0tdXBncmFkZSIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
e1dc22221d |
chore(helm): update image docker.io/cthulhoo/ttrss-web-nginx digest to 778c1fb (#31129)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/cthulhoo/ttrss-web-nginx | digest | `f7559f0` -> `778c1fb` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
a31c492b23 |
chore(helm): update image docker.io/jasongdove/ersatztv v0.8.8 → v25.1.0 (#31127)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jasongdove/ersatztv](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu/packages) ([source](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu)) | major | `2da0a90` -> `f845dc4` | | [docker.io/jasongdove/ersatztv](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu/packages) ([source](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu)) | major | `673edfd` -> `686c3b1` | | [docker.io/jasongdove/ersatztv](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu/packages) ([source](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu)) | major | `a183c6f` -> `a3d5c42` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19--> |
||
|
|
1f45a934c1 |
chore(helm): update image docker.io/inovector/mixpost v1.7.2 → v2.0.1 (#31126)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/inovector/mixpost | major | `5abbc9e` -> `f652189` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19--> |
||
|
|
3e6c18fc28 |
chore(helm): update image docker.io/doitandbedone/ispyagentdvr 5.8.4.0 → 6.0.3.0 (#31125)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/doitandbedone/ispyagentdvr](https://redirect.github.com/doitandbedone/ispyagentdvr-docker) | major | `00e1f62` -> `2c65939` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>doitandbedone/ispyagentdvr-docker (docker.io/doitandbedone/ispyagentdvr)</summary> ### [`v6.0.3.0`](https://redirect.github.com/doitandbedone/ispyagentdvr-docker/compare/5.8.4.0...6.0.3.0) [Compare Source](https://redirect.github.com/doitandbedone/ispyagentdvr-docker/compare/5.8.4.0...6.0.3.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19--> |
||
|
|
7a5b092ebe |
chore(container): update ghcr.io/actions/actions-runner docker tag to v2.322.0 (#31137)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ghcr.io/actions/actions-runner](https://redirect.github.com/actions/runner) | stage | minor | `2.321.0` -> `2.322.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>actions/runner (ghcr.io/actions/actions-runner)</summary> ### [`v2.322.0`](https://redirect.github.com/actions/runner/releases/tag/v2.322.0) [Compare Source](https://redirect.github.com/actions/runner/compare/v2.321.0...v2.322.0) #### What's Changed - Fix name of generated of artifact builds from GitHub workflow for arm artifacts by [@​satmandu](https://redirect.github.com/satmandu) in [https://github.com/actions/runner/pull/3568](https://redirect.github.com/actions/runner/pull/3568) - Ignore error when fail to report worker crash. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3588](https://redirect.github.com/actions/runner/pull/3588) - Fix null ref in 'OnEventWritten()' by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3593](https://redirect.github.com/actions/runner/pull/3593) - Send stepNumber for annotation to run-service by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3614](https://redirect.github.com/actions/runner/pull/3614) - Enable nuget audit. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3615](https://redirect.github.com/actions/runner/pull/3615) - Update dotnet install script. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3659](https://redirect.github.com/actions/runner/pull/3659) - Print immutable action package details in set up job logs by [@​heavymachinery](https://redirect.github.com/heavymachinery) in [https://github.com/actions/runner/pull/3645](https://redirect.github.com/actions/runner/pull/3645) - Update dotnet sdk to latest version [@​8](https://redirect.github.com/8).0.405 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/actions/runner/pull/3666](https://redirect.github.com/actions/runner/pull/3666) - Upgrade `buildx` from `0.18.0` to `0.19.3` (critical CVE) by [@​MPV](https://redirect.github.com/MPV) in [https://github.com/actions/runner/pull/3647](https://redirect.github.com/actions/runner/pull/3647) - Upgrade `docker` from `27.3.1` to `27.4.1` by [@​MPV](https://redirect.github.com/MPV) in [https://github.com/actions/runner/pull/3648](https://redirect.github.com/actions/runner/pull/3648) - Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.12.0 in /src by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/runner/pull/3584](https://redirect.github.com/actions/runner/pull/3584) - Bump docker/setup-buildx-action from 2 to 3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/runner/pull/3564](https://redirect.github.com/actions/runner/pull/3564) - Bump github/codeql-action from 2 to 3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/runner/pull/3555](https://redirect.github.com/actions/runner/pull/3555) - Bump Moq from 4.20.70 to 4.20.72 in /src by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/runner/pull/3672](https://redirect.github.com/actions/runner/pull/3672) #### New Contributors - [@​satmandu](https://redirect.github.com/satmandu) made their first contribution in [https://github.com/actions/runner/pull/3568](https://redirect.github.com/actions/runner/pull/3568) **Full Changelog**: https://github.com/actions/runner/compare/v2.321.0...v2.322.0 *Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet. To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository. See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners* #### Windows x64 We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows. The following snipped needs to be run on `powershell`: ```powershell ### Create a folder under the drive root mkdir \actions-runner ; cd \actions-runner ### Download the latest runner package Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-win-x64-2.322.0.zip -OutFile actions-runner-win-x64-2.322.0.zip ### Extract the installer Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.322.0.zip", "$PWD") ``` #### Windows arm64 We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows. The following snipped needs to be run on `powershell`: ```powershell ### Create a folder under the drive root mkdir \actions-runner ; cd \actions-runner ### Download the latest runner package Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-win-arm64-2.322.0.zip -OutFile actions-runner-win-arm64-2.322.0.zip ### Extract the installer Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.322.0.zip", "$PWD") ``` #### OSX x64 ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-osx-x64-2.322.0.tar.gz ### Extract the installer tar xzf ./actions-runner-osx-x64-2.322.0.tar.gz ``` #### OSX arm64 (Apple silicon) ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-osx-arm64-2.322.0.tar.gz ### Extract the installer tar xzf ./actions-runner-osx-arm64-2.322.0.tar.gz ``` #### Linux x64 ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-linux-x64-2.322.0.tar.gz ### Extract the installer tar xzf ./actions-runner-linux-x64-2.322.0.tar.gz ``` #### Linux arm64 ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-linux-arm64-2.322.0.tar.gz ### Extract the installer tar xzf ./actions-runner-linux-arm64-2.322.0.tar.gz ``` #### Linux arm ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-linux-arm-2.322.0.tar.gz ### Extract the installer tar xzf ./actions-runner-linux-arm-2.322.0.tar.gz ``` #### Using your self hosted runner For additional details about configuring, running, or shutting down the runner please check out our [product docs.](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners) #### SHA-256 Checksums The SHA-256 checksums for the packages included in this build are shown below: - actions-runner-win-x64-2.322.0.zip <!-- BEGIN SHA win-x64 -->ace5de018c88492ca80a2323af53ff3f43d2c82741853efb302928f250516015<!-- END SHA win-x64 --> - actions-runner-win-arm64-2.322.0.zip <!-- BEGIN SHA win-arm64 -->74b67df4e94e3cd7d79b9320d421b0a62c66b77a019cf2471aba793dac0139fb<!-- END SHA win-arm64 --> - actions-runner-osx-x64-2.322.0.tar.gz <!-- BEGIN SHA osx-x64 -->aa0fc262363912167dcdbc746ffcdf7b8996bc587f51cf1bab38ad86cf70b6ea<!-- END SHA osx-x64 --> - actions-runner-osx-arm64-2.322.0.tar.gz <!-- BEGIN SHA osx-arm64 -->67d3b4dd6f1eec8ec43dda12c189cff68ec3ba1dfa054791cb446ddcfb39d2aa<!-- END SHA osx-arm64 --> - actions-runner-linux-x64-2.322.0.tar.gz <!-- BEGIN SHA linux-x64 -->b13b784808359f31bc79b08a191f5f83757852957dd8fe3dbfcc38202ccf5768<!-- END SHA linux-x64 --> - actions-runner-linux-arm64-2.322.0.tar.gz <!-- BEGIN SHA linux-arm64 -->a96b0cec7b0237ca5e4210982368c6f7d8c2ab1e5f6b2604c1ccede9cedcb143<!-- END SHA linux-arm64 --> - actions-runner-linux-arm-2.322.0.tar.gz <!-- BEGIN SHA linux-arm -->583fc5f933eb2f0f9f388ef304085629181cef54e63fe3445eed92dba4a87c46<!-- END SHA linux-arm --> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
ebe8a041d2 |
fix(deps): update module sigs.k8s.io/controller-runtime v0.19.4 → v0.19.5 (clustertool) (#31094)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sigs.k8s.io/controller-runtime](https://redirect.github.com/kubernetes-sigs/controller-runtime) | require | patch | `v0.19.4` -> `v0.19.5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)</summary> ### [`v0.19.5`](https://redirect.github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.19.5) [Compare Source](https://redirect.github.com/kubernetes-sigs/controller-runtime/compare/v0.19.4...v0.19.5) #### What's Changed - 🐛 cache: clone maps to prevent data race when concurrently creating caches using the same options by [@​k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/3080](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3080) - 🐛 support WaitForSync in custom TypedSyncingSource by [@​tareksha](https://redirect.github.com/tareksha) in [https://github.com/kubernetes-sigs/controller-runtime/pull/3087](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3087) **Full Changelog**: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.4...v0.19.5 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
436a258642 |
fix(website): update @astrojs/starlight 0.29.3 → 0.31.1 (#30902)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@astrojs/starlight](https://starlight.astro.build) ([source](https://redirect.github.com/withastro/starlight/tree/HEAD/packages/starlight)) | dependencies | minor | [`0.30.6` -> `0.31.1`](https://renovatebot.com/diffs/npm/@astrojs%2fstarlight/0.29.3/0.31.1) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>withastro/starlight (@​astrojs/starlight)</summary> ### [`v0.31.1`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0311) [Compare Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.31.0...@astrojs/starlight@0.31.1) ##### Patch Changes - [#​2805](https://redirect.github.com/withastro/starlight/pull/2805) [`ed6f9fd`](https://redirect.github.com/withastro/starlight/commit/ed6f9fd77334c02a75240087d0800ef32f159583) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Exposes the [`StarlightIcon`](https://starlight.astro.build/reference/icons/#starlighticon-type) TypeScript type referencing the names of Starlight’s built-in icons. ### [`v0.31.0`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0310) [Compare Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.6...@astrojs/starlight@0.31.0) ##### Minor Changes - [#​2777](https://redirect.github.com/withastro/starlight/pull/2777) [`88f4214`](https://redirect.github.com/withastro/starlight/commit/88f42145888f3a04f20898fcb700c1e65be48bb2) Thanks [@​hippotastic](https://redirect.github.com/hippotastic)! - Updates `astro-expressive-code` dependency to the latest version (0.40). This includes an update to the latest Shiki version (1.26.1), providing access to all current Shiki themes and syntax highlighting languages, and adding the config options `shiki.engine`, `shiki.bundledLangs`, `shiki.langAlias` and `removeUnusedThemes`. It also adds new style variants to the optional collapsible sections plugin. See the [Expressive Code release notes](https://expressive-code.com/releases/#​0400) for full details. - [#​2736](https://redirect.github.com/withastro/starlight/pull/2736) [`29a885b`](https://redirect.github.com/withastro/starlight/commit/29a885be43f29150d6abd905f3ef7e1dccb99c98) Thanks [@​delucis](https://redirect.github.com/delucis)! - ⚠️ **BREAKING CHANGE:** The minimum supported version of Astro is now 5.1.5 Please update Astro and Starlight together: ```sh npx @​astrojs/upgrade ``` - [#​2728](https://redirect.github.com/withastro/starlight/pull/2728) [`e187383`](https://redirect.github.com/withastro/starlight/commit/e1873834d4a4328084a9ac056a089ee5b8f13103) Thanks [@​delucis](https://redirect.github.com/delucis)! - Updates minimum Pagefind dependency to v1.3.0, sets new defaults for Pagefind’s ranking options, and adds support for manually configuring the ranking options The new ranking option defaults have been evaluated against Starlight’s own docs to improve the quality of search results. See [“Customize Pagefind's result ranking”](https://pagefind.app/docs/ranking/) for more details about how they work. - [#​157](https://redirect.github.com/withastro/starlight/pull/157) [`23bf960`](https://redirect.github.com/withastro/starlight/commit/23bf960aed36445600b6ccecb2138a5b461e2929) Thanks [@​tony-sull](https://redirect.github.com/tony-sull)! - Adds a print stylesheet to improve the appearance of Starlight docs pages when printed - [#​2728](https://redirect.github.com/withastro/starlight/pull/2728) [`e187383`](https://redirect.github.com/withastro/starlight/commit/e1873834d4a4328084a9ac056a089ee5b8f13103) Thanks [@​delucis](https://redirect.github.com/delucis)! - Fixes Pagefind logging to respect the Astro log level. When using Astro’s `--verbose` or `--silent` CLI flags, these are now respected by Pagefind as well. ##### Patch Changes - [#​2792](https://redirect.github.com/withastro/starlight/pull/2792) [`412effb`](https://redirect.github.com/withastro/starlight/commit/412effb5a63c6026ea4faa0d09bcbd4a3c9fad4d) Thanks [@​dhruvkb](https://redirect.github.com/dhruvkb)! - Uses semantic `var(--sl-color-hairline)` for the page sidebar border instead of `var(--sl-color-gray-6)`. This is visually the same as previously but makes it easier to override the hairline color consistently across a site. - [#​2736](https://redirect.github.com/withastro/starlight/pull/2736) [`29a885b`](https://redirect.github.com/withastro/starlight/commit/29a885be43f29150d6abd905f3ef7e1dccb99c98) Thanks [@​delucis](https://redirect.github.com/delucis)! - Updates internal dependencies `@astrojs/sitemap` and `@astrojs/mdx` to the latest versions - [#​2782](https://redirect.github.com/withastro/starlight/pull/2782) [`d9d415b`](https://redirect.github.com/withastro/starlight/commit/d9d415b4558c7995319299e9c9e1520c87c3078e) Thanks [@​delucis](https://redirect.github.com/delucis)! - Fixes a documentation link in the JSDoc comment for the `StarlightExpressiveCodeOptions` type - [#​2708](https://redirect.github.com/withastro/starlight/pull/2708) [`442c819`](https://redirect.github.com/withastro/starlight/commit/442c8194dbcbe58e155d4c1f8d897a04605666e5) Thanks [@​delucis](https://redirect.github.com/delucis)! - Fixes colour contrast correction in code blocks ### [`v0.30.6`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0306) [Compare Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.5...@astrojs/starlight@0.30.6) ##### Patch Changes - [#​2722](https://redirect.github.com/withastro/starlight/pull/2722) [`0b206d3`](https://redirect.github.com/withastro/starlight/commit/0b206d3a23f0876146dc17f5e507984362917696) Thanks [@​techfg](https://redirect.github.com/techfg)! - Fixes display of long site title on mobile - [#​2762](https://redirect.github.com/withastro/starlight/pull/2762) [`7ab1576`](https://redirect.github.com/withastro/starlight/commit/7ab157639da62fdc6b444b0280ad4c9d5ee4872f) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Prevents the header title from being translated by automatic translation systems. ### [`v0.30.5`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0305) [Compare Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.4...@astrojs/starlight@0.30.5) ##### Patch Changes - [#​2757](https://redirect.github.com/withastro/starlight/pull/2757) [`e7b0e74`](https://redirect.github.com/withastro/starlight/commit/e7b0e742dffb7c4a8f4619297e4bd6e5a8015edb) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes a UI string translation issue for languages with a region subtag. - [#​2760](https://redirect.github.com/withastro/starlight/pull/2760) [`aec9edd`](https://redirect.github.com/withastro/starlight/commit/aec9edd14827a45fbc92d82db83dd713571e0c2d) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Adds 5 new icons: `left-caret`, `up-arrow`, `down-arrow`, `download`, and `cloud-download`. ### [`v0.30.4`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0304) [Compare Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.3...@astrojs/starlight@0.30.4) ##### Patch Changes - [#​2747](https://redirect.github.com/withastro/starlight/pull/2747) [`474c27e`](https://redirect.github.com/withastro/starlight/commit/474c27e28d79794ac78d36e3384f0c0da6f2dfed) Thanks [@​bbag](https://redirect.github.com/bbag)! - Ensures `<Tab>` component toggling is stable when smooth scrolling is enabled via custom CSS - [#​2740](https://redirect.github.com/withastro/starlight/pull/2740) [`0e169c9`](https://redirect.github.com/withastro/starlight/commit/0e169c9fd9fbfc16d86225db6b00448edf39ffad) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an issue preventing Pagefind to be disabled using the `pagefind` frontmatter field. - [#​2732](https://redirect.github.com/withastro/starlight/pull/2732) [`a10b466`](https://redirect.github.com/withastro/starlight/commit/a10b46680810882b029dd1d578cc86e22bc97af5) Thanks [@​Sidnioulz](https://redirect.github.com/Sidnioulz)! - Adds Storybook, Confluence and Jira social icons ### [`v0.30.3`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0303) [Compare Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.2...@astrojs/starlight@0.30.3) ##### Patch Changes - [#​2717](https://redirect.github.com/withastro/starlight/pull/2717) [`c5fcbb3`](https://redirect.github.com/withastro/starlight/commit/c5fcbb33a7a0511ac372f5d006a69f4195d1e266) Thanks [@​delucis](https://redirect.github.com/delucis)! - Fixes a list item spacing issue where line break elements (`<br>`) could receive a margin, breaking layout in Firefox - [#​2724](https://redirect.github.com/withastro/starlight/pull/2724) [`02d7ac6`](https://redirect.github.com/withastro/starlight/commit/02d7ac66a0bdca3f26001f556de070027d4e0faf) Thanks [@​dionysuzx](https://redirect.github.com/dionysuzx)! - Adds social link support for Farcaster - [#​2635](https://redirect.github.com/withastro/starlight/pull/2635) [`ec4b851`](https://redirect.github.com/withastro/starlight/commit/ec4b85154ea301d9144ff49f3abd009e3a929387) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an issue where the language picker in multilingual sites could display the wrong language when navigating between pages with the browser back/forward buttons. - [#​2726](https://redirect.github.com/withastro/starlight/pull/2726) [`e54ebd5`](https://redirect.github.com/withastro/starlight/commit/e54ebd5c879deb3fdff2180426b377181773b85f) Thanks [@​techfg](https://redirect.github.com/techfg)! - Adds icon for phone ### [`v0.30.2`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0302) [Compare Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.1...@astrojs/starlight@0.30.2) ##### Patch Changes - [#​2702](https://redirect.github.com/withastro/starlight/pull/2702) [`02d16f3`](https://redirect.github.com/withastro/starlight/commit/02d16f3638db609501897c5e3647cc20eb5ec142) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an issue with autogenerated sidebars when using Starlight with Astro's new Content Layer API with directories containing spaces or special characters. - [#​2704](https://redirect.github.com/withastro/starlight/pull/2704) [`fd16470`](https://redirect.github.com/withastro/starlight/commit/fd164704b25ec5c000a2765eb0930b87e9a4e61e) Thanks [@​delucis](https://redirect.github.com/delucis)! - Fixes display of focus indicator around site title ### [`v0.30.1`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0301) [Compare Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.0...@astrojs/starlight@0.30.1) ##### Patch Changes - [#​2688](https://redirect.github.com/withastro/starlight/pull/2688) [`5c6996c`](https://redirect.github.com/withastro/starlight/commit/5c6996cd248e9da735a14e7fcaf638b51f2796bc) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an issue with autogenerated sidebars when using Starlight with Astro's new Content Layer API where group names would be sluggified. ### [`v0.30.0`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0300) [Compare Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.29.3...@astrojs/starlight@0.30.0) ##### Minor Changes - [#​2612](https://redirect.github.com/withastro/starlight/pull/2612) [`8d5a4e8`](https://redirect.github.com/withastro/starlight/commit/8d5a4e8000d9e3a4bb9ca8178767cf3d8bc48773) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Adds support for Astro v5, drops support for Astro v4. ##### Upgrade Astro and dependencies ⚠️ **BREAKING CHANGE:** Astro v4 is no longer supported. Make sure you [update Astro](https://docs.astro.build/en/guides/upgrade-to/v5/) and any other official integrations at the same time as updating Starlight: ```sh npx @​astrojs/upgrade ``` *Community Starlight plugins and Astro integrations may also need to be manually updated to work with Astro v5. If you encounter any issues, please reach out to the plugin or integration author to see if it is a known issue or if an updated version is being worked on.* ##### Update your collections ⚠️ **BREAKING CHANGE:** Starlight's internal [content collections](https://docs.astro.build/en/guides/content-collections/), which organize, validate, and render your content, have been updated to use Astro's new Content Layer API and require configuration changes in your project. 1. **Move the content config file.** This file no longer lives within the `src/content/config.ts` folder and should now exist at `src/content.config.ts`. 2. **Edit the collection definition(s).** To update the `docs` collection, a `loader` is now required: ```diff // src/content.config.ts import { defineCollection } from "astro:content"; +import { docsLoader } from "@​astrojs/starlight/loaders"; import { docsSchema } from "@​astrojs/starlight/schema"; export const collections = { - docs: defineCollection({ schema: docsSchema() }), + docs: defineCollection({ loader: docsLoader(), schema: docsSchema() }), }; ``` If you are using the [`i18n` collection](https://starlight.astro.build/guides/i18n/#translate-starlights-ui) to provide translations for additional languages you support or override our default labels, you will need to update the collection definition in a similar way and remove the collection `type` which is no longer available: ```diff // src/content.config.ts import { defineCollection } from "astro:content"; +import { docsLoader, i18nLoader } from "@​astrojs/starlight/loaders"; import { docsSchema, i18nSchema } from "@​astrojs/starlight/schema"; export const collections = { - docs: defineCollection({ schema: docsSchema() }), + docs: defineCollection({ loader: docsLoader(), schema: docsSchema() }), - i18n: defineCollection({ type: 'data', schema: i18nSchema() }), + i18n: defineCollection({ loader: i18nLoader(), schema: i18nSchema() }), }; ``` 3. **Update other collections.** To update any other collections you may have, follow the [“Updating existing collections”](https://docs.astro.build/en/guides/upgrade-to/v5/#updating-existing-collections) section in the Astro 5 upgrade guide. If you are unable to make any changes to your collections at this time, including Starlight's default `docs` and `i18n` collections, you can enable the [`legacy.collections` flag](https://docs.astro.build/en/reference/legacy-flags/) to upgrade to v5 without updating your collections. This legacy flag exists to provide temporary backwards compatibility, and will allow you to keep your collections in their current state until the legacy flag is no longer supported. ##### Patch Changes - [#​2669](https://redirect.github.com/withastro/starlight/pull/2669) [`310df7d`](https://redirect.github.com/withastro/starlight/commit/310df7d6b01f5c4a56540bdba9243fb60dace323) Thanks [@​aaronperezaguilera](https://redirect.github.com/aaronperezaguilera)! - Adds Catalan UI translations - [#​2664](https://redirect.github.com/withastro/starlight/pull/2664) [`62ff007`](https://redirect.github.com/withastro/starlight/commit/62ff0074d9a3f82e46f5c62db85c04d87ff5e931) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Publishes provenance containing verifiable data to link a package back to its source repository and the specific build instructions used to publish it. - [#​2670](https://redirect.github.com/withastro/starlight/pull/2670) [`0223b42`](https://redirect.github.com/withastro/starlight/commit/0223b425249f8d1fa468e367c632467276c9c208) Thanks [@​aaronperezaguilera](https://redirect.github.com/aaronperezaguilera)! - Adds Spanish UI translations for the Pagefind search modal </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
2e41862ba0 | chore(helm): update image ghcr.io/stirling-tools/s-pdf 0.36.6 → 0.38.0 (#31121) | ||
|
|
bd11ce3b8c | chore(helm): update image ghcr.io/linuxserver/speedtest-tracker 1.0.3 → 1.2.0 (#31116) |