d82fa4e73bb6b82e89e8fcc374229edfb7bd6980
401 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
5054d69dfb |
chore(container): update ghcr.io/actions/actions-runner docker tag to v2.325.0 (#35890)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ghcr.io/actions/actions-runner](https://redirect.github.com/actions/runner) | stage | minor | `2.324.0` -> `2.325.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.325.0`](https://redirect.github.com/actions/runner/releases/tag/v2.325.0) [Compare Source](https://redirect.github.com/actions/runner/compare/v2.324.0...v2.325.0) #### What's Changed - Create schedule workflow to upgrade docker and buildx version. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3859](https://redirect.github.com/actions/runner/pull/3859) - Update dotnet sdk to latest version [@​8](https://redirect.github.com/8).0.409 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/actions/runner/pull/3860](https://redirect.github.com/actions/runner/pull/3860) - Allow runner to use authv2 during config. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3866](https://redirect.github.com/actions/runner/pull/3866) - show helpful error message when resolving actions directly with launch by [@​aiqiaoy](https://redirect.github.com/aiqiaoy) in [https://github.com/actions/runner/pull/3874](https://redirect.github.com/actions/runner/pull/3874) - Update dotnet sdk to latest version [@​8](https://redirect.github.com/8).0.410 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/actions/runner/pull/3871](https://redirect.github.com/actions/runner/pull/3871) - Update Docker to v28.2.1 and Buildx to v0.24.0 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/actions/runner/pull/3881](https://redirect.github.com/actions/runner/pull/3881) - Allow NO_SSL_VERIFY in RawHttpMessageHandler. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3883](https://redirect.github.com/actions/runner/pull/3883) **Full Changelog**: https://github.com/actions/runner/compare/v2.324.0...v2.325.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.325.0/actions-runner-win-x64-2.325.0.zip -OutFile actions-runner-win-x64-2.325.0.zip ### Extract the installer Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.325.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.325.0/actions-runner-win-arm64-2.325.0.zip -OutFile actions-runner-win-arm64-2.325.0.zip ### Extract the installer Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.325.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.325.0/actions-runner-osx-x64-2.325.0.tar.gz ### Extract the installer tar xzf ./actions-runner-osx-x64-2.325.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.325.0/actions-runner-osx-arm64-2.325.0.tar.gz ### Extract the installer tar xzf ./actions-runner-osx-arm64-2.325.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.325.0/actions-runner-linux-x64-2.325.0.tar.gz ### Extract the installer tar xzf ./actions-runner-linux-x64-2.325.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.325.0/actions-runner-linux-arm64-2.325.0.tar.gz ### Extract the installer tar xzf ./actions-runner-linux-arm64-2.325.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.325.0/actions-runner-linux-arm-2.325.0.tar.gz ### Extract the installer tar xzf ./actions-runner-linux-arm-2.325.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.325.0.zip <!-- BEGIN SHA win-x64 -->8601aa56828c084b29bdfda574af1fcde0943ce275fdbafb3e6d4a8611245b1b<!-- END SHA win-x64 --> - actions-runner-win-arm64-2.325.0.zip <!-- BEGIN SHA win-arm64 -->bc57c7bd5c07310481654bc8516fd42000a9bc0f2e2f8e588b6ea46c3391eb45<!-- END SHA win-arm64 --> - actions-runner-osx-x64-2.325.0.tar.gz <!-- BEGIN SHA osx-x64 -->0562bd934b27ca0c6d8a357df00809fbc7b4d5524d4aeb6ec152e14fd520a4c3<!-- END SHA osx-x64 --> - actions-runner-osx-arm64-2.325.0.tar.gz <!-- BEGIN SHA osx-arm64 -->155cc00c217bdc3a74f1c0534e8e3bde1a2d9e2186f01f68a9dec185628fe749<!-- END SHA osx-arm64 --> - actions-runner-linux-x64-2.325.0.tar.gz <!-- BEGIN SHA linux-x64 -->5020da7139d85c776059f351e0de8fdec753affc9c558e892472d43ebeb518f4<!-- END SHA linux-x64 --> - actions-runner-linux-arm64-2.325.0.tar.gz <!-- BEGIN SHA linux-arm64 -->0e916ad0d354089d320011c132d46bdbe3353c8b925a2e1056c7c8e85d2f2490<!-- END SHA linux-arm64 --> - actions-runner-linux-arm-2.325.0.tar.gz <!-- BEGIN SHA linux-arm -->f74f77c6437c6de3d2921e4b26a6e2e31c21cbdeb309f86648d1f4e5fa0c3eca<!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
cbad22c356 |
chore(container): update alpine docker tag to v3.22.0 (#35888)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | alpine | final | minor | `3.21.3` -> `3.22.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
248ce8519b |
chore(container): update public.ecr.aws/docker/library/alpine docker tag to v3.22.0 (#35891)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [public.ecr.aws/docker/library/alpine](https://hub.docker.com/_/alpine) ([source](https://redirect.github.com/alpinelinux/docker-alpine)) | stage | minor | `3.21.3` -> `3.22.0` | | [public.ecr.aws/docker/library/alpine](https://hub.docker.com/_/alpine) ([source](https://redirect.github.com/alpinelinux/docker-alpine)) | final | minor | `3.21.3` -> `3.22.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 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
52c606110b |
chore(container): update docker.io/renovate/renovate docker tag to v40.33.9 (#35874)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | patch | `40.33.8-full` -> `40.33.9-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v40.33.9`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.33.9) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.33.8...40.33.9) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.70.8 (main) ([#​36204](https://redirect.github.com/renovatebot/renovate/issues/36204)) ([259387e](https://redirect.github.com/renovatebot/renovate/commit/259387eee5f45427ef5cdf7e6ac0cecca9bc463f)) ##### Build System - **deps:** update dependency zod to v3.25.17 (main) ([#​36203](https://redirect.github.com/renovatebot/renovate/issues/36203)) ([756c11e](https://redirect.github.com/renovatebot/renovate/commit/756c11ed67f21202e5af8972289a8c923b16bf6d)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
01d20ad227 | chore(container): update alpine docker digest to 8a1f59f (#35821) | ||
|
|
31f4d34a5f |
chore(container): update golang:1.24.3 docker digest to 81bf592 (#35822)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | final | digest | `4c0a181` -> `81bf592` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
053aa61d10 |
chore(container): update golang:1.24.3-alpine docker digest to b4f875e (#35823)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | stage | digest | `ef18ee7` -> `b4f875e` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
271ec3054d |
chore(container): update docker.io/tailscale/tailscale docker tag to v1.84.0 (#35727)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/tailscale/tailscale](https://tailscale.com/kb/1282/docker) ([source](https://redirect.github.com/tailscale/tailscale)) | final | minor | `v1.82.5` -> `v1.84.0` | --- ### Release Notes <details> <summary>tailscale/tailscale (docker.io/tailscale/tailscale)</summary> ### [`v1.84.0`](https://redirect.github.com/tailscale/tailscale/releases/tag/v1.84.0) [Compare Source](https://redirect.github.com/tailscale/tailscale/compare/v1.82.5...v1.84.0) Please refer to the changelog available at https://tailscale.com/changelog. </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
09f7755c02 |
chore(container): update docker.io/renovate/renovate docker tag to v40.33.8 (#35726)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | minor | `40.18.3-full` -> `40.33.8-full` | --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v40.33.8`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.33.8) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.33.7...40.33.8) ##### Build System - **deps:** update dependency zod to v3.25.16 (main) ([#​36202](https://redirect.github.com/renovatebot/renovate/issues/36202)) ([927e2e4](https://redirect.github.com/renovatebot/renovate/commit/927e2e4eb18bf04f757dc66dcc96d8ed33cc81be)) ### [`v40.33.7`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.33.7) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.33.6...40.33.7) ##### Documentation - drop announcement bar text for Renovate v40 ([#​36201](https://redirect.github.com/renovatebot/renovate/issues/36201)) ([16bfe7b](https://redirect.github.com/renovatebot/renovate/commit/16bfe7b4a753715119f9196ec8efb6a32a1126e1)) ##### Build System - **deps:** update dependency zod to v3.25.14 (main) ([#​36198](https://redirect.github.com/renovatebot/renovate/issues/36198)) ([e4eacd1](https://redirect.github.com/renovatebot/renovate/commit/e4eacd1f9b1315e44670634fe1033738d57c71b3)) ### [`v40.33.6`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.33.6) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.33.5...40.33.6) ##### Build System - **deps:** update dependency zod to v3.25.12 (main) ([#​36197](https://redirect.github.com/renovatebot/renovate/issues/36197)) ([793f7e9](https://redirect.github.com/renovatebot/renovate/commit/793f7e9b7b4efa10c481c0d7b7b846ac756f7ee1)) ### [`v40.33.5`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.33.5) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.33.4...40.33.5) ##### Build System - **deps:** update dependency zod to v3.25.9 (main) ([#​36196](https://redirect.github.com/renovatebot/renovate/issues/36196)) ([fbac05e](https://redirect.github.com/renovatebot/renovate/commit/fbac05e2cda5163a782af000cccb73a809ac731d)) ### [`v40.33.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.33.4) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.33.3...40.33.4) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v22.15.21 (main) ([#​36195](https://redirect.github.com/renovatebot/renovate/issues/36195)) ([a4b9dd3](https://redirect.github.com/renovatebot/renovate/commit/a4b9dd3ef83988ea07bcf454d19567df0e0185ae)) ##### Build System - **deps:** update dependency zod to v3.25.8 (main) ([#​36194](https://redirect.github.com/renovatebot/renovate/issues/36194)) ([1ab0aa2](https://redirect.github.com/renovatebot/renovate/commit/1ab0aa2994e3e1ac195d62f1238e47ab1b82ce47)) ### [`v40.33.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.33.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.33.2...40.33.3) ##### Build System - **deps:** update dependency [@​opentelemetry/semantic-conventions](https://redirect.github.com/opentelemetry/semantic-conventions) to v1.33.1 (main) ([#​36193](https://redirect.github.com/renovatebot/renovate/issues/36193)) ([53218d9](https://redirect.github.com/renovatebot/renovate/commit/53218d9c7e0ead7cc10c7f5b502c9cdfb3ee856e)) ### [`v40.33.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.33.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.33.1...40.33.2) ##### Bug Fixes - **github-tags:** Add support for even more nested GraphQL responses ([#​36166](https://redirect.github.com/renovatebot/renovate/issues/36166)) ([7e5300f](https://redirect.github.com/renovatebot/renovate/commit/7e5300f3ed114fb5425c9496231a8cf32e9f5cdb)) ##### Miscellaneous Chores - **deps:** update dependency [@​types/lodash](https://redirect.github.com/types/lodash) to v4.17.17 (main) ([#​36187](https://redirect.github.com/renovatebot/renovate/issues/36187)) ([471f0db](https://redirect.github.com/renovatebot/renovate/commit/471f0db2fcad3c83d5d80fda169eda7080183384)) - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v22.15.20 (main) ([#​36188](https://redirect.github.com/renovatebot/renovate/issues/36188)) ([0a77f7d](https://redirect.github.com/renovatebot/renovate/commit/0a77f7dbd15c571b38dff46d57604f2d16c1ccc8)) ### [`v40.33.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.33.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.33.0...40.33.1) ##### Bug Fixes - **git:** remotes sync ([#​36180](https://redirect.github.com/renovatebot/renovate/issues/36180)) ([dffabcb](https://redirect.github.com/renovatebot/renovate/commit/dffabcbc8711f91c0b9594df7d43d20322bf8d6b)) ### [`v40.33.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.33.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.32.7...40.33.0) ##### Features - **presets:** add `react-spring` monorepo ([#​36177](https://redirect.github.com/renovatebot/renovate/issues/36177)) ([cfa0990](https://redirect.github.com/renovatebot/renovate/commit/cfa0990d50df7a08f21538787385eee5a32ed72a)) ##### Bug Fixes - **managers:** quote more manager commands ([#​36163](https://redirect.github.com/renovatebot/renovate/issues/36163)) ([59de985](https://redirect.github.com/renovatebot/renovate/commit/59de985bb27ce6ae9e316f4b0552f746e725bc0d)) ##### Documentation - **faq:** add explanation of differences between `depName` and `packageName` ([#​36063](https://redirect.github.com/renovatebot/renovate/issues/36063)) ([06d0e7c](https://redirect.github.com/renovatebot/renovate/commit/06d0e7c7aac54457cfda5dccbef3f747e0d90d90)) ##### Miscellaneous Chores - **deps:** update otel/opentelemetry-collector-contrib docker tag to v0.127.0 (main) ([#​36183](https://redirect.github.com/renovatebot/renovate/issues/36183)) ([c3a6a73](https://redirect.github.com/renovatebot/renovate/commit/c3a6a73c7970414e8f65741b4e207f532d898a48)) ### [`v40.32.7`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.32.7) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.32.6...40.32.7) ##### Bug Fixes - static repo config order and merge extends ([#​36179](https://redirect.github.com/renovatebot/renovate/issues/36179)) ([c2d3401](https://redirect.github.com/renovatebot/renovate/commit/c2d3401afebcb9d68ecc3e3941bac7128d8a9d3c)) ### [`v40.32.6`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.32.6) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.32.5...40.32.6) ##### Build System - **deps:** update dependency zod to v3.25.7 (main) ([#​36176](https://redirect.github.com/renovatebot/renovate/issues/36176)) ([89e3807](https://redirect.github.com/renovatebot/renovate/commit/89e380717ec3c983a515da5743a9b0987da407ad)) ### [`v40.32.5`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.32.5) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.32.3...40.32.5) ##### Build System - **deps:** update dependency zod to v3.25.6 (main) ([#​36175](https://redirect.github.com/renovatebot/renovate/issues/36175)) ([4e30420](https://redirect.github.com/renovatebot/renovate/commit/4e3042073a52709e8727e23d46c92837de43525d)) ### [`v40.32.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.32.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.32.1...40.32.3) ##### Miscellaneous Chores - **deps:** update dependency [@​smithy/util-stream](https://redirect.github.com/smithy/util-stream) to v4.2.1 (main) ([#​36173](https://redirect.github.com/renovatebot/renovate/issues/36173)) ([27bc989](https://redirect.github.com/renovatebot/renovate/commit/27bc9898e7a1fc1a0b93264c6dd6d9ac28ea41a6)) - **deps:** update vitest monorepo to v3.1.4 (main) ([#​36171](https://redirect.github.com/renovatebot/renovate/issues/36171)) ([855a486](https://redirect.github.com/renovatebot/renovate/commit/855a486e783d5478549f1dc9393fe128fa5a6b43)) ##### Build System - **deps:** update dependency zod to v3.25.4 (main) ([#​36172](https://redirect.github.com/renovatebot/renovate/issues/36172)) ([4ae15d7](https://redirect.github.com/renovatebot/renovate/commit/4ae15d7b718600cc7575770bf881ebe8831287c9)) ### [`v40.32.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.32.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.32.0...40.32.1) ##### Bug Fixes - **git:** use custom name for upstream ([#​36149](https://redirect.github.com/renovatebot/renovate/issues/36149)) ([f90b4c5](https://redirect.github.com/renovatebot/renovate/commit/f90b4c5ff991714ccf63267480fcfcea72986919)) ##### Build System - **deps:** update dependency zod to v3.25.1 (main) ([#​36161](https://redirect.github.com/renovatebot/renovate/issues/36161)) ([17ccefd](https://redirect.github.com/renovatebot/renovate/commit/17ccefdd8d5cdf87c973b4b6d38417797ae59d26)) ### [`v40.32.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.32.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.31.1...40.32.0) ##### Features - **manager/asdf:** support `clusterctl` ([#​36157](https://redirect.github.com/renovatebot/renovate/issues/36157)) ([035a561](https://redirect.github.com/renovatebot/renovate/commit/035a5613969634d42df3464fc5a40045da25645a)) ##### Bug Fixes - **dashboard:** don't show undefined being displayed ([#​36132](https://redirect.github.com/renovatebot/renovate/issues/36132)) ([0619849](https://redirect.github.com/renovatebot/renovate/commit/06198496cfad5cbefe10126623343e8d7717bb9a)) ### [`v40.31.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.31.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.31.0...40.31.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.70.7 (main) ([#​36156](https://redirect.github.com/renovatebot/renovate/issues/36156)) ([fec7224](https://redirect.github.com/renovatebot/renovate/commit/fec72246ff158b6fa85d688c181568b2020def79)) - **exec:** pass `CI` env to child processes ([#​36153](https://redirect.github.com/renovatebot/renovate/issues/36153)) ([49f1b00](https://redirect.github.com/renovatebot/renovate/commit/49f1b00af2c37c1b8b70e6a5950c3ecec750ca88)) - **helmv3:** helm charts with lockfiles never gets automerged ([#​35847](https://redirect.github.com/renovatebot/renovate/issues/35847)) ([85f3709](https://redirect.github.com/renovatebot/renovate/commit/85f3709468d231988831c5c2b503fc498fd60944)) ##### Documentation - update references to renovate/renovate (main) ([#​36139](https://redirect.github.com/renovatebot/renovate/issues/36139)) ([fc1e7f4](https://redirect.github.com/renovatebot/renovate/commit/fc1e7f43772704f9cd6b95988a33f6b7b8bdf750)) ##### Miscellaneous Chores - add warning about changing namespace meanings ([#​36148](https://redirect.github.com/renovatebot/renovate/issues/36148)) ([0589b99](https://redirect.github.com/renovatebot/renovate/commit/0589b999621967fbc30103cd996772c6363c3ff1)) - **deps:** update containerbase/internal-tools action to v3.10.40 (main) ([#​36145](https://redirect.github.com/renovatebot/renovate/issues/36145)) ([f8fe197](https://redirect.github.com/renovatebot/renovate/commit/f8fe1975fce60398a2182b911caa0e0478001a07)) - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v22.15.19 (main) ([#​36146](https://redirect.github.com/renovatebot/renovate/issues/36146)) ([f163892](https://redirect.github.com/renovatebot/renovate/commit/f163892c9a64864f8cd7cb3dfe440364afe422e5)) - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.8.33 (main) ([#​36138](https://redirect.github.com/renovatebot/renovate/issues/36138)) ([4427f61](https://redirect.github.com/renovatebot/renovate/commit/4427f617c84006b3ca4ab4efda9ce5a5113b7ea9)) ##### Build System - **deps:** update opentelemetry-js monorepo to v0.201.1 (main) ([#​36155](https://redirect.github.com/renovatebot/renovate/issues/36155)) ([84c32c7](https://redirect.github.com/renovatebot/renovate/commit/84c32c7c95012cabc5cb126775b9c6ae15261ca1)) ### [`v40.31.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.31.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.30.2...40.31.0) ##### Features - Display abandoned packages ([#​35868](https://redirect.github.com/renovatebot/renovate/issues/35868)) ([1aa2972](https://redirect.github.com/renovatebot/renovate/commit/1aa2972bac5a2f34e24ca55fa5da104dd7f38182)) ##### Miscellaneous Chores - **deps:** update dependency markdownlint-cli2 to v0.18.1 (main) ([#​36003](https://redirect.github.com/renovatebot/renovate/issues/36003)) ([7aeef48](https://redirect.github.com/renovatebot/renovate/commit/7aeef486f2e53d27704d6261355f84b9ac108ae8)) ### [`v40.30.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.30.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.30.1...40.30.2) ##### Bug Fixes - **versioning/pep440:** apply prerelease markers ([#​36083](https://redirect.github.com/renovatebot/renovate/issues/36083)) ([758e701](https://redirect.github.com/renovatebot/renovate/commit/758e701dce42576921ad4f118a2a9ab719163517)) ### [`v40.30.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.30.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.30.0...40.30.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.70.5 (main) ([#​36134](https://redirect.github.com/renovatebot/renovate/issues/36134)) ([f33ff65](https://redirect.github.com/renovatebot/renovate/commit/f33ff6591eaa5038e678138baa955f54b8ff2a7b)) ##### Miscellaneous Chores - **deps:** update dependency eslint-import-resolver-typescript to v4.3.5 (main) ([#​36131](https://redirect.github.com/renovatebot/renovate/issues/36131)) ([b55efa9](https://redirect.github.com/renovatebot/renovate/commit/b55efa9260e3c3d9be3c9f8b8b74bcd02dd13ef6)) - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.8.31 (main) ([#​36133](https://redirect.github.com/renovatebot/renovate/issues/36133)) ([a42de8f](https://redirect.github.com/renovatebot/renovate/commit/a42de8fbe66c5755e5976b6d8c9684873f66a83b)) ### [`v40.30.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.30.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.29.1...40.30.0) ##### Features - **manager:** support mise backends ([#​33113](https://redirect.github.com/renovatebot/renovate/issues/33113)) ([147fcde](https://redirect.github.com/renovatebot/renovate/commit/147fcded9c7bb06d35e903a6d0b6edc0b8fbab5f)) ##### Documentation - Update and convert lockfile list to table ([#​36128](https://redirect.github.com/renovatebot/renovate/issues/36128)) ([adf7e23](https://redirect.github.com/renovatebot/renovate/commit/adf7e23533fa7335c2d6089840f7283d9c78b789)) ##### Miscellaneous Chores - **gitlab:** debug log approveMr() function ([#​36122](https://redirect.github.com/renovatebot/renovate/issues/36122)) ([c7051dc](https://redirect.github.com/renovatebot/renovate/commit/c7051dca311754c2d4fcccd250b0d369b21b5c39)) ### [`v40.29.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.29.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.29.0...40.29.1) ##### Bug Fixes - **post-upgrade-tasks:** retain deleted files after tasks ([#​36125](https://redirect.github.com/renovatebot/renovate/issues/36125)) ([17326d6](https://redirect.github.com/renovatebot/renovate/commit/17326d61d40d128c9a63e485b4df372181b8201d)) ### [`v40.29.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.29.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.28.0...40.29.0) ##### Features - **cache:** Experimental env var to disable HTTP memory cache ([#​36124](https://redirect.github.com/renovatebot/renovate/issues/36124)) ([f478e1d](https://redirect.github.com/renovatebot/renovate/commit/f478e1d66428d9013a1609259b55453021ff460a)) ### [`v40.28.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.28.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.27.1...40.28.0) ##### Features - **manager/npm:** use volta pins as constraints ([#​35869](https://redirect.github.com/renovatebot/renovate/issues/35869)) ([e122523](https://redirect.github.com/renovatebot/renovate/commit/e12252315b7ed3fdeefbf1758a6a9b47529fc6c1)) ### [`v40.27.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.27.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.27.0...40.27.1) ##### Bug Fixes - **manager/fleet:** Make name optional for target customizations in FleetFile schema ([#​36085](https://redirect.github.com/renovatebot/renovate/issues/36085)) ([90d8b7d](https://redirect.github.com/renovatebot/renovate/commit/90d8b7d93e4eecfc37932519f39d6b98943f6edb)) ### [`v40.27.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.27.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.26.3...40.27.0) ##### Features - **git:** Support baseBranches in fork mode ([#​36054](https://redirect.github.com/renovatebot/renovate/issues/36054)) ([9941197](https://redirect.github.com/renovatebot/renovate/commit/99411970a1800e82f256805027d1247c9e63f2f1)) ##### Documentation - **aws-eks-addon:** add configuration snippet for sane commit/pr mes… ([#​36111](https://redirect.github.com/renovatebot/renovate/issues/36111)) ([279ac5f](https://redirect.github.com/renovatebot/renovate/commit/279ac5f8445c94af424a5f41f32e9f7b0b4e6029)) ### [`v40.26.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.26.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.26.2...40.26.3) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.70.4 (main) ([#​36120](https://redirect.github.com/renovatebot/renovate/issues/36120)) ([2673514](https://redirect.github.com/renovatebot/renovate/commit/2673514e87467d31869d547199014d2b6383ce26)) ### [`v40.26.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.26.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.26.1...40.26.2) ##### Documentation - **mend:** document the GitHub.com token in hosted apps ([#​36110](https://redirect.github.com/renovatebot/renovate/issues/36110)) ([be6f0ad](https://redirect.github.com/renovatebot/renovate/commit/be6f0addb60aee648db49e2c6084cfbaa607de87)) ##### Miscellaneous Chores - **deps:** update dependency [@​vitest/eslint-plugin](https://redirect.github.com/vitest/eslint-plugin) to v1.2.0 (main) ([#​36112](https://redirect.github.com/renovatebot/renovate/issues/36112)) ([36a4683](https://redirect.github.com/renovatebot/renovate/commit/36a4683ccf08ecf082101e47632b3f7feb520713)) - **deps:** update linters to v9.27.0 (main) ([#​36114](https://redirect.github.com/renovatebot/renovate/issues/36114)) ([95c24da](https://redirect.github.com/renovatebot/renovate/commit/95c24dacc2b8ef42ec5bcaf390f9a0dae18c06d4)) ##### Build System - **deps:** update dependency semantic-release to v24.2.4 (main) ([#​36116](https://redirect.github.com/renovatebot/renovate/issues/36116)) ([7ff2d41](https://redirect.github.com/renovatebot/renovate/commit/7ff2d4154a4069f72eda25ebd6e78e266d4a4c8e)) ### [`v40.26.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.26.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.26.0...40.26.1) ##### Bug Fixes - **datasource/docker:** fetch up to 1000 pages for ghcr.io ([#​36103](https://redirect.github.com/renovatebot/renovate/issues/36103)) ([4d829bf](https://redirect.github.com/renovatebot/renovate/commit/4d829bf67211e68170a6de5593c5942e8435d017)) ### [`v40.26.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.26.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.25.2...40.26.0) ##### Features - Abandoned packages logging ([#​36090](https://redirect.github.com/renovatebot/renovate/issues/36090)) ([a02dd07](https://redirect.github.com/renovatebot/renovate/commit/a02dd076dfa9b783b8629da93b814f2efa2b4fc7)) ##### Miscellaneous Chores - **deps:** update python:3.13 docker digest to [`a4b2b11`](https://redirect.github.com/renovatebot/renovate/commit/a4b2b11) (main) ([#​36101](https://redirect.github.com/renovatebot/renovate/issues/36101)) ([08b4ebd](https://redirect.github.com/renovatebot/renovate/commit/08b4ebd267abd5ed9b5aa65defe75e45af8dd728)) ### [`v40.25.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.25.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.25.1...40.25.2) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.70.3 (main) ([#​36100](https://redirect.github.com/renovatebot/renovate/issues/36100)) ([1dffa07](https://redirect.github.com/renovatebot/renovate/commit/1dffa077037f469ef3ec009422032f9de583f887)) ### [`v40.25.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.25.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.25.0...40.25.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.70.2 (main) ([#​36099](https://redirect.github.com/renovatebot/renovate/issues/36099)) ([3e58761](https://redirect.github.com/renovatebot/renovate/commit/3e587619aadcdf8a358fa450cf6b933b29f6138d)) ##### Miscellaneous Chores - **deps:** update dependency pdm to v2.24.2 (main) ([#​36097](https://redirect.github.com/renovatebot/renovate/issues/36097)) ([77ae47d](https://redirect.github.com/renovatebot/renovate/commit/77ae47dcd425dc2e68b52f003e80a8ce1d24ba61)) ### [`v40.25.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.25.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.24.3...40.25.0) ##### Features - **terraform:** add support for `docker_registry_image` data source ([#​35537](https://redirect.github.com/renovatebot/renovate/issues/35537)) ([6ba08ec](https://redirect.github.com/renovatebot/renovate/commit/6ba08ec9d7c6e26ce5a44dd02253dd4a7c7270b0)) ##### Miscellaneous Chores - **deps:** update python:3.13 docker digest to [`e3424ac`](https://redirect.github.com/renovatebot/renovate/commit/e3424ac) (main) ([#​36095](https://redirect.github.com/renovatebot/renovate/issues/36095)) ([53cdf3f](https://redirect.github.com/renovatebot/renovate/commit/53cdf3f1c7e4f20217fd9075a5fce8a9805b4092)) ### [`v40.24.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.24.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.24.2...40.24.3) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.70.1 (main) ([#​36094](https://redirect.github.com/renovatebot/renovate/issues/36094)) ([dfa58c8](https://redirect.github.com/renovatebot/renovate/commit/dfa58c8b76b60ff74cc15e0bff0e425cfe2ebf0b)) ### [`v40.24.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.24.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.24.1...40.24.2) ##### Miscellaneous Chores - **deps:** update dependency memfs to v4.17.2 (main) ([#​36092](https://redirect.github.com/renovatebot/renovate/issues/36092)) ([fc5bdce](https://redirect.github.com/renovatebot/renovate/commit/fc5bdce16963f1c352e77668e0c81ea339fb4032)) ##### Build System - **deps:** update opentelemetry-js-contrib monorepo (main) ([#​36093](https://redirect.github.com/renovatebot/renovate/issues/36093)) ([9fedf9c](https://redirect.github.com/renovatebot/renovate/commit/9fedf9cd8fe34889d241c9ebdefdd28a2dc8a510)) ### [`v40.24.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.24.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.24.0...40.24.1) ##### Build System - **deps:** update opentelemetry-js monorepo (main) ([#​36091](https://redirect.github.com/renovatebot/renovate/issues/36091)) ([8654651](https://redirect.github.com/renovatebot/renovate/commit/8654651ef9362535c5a71afc50c5ce894d6f7ee8)) ### [`v40.24.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.24.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.23.2...40.24.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.70.0 (main) ([#​36089](https://redirect.github.com/renovatebot/renovate/issues/36089)) ([c490cca](https://redirect.github.com/renovatebot/renovate/commit/c490cca595ba23bd34f7fe9ea2f3d53db4674168)) ##### Miscellaneous Chores - **deps:** update python:3.13 docker digest to [`3592650`](https://redirect.github.com/renovatebot/renovate/commit/3592650) (main) ([#​36088](https://redirect.github.com/renovatebot/renovate/issues/36088)) ([5560c3e](https://redirect.github.com/renovatebot/renovate/commit/5560c3e5d319ebd1fb7a0369bbd8624dcc5bcaa5)) ### [`v40.23.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.23.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.23.1...40.23.2) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.69.1 (main) ([#​36087](https://redirect.github.com/renovatebot/renovate/issues/36087)) ([26c1550](https://redirect.github.com/renovatebot/renovate/commit/26c15502311f7d997c8ea5120c700153873e20fb)) ### [`v40.23.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.23.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.23.0...40.23.1) ##### Miscellaneous Chores - **deps:** update dependency typescript-eslint to v8.32.1 (main) ([#​36029](https://redirect.github.com/renovatebot/renovate/issues/36029)) ([c08f724](https://redirect.github.com/renovatebot/renovate/commit/c08f724cd1577bf10db23a1fe7ff3a39aa320c76)) ##### Build System - **deps:** update dependency yaml to v2.8.0 (main) ([#​36081](https://redirect.github.com/renovatebot/renovate/issues/36081)) ([ce40ac4](https://redirect.github.com/renovatebot/renovate/commit/ce40ac4e3102b284f4290f9641f84a9093332f1f)) ### [`v40.23.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.23.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.22.1...40.23.0) ##### Features - Add `abandonmentThreshold` and detect `isAbandoned` flag ([#​35866](https://redirect.github.com/renovatebot/renovate/issues/35866)) ([bc235fb](https://redirect.github.com/renovatebot/renovate/commit/bc235fbb5e742893622cd9764b08b637a836dd58)) ### [`v40.22.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.22.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.22.0...40.22.1) ##### Bug Fixes - **helm:** helm login should not use host path ([#​36060](https://redirect.github.com/renovatebot/renovate/issues/36060)) ([aa96c20](https://redirect.github.com/renovatebot/renovate/commit/aa96c20fae0b246b06d0fba1925af2b6759bf227)) ##### Miscellaneous Chores - fix lint ([#​36080](https://redirect.github.com/renovatebot/renovate/issues/36080)) ([711ad2d](https://redirect.github.com/renovatebot/renovate/commit/711ad2d3c16d1201b6296107b77fab9d16cebbbd)) ### [`v40.22.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.22.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.21.7...40.22.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.69.0 (main) ([#​36079](https://redirect.github.com/renovatebot/renovate/issues/36079)) ([937260d](https://redirect.github.com/renovatebot/renovate/commit/937260d08e9e0242b74e4614e82aff4d05363725)) ##### Miscellaneous Chores - **deps:** update dependency node to v22.16.0 (main) ([#​36077](https://redirect.github.com/renovatebot/renovate/issues/36077)) ([6cb7f9c](https://redirect.github.com/renovatebot/renovate/commit/6cb7f9c47288d95fbd516d0d82ea83e5d4f17ca0)) - **deps:** update python:3.13 docker digest to [`721b561`](https://redirect.github.com/renovatebot/renovate/commit/721b561) (main) ([#​36076](https://redirect.github.com/renovatebot/renovate/issues/36076)) ([7b7c690](https://redirect.github.com/renovatebot/renovate/commit/7b7c6903ac05e77d7666b205d93dfebdee298cd7)) ### [`v40.21.7`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.21.7) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.21.6...40.21.7) ##### Bug Fixes - **gradle:** include registryType and content during registry deduplication ([#​36071](https://redirect.github.com/renovatebot/renovate/issues/36071)) ([5d4ae53](https://redirect.github.com/renovatebot/renovate/commit/5d4ae538d825e2310edc6d56a7b775c616bbaa9d)) ### [`v40.21.6`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.21.6) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.21.5...40.21.6) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.68.3 (main) ([#​36074](https://redirect.github.com/renovatebot/renovate/issues/36074)) ([a43b702](https://redirect.github.com/renovatebot/renovate/commit/a43b702a7f230ecc7a3cfba2df451a87654677f2)) ### [`v40.21.5`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.21.5) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.21.4...40.21.5) ##### Build System - **deps:** update dependency protobufjs to v7.5.2 (main) ([#​36070](https://redirect.github.com/renovatebot/renovate/issues/36070)) ([5f6e523](https://redirect.github.com/renovatebot/renovate/commit/5f6e523d7f5f50e4f311bc146a2c74e8f678f4ca)) ### [`v40.21.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.21.4) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.21.3...40.21.4) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.68.2 (main) ([#​36068](https://redirect.github.com/renovatebot/renovate/issues/36068)) ([f6d0e88](https://redirect.github.com/renovatebot/renovate/commit/f6d0e88ae9eb5ccaf732023673723611cd4e2a29)) ##### Miscellaneous Chores - **deps:** update docker/dockerfile docker tag to v1.16.0 (main) ([#​36067](https://redirect.github.com/renovatebot/renovate/issues/36067)) ([ba6dd3e](https://redirect.github.com/renovatebot/renovate/commit/ba6dd3e8f2c3a4298591b8209780a60c44656856)) ##### Build System - **deps:** update node.js to v22.16.0 (main) ([#​36069](https://redirect.github.com/renovatebot/renovate/issues/36069)) ([98d9e8a](https://redirect.github.com/renovatebot/renovate/commit/98d9e8a3a9cb6222ad11aecf3929c979169f7919)) ### [`v40.21.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.21.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.21.2...40.21.3) ##### Bug Fixes - **datasource/pod:** detect artifactory ([#​36064](https://redirect.github.com/renovatebot/renovate/issues/36064)) ([6be1b03](https://redirect.github.com/renovatebot/renovate/commit/6be1b034a2b69d62f6e003fd5d2390f8955d0fed)) ### [`v40.21.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.21.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.21.1...40.21.2) ##### Bug Fixes - **manager/nuget:** deduplicate registryUrls ([#​35995](https://redirect.github.com/renovatebot/renovate/issues/35995)) ([f8a0343](https://redirect.github.com/renovatebot/renovate/commit/f8a0343ffbfb2e84a47576622789f31291d902f7)) ### [`v40.21.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.21.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.21.0...40.21.1) ##### Bug Fixes - **gitlab:** add missing `createdAt` to mapped PR ([#​36058](https://redirect.github.com/renovatebot/renovate/issues/36058)) ([4341780](https://redirect.github.com/renovatebot/renovate/commit/4341780609d2049a6b5791d627480809b20ee4a9)) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v22.15.18 (main) ([#​36059](https://redirect.github.com/renovatebot/renovate/issues/36059)) ([d2b73dc](https://redirect.github.com/renovatebot/renovate/commit/d2b73dc2d1472d4ed4968dd05158b0271602ed1f)) ### [`v40.21.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.21.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.20.0...40.21.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.68.1 (main) ([#​36055](https://redirect.github.com/renovatebot/renovate/issues/36055)) ([2f9efcd](https://redirect.github.com/renovatebot/renovate/commit/2f9efcdfc321b8b14b68eb280eeeb26c65974e77)) ### [`v40.20.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.20.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.19.2...40.20.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.67.0 (main) ([#​36053](https://redirect.github.com/renovatebot/renovate/issues/36053)) ([388d318](https://redirect.github.com/renovatebot/renovate/commit/388d318c3eb4a5776942e291772e28ebf5f8bcfd)) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.8.29 (main) ([#​36051](https://redirect.github.com/renovatebot/renovate/issues/36051)) ([f22dfb3](https://redirect.github.com/renovatebot/renovate/commit/f22dfb32185a39ed2fff4e748ee5ea73dad4d449)) ### [`v40.19.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.19.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.19.1...40.19.2) ##### Bug Fixes - **manager/npm): Revert "fix(manager/npm:** search for npmrc in the root directory" ([#​36049](https://redirect.github.com/renovatebot/renovate/issues/36049)) ([0d7255e](https://redirect.github.com/renovatebot/renovate/commit/0d7255e699a6c911b4559d2c643a8de6104c3dbc)) ##### Miscellaneous Chores - **deps:** update dependency pnpm to v10.11.0 (main) ([#​36048](https://redirect.github.com/renovatebot/renovate/issues/36048)) ([ca43169](https://redirect.github.com/renovatebot/renovate/commit/ca4316927204e9a0dc6c93a9a626251bff0a108c)) ### [`v40.19.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.19.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.19.0...40.19.1) ##### Bug Fixes - **git): Revert "feat(git:** use git fetching for forkMode" ([#​36045](https://redirect.github.com/renovatebot/renovate/issues/36045)) ([68b5193](https://redirect.github.com/renovatebot/renovate/commit/68b5193213cd51f6b9aa01e20160bc8551dff0ab)) ### [`v40.19.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.19.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.18.3...40.19.0) ##### Features - **presets:** Add API platform group ([#​36023](https://redirect.github.com/renovatebot/renovate/issues/36023)) ([2b92419](https://redirect.github.com/renovatebot/renovate/commit/2b92419a2031f32b33dbc151b4ebfe90b167866b)) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.66.2 (main) ([#​36041](https://redirect.github.com/renovatebot/renovate/issues/36041)) ([601ec93](https://redirect.github.com/renovatebot/renovate/commit/601ec93989e57fce43e3746e9cbd8190755e124d)) ##### Miscellaneous Chores - **deps:** update containerbase/internal-tools action to v3.10.39 (main) ([#​36039](https://redirect.github.com/renovatebot/renovate/issues/36039)) ([b51aae9](https://redirect.github.com/renovatebot/renovate/commit/b51aae9c8746fbb3322c066b6048033320addff0)) - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.8.28 (main) ([#​36038](https://redirect.github.com/renovatebot/renovate/issues/36038)) ([7d56785](https://redirect.github.com/renovatebot/renovate/commit/7d5678505cb99411b640ddab7877cec775413d2b)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
62f9199f99 |
chore(container): update traefik docker tag to v3.4.1 (#35684)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [traefik](https://redirect.github.com/containous/traefik) | final | patch | `v3.4.0` -> `v3.4.1` | --- ### Release Notes <details> <summary>containous/traefik (traefik)</summary> ### [`v3.4.1`](https://redirect.github.com/traefik/traefik/releases/tag/v3.4.1) [Compare Source](https://redirect.github.com/containous/traefik/compare/v3.4.1...v3.4.1) **Important:** Please read the [migration guide](https://doc.traefik.io/traefik/migration/v3/#v341). **CVE's fixed:** - [CVE-2025-47952](https://nvd.nist.gov/vuln/detail/CVE-2025-47952) (Advisory [GHSA-vrch-868g-9jx5](https://redirect.github.com/traefik/traefik/security/advisories/GHSA-vrch-868g-9jx5)) **Bug fixes:** - **\[docker]** Do not warn network missing if connected to a container network ([#​11698](https://redirect.github.com/traefik/traefik/pull/11698) by [holysoles](https://redirect.github.com/holysoles)) - **\[k8s/crd]** Fix CEL validation for RootCA in ServersTransport ([#​11775](https://redirect.github.com/traefik/traefik/pull/11775) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[middleware]** Scope the rate limit counter key by source and by middleware ([#​11753](https://redirect.github.com/traefik/traefik/pull/11753) by [aromeyer](https://redirect.github.com/aromeyer)) - **\[server]** Use routing path in v3 matchers ([#​11790](https://redirect.github.com/traefik/traefik/pull/11790) by [kevinpollet](https://redirect.github.com/kevinpollet)) - **\[service]** Make P2C strategy thread-safe ([#​11762](https://redirect.github.com/traefik/traefik/pull/11762) by [lbenguigui](https://redirect.github.com/lbenguigui)) - **\[webui]** Do not display RemoveHeader option when not defined ([#​11782](https://redirect.github.com/traefik/traefik/pull/11782) by [kevinpollet](https://redirect.github.com/kevinpollet)) **Documentation:** - **\[acme]** Fix ambiguous wording in ACME page ([#​11789](https://redirect.github.com/traefik/traefik/pull/11789) by [joshka](https://redirect.github.com/joshka)) - **\[k8s]** Fix incorrect case and missing rbac in documentation ([#​11742](https://redirect.github.com/traefik/traefik/pull/11742) by [mmatur](https://redirect.github.com/mmatur)) - **\[middleware]** Match encoded certificate to example data for TLS passthrough ([#​11759](https://redirect.github.com/traefik/traefik/pull/11759) by [holysoles](https://redirect.github.com/holysoles)) **Misc:** - Merge branch v2.11 into v3.4 ([#​11799](https://redirect.github.com/traefik/traefik/pull/11799) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Merge branch v2.11 into v3.4 ([#​11796](https://redirect.github.com/traefik/traefik/pull/11796) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Merge branch v2.11 into v3.4 ([#​11783](https://redirect.github.com/traefik/traefik/pull/11783) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Merge branch v2.11 into v3.4 ([#​11757](https://redirect.github.com/traefik/traefik/pull/11757) by [mmatur](https://redirect.github.com/mmatur)) - Merge v2.11 into v3.4 ([#​11751](https://redirect.github.com/traefik/traefik/pull/11751) by [mmatur](https://redirect.github.com/mmatur)) ### [`v3.4.1`](https://redirect.github.com/traefik/traefik/releases/tag/v3.4.1) [Compare Source](https://redirect.github.com/containous/traefik/compare/v3.4.0...v3.4.1) **Important:** Please read the [migration guide](https://doc.traefik.io/traefik/migration/v3/#v341). **CVE's fixed:** - [CVE-2025-47952](https://nvd.nist.gov/vuln/detail/CVE-2025-47952) (Advisory [GHSA-vrch-868g-9jx5](https://redirect.github.com/traefik/traefik/security/advisories/GHSA-vrch-868g-9jx5)) **Bug fixes:** - **\[docker]** Do not warn network missing if connected to a container network ([#​11698](https://redirect.github.com/traefik/traefik/pull/11698) by [holysoles](https://redirect.github.com/holysoles)) - **\[k8s/crd]** Fix CEL validation for RootCA in ServersTransport ([#​11775](https://redirect.github.com/traefik/traefik/pull/11775) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[middleware]** Scope the rate limit counter key by source and by middleware ([#​11753](https://redirect.github.com/traefik/traefik/pull/11753) by [aromeyer](https://redirect.github.com/aromeyer)) - **\[server]** Use routing path in v3 matchers ([#​11790](https://redirect.github.com/traefik/traefik/pull/11790) by [kevinpollet](https://redirect.github.com/kevinpollet)) - **\[service]** Make P2C strategy thread-safe ([#​11762](https://redirect.github.com/traefik/traefik/pull/11762) by [lbenguigui](https://redirect.github.com/lbenguigui)) - **\[webui]** Do not display RemoveHeader option when not defined ([#​11782](https://redirect.github.com/traefik/traefik/pull/11782) by [kevinpollet](https://redirect.github.com/kevinpollet)) **Documentation:** - **\[acme]** Fix ambiguous wording in ACME page ([#​11789](https://redirect.github.com/traefik/traefik/pull/11789) by [joshka](https://redirect.github.com/joshka)) - **\[k8s]** Fix incorrect case and missing rbac in documentation ([#​11742](https://redirect.github.com/traefik/traefik/pull/11742) by [mmatur](https://redirect.github.com/mmatur)) - **\[middleware]** Match encoded certificate to example data for TLS passthrough ([#​11759](https://redirect.github.com/traefik/traefik/pull/11759) by [holysoles](https://redirect.github.com/holysoles)) **Misc:** - Merge branch v2.11 into v3.4 ([#​11799](https://redirect.github.com/traefik/traefik/pull/11799) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Merge branch v2.11 into v3.4 ([#​11796](https://redirect.github.com/traefik/traefik/pull/11796) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Merge branch v2.11 into v3.4 ([#​11783](https://redirect.github.com/traefik/traefik/pull/11783) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Merge branch v2.11 into v3.4 ([#​11757](https://redirect.github.com/traefik/traefik/pull/11757) by [mmatur](https://redirect.github.com/mmatur)) - Merge v2.11 into v3.4 ([#​11751](https://redirect.github.com/traefik/traefik/pull/11751) by [mmatur](https://redirect.github.com/mmatur)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
0735952b9a |
chore(container): update public.ecr.aws/docker/library/traefik docker tag to v3.4.1 (#35683)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [public.ecr.aws/docker/library/traefik](https://hub.docker.com/_/traefik) ([source](https://redirect.github.com/traefik/traefik-library-image)) | stage | patch | `v3.4.0` -> `3.4.1` | --- ### Release Notes <details> <summary>traefik/traefik-library-image (public.ecr.aws/docker/library/traefik)</summary> ### [`v3.4.1`](https://redirect.github.com/traefik/traefik-library-image/compare/v3.4.1...v3.4.1) [Compare Source](https://redirect.github.com/traefik/traefik-library-image/compare/v3.4.1...v3.4.1) ### [`v3.4.1`](https://redirect.github.com/traefik/traefik-library-image/compare/v3.4.0...v3.4.1) [Compare Source](https://redirect.github.com/traefik/traefik-library-image/compare/v3.4.0...v3.4.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
123b4ee4e9 | chore(github-action): update docker/build-push-action digest to 2634353 (#35607) | ||
|
|
fb56c5e202 |
chore(container): update golang:1.24.3 docker digest to 4c0a181 (#35605)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | final | digest | `86b4cff` -> `4c0a181` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
70d9392e85 |
chore(container): update public.ecr.aws/docker/library/nextcloud:31.0.5-fpm docker digest to 1c04814 (#35606)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [public.ecr.aws/docker/library/nextcloud](https://hub.docker.com/_/nextcloud) ([source](https://redirect.github.com/nextcloud/docker)) | final | digest | `adf0083` -> `1c04814` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
df049560c2 |
chore(deps): pin public.ecr.aws/docker/library/alpine docker tag to a8560b3 (#35566)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [public.ecr.aws/docker/library/alpine](https://hub.docker.com/_/alpine) ([source](https://redirect.github.com/alpinelinux/docker-alpine)) | final | pinDigest | -> `a8560b3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciJdfQ==--> |
||
|
|
3205aec80c | chore(container): update public.ecr.aws/docker/library/alpine:3.21.3 docker digest to (#35547) | ||
|
|
d34bcbfbe2 |
chore(container): update docker.io/renovate/renovate docker tag to v40.18.3 (#35533)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | minor | `40.13.0-full` -> `40.18.3-full` | --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v40.18.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.18.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.18.2...40.18.3) ##### Bug Fixes - **manager/flux:** log resource name for better debugging ([#​35994](https://redirect.github.com/renovatebot/renovate/issues/35994)) ([a84eb22](https://redirect.github.com/renovatebot/renovate/commit/a84eb22242db60525374c77907cafa469f31d303)) ### [`v40.18.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.18.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.18.1...40.18.2) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.66.1 (main) ([#​36037](https://redirect.github.com/renovatebot/renovate/issues/36037)) ([5190613](https://redirect.github.com/renovatebot/renovate/commit/5190613df44455335711ec6f2d7495ed399c0834)) ### [`v40.18.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.18.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.18.0...40.18.1) ##### Build System - **deps:** update dependency openpgp to v6.1.1 \[security] (main) ([#​36033](https://redirect.github.com/renovatebot/renovate/issues/36033)) ([7b4a15b](https://redirect.github.com/renovatebot/renovate/commit/7b4a15bb6f31d86cbdca488e1581b742249b5b75)) ### [`v40.18.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.18.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.17.1...40.18.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.66.0 (main) ([#​36031](https://redirect.github.com/renovatebot/renovate/issues/36031)) ([61b7887](https://redirect.github.com/renovatebot/renovate/commit/61b788741d786370285cbeb04b17fe700208b22d)) ### [`v40.17.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.17.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.17.0...40.17.1) ##### Build System - **deps:** update dependency semver to v7.7.2 (main) ([#​36028](https://redirect.github.com/renovatebot/renovate/issues/36028)) ([ |
||
|
|
b6a757bccd |
chore(container): update docker.io/renovate/renovate docker tag to v40.13.0 (#35422)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | minor | `40.11.13-full` -> `40.13.0-full` | --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v40.13.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.13.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.12.4...40.13.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.65.0 (main) ([#​35971](https://redirect.github.com/renovatebot/renovate/issues/35971)) ([bb3b1fb](https://redirect.github.com/renovatebot/renovate/commit/bb3b1fb7e5af472f8cb57f5d695eea9f01425565)) ### [`v40.12.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.12.4) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.12.3...40.12.4) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.64.16 (main) ([#​35970](https://redirect.github.com/renovatebot/renovate/issues/35970)) ([a496bd3](https://redirect.github.com/renovatebot/renovate/commit/a496bd3929795b44e60b85405f075351cb5e3653)) ### [`v40.12.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.12.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.12.2...40.12.3) ##### Miscellaneous Chores - **deps:** update codecov/codecov-action action to v5.4.3 (main) ([#​35968](https://redirect.github.com/renovatebot/renovate/issues/35968)) ([b7cc7d6](https://redirect.github.com/renovatebot/renovate/commit/b7cc7d69b1c961ea00525a1841f332a8d16eb2c4)) ##### Build System - **deps:** update dependency cronstrue to v2.61.0 (main) ([#​35969](https://redirect.github.com/renovatebot/renovate/issues/35969)) ([9aa0ae4](https://redirect.github.com/renovatebot/renovate/commit/9aa0ae4c822e87f7c112198feb6d11e57ceecf12)) ### [`v40.12.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.12.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.12.1...40.12.2) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.64.15 (main) ([#​35966](https://redirect.github.com/renovatebot/renovate/issues/35966)) ([a4c0609](https://redirect.github.com/renovatebot/renovate/commit/a4c06098d885e4448186ffb148ec41b578a76a34)) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.8.27 (main) ([#​35967](https://redirect.github.com/renovatebot/renovate/issues/35967)) ([0aa05ba](https://redirect.github.com/renovatebot/renovate/commit/0aa05ba0d3017cfd8a66e2b0342f3d90ca14bb85)) ### [`v40.12.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.12.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.12.0...40.12.1) ##### Build System - **deps:** update dependency protobufjs to v7.5.1 (main) ([#​35965](https://redirect.github.com/renovatebot/renovate/issues/35965)) ([efdbf22](https://redirect.github.com/renovatebot/renovate/commit/efdbf229dc489c69768a3dbaba82ca5a014980e9)) ### [`v40.12.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.12.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.11.19...40.12.0) ##### Features - **presets:** add 'pdfme' monorepo ([#​35958](https://redirect.github.com/renovatebot/renovate/issues/35958)) ([f12ec90](https://redirect.github.com/renovatebot/renovate/commit/f12ec9020f6b591de1a30621e009b95d6c803cb8)) ##### Bug Fixes - **datasource/docker:** ignore unknown sub-manifests in OciImageIndexManifest ([#​35950](https://redirect.github.com/renovatebot/renovate/issues/35950)) ([d8fdc4f](https://redirect.github.com/renovatebot/renovate/commit/d8fdc4f421511d0051de0b9d3f768110f12a735b)) ##### Documentation - fix how-renovate-works.md display newline as `\n` ([#​35959](https://redirect.github.com/renovatebot/renovate/issues/35959)) ([ed77dd5](https://redirect.github.com/renovatebot/renovate/commit/ed77dd537af51c2a8cc558157b626c718e3c8694)) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v22.15.17 (main) ([#​35960](https://redirect.github.com/renovatebot/renovate/issues/35960)) ([0c371bf](https://redirect.github.com/renovatebot/renovate/commit/0c371bf6d51c2f53b20c1e244d9ed527b8406277)) ### [`v40.11.19`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.11.19) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.11.18...40.11.19) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.64.14 (main) ([#​35952](https://redirect.github.com/renovatebot/renovate/issues/35952)) ([214d758](https://redirect.github.com/renovatebot/renovate/commit/214d75881d8f4f4e2e6a8b1d5faab88d0b209097)) ##### Miscellaneous Chores - **deps:** update dependency node to v22.15.1 (main) ([#​35944](https://redirect.github.com/renovatebot/renovate/issues/35944)) ([dacbade](https://redirect.github.com/renovatebot/renovate/commit/dacbade08311f801a33e3c10e1da614bafbd7f86)) ##### Build System - **deps:** update dependency redis to v4.7.1 (main) ([#​35951](https://redirect.github.com/renovatebot/renovate/issues/35951)) ([5bc5979](https://redirect.github.com/renovatebot/renovate/commit/5bc597926baaa83157864d50d99df66ea45dc4bb)) ### [`v40.11.18`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.11.18) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.11.17...40.11.18) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v22.15.16 (main) ([#​35942](https://redirect.github.com/renovatebot/renovate/issues/35942)) ([0435a2a](https://redirect.github.com/renovatebot/renovate/commit/0435a2aea096c5d77227b3fe81094463c9a7c668)) - **deps:** update python:3.13 docker digest to [`653b0cf`](https://redirect.github.com/renovatebot/renovate/commit/653b0cf) (main) ([#​35940](https://redirect.github.com/renovatebot/renovate/issues/35940)) ([0b58ec4](https://redirect.github.com/renovatebot/renovate/commit/0b58ec426be74460af5580b744c94c881dc76dde)) ##### Build System - **deps:** update dependency better-sqlite3 to v11.10.0 (main) ([#​35943](https://redirect.github.com/renovatebot/renovate/issues/35943)) ([5610c07](https://redirect.github.com/renovatebot/renovate/commit/5610c07768f56c184a96aad900ffac20f38c6171)) ### [`v40.11.17`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.11.17) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.11.15...40.11.17) ##### Documentation - **config options:** capitalize proper noun Handlebars ([#​35887](https://redirect.github.com/renovatebot/renovate/issues/35887)) ([77ea652](https://redirect.github.com/renovatebot/renovate/commit/77ea65284213670194723bc156b4b7ebfae82ac3)) ##### Build System - **deps:** update node.js to v22.15.1 (main) ([#​35939](https://redirect.github.com/renovatebot/renovate/issues/35939)) ([e707b91](https://redirect.github.com/renovatebot/renovate/commit/e707b91d5e8a9b5e27c6fdb560851f4621cdaf1a)) ### [`v40.11.15`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.11.15) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.11.14...40.11.15) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.64.13 (main) ([#​35934](https://redirect.github.com/renovatebot/renovate/issues/35934)) ([56e8b7f](https://redirect.github.com/renovatebot/renovate/commit/56e8b7f75c9d4ca821fcc7413bd60c1c70edde48)) ##### Miscellaneous Chores - **deps:** update dependency eslint-config-prettier to v10.1.3 (main) ([#​35929](https://redirect.github.com/renovatebot/renovate/issues/35929)) ([fe4abd8](https://redirect.github.com/renovatebot/renovate/commit/fe4abd835a19c2f3555d9c5f609ccca886eb38dc)) ### [`v40.11.14`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.11.14) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.11.13...40.11.14) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.64.12 (main) ([#​35928](https://redirect.github.com/renovatebot/renovate/issues/35928)) ([6a65156](https://redirect.github.com/renovatebot/renovate/commit/6a65156a1e4eb9ed241950f11ab21a7e13b932a4)) ##### Miscellaneous Chores - **deps:** update actions/dependency-review-action action to v4.7.1 (main) ([#​35921](https://redirect.github.com/renovatebot/renovate/issues/35921)) ([8f3f113](https://redirect.github.com/renovatebot/renovate/commit/8f3f113723e4cfd526244f96e295b3e21f0a901e)) - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v22.15.13 (main) ([#​35922](https://redirect.github.com/renovatebot/renovate/issues/35922)) ([045a5e1](https://redirect.github.com/renovatebot/renovate/commit/045a5e1f609c0ee4d9f7ab2a1dfcc00f247f85e7)) - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v22.15.14 (main) ([#​35923](https://redirect.github.com/renovatebot/renovate/issues/35923)) ([4611eb3](https://redirect.github.com/renovatebot/renovate/commit/4611eb3364c029fb6fa261b535c4f04391e5b502)) - **deps:** update otel/opentelemetry-collector-contrib docker tag to v0.126.0 (main) ([#​35925](https://redirect.github.com/renovatebot/renovate/issues/35925)) ([7630cee](https://redirect.github.com/renovatebot/renovate/commit/7630cee2ebe831629af29e0222f0e0c61ec35a89)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
a4dc4582b4 |
chore(container): update docker.io/codercom/code-server docker tag to v4.100.2 (#35453)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/codercom/code-server | final | patch | `4.100.1` -> `4.100.2` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
e6a9dac453 |
chore(container): update public.ecr.aws/docker/library/nextcloud docker tag to v31.0.5 (#35412)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [public.ecr.aws/docker/library/nextcloud](https://hub.docker.com/_/nextcloud) ([source](https://redirect.github.com/nextcloud/docker)) | final | patch | `31.0.4-fpm` -> `31.0.5-fpm` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
180ef347c0 |
chore(github-action): update docker/build-push-action digest to 1dc7386 (#35389)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/build-push-action](https://redirect.github.com/docker/build-push-action) | action | digest | `14487ce` -> `1dc7386` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
725909d160 |
chore(container): update golang:1.24.3 docker digest to 86b4cff (#35384)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | final | digest | `39d9e7d` -> `86b4cff` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
e0b9b0a2db |
chore(container): update docker.io/codercom/code-server docker tag to v4.100.1 (#35382)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/codercom/code-server | final | minor | `4.99.4` -> `4.100.1` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
9b95be400e |
chore(container): update docker.io/renovate/renovate docker tag to v40.11.13 (#35334)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | patch | `40.11.2-full` -> `40.11.13-full` | --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v40.11.13`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.11.13) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.11.12...40.11.13) ##### Bug Fixes - **datasource/docker:** correctly paginate artifactory ([#​35918](https://redirect.github.com/renovatebot/renovate/issues/35918)) ([ca8cd19](https://redirect.github.com/renovatebot/renovate/commit/ca8cd19363cf43511de79a17d79e0d0bedc48017)) ### [`v40.11.12`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.11.12) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.11.11...40.11.12) ##### Bug Fixes - **deps:** update dependency mkdocs-material to v9.6.14 (main) ([#​35920](https://redirect.github.com/renovatebot/renovate/issues/35920)) ([95a87df](https://redirect.github.com/renovatebot/renovate/commit/95a87df537b0b8dfef0be4fe4744353ac026d8e5)) ### [`v40.11.11`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.11.11) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.11.10...40.11.11) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.64.11 (main) ([#​35919](https://redirect.github.com/renovatebot/renovate/issues/35919)) ([7a5fec0](https://redirect.github.com/renovatebot/renovate/commit/7a5fec0c4e7f57debbddf89cc282b9bc5df62bd5)) ##### Miscellaneous Chores - **deps:** update dependency lint-staged to v15.5.2 (main) ([#​35915](https://redirect.github.com/renovatebot/renovate/issues/35915)) ([e742313](https://redirect.github.com/renovatebot/renovate/commit/e742313250a8caac772906760e8fdc7b35666125)) ### [`v40.11.10`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.11.10) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.11.9...40.11.10) ##### Bug Fixes - **kubernetes:** add underscore tag support ([#​35896](https://redirect.github.com/renovatebot/renovate/issues/35896)) ([46e2322](https://redirect.github.com/renovatebot/renovate/commit/46e2322936063d59b7a289eba83ee05b66f43b9f)) ### [`v40.11.9`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.11.9) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.11.8...40.11.9) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.64.10 (main) ([#​35912](https://redirect.github.com/renovatebot/renovate/issues/35912)) ([4c6f2e1](https://redirect.github.com/renovatebot/renovate/commit/4c6f2e1854c2dcd0af697bcce8d93e8aa8adedf1)) ##### Documentation - known Issues section in credentials page ([#​35909](https://redirect.github.com/renovatebot/renovate/issues/35909)) ([6c95fab](https://redirect.github.com/renovatebot/renovate/commit/6c95fab002b447dec26c678086f50ae9128c516c)) - replace Markdown-style link with HTML-style link ([#​35899](https://redirect.github.com/renovatebot/renovate/issues/35899)) ([962b001](https://redirect.github.com/renovatebot/renovate/commit/962b0011437b2b704e31a9ca853dbdaa50b2518c)) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v22.15.12 (main) ([#​35910](https://redirect.github.com/renovatebot/renovate/issues/35910)) ([ac6ce7f](https://redirect.github.com/renovatebot/renovate/commit/ac6ce7f5ea762e4cf1737325e336776e5ab6c614)) - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v22.15.5 (main) ([#​35906](https://redirect.github.com/renovatebot/renovate/issues/35906)) ([e22ca6d](https://redirect.github.com/renovatebot/renovate/commit/e22ca6d08689e28959480c06fa15adc33ad74782)) - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v22.15.7 (main) ([#​35907](https://redirect.github.com/renovatebot/renovate/issues/35907)) ([6ba6bfc](https://redirect.github.com/renovatebot/renovate/commit/6ba6bfcfb67e456b8f7f07c8faa55b0814ceefd8)) - **deps:** update dependency esbuild to v0.25.4 (main) ([#​35911](https://redirect.github.com/renovatebot/renovate/issues/35911)) ([1c93096](https://redirect.github.com/renovatebot/renovate/commit/1c930960cfc5971b2e54341b223354bccc5aa484)) - **deps:** update dependency type-fest to v4.41.0 (main) ([#​35913](https://redirect.github.com/renovatebot/renovate/issues/35913)) ([6e34e57](https://redirect.github.com/renovatebot/renovate/commit/6e34e577c6dbe3b2b6ea44b0a639501eeebb7e6b)) - **deps:** update dependency typescript-eslint to v8.32.0 (main) ([#​35901](https://redirect.github.com/renovatebot/renovate/issues/35901)) ([3b2ae19](https://redirect.github.com/renovatebot/renovate/commit/3b2ae19308c90b05d704c019c5ebf338073d890c)) - **deps:** update vitest monorepo to v3.1.3 (main) ([#​35895](https://redirect.github.com/renovatebot/renovate/issues/35895)) ([a1f0318](https://redirect.github.com/renovatebot/renovate/commit/a1f03187f8f2600f08ac818023903e5fc12ff47f)) ##### Code Refactoring - **cache:** Rename `ttlMinutes` to `softTtlMinutes` for clarity ([#​35892](https://redirect.github.com/renovatebot/renovate/issues/35892)) ([5b1d4a9](https://redirect.github.com/renovatebot/renovate/commit/5b1d4a97c8a3a8a5974bc45574ca36b27b9b03bd)) ### [`v40.11.8`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.11.8) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.11.7...40.11.8) ##### Bug Fixes - **datasource/maven:** Reduce cache TTL to 15 minutes ([#​35891](https://redirect.github.com/renovatebot/renovate/issues/35891)) ([8984ce7](https://redirect.github.com/renovatebot/renovate/commit/8984ce7e0ba04e458ae02bf57877888895d09664)) ##### Documentation - **bot comparison:** update Dependabot schedule options ([#​35885](https://redirect.github.com/renovatebot/renovate/issues/35885)) ([d57a060](https://redirect.github.com/renovatebot/renovate/commit/d57a060f515b6c6868bfdb4eea0c3e7f33656726)) - update announcement bar ([#​35886](https://redirect.github.com/renovatebot/renovate/issues/35886)) ([14a3d44](https://redirect.github.com/renovatebot/renovate/commit/14a3d44dd9a657f99296a49b9da6c7b727fc2335)) - update references to renovate/renovate (main) ([#​35873](https://redirect.github.com/renovatebot/renovate/issues/35873)) ([699b10e](https://redirect.github.com/renovatebot/renovate/commit/699b10e9b0bd900afc93e2c9eaf606cbed815073)) ##### Miscellaneous Chores - **deps:** lock file maintenance (main) ([#​35874](https://redirect.github.com/renovatebot/renovate/issues/35874)) ([5bbb2a9](https://redirect.github.com/renovatebot/renovate/commit/5bbb2a94774e674add74b15191c255c015d2e085)) - **deps:** lock file maintenance (main) ([#​35876](https://redirect.github.com/renovatebot/renovate/issues/35876)) ([8e11025](https://redirect.github.com/renovatebot/renovate/commit/8e110259cde2e51234ed931f9c129033ea20450f)) - **deps:** update containerbase/internal-tools action to v3.10.34 (main) ([#​35875](https://redirect.github.com/renovatebot/renovate/issues/35875)) ([e36a321](https://redirect.github.com/renovatebot/renovate/commit/e36a321c460e9ddced09aaceef4969a02dd1b36e)) - **deps:** update containerbase/internal-tools action to v3.10.35 (main) ([#​35882](https://redirect.github.com/renovatebot/renovate/issues/35882)) ([967ae2d](https://redirect.github.com/renovatebot/renovate/commit/967ae2d71aad5d72af5329e836f7b0dd0b48ec9b)) - **deps:** update dependency renovatebot/github-action to v42.0.2 (main) ([#​35880](https://redirect.github.com/renovatebot/renovate/issues/35880)) ([82cc32d](https://redirect.github.com/renovatebot/renovate/commit/82cc32dcb0a732c1bb17f3824dca65521c76e40d)) - **deps:** update dependency vite to v6.3.5 (main) ([#​35889](https://redirect.github.com/renovatebot/renovate/issues/35889)) ([2b4c884](https://redirect.github.com/renovatebot/renovate/commit/2b4c8843a3aeba6200758238500b1ec0b9a2efe7)) - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.8.26 (main) ([#​35881](https://redirect.github.com/renovatebot/renovate/issues/35881)) ([99aee63](https://redirect.github.com/renovatebot/renovate/commit/99aee63052b42b7f77e31cb556de8bcc7432549a)) ### [`v40.11.7`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.11.7) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.11.6...40.11.7) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.64.9 (main) ([#​35871](https://redirect.github.com/renovatebot/renovate/issues/35871)) ([b3ec686](https://redirect.github.com/renovatebot/renovate/commit/b3ec68646b9ad8b4ec5adc95e40db55b8e5ed37d)) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.8.25 (main) ([#​35867](https://redirect.github.com/renovatebot/renovate/issues/35867)) ([2f69bb7](https://redirect.github.com/renovatebot/renovate/commit/2f69bb7aff3a9500e5e7202bfe7d970071274949)) ##### Build System - **deps:** update dependency zod to v3.24.4 (main) ([#​35870](https://redirect.github.com/renovatebot/renovate/issues/35870)) ([a6cf96d](https://redirect.github.com/renovatebot/renovate/commit/a6cf96d8b27a4bbf1f14040c02b8b1e41a98fa16)) ### [`v40.11.6`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.11.6) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.11.5...40.11.6) ##### Bug Fixes - **versioning/npm:** widen upper bound correctly ([#​35857](https://redirect.github.com/renovatebot/renovate/issues/35857)) ([d21d099](https://redirect.github.com/renovatebot/renovate/commit/d21d0992c344d093625674d368dc9561dda5ff00)) ### [`v40.11.5`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.11.5) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.11.4...40.11.5) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.64.8 (main) ([#​35863](https://redirect.github.com/renovatebot/renovate/issues/35863)) ([ec019b6](https://redirect.github.com/renovatebot/renovate/commit/ec019b61200abb676b42ddbaf9151d45ad1f2314)) ### [`v40.11.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.11.4) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.11.3...40.11.4) ##### Bug Fixes - **manager/pep621:** use `depName` in lock update commands ([#​35855](https://redirect.github.com/renovatebot/renovate/issues/35855)) ([455db42](https://redirect.github.com/renovatebot/renovate/commit/455db4228d9035d9759cc74f4c9d04c769d30652)) ##### Miscellaneous Chores - **deps:** update dependency memfs to v4.17.1 (main) ([#​35853](https://redirect.github.com/renovatebot/renovate/issues/35853)) ([2a0f8c6](https://redirect.github.com/renovatebot/renovate/commit/2a0f8c6c05ede831f7187cc51e17ecf001898a1b)) - **deps:** update linters to v9.26.0 (main) ([#​35854](https://redirect.github.com/renovatebot/renovate/issues/35854)) ([08df069](https://redirect.github.com/renovatebot/renovate/commit/08df069baad74d6e1a7cfde19e1177e30536bb6b)) ### [`v40.11.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.11.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.11.2...40.11.3) ##### Bug Fixes - **deps:** update dependency mkdocs-material to v9.6.13 (main) ([#​35851](https://redirect.github.com/renovatebot/renovate/issues/35851)) ([4fd2af0](https://redirect.github.com/renovatebot/renovate/commit/4fd2af003134b5db30d1a2405103339f2bc9ef9e)) ##### Miscellaneous Chores - **deps:** update containerbase/internal-tools action to v3.10.32 (main) ([#​35850](https://redirect.github.com/renovatebot/renovate/issues/35850)) ([c20f907](https://redirect.github.com/renovatebot/renovate/commit/c20f907fad33534d15815ce8a5a7b8e2f0bec088)) - **deps:** update jaegertracing/jaeger docker tag to v2.6.0 (main) ([#​35852](https://redirect.github.com/renovatebot/renovate/issues/35852)) ([b81d802](https://redirect.github.com/renovatebot/renovate/commit/b81d80269d80debf1da16ec256d61f4dfbf8e1b8)) - **deps:** update python:3.13 docker digest to [`3abe339`](https://redirect.github.com/renovatebot/renovate/commit/3abe339) (main) ([#​35849](https://redirect.github.com/renovatebot/renovate/issues/35849)) ([8b6a900](https://redirect.github.com/renovatebot/renovate/commit/8b6a90012d5b1f97fe5a9abdc846e43e29b6ac1d)) ##### Code Refactoring - **util:** interpolator ([#​35513](https://redirect.github.com/renovatebot/renovate/issues/35513)) ([79faab8](https://redirect.github.com/renovatebot/renovate/commit/79faab894a32186eb10db6ca59ff86dce0aebeb6)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
d48b103140 |
chore(container): update ghcr.io/actions/actions-runner docker tag to v2.324.0 (#35320)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ghcr.io/actions/actions-runner](https://redirect.github.com/actions/runner) | stage | minor | `2.323.0` -> `2.324.0` | --- ### Release Notes <details> <summary>actions/runner (ghcr.io/actions/actions-runner)</summary> ### [`v2.324.0`](https://redirect.github.com/actions/runner/releases/tag/v2.324.0) [Compare Source](https://redirect.github.com/actions/runner/compare/v2.323.0...v2.324.0) #### What's Changed - Increase error body max length before truncation by [@​ericsciple](https://redirect.github.com/ericsciple) in [https://github.com/actions/runner/pull/3762](https://redirect.github.com/actions/runner/pull/3762) - Fix release.yml break by upgrading actions/github-script by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3772](https://redirect.github.com/actions/runner/pull/3772) - Small runner code cleanup. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3773](https://redirect.github.com/actions/runner/pull/3773) - Enable hostcontext to track auth migration. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3776](https://redirect.github.com/actions/runner/pull/3776) - Add option in OAuthCred to load authUrlV2. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3777](https://redirect.github.com/actions/runner/pull/3777) - Remove create session with broker in MessageListener. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3782](https://redirect.github.com/actions/runner/pull/3782) - Enable auth migration based on config refresh. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3786](https://redirect.github.com/actions/runner/pull/3786) - Set JWT.alg to PS256 with PssPadding. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3789](https://redirect.github.com/actions/runner/pull/3789) - Enable FIPS by default. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3793](https://redirect.github.com/actions/runner/pull/3793) - Support auth migration using authUrlV2 in Runner/MessageListener. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3787](https://redirect.github.com/actions/runner/pull/3787) - Cleanup feature flag actions_skip_retry_complete_job_upon_known_errors by [@​ericsciple](https://redirect.github.com/ericsciple) in [https://github.com/actions/runner/pull/3806](https://redirect.github.com/actions/runner/pull/3806) - Update dotnet sdk to latest version [@​8](https://redirect.github.com/8).0.408 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/actions/runner/pull/3808](https://redirect.github.com/actions/runner/pull/3808) - Bump hook to 0.7.0 by [@​nikola-jokic](https://redirect.github.com/nikola-jokic) in [https://github.com/actions/runner/pull/3813](https://redirect.github.com/actions/runner/pull/3813) - Allow enable auth migration by default. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3804](https://redirect.github.com/actions/runner/pull/3804) - Do not retry /renewjob on 404 by [@​ericsciple](https://redirect.github.com/ericsciple) in [https://github.com/actions/runner/pull/3828](https://redirect.github.com/actions/runner/pull/3828) - Bump Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0 in /src by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/runner/pull/3719](https://redirect.github.com/actions/runner/pull/3719) - Add copilot-instructions.md by [@​pje](https://redirect.github.com/pje) in [https://github.com/actions/runner/pull/3810](https://redirect.github.com/actions/runner/pull/3810) - Bump actions/upload-release-asset from 1.0.1 to 1.0.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/runner/pull/3553](https://redirect.github.com/actions/runner/pull/3553) - Ignore exception during auth migration. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3835](https://redirect.github.com/actions/runner/pull/3835) - feat: default fromPath for problem matchers by [@​dsanders11](https://redirect.github.com/dsanders11) in [https://github.com/actions/runner/pull/3802](https://redirect.github.com/actions/runner/pull/3802) - Bump Azure.Storage.Blobs from 12.23.0 to 12.24.0 in /src by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/runner/pull/3837](https://redirect.github.com/actions/runner/pull/3837) - Bump nodejs version. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3840](https://redirect.github.com/actions/runner/pull/3840) - Feature-flagged support for `JobContext.CheckRunID` by [@​pje](https://redirect.github.com/pje) in [https://github.com/actions/runner/pull/3811](https://redirect.github.com/actions/runner/pull/3811) - Bump System.ServiceProcess.ServiceController from 8.0.0 to 8.0.1 in /src by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/runner/pull/3844](https://redirect.github.com/actions/runner/pull/3844) - Bump xunit.runner.visualstudio from 2.5.8 to 2.8.2 in /src by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/runner/pull/3845](https://redirect.github.com/actions/runner/pull/3845) - Make sure the token's claims are match as expected. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3846](https://redirect.github.com/actions/runner/pull/3846) - Prefer \_migrated config on startup by [@​lokesh755](https://redirect.github.com/lokesh755) in [https://github.com/actions/runner/pull/3853](https://redirect.github.com/actions/runner/pull/3853) - Update docker and buildx by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3854](https://redirect.github.com/actions/runner/pull/3854) #### New Contributors - [@​dsanders11](https://redirect.github.com/dsanders11) made their first contribution in [https://github.com/actions/runner/pull/3802](https://redirect.github.com/actions/runner/pull/3802) **Full Changelog**: https://github.com/actions/runner/compare/v2.323.0...v2.324.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.324.0/actions-runner-win-x64-2.324.0.zip -OutFile actions-runner-win-x64-2.324.0.zip ### Extract the installer Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.324.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.324.0/actions-runner-win-arm64-2.324.0.zip -OutFile actions-runner-win-arm64-2.324.0.zip ### Extract the installer Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.324.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.324.0/actions-runner-osx-x64-2.324.0.tar.gz ### Extract the installer tar xzf ./actions-runner-osx-x64-2.324.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.324.0/actions-runner-osx-arm64-2.324.0.tar.gz ### Extract the installer tar xzf ./actions-runner-osx-arm64-2.324.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.324.0/actions-runner-linux-x64-2.324.0.tar.gz ### Extract the installer tar xzf ./actions-runner-linux-x64-2.324.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.324.0/actions-runner-linux-arm64-2.324.0.tar.gz ### Extract the installer tar xzf ./actions-runner-linux-arm64-2.324.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.324.0/actions-runner-linux-arm-2.324.0.tar.gz ### Extract the installer tar xzf ./actions-runner-linux-arm-2.324.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.324.0.zip <!-- BEGIN SHA win-x64 -->78b70ddc65e0c2f1940195859e453bdfaa098fe3475cf89bc9378614d2adc197<!-- END SHA win-x64 --> - actions-runner-win-arm64-2.324.0.zip <!-- BEGIN SHA win-arm64 -->43479570319c7091132d362e1d518a38bba1e37494b14b47d3b85c176f869f82<!-- END SHA win-arm64 --> - actions-runner-osx-x64-2.324.0.tar.gz <!-- BEGIN SHA osx-x64 -->fbf97cc843c480f0104e2a3d2b1bda86ca467c88da666ac76e432caa2748c683<!-- END SHA osx-x64 --> - actions-runner-osx-arm64-2.324.0.tar.gz <!-- BEGIN SHA osx-arm64 -->ea3e592d93afd0d71c5e355c15f98ee7cb21cf5ea0ac39f55bf21c661f1915ef<!-- END SHA osx-arm64 --> - actions-runner-linux-x64-2.324.0.tar.gz <!-- BEGIN SHA linux-x64 -->e8e24a3477da17040b4d6fa6d34c6ecb9a2879e800aa532518ec21e49e21d7b4<!-- END SHA linux-x64 --> - actions-runner-linux-arm64-2.324.0.tar.gz <!-- BEGIN SHA linux-arm64 -->b5a5cf1138064afd0f0fb1a4a493adaa9bff5485ace3575e99547f004dbb20fa<!-- END SHA linux-arm64 --> - actions-runner-linux-arm-2.324.0.tar.gz <!-- BEGIN SHA linux-arm -->947784560c2dfc750a83dd7f94861244b9deb0e97cb3f3e68f79507bd0ce8e5c<!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
7c6d1279c8 |
chore(container): update public.ecr.aws/docker/library/nextcloud:31.0.4-fpm docker digest to 21468f5 (#35260)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [public.ecr.aws/docker/library/nextcloud](https://hub.docker.com/_/nextcloud) ([source](https://redirect.github.com/nextcloud/docker)) | final | digest | `d6e30ce` -> `21468f5` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
b431708924 |
chore(container): update docker.io/renovate/renovate docker tag to v40.11.2 (#35245)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | minor | `40.8.0-full` -> `40.11.2-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v40.11.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.11.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.11.1...40.11.2) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.64.7 (main) ([#​35838](https://redirect.github.com/renovatebot/renovate/issues/35838)) ([b3730ca](https://redirect.github.com/renovatebot/renovate/commit/b3730cadbb788b5befa120e6ce8056c6a60fd6d8)) ##### Documentation - added information about Developer Platform APIs ([#​35816](https://redirect.github.com/renovatebot/renovate/issues/35816)) ([91960ed](https://redirect.github.com/renovatebot/renovate/commit/91960edb18ef4f90a2155d2d9a353b306795deb9)) ### [`v40.11.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.11.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.11.0...40.11.1) ##### Bug Fixes - properly pass configured env ([#​35835](https://redirect.github.com/renovatebot/renovate/issues/35835)) ([bb9faed](https://redirect.github.com/renovatebot/renovate/commit/bb9faed9c3754c316bea5415a3100df4284ce639)) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.8.24 (main) ([#​35834](https://redirect.github.com/renovatebot/renovate/issues/35834)) ([99d93ef](https://redirect.github.com/renovatebot/renovate/commit/99d93ef780f8e968bcd1caad40d1656d887a004e)) ### [`v40.11.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.11.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.10.7...40.11.0) ##### Features - **versioning:** isBreaking ([#​31859](https://redirect.github.com/renovatebot/renovate/issues/31859)) ([6793550](https://redirect.github.com/renovatebot/renovate/commit/67935500d72c23d212b6d767adcb8b956b4bc6bf)) ##### Documentation - fix bumpVersions example for charts ([#​35830](https://redirect.github.com/renovatebot/renovate/issues/35830)) ([9a2ac27](https://redirect.github.com/renovatebot/renovate/commit/9a2ac273c57408deb0e5332a3e5be77b9eca5394)) ##### Miscellaneous Chores - **config:** migrate renovate config ([#​35775](https://redirect.github.com/renovatebot/renovate/issues/35775)) ([c038dc6](https://redirect.github.com/renovatebot/renovate/commit/c038dc639495774aaaddfb81fb9bc6cfe2fb6bb2)) - **renovate:** require approval for next branch ([#​35831](https://redirect.github.com/renovatebot/renovate/issues/35831)) ([30ef4cb](https://redirect.github.com/renovatebot/renovate/commit/30ef4cb473d0e2092488fdb9c9b6064ad6abd210)) ### [`v40.10.7`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.10.7) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.10.6...40.10.7) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.64.6 (main) ([#​35827](https://redirect.github.com/renovatebot/renovate/issues/35827)) ([d83c150](https://redirect.github.com/renovatebot/renovate/commit/d83c150e3d4352a5cb3c8d58b8b9b946c52054b3)) ### [`v40.10.6`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.10.6) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.10.5...40.10.6) ##### Bug Fixes - **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.8.23 (main) ([#​35825](https://redirect.github.com/renovatebot/renovate/issues/35825)) ([479266f](https://redirect.github.com/renovatebot/renovate/commit/479266ff5200b67707d922bed47c4115da6a57a8)) ##### Code Refactoring - Make package caching params explicit ([#​35815](https://redirect.github.com/renovatebot/renovate/issues/35815)) ([7ab0956](https://redirect.github.com/renovatebot/renovate/commit/7ab095648f7bf3f661f5b772b9182108da7f9896)) ### [`v40.10.5`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.10.5) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.10.4...40.10.5) ##### Bug Fixes - **bumpVersions:** do not set allowed values as it is a template field ([#​35819](https://redirect.github.com/renovatebot/renovate/issues/35819)) ([5cc3918](https://redirect.github.com/renovatebot/renovate/commit/5cc3918986fbaeecbb1adfe053a3c60e1f7f35cb)) ##### Miscellaneous Chores - **deps:** update actions/dependency-review-action action to v4.7.0 (main) ([#​35817](https://redirect.github.com/renovatebot/renovate/issues/35817)) ([f47e391](https://redirect.github.com/renovatebot/renovate/commit/f47e39123ea077bd728141a58d3fab66e3c7ee2b)) - **deps:** update containerbase/internal-tools action to v3.10.31 (main) ([#​35820](https://redirect.github.com/renovatebot/renovate/issues/35820)) ([caa7480](https://redirect.github.com/renovatebot/renovate/commit/caa74805b01e7128d706863736d3e5426e69f1e8)) - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.8.23 (main) ([#​35821](https://redirect.github.com/renovatebot/renovate/issues/35821)) ([ad55047](https://redirect.github.com/renovatebot/renovate/commit/ad550470036886f4dcafddee44caa13133912c6e)) ### [`v40.10.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.10.4) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.10.3...40.10.4) ##### Build System - drop obsolete re2 patch ([#​35810](https://redirect.github.com/renovatebot/renovate/issues/35810)) ([dd77175](https://redirect.github.com/renovatebot/renovate/commit/dd77175d444e1eb2c06b2ca84a95074475f0e96d)) ##### Continuous Integration - fix node version install ([#​35811](https://redirect.github.com/renovatebot/renovate/issues/35811)) ([c48922f](https://redirect.github.com/renovatebot/renovate/commit/c48922f8b0322045123dbf621f552713d06548c2)) ### [`v40.10.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.10.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.10.2...40.10.3) ##### Miscellaneous Chores - **deps:** update dependency [@​vitest/eslint-plugin](https://redirect.github.com/vitest/eslint-plugin) to v1.1.44 (main) ([#​35813](https://redirect.github.com/renovatebot/renovate/issues/35813)) ([cc6a883](https://redirect.github.com/renovatebot/renovate/commit/cc6a883df3645331ea92478be173aa2bcb5d5c5c)) ##### Build System - **deps:** update dependency cronstrue to v2.60.0 (main) ([#​35814](https://redirect.github.com/renovatebot/renovate/issues/35814)) ([6b53f12](https://redirect.github.com/renovatebot/renovate/commit/6b53f122012b52aeb2afaed898bce7f8659e0f50)) ### [`v40.10.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.10.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.10.1...40.10.2) ##### Bug Fixes - **mix:** redirect archives cache ([#​35806](https://redirect.github.com/renovatebot/renovate/issues/35806)) ([6c985eb](https://redirect.github.com/renovatebot/renovate/commit/6c985eba3e9d576aa8b6d0f90f6155c103ab0539)) - **npm/pnpm:** redirect cache and store dir ([#​35807](https://redirect.github.com/renovatebot/renovate/issues/35807)) ([8fb6a9c](https://redirect.github.com/renovatebot/renovate/commit/8fb6a9c89e7c293895c5a4ae861596c97601a189)) ### [`v40.10.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.10.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.10.0...40.10.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.64.5 (main) ([#​35804](https://redirect.github.com/renovatebot/renovate/issues/35804)) ([320eba3](https://redirect.github.com/renovatebot/renovate/commit/320eba3d82707254e218dc2553fb7c22e5e39f49)) ### [`v40.10.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.10.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.9.1...40.10.0) ##### Features - **manager/mise:** support assorted mise tools ([#​35650](https://redirect.github.com/renovatebot/renovate/issues/35650)) ([866cdb3](https://redirect.github.com/renovatebot/renovate/commit/866cdb391b78f368ea7c6c9baf62e36343fce2e6)) ##### Code Refactoring - **libyears:** restructure exported type ([#​35778](https://redirect.github.com/renovatebot/renovate/issues/35778)) ([83570fe](https://redirect.github.com/renovatebot/renovate/commit/83570fed11b19f7eaa1bfb40d235eda694c582a3)) ### [`v40.9.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.9.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.9.0...40.9.1) ##### Bug Fixes - **manager:** Migrate to `managerFilePatterns` of config-presets ([#​35799](https://redirect.github.com/renovatebot/renovate/issues/35799)) ([18a44a1](https://redirect.github.com/renovatebot/renovate/commit/18a44a137ef760230fa481c3dcf764828c4d0468)) ### [`v40.9.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.9.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.8.2...40.9.0) ##### Features - **maven:** Package cache provider ([#​34959](https://redirect.github.com/renovatebot/renovate/issues/34959)) ([57ec100](https://redirect.github.com/renovatebot/renovate/commit/57ec1001f783427f64c0b3d8c81c07d8449eebfb)) ##### Bug Fixes - Add missing memory caching to HTTP requests ([#​35793](https://redirect.github.com/renovatebot/renovate/issues/35793)) ([476563f](https://redirect.github.com/renovatebot/renovate/commit/476563f42ba1639349a81e30473caae6dfebf026)) ### [`v40.8.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.8.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.8.1...40.8.2) ##### Bug Fixes - **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.8.22 (main) ([#​35795](https://redirect.github.com/renovatebot/renovate/issues/35795)) ([cbc4d99](https://redirect.github.com/renovatebot/renovate/commit/cbc4d99b379efbf8bd56a2e11c040371a3a7a7e1)) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.8.22 (main) ([#​35794](https://redirect.github.com/renovatebot/renovate/issues/35794)) ([74c34fc](https://redirect.github.com/renovatebot/renovate/commit/74c34fc643cf9fa144ed68db280e1ca2ebf9b236)) ### [`v40.8.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.8.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.8.0...40.8.1) ##### Bug Fixes - **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.8.21 (main) ([#​35781](https://redirect.github.com/renovatebot/renovate/issues/35781)) ([106754d](https://redirect.github.com/renovatebot/renovate/commit/106754d4494f9a0ecd0439ec62fe97abd7a7f57b)) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.8.21 (main) ([#​35779](https://redirect.github.com/renovatebot/renovate/issues/35779)) ([b7bc6c6](https://redirect.github.com/renovatebot/renovate/commit/b7bc6c6d6401bc9a7967456e29da8ff08e26fd6a)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
ef5e423d46 |
chore(container): update docker.io/renovate/renovate docker tag to v40.8.2 (#35230)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | patch | `40.8.0-full` -> `40.8.2-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v40.8.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.8.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.8.1...40.8.2) ##### Bug Fixes - **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.8.22 (main) ([#​35795](https://redirect.github.com/renovatebot/renovate/issues/35795)) ([cbc4d99](https://redirect.github.com/renovatebot/renovate/commit/cbc4d99b379efbf8bd56a2e11c040371a3a7a7e1)) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.8.22 (main) ([#​35794](https://redirect.github.com/renovatebot/renovate/issues/35794)) ([74c34fc](https://redirect.github.com/renovatebot/renovate/commit/74c34fc643cf9fa144ed68db280e1ca2ebf9b236)) ### [`v40.8.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.8.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.8.0...40.8.1) ##### Bug Fixes - **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.8.21 (main) ([#​35781](https://redirect.github.com/renovatebot/renovate/issues/35781)) ([106754d](https://redirect.github.com/renovatebot/renovate/commit/106754d4494f9a0ecd0439ec62fe97abd7a7f57b)) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.8.21 (main) ([#​35779](https://redirect.github.com/renovatebot/renovate/issues/35779)) ([b7bc6c6](https://redirect.github.com/renovatebot/renovate/commit/b7bc6c6d6401bc9a7967456e29da8ff08e26fd6a)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
af1ac96d75 |
chore(deps): pin tccr.io/tccr/alpine docker tag to 8ae22cc (#35211)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | tccr.io/tccr/alpine | final | pinDigest | -> `8ae22cc` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciJdfQ==--> |
||
|
|
e2c88d6f0e |
chore(deps): pin dependencies (#35101)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [public.ecr.aws/docker/library/alpine](https://hub.docker.com/_/alpine) ([source](https://redirect.github.com/alpinelinux/docker-alpine)) | stage | pinDigest | -> `a8560b3` | | tccr.io/tccr/alpine | final | pinDigest | -> `8ae22cc` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciJdfQ==--> |
||
|
|
61ff208959 |
chore(container): update golang docker tag to v1.24.3 (#35185)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | stage | patch | `1.24.2-alpine` -> `1.24.3-alpine` | | golang | final | patch | `1.24.2` -> `1.24.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
335bb3dc36 | chore(container): update tccr.io/tccr/alpine:latest docker digest to (#35179) | ||
|
|
b339e6bc00 |
chore(container): update traefik docker tag to v3.4.0 (#35171)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [traefik](https://redirect.github.com/containous/traefik) | final | minor | `v3.3.6` -> `v3.4.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>containous/traefik (traefik)</summary> ### [`v3.4.0`](https://redirect.github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v340-rc2-2025-04-18) [Compare Source](https://redirect.github.com/containous/traefik/compare/v3.4.0...v3.4.0) [All Commits](https://redirect.github.com/traefik/traefik/compare/v3.4.0-rc1...v3.4.0-rc2) **Bug fixes:** - **\[k8s/crd]** Remove default load-balancing strategy from CRD ([#​11701](https://redirect.github.com/traefik/traefik/pull/11701) by [kevinpollet](https://redirect.github.com/kevinpollet)) - **\[k8s/crd]** Restrict regex validation of HTTP status codes for Ingress CRD resources ([#​11670](https://redirect.github.com/traefik/traefik/pull/11670) by [jnoordsij](https://redirect.github.com/jnoordsij)) - Bump github.com/redis/go-redis/v9 to v9.7.3 ([#​11687](https://redirect.github.com/traefik/traefik/pull/11687) by [kevinpollet](https://redirect.github.com/kevinpollet)) ### [`v3.4.0`](https://redirect.github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v340-rc2-2025-04-18) [Compare Source](https://redirect.github.com/containous/traefik/compare/v3.3.7...v3.4.0) [All Commits](https://redirect.github.com/traefik/traefik/compare/v3.4.0-rc1...v3.4.0-rc2) **Bug fixes:** - **\[k8s/crd]** Remove default load-balancing strategy from CRD ([#​11701](https://redirect.github.com/traefik/traefik/pull/11701) by [kevinpollet](https://redirect.github.com/kevinpollet)) - **\[k8s/crd]** Restrict regex validation of HTTP status codes for Ingress CRD resources ([#​11670](https://redirect.github.com/traefik/traefik/pull/11670) by [jnoordsij](https://redirect.github.com/jnoordsij)) - Bump github.com/redis/go-redis/v9 to v9.7.3 ([#​11687](https://redirect.github.com/traefik/traefik/pull/11687) by [kevinpollet](https://redirect.github.com/kevinpollet)) ### [`v3.3.7`](https://redirect.github.com/traefik/traefik/releases/tag/v3.3.7) [Compare Source](https://redirect.github.com/containous/traefik/compare/v3.3.7...v3.3.7) **Bug fixes:** - **\[logs,middleware,accesslogs]** Add SpanID and TraceID accessLogs fields only when tracing is enabled ([#​11715](https://redirect.github.com/traefik/traefik/pull/11715) by [rtribotte](https://redirect.github.com/rtribotte)) ### [`v3.3.7`](https://redirect.github.com/traefik/traefik/releases/tag/v3.3.7) [Compare Source](https://redirect.github.com/containous/traefik/compare/v3.3.6...v3.3.7) **Bug fixes:** - **\[logs,middleware,accesslogs]** Add SpanID and TraceID accessLogs fields only when tracing is enabled ([#​11715](https://redirect.github.com/traefik/traefik/pull/11715) by [rtribotte](https://redirect.github.com/rtribotte)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
ca908b333d |
chore(container): update ubuntu:latest docker digest to 6015f66 (#35150)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ubuntu | final | digest | `1e622c5` -> `6015f66` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
4b2082f15d |
chore(container): update docker.io/renovate/renovate docker tag to v40.8.0 (#35139)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | minor | `40.2.0-full` -> `40.8.0-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v40.8.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.8.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.7.1...40.8.0) ##### Features - **github-actions:** Also allow forward slash to separate semantic version from a tag prefix ([#​35431](https://redirect.github.com/renovatebot/renovate/issues/35431)) ([d4a25ff](https://redirect.github.com/renovatebot/renovate/commit/d4a25ff8acb0e5100d7c52dfd0b20d15b1fa8d60)) ##### Documentation - add note about enabledManagers within customManagers ([#​35774](https://redirect.github.com/renovatebot/renovate/issues/35774)) ([83162b1](https://redirect.github.com/renovatebot/renovate/commit/83162b1991cc407c33433a646ed6032aef957ef3)) ### [`v40.7.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.7.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.7.0...40.7.1) ##### Bug Fixes - **bazel:** workspace injection ([#​35253](https://redirect.github.com/renovatebot/renovate/issues/35253)) ([23e0781](https://redirect.github.com/renovatebot/renovate/commit/23e07817bf5591351f6e3198e398f99e4d1be1fe)) - **datasources:** use child env for git ([#​35764](https://redirect.github.com/renovatebot/renovate/issues/35764)) ([3534b66](https://redirect.github.com/renovatebot/renovate/commit/3534b66e2abc5c1026a4410a48b2cf5c4dd7f0e8)) ### [`v40.7.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.7.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.6.0...40.7.0) ##### Features - **versioning:** Add a NodeJS Lambda Versioning module ([#​32480](https://redirect.github.com/renovatebot/renovate/issues/32480)) ([224fa79](https://redirect.github.com/renovatebot/renovate/commit/224fa799ccfa468631754811ae39849a952b9422)) ##### Documentation - **bumpVersions:** replace falsy rendered supported values ([#​35773](https://redirect.github.com/renovatebot/renovate/issues/35773)) ([c022240](https://redirect.github.com/renovatebot/renovate/commit/c022240e283ecbefca77b98cef0e82cd85cf1c95)) ### [`v40.6.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.6.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.5.1...40.6.0) ##### Features - **util:** getEnv ([#​35161](https://redirect.github.com/renovatebot/renovate/issues/35161)) ([49fa1be](https://redirect.github.com/renovatebot/renovate/commit/49fa1be464c804f0eadb05cb1a558a5b8c28ede1)) ##### Bug Fixes - Pass the lock files of the processed packages to the manager ([#​34701](https://redirect.github.com/renovatebot/renovate/issues/34701)) ([de4feaf](https://redirect.github.com/renovatebot/renovate/commit/de4feaf4510c47e245d6428406d58956f28da4f3)) ### [`v40.5.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.5.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.5.0...40.5.1) ##### Bug Fixes - **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.8.20 (main) ([#​35767](https://redirect.github.com/renovatebot/renovate/issues/35767)) ([da90273](https://redirect.github.com/renovatebot/renovate/commit/da90273e8ee26c7137468a86fbc5be53d0a1fe55)) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.8.20 (main) ([#​35766](https://redirect.github.com/renovatebot/renovate/issues/35766)) ([da9f80d](https://redirect.github.com/renovatebot/renovate/commit/da9f80d66d30c214c18716d7d2d3c21c2aa54a8d)) ### [`v40.5.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.5.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.4.0...40.5.0) ##### Features - add generic bumpVersions option ([#​34023](https://redirect.github.com/renovatebot/renovate/issues/34023)) ([c4a2862](https://redirect.github.com/renovatebot/renovate/commit/c4a28629f6b6b028bdd78cb1eb23a3d3a10184db)) ### [`v40.4.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.4.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.3.6...40.4.0) ##### Features - **cache:** Clean datasource memory cache after fetch ([#​35713](https://redirect.github.com/renovatebot/renovate/issues/35713)) ([24f5138](https://redirect.github.com/renovatebot/renovate/commit/24f51381bca3db97a0818d01768a4eff0c9372e4)) ##### Miscellaneous Chores - **deps:** update dependency [@​smithy/util-stream](https://redirect.github.com/smithy/util-stream) to v4 (main) ([#​35758](https://redirect.github.com/renovatebot/renovate/issues/35758)) ([2223685](https://redirect.github.com/renovatebot/renovate/commit/2223685f487fb6274ffaee2399d433828088fe0d)) - drop unused types ([#​35749](https://redirect.github.com/renovatebot/renovate/issues/35749)) ([e79c5ce](https://redirect.github.com/renovatebot/renovate/commit/e79c5cedbd487ed6aa0f114a24d32fbddf8fe44f)) ##### Build System - **deps:** update dependency [@​pnpm/parse-overrides](https://redirect.github.com/pnpm/parse-overrides) to v1001 (main) ([#​35757](https://redirect.github.com/renovatebot/renovate/issues/35757)) ([27fbdd7](https://redirect.github.com/renovatebot/renovate/commit/27fbdd78e64b9333c2c5ab1401590c3ea07f5c1d)) - **deps:** update dependency json-stringify-pretty-compact to v4 (main) ([#​35754](https://redirect.github.com/renovatebot/renovate/issues/35754)) ([9b7ed3a](https://redirect.github.com/renovatebot/renovate/commit/9b7ed3a5a9f412d56a234bb487cf80eda5139ff6)) ##### Continuous Integration - explicit permissions ([#​35751](https://redirect.github.com/renovatebot/renovate/issues/35751)) ([c1d59fd](https://redirect.github.com/renovatebot/renovate/commit/c1d59fde1d831c6c8833c4d9774731fd7a9c55eb)) ### [`v40.3.6`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.3.6) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.3.5...40.3.6) ##### Build System - **deps:** update dependency find-up to v7 (main) ([#​35752](https://redirect.github.com/renovatebot/renovate/issues/35752)) ([856f5dc](https://redirect.github.com/renovatebot/renovate/commit/856f5dc5f7639251993ed4be5fb0382ed6637b61)) ### [`v40.3.5`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.3.5) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.3.4...40.3.5) ##### Miscellaneous Chores - **deps:** update dependency tsx to v4.19.4 (main) ([#​35743](https://redirect.github.com/renovatebot/renovate/issues/35743)) ([aab9882](https://redirect.github.com/renovatebot/renovate/commit/aab9882a8a9058770d2398ba3e21acd59e1e1201)) - **deps:** update dependency typescript-eslint to v8.31.1 (main) ([#​35737](https://redirect.github.com/renovatebot/renovate/issues/35737)) ([1484c54](https://redirect.github.com/renovatebot/renovate/commit/1484c54019bbfee1812543033b4154ee4889c61c)) ##### Build System - **deps:** update dependency detect-indent to v7 (main) ([#​35750](https://redirect.github.com/renovatebot/renovate/issues/35750)) ([d518b02](https://redirect.github.com/renovatebot/renovate/commit/d518b0269f71b67933a73e8b3a14e41e0d4ffe64)) ### [`v40.3.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.3.4) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.3.3...40.3.4) ##### Build System - **deps:** update dependency markdown-table to v3 (main) ([#​35729](https://redirect.github.com/renovatebot/renovate/issues/35729)) ([2400a2e](https://redirect.github.com/renovatebot/renovate/commit/2400a2eaeade49f1724ab9346cfcb4029f6b3604)) ### [`v40.3.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.3.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.3.2...40.3.3) ##### Bug Fixes - **config:** merge globalExtends before default config ([#​35521](https://redirect.github.com/renovatebot/renovate/issues/35521)) ([22fc1ac](https://redirect.github.com/renovatebot/renovate/commit/22fc1acb261345f04cd37ed6b32d94f935fbec1c)) ##### Documentation - document matchDepType usage with regex and glob patterns ([#​35727](https://redirect.github.com/renovatebot/renovate/issues/35727)) ([6946d5b](https://redirect.github.com/renovatebot/renovate/commit/6946d5b0ecab7706f2eb804beb82b1a6c98a7510)) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v22.15.3 (main) ([#​35725](https://redirect.github.com/renovatebot/renovate/issues/35725)) ([e09764f](https://redirect.github.com/renovatebot/renovate/commit/e09764fceceb55cbea88ab8653039e1e7aa8b974)) ### [`v40.3.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.3.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.3.1...40.3.2) ##### Bug Fixes - **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.8.19 (main) ([#​35723](https://redirect.github.com/renovatebot/renovate/issues/35723)) ([5700929](https://redirect.github.com/renovatebot/renovate/commit/570092913985acb2b569b54137ea886fb72e571e)) ##### Documentation - update references to renovate/renovate to v40 (main) ([#​35715](https://redirect.github.com/renovatebot/renovate/issues/35715)) ([f5d982a](https://redirect.github.com/renovatebot/renovate/commit/f5d982a5838a4404b975b996c2c332b3fb8cbdcd)) ##### Miscellaneous Chores - **deps:** lock file maintenance (main) ([#​35718](https://redirect.github.com/renovatebot/renovate/issues/35718)) ([56102d3](https://redirect.github.com/renovatebot/renovate/commit/56102d3cc0392191a1f7d9a24cd02a5197049aaa)) - **deps:** update containerbase/internal-tools action to v3.10.29 (main) ([#​35717](https://redirect.github.com/renovatebot/renovate/issues/35717)) ([e791689](https://redirect.github.com/renovatebot/renovate/commit/e79168933e629456d6ede65403e20fbd2e7f348c)) - **deps:** update containerbase/internal-tools action to v3.10.30 (main) ([#​35719](https://redirect.github.com/renovatebot/renovate/issues/35719)) ([cf459b6](https://redirect.github.com/renovatebot/renovate/commit/cf459b61bb99fd0c68e87e3b10d1c9ff0b257504)) - **deps:** update dependency pnpm to v10.10.0 (main) ([#​35714](https://redirect.github.com/renovatebot/renovate/issues/35714)) ([71a1944](https://redirect.github.com/renovatebot/renovate/commit/71a19449b13dd1c625758af0e2cf0d2d5e770ab3)) - **deps:** update dependency renovatebot/github-action to v42.0.1 (main) ([#​35721](https://redirect.github.com/renovatebot/renovate/issues/35721)) ([78a09c2](https://redirect.github.com/renovatebot/renovate/commit/78a09c2a125fede14d536fa0651f265d5f2547f2)) - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.8.19 (main) ([#​35722](https://redirect.github.com/renovatebot/renovate/issues/35722)) ([23663ba](https://redirect.github.com/renovatebot/renovate/commit/23663baaa112547f7b2383a2bcd0b0e7f10f2a85)) ### [`v40.3.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.3.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.3.0...40.3.1) ##### Bug Fixes - **docs:** correct typo in internal links ([#​35710](https://redirect.github.com/renovatebot/renovate/issues/35710)) ([1ea20d5](https://redirect.github.com/renovatebot/renovate/commit/1ea20d5285511da18258177b893ac461df718f9f)) ### [`v40.3.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.3.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.2.0...40.3.0) ##### Features - **manager:** renovate config presets manager (2nd attempt) ([#​35547](https://redirect.github.com/renovatebot/renovate/issues/35547)) ([b3167b5](https://redirect.github.com/renovatebot/renovate/commit/b3167b51147abbccc226a1f9223cf03053f8825e)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
579d6289cf |
chore(deps): update go 1.24.2 → 1.24.3 (#35111)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | toolchain | patch | `1.24.2` -> `1.24.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
220f3adc37 |
chore(container): update public.ecr.aws/docker/library/traefik docker tag to v3.4.0 (#35097)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [public.ecr.aws/docker/library/traefik](https://hub.docker.com/_/traefik) ([source](https://redirect.github.com/traefik/traefik-library-image)) | stage | minor | `v3.3.7` -> `v3.4.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>traefik/traefik-library-image (public.ecr.aws/docker/library/traefik)</summary> ### [`v3.4.0`](https://redirect.github.com/traefik/traefik-library-image/compare/v3.4.0...v3.4.0) [Compare Source](https://redirect.github.com/traefik/traefik-library-image/compare/v3.4.0...v3.4.0) ### [`v3.4.0`](https://redirect.github.com/traefik/traefik-library-image/compare/v3.3.7...v3.4.0) [Compare Source](https://redirect.github.com/traefik/traefik-library-image/compare/v3.3.7...v3.4.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
4f9ed7e037 |
chore(container): update public.ecr.aws/docker/library/traefik docker tag to v3.3.7 (#35092)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [public.ecr.aws/docker/library/traefik](https://hub.docker.com/_/traefik) ([source](https://redirect.github.com/traefik/traefik-library-image)) | stage | patch | `3.3.6` -> `v3.3.7` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>traefik/traefik-library-image (public.ecr.aws/docker/library/traefik)</summary> ### [`v3.3.7`](https://redirect.github.com/traefik/traefik-library-image/compare/v3.3.7...v3.3.7) [Compare Source](https://redirect.github.com/traefik/traefik-library-image/compare/v3.3.7...v3.3.7) ### [`v3.3.7`](https://redirect.github.com/traefik/traefik-library-image/compare/v3.3.6...v3.3.7) [Compare Source](https://redirect.github.com/traefik/traefik-library-image/compare/v3.3.6...v3.3.7) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
9152133dfe |
chore(container): update docker.io/tailscale/tailscale docker tag to v1.82.5 (#35091)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/tailscale/tailscale](https://tailscale.com/kb/1282/docker) ([source](https://redirect.github.com/tailscale/tailscale)) | final | patch | `v1.82.0` -> `v1.82.5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>tailscale/tailscale (docker.io/tailscale/tailscale)</summary> ### [`v1.82.5`](https://redirect.github.com/tailscale/tailscale/releases/tag/v1.82.5) [Compare Source](https://redirect.github.com/tailscale/tailscale/compare/v1.82.0...v1.82.5) Please refer to the changelog available at <https://tailscale.com/changelog>. </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
fbbf2d777e |
chore(container): update tccr.io/tccr/alpine:latest docker digest to (#35089)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | tccr.io/tccr/alpine | final | digest | `8ae22cc` -> | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
70c3c72d06 |
chore(container): update public.ecr.aws/docker/library/alpine:3.21.3 docker digest to (#35088)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [public.ecr.aws/docker/library/alpine](https://hub.docker.com/_/alpine) ([source](https://redirect.github.com/alpinelinux/docker-alpine)) | stage | digest | `a8560b3` -> | | [public.ecr.aws/docker/library/alpine](https://hub.docker.com/_/alpine) ([source](https://redirect.github.com/alpinelinux/docker-alpine)) | final | digest | `a8560b3` -> | --- > [!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 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
9021d2d06d |
chore(container): update docker.io/codercom/code-server docker tag to v4.99.4 (#35079)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/codercom/code-server | final | patch | `4.99.3` -> `4.99.4` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
5a7c15df06 |
chore(container): update docker.io/renovate/renovate docker tag to v40 (#35041)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | major | `39.264.0-full` -> `40.2.0-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v40.2.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.2.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.1.4...40.2.0) ##### Features - **config:** managerFilePatterns ([#​34615](https://redirect.github.com/renovatebot/renovate/issues/34615)) ([bc7d059](https://redirect.github.com/renovatebot/renovate/commit/bc7d0595d0c42f84669ceb7884bef3f54cd6bd42)) ### [`v40.1.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.1.4) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.1.3...40.1.4) ##### Bug Fixes - **data:** automatic update of static data ([#​35706](https://redirect.github.com/renovatebot/renovate/issues/35706)) ([0ed09a7](https://redirect.github.com/renovatebot/renovate/commit/0ed09a7b20ead362e5fc7a22de2c7cef91763906)) ##### Miscellaneous Chores - **deps:** update dependency type-fest to v4.40.1 (main) ([#​35705](https://redirect.github.com/renovatebot/renovate/issues/35705)) ([0e7cf48](https://redirect.github.com/renovatebot/renovate/commit/0e7cf4871162374369856ea9960242145a08ea94)) ### [`v40.1.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.1.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.1.2...40.1.3) ##### Miscellaneous Chores - **deps:** update dependency renovatebot/github-action to v42 (main) ([#​35703](https://redirect.github.com/renovatebot/renovate/issues/35703)) ([4f5f711](https://redirect.github.com/renovatebot/renovate/commit/4f5f711e6e39c9c4d2778ab0bafde28981bd94e6)) ##### Build System - **deps:** update dependency url-join to v5 (main) ([#​35686](https://redirect.github.com/renovatebot/renovate/issues/35686)) ([6dee96f](https://redirect.github.com/renovatebot/renovate/commit/6dee96fbe6c02238810884c100fa776b6b34d3ec)) ### [`v40.1.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.1.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.1.1...40.1.2) ##### Bug Fixes - **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.8.18 (main) ([#​35698](https://redirect.github.com/renovatebot/renovate/issues/35698)) ([cf8571e](https://redirect.github.com/renovatebot/renovate/commit/cf8571e0c5d50956ed6ee9381df3f55d3acc93fa)) ##### Miscellaneous Chores - **deps:** update dependency graphql to v16.11.0 (main) ([#​35696](https://redirect.github.com/renovatebot/renovate/issues/35696)) ([76d921d](https://redirect.github.com/renovatebot/renovate/commit/76d921d7d09e614d14102090fe2b72ce8a079792)) - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.8.18 (main) ([#​35697](https://redirect.github.com/renovatebot/renovate/issues/35697)) ([bde2fc2](https://redirect.github.com/renovatebot/renovate/commit/bde2fc225432bc9f54daa2585cd833c2dcd27694)) - **deps:** update prom/prometheus docker tag to v3.3.1 (main) ([#​35689](https://redirect.github.com/renovatebot/renovate/issues/35689)) ([0351bd5](https://redirect.github.com/renovatebot/renovate/commit/0351bd5028d74de04a8a5de217f9864f49979b19)) ### [`v40.1.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.1.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.1.0...40.1.1) ##### Documentation - Clarify statement about dependencyDashboardApproval usage ([#​35683](https://redirect.github.com/renovatebot/renovate/issues/35683)) ([594f0ca](https://redirect.github.com/renovatebot/renovate/commit/594f0ca08d3a3f8067d9aaa43bd65b7ed8df7570)) ##### Miscellaneous Chores - **deps:** update github/codeql-action action to v3.28.17 (main) ([#​35684](https://redirect.github.com/renovatebot/renovate/issues/35684)) ([382a352](https://redirect.github.com/renovatebot/renovate/commit/382a352228f862ba33f5b0f1d83beb3f452d2a83)) ##### Build System - **deps:** update dependency [@​sindresorhus/is](https://redirect.github.com/sindresorhus/is) to v7 (main) ([#​35682](https://redirect.github.com/renovatebot/renovate/issues/35682)) ([86408be](https://redirect.github.com/renovatebot/renovate/commit/86408be681a40dfe9051ee011a4adffe4be73847)) ### [`v40.1.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.1.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.0.9...40.1.0) ##### Features - **presets:** add gomock monorepo ([#​35681](https://redirect.github.com/renovatebot/renovate/issues/35681)) ([d34c295](https://redirect.github.com/renovatebot/renovate/commit/d34c2952bc58977781f7d3f35155dbe957d60d08)) ### [`v40.0.9`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.0.9) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.0.8...40.0.9) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.64.4 (main) ([#​35680](https://redirect.github.com/renovatebot/renovate/issues/35680)) ([efdf406](https://redirect.github.com/renovatebot/renovate/commit/efdf40611bf2c7d68c5bff8a774b5a7991130b7f)) ##### Documentation - Mend hosted apps no longer using encrypted secrets ([#​35678](https://redirect.github.com/renovatebot/renovate/issues/35678)) ([0eca377](https://redirect.github.com/renovatebot/renovate/commit/0eca377797b273a512e0c82354564e72e4a95c7b)) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v22.15.1 (main) ([#​35674](https://redirect.github.com/renovatebot/renovate/issues/35674)) ([b7d0410](https://redirect.github.com/renovatebot/renovate/commit/b7d041018cb1170585092e958a57761dcbe9e328)) - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v22.15.2 (main) ([#​35677](https://redirect.github.com/renovatebot/renovate/issues/35677)) ([d2b55dc](https://redirect.github.com/renovatebot/renovate/commit/d2b55dc6ad980d47a005cec3cd4084b1810e2faa)) ##### Code Refactoring - **config:** set and delete keys early ([#​35679](https://redirect.github.com/renovatebot/renovate/issues/35679)) ([e7a4162](https://redirect.github.com/renovatebot/renovate/commit/e7a4162169f46d9a08178cda68faa2b6b99b6b1c)) ##### Build System - **deps:** update dependency nanoid to v5 (main) ([#​35646](https://redirect.github.com/renovatebot/renovate/issues/35646)) ([990dab1](https://redirect.github.com/renovatebot/renovate/commit/990dab15a042965661deaf3e6b6f560aa2bf6b2e)) ### [`v40.0.8`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.0.8) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.0.7...40.0.8) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v22.15.0 (main) ([#​35671](https://redirect.github.com/renovatebot/renovate/issues/35671)) ([e0c583f](https://redirect.github.com/renovatebot/renovate/commit/e0c583f59c24762a61fe72ca6acf398ab30b606e)) ##### Build System - **deps:** update dependency ignore to v7.0.4 (main) ([#​35673](https://redirect.github.com/renovatebot/renovate/issues/35673)) ([6d3877b](https://redirect.github.com/renovatebot/renovate/commit/6d3877bb72ef2b3facfd928026d7891e622dc24e)) ### [`v40.0.7`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.0.7) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.0.6...40.0.7) ##### Bug Fixes - **versioning/ruby:** prevent extra `vv` prefix addition ([#​35667](https://redirect.github.com/renovatebot/renovate/issues/35667)) ([7314557](https://redirect.github.com/renovatebot/renovate/commit/7314557c6359fc161d1265a6f6eb7cc7702985e5)) ### [`v40.0.6`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.0.6) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.0.5...40.0.6) ##### Miscellaneous Chores - **deps:** update docker/dockerfile docker tag to v1.15.1 (main) ([#​35659](https://redirect.github.com/renovatebot/renovate/issues/35659)) ([70fcff1](https://redirect.github.com/renovatebot/renovate/commit/70fcff1f1cc0d80b849d626786ec10e3ca616dca)) ##### Build System - **deps:** update aws-sdk-js-v3 monorepo (main) ([#​35660](https://redirect.github.com/renovatebot/renovate/issues/35660)) ([5b9e228](https://redirect.github.com/renovatebot/renovate/commit/5b9e228c0b804c09be1b2ba227918bbf2dc14f69)) ### [`v40.0.5`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.0.5) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.0.4...40.0.5) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.64.3 (main) ([#​35657](https://redirect.github.com/renovatebot/renovate/issues/35657)) ([6f23fc3](https://redirect.github.com/renovatebot/renovate/commit/6f23fc3ca151f33556aaadd7c45322bd03b99760)) ##### Miscellaneous Chores - **deps:** update dependency vite to v6.3.4 \[security] (main) ([#​35653](https://redirect.github.com/renovatebot/renovate/issues/35653)) ([b41ba3a](https://redirect.github.com/renovatebot/renovate/commit/b41ba3aaafab8a5afea1b531e9919bca34107df0)) - thre -> the ([#​35655](https://redirect.github.com/renovatebot/renovate/issues/35655)) ([7695f1a](https://redirect.github.com/renovatebot/renovate/commit/7695f1a29b47595a7077769f9db69cfcbb9fa760)) ### [`v40.0.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.0.4) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.0.3...40.0.4) ##### Build System - **deps:** update dependency glob to v11.0.2 (main) ([#​35649](https://redirect.github.com/renovatebot/renovate/issues/35649)) ([c1cf432](https://redirect.github.com/renovatebot/renovate/commit/c1cf4328c77a8f5223ebb2bec5ae0d77dca00b42)) ### [`v40.0.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.0.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.0.2...40.0.3) ##### Bug Fixes - **memCache:** disallow http requests in cache to be mutable ([#​35647](https://redirect.github.com/renovatebot/renovate/issues/35647)) ([6068a59](https://redirect.github.com/renovatebot/renovate/commit/6068a59a093fb2fd2b5e74f194b53a6bdfdb8999)) ### [`v40.0.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.0.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.0.1...40.0.2) ##### Bug Fixes - **gomod:** Exclude multi-line `exclude` directives from extraction ([#​35623](https://redirect.github.com/renovatebot/renovate/issues/35623)) ([a345524](https://redirect.github.com/renovatebot/renovate/commit/a345524eecfecc179cc204b23791813067235335)) ##### Documentation - **config options:** rewrite `ignoreScripts` ([#​32171](https://redirect.github.com/renovatebot/renovate/issues/32171)) ([384fb5a](https://redirect.github.com/renovatebot/renovate/commit/384fb5a5ffe27c5854f05f839acc9de36a0af8ea)) ##### Miscellaneous Chores - **deps:** update python docker tag to v3.13.3 (main) ([#​35276](https://redirect.github.com/renovatebot/renovate/issues/35276)) ([b07eb22](https://redirect.github.com/renovatebot/renovate/commit/b07eb229c4354dce39fbfc7f8ad0815a3fdda251)) - **deps:** update python:3.13 docker digest to [`884da97`](https://redirect.github.com/renovatebot/renovate/commit/884da97) (main) ([#​35645](https://redirect.github.com/renovatebot/renovate/issues/35645)) ([7eff39b](https://redirect.github.com/renovatebot/renovate/commit/7eff39b6ec0d3fcbe3a1e283bb651ad23cea8eb4)) ### [`v40.0.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.0.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/40.0.0...40.0.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.64.2 (main) ([#​35644](https://redirect.github.com/renovatebot/renovate/issues/35644)) ([e2c974d](https://redirect.github.com/renovatebot/renovate/commit/e2c974dd7870a9db9016b41d0eda54b7d4405615)) ### [`v40.0.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/40.0.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.264.0...40.0.0) ##### ⚠ BREAKING CHANGES - **config:** `allowedCommands` filters need to be updated to match against the post-compiled `postUpgradeCommands` in cases where templating was in use. - **config:** Config Warning issues will be created fresh/new each time if no existing open warning was found, instead of reopening/reusing old warning issues. - **autodiscoverFilter:** Syntax for autodiscoverFilter has been changed to allow for Glob, Regex, and negative matches. - **datasource/maven:** Renovate will now enforce `latest` version for Maven upgrades - Node v20 is no longer supported, Node v22.13 is the minimum required ##### Features - **autodiscoverFilter:** support combined negative matches ([#​34707](https://redirect.github.com/renovatebot/renovate/issues/34707)) ([a77a429](https://redirect.github.com/renovatebot/renovate/commit/a77a429d807be67c3dec36c34b26fd9d67b62261)) - **config:** create new Config Warning issues each time ([#​35565](https://redirect.github.com/renovatebot/renovate/issues/35565)) ([cceaf9f](https://redirect.github.com/renovatebot/renovate/commit/cceaf9f282a0c9a96e5c0973553218e3f987e684)) - **config:** validate allowedCommands against post-compiled commands ([#​35564](https://redirect.github.com/renovatebot/renovate/issues/35564)) ([319de90](https://redirect.github.com/renovatebot/renovate/commit/319de90d4fbf97e73451e9e2625ebc7eacd603c4)) - **datasource/maven:** use latest and release values as tags ([#​35515](https://redirect.github.com/renovatebot/renovate/issues/35515)) ([70fb884](https://redirect.github.com/renovatebot/renovate/commit/70fb88459b8f091eb82c3fff8d661b6cd400422e)) - require node v22.13 ([#​34524](https://redirect.github.com/renovatebot/renovate/issues/34524)) ([bccd9d2](https://redirect.github.com/renovatebot/renovate/commit/bccd9d2e74975f7f7296daab04b1bd92e2a5b224)) ##### Miscellaneous Chores - **deps:** update dependency esbuild to v0.25.3 (main) ([#​35637](https://redirect.github.com/renovatebot/renovate/issues/35637)) ([24bf3eb](https://redirect.github.com/renovatebot/renovate/commit/24bf3ebd1bec4f1cc601d63efb62db7825f85872)) - **deps:** update python:3.13 docker digest to [`19c3e96`](https://redirect.github.com/renovatebot/renovate/commit/19c3e96) (main) ([#​35636](https://redirect.github.com/renovatebot/renovate/issues/35636)) ([85865a9](https://redirect.github.com/renovatebot/renovate/commit/85865a946c98db2c4c0c5ade6a05e2fed42009b6)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=--> |
||
|
|
d98e4993b2 |
chore(container): update golang:1.24.2 docker digest to 30baaea (#34988)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | final | digest | `3a060d6` -> `30baaea` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
b42c95c731 |
chore(container): update public.ecr.aws/docker/library/nextcloud:31.0.4-fpm docker digest to d6e30ce (#34953)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [public.ecr.aws/docker/library/nextcloud](https://hub.docker.com/_/nextcloud) ([source](https://redirect.github.com/nextcloud/docker)) | final | digest | `862be18` -> `d6e30ce` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
f2fb859d20 |
chore(container): update docker.io/renovate/renovate docker tag to v39.264.0 (#34944)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | minor | `39.261.4-full` -> `39.264.0-full` | --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v39.264.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.264.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.263.1...39.264.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.64.1 (main) ([#​35632](https://redirect.github.com/renovatebot/renovate/issues/35632)) ([8e3204e](https://redirect.github.com/renovatebot/renovate/commit/8e3204e54752f74e4a87f4b1561b058da7909108)) ##### Miscellaneous Chores - **deps:** update python:3.13 docker digest to [`c33390e`](https://redirect.github.com/renovatebot/renovate/commit/c33390e) (main) ([#​35626](https://redirect.github.com/renovatebot/renovate/issues/35626)) ([17de34b](https://redirect.github.com/renovatebot/renovate/commit/17de34b6ef16bd4eb1934ec8753d19f84ee046e6)) ### [`v39.263.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.263.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.263.0...39.263.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.63.1 (main) ([#​35625](https://redirect.github.com/renovatebot/renovate/issues/35625)) ([41c043c](https://redirect.github.com/renovatebot/renovate/commit/41c043cb687868bbf15c6e233213694d78d0c7f5)) ##### Miscellaneous Chores - **deps:** update python:3.13 docker digest to [`fdbba75`](https://redirect.github.com/renovatebot/renovate/commit/fdbba75) (main) ([#​35621](https://redirect.github.com/renovatebot/renovate/issues/35621)) ([fd032ad](https://redirect.github.com/renovatebot/renovate/commit/fd032ada7e4c8bf61497062cfb60def6ec4a930f)) ### [`v39.263.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.263.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.262.1...39.263.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.63.0 (main) ([#​35618](https://redirect.github.com/renovatebot/renovate/issues/35618)) ([3d7cade](https://redirect.github.com/renovatebot/renovate/commit/3d7cadeceea085a5116b97bb06e7185e09a00b87)) ##### Miscellaneous Chores - **deps:** update dependency typescript-eslint to v8.31.0 (main) ([#​35611](https://redirect.github.com/renovatebot/renovate/issues/35611)) ([b745b51](https://redirect.github.com/renovatebot/renovate/commit/b745b5111f783c5e1503f01574b30f0abf133ad4)) - **deps:** update linters to v9.25.1 (main) ([#​35610](https://redirect.github.com/renovatebot/renovate/issues/35610)) ([31007c1](https://redirect.github.com/renovatebot/renovate/commit/31007c1c72dd6b961f8572ef5e31630798cbd52d)) - **deps:** update python:3.13 docker digest to [`f3210a0`](https://redirect.github.com/renovatebot/renovate/commit/f3210a0) (main) ([#​35615](https://redirect.github.com/renovatebot/renovate/issues/35615)) ([c364f63](https://redirect.github.com/renovatebot/renovate/commit/c364f630d3a9941e133464a3b5d336a8b86192dc)) ### [`v39.262.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.262.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.262.0...39.262.1) ##### Bug Fixes - **pep621:** make name for uv index optional ([#​35150](https://redirect.github.com/renovatebot/renovate/issues/35150)) ([f067f6a](https://redirect.github.com/renovatebot/renovate/commit/f067f6a60e635d52b41583f6b56d9ed9e7ee2372)) ##### Documentation - document missing support for default codeowners in GitLab ([#​35305](https://redirect.github.com/renovatebot/renovate/issues/35305)) ([46eabe8](https://redirect.github.com/renovatebot/renovate/commit/46eabe86618af615aada0adb646b3f8263abc9e9)) - **gitlab:** remove redundant token scopes ([#​35597](https://redirect.github.com/renovatebot/renovate/issues/35597)) ([c8ed20a](https://redirect.github.com/renovatebot/renovate/commit/c8ed20ab3c22e98057023cfe4fce7c550eaf6c79)) ##### Miscellaneous Chores - **deps:** update dependency eslint-import-resolver-typescript to v4.3.4 (main) ([#​35608](https://redirect.github.com/renovatebot/renovate/issues/35608)) ([ae50e71](https://redirect.github.com/renovatebot/renovate/commit/ae50e710433cdb1510697550bc83b7fe3a14dbf3)) - **deps:** update dependency pnpm to v10.9.0 (main) ([#​35600](https://redirect.github.com/renovatebot/renovate/issues/35600)) ([c408840](https://redirect.github.com/renovatebot/renovate/commit/c40884055c8b1e95402365586764166651196312)) - **deps:** update vitest monorepo to v3.1.2 (main) ([#​35599](https://redirect.github.com/renovatebot/renovate/issues/35599)) ([dedfe63](https://redirect.github.com/renovatebot/renovate/commit/dedfe638fc661be85872a64ccc68fcc02fe2fa48)) ### [`v39.262.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.262.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.261.4...39.262.0) ##### Features - **replacements:** add replacements:gradle-wrapper-validation-action ([#​31645](https://redirect.github.com/renovatebot/renovate/issues/31645)) ([4602243](https://redirect.github.com/renovatebot/renovate/commit/4602243d0769f02bca15530f8fab27070b1f676c)) ##### Bug Fixes - Do not update conflicting Onboarding MR comment in dry run ([#​35558](https://redirect.github.com/renovatebot/renovate/issues/35558)) ([ae94ac4](https://redirect.github.com/renovatebot/renovate/commit/ae94ac41078032b71ee935ff3eaa884d1cee9e9f)) ##### Documentation - update references to renovate/renovate (main) ([#​35591](https://redirect.github.com/renovatebot/renovate/issues/35591)) ([8a29110](https://redirect.github.com/renovatebot/renovate/commit/8a291108e854fc596495e3a744c808632b81282c)) ##### Miscellaneous Chores - **deps:** lock file maintenance (main) ([#​35592](https://redirect.github.com/renovatebot/renovate/issues/35592)) ([a680e97](https://redirect.github.com/renovatebot/renovate/commit/a680e97962064b520be26872d77ce09c7d97ad93)) - **deps:** update containerbase/internal-tools action to v3.10.28 (main) ([#​35593](https://redirect.github.com/renovatebot/renovate/issues/35593)) ([a8a27be](https://redirect.github.com/renovatebot/renovate/commit/a8a27be0617454d0c08eb2acf831f62bbacd4b6f)) - **deps:** update dependency renovatebot/github-action to v41.0.22 (main) ([#​35595](https://redirect.github.com/renovatebot/renovate/issues/35595)) ([7a11502](https://redirect.github.com/renovatebot/renovate/commit/7a11502fa8c0d8ef2bdf2c0881ebf9492aa5d0ee)) ##### Code Refactoring - **manager:** Prepare CNB support for Spring Boot Maven plugin ([#​35492](https://redirect.github.com/renovatebot/renovate/issues/35492)) ([f31fe35](https://redirect.github.com/renovatebot/renovate/commit/f31fe3587cc681d541b96245e5f3d7197bffb6f8)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
794df29ce7 |
chore(container): update golang:1.24.2 docker digest to 3a060d6 (#34893)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | final | digest | `d9db321` -> `3a060d6` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
0e06138cf0 |
chore(container): update docker.io/renovate/renovate docker tag to v39.261.4 (#34857)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | minor | `39.257.8-full` -> `39.261.4-full` | --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v39.261.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.261.4) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.261.3...39.261.4) ##### Bug Fixes - **github:** Memory cache for commits request ([#​35586](https://redirect.github.com/renovatebot/renovate/issues/35586)) ([525c020](https://redirect.github.com/renovatebot/renovate/commit/525c020b0a7d6bee5b82289c10f97c588be37bbd)) ### [`v39.261.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.261.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.261.2...39.261.3) ##### Bug Fixes - Memory caching for presets fetching ([#​35585](https://redirect.github.com/renovatebot/renovate/issues/35585)) ([54fb262](https://redirect.github.com/renovatebot/renovate/commit/54fb26215762129f37f490b2a89a0ad8e6bd242c)) ### [`v39.261.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.261.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.261.1...39.261.2) ##### Bug Fixes - **docker:** Memory caching for manifest requests ([#​35584](https://redirect.github.com/renovatebot/renovate/issues/35584)) ([3d4ba95](https://redirect.github.com/renovatebot/renovate/commit/3d4ba95417a5da20fed0dbcdbd34d36fadfc9f9d)) ##### Miscellaneous Chores - **deps:** update dependency nock to v14.0.4 (main) ([#​35582](https://redirect.github.com/renovatebot/renovate/issues/35582)) ([68cb386](https://redirect.github.com/renovatebot/renovate/commit/68cb3864b598f845d90df1dd66aff139f19c29bc)) ### [`v39.261.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.261.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.261.0...39.261.1) ##### Bug Fixes - **nuget:** Add cache provider to metadata request ([#​35581](https://redirect.github.com/renovatebot/renovate/issues/35581)) ([f645b6b](https://redirect.github.com/renovatebot/renovate/commit/f645b6b46ae4ab34fc0bc918cbec25495af85afd)) ### [`v39.261.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.261.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.260.0...39.261.0) ##### Features - **pep621:** extract python as a dependency ([#​35534](https://redirect.github.com/renovatebot/renovate/issues/35534)) ([a127353](https://redirect.github.com/renovatebot/renovate/commit/a127353889c957c498d1677b0811a7b5f07c1535)) ### [`v39.260.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.260.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.259.0...39.260.0) ##### Features - **presets:** group StackExchange.Redis.Extensions together ([#​35227](https://redirect.github.com/renovatebot/renovate/issues/35227)) ([35f4090](https://redirect.github.com/renovatebot/renovate/commit/35f4090321dd7c1bd2e853ace7e1e4ac8be08a36)) ##### Documentation - **azure:** update azuredevops docs to match new changes ([#​33788](https://redirect.github.com/renovatebot/renovate/issues/33788)) ([3b3f3dd](https://redirect.github.com/renovatebot/renovate/commit/3b3f3dd09ce9a4df8f3b0dc171d084d534a871a9)) ##### Miscellaneous Chores - **deps:** update dependency eslint-import-resolver-typescript to v4.3.3 (main) ([#​35575](https://redirect.github.com/renovatebot/renovate/issues/35575)) ([84f2b3e](https://redirect.github.com/renovatebot/renovate/commit/84f2b3ec800f0dc12468461a3b7848d4bc5cd465)) ### [`v39.259.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.259.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.258.3...39.259.0) ##### Features - **preset:** Add Scala module to Jackson monorepo group ([#​35556](https://redirect.github.com/renovatebot/renovate/issues/35556)) ([04f17ae](https://redirect.github.com/renovatebot/renovate/commit/04f17ae76f297806d2e44c29c33cf4684ecc00e2)) ### [`v39.258.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.258.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.258.2...39.258.3) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.62.2 (main) ([#​35571](https://redirect.github.com/renovatebot/renovate/issues/35571)) ([e70c2e6](https://redirect.github.com/renovatebot/renovate/commit/e70c2e6b71ac48e79029bfabdfb2da453949cb79)) ### [`v39.258.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.258.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.258.1...39.258.2) ##### Bug Fixes - **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.8.17 (main) ([#​35568](https://redirect.github.com/renovatebot/renovate/issues/35568)) ([bea97cc](https://redirect.github.com/renovatebot/renovate/commit/bea97ccbc85334e6ff6aed17c654075282f8f491)) ##### Miscellaneous Chores - **deps:** update containerbase/internal-tools action to v3.10.26 (main) ([#​35566](https://redirect.github.com/renovatebot/renovate/issues/35566)) ([df5fa9a](https://redirect.github.com/renovatebot/renovate/commit/df5fa9ac945ad6d7e13de6b41f9c4a625586189f)) - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.8.17 (main) ([#​35567](https://redirect.github.com/renovatebot/renovate/issues/35567)) ([ab62e42](https://redirect.github.com/renovatebot/renovate/commit/ab62e4212c07058155dfeabe8d9c258c723e81ad)) ### [`v39.258.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.258.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.258.0...39.258.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.62.1 (main) ([#​35562](https://redirect.github.com/renovatebot/renovate/issues/35562)) ([3c9ad29](https://redirect.github.com/renovatebot/renovate/commit/3c9ad29fafa062d1ad2da543ac8effa3d4b48ff4)) ##### Miscellaneous Chores - **deps:** update dependency [@​eslint/js](https://redirect.github.com/eslint/js) to v9.25.0 (main) ([#​35559](https://redirect.github.com/renovatebot/renovate/issues/35559)) ([5dcec9f](https://redirect.github.com/renovatebot/renovate/commit/5dcec9f8e809cd5a8429225df8c74accb91872c9)) - **deps:** update dependency eslint to v9.25.0 (main) ([#​35560](https://redirect.github.com/renovatebot/renovate/issues/35560)) ([dd030f4](https://redirect.github.com/renovatebot/renovate/commit/dd030f4036cc3f98d48b0143bf8aa368bfdc9df4)) - **deps:** update dependency google-github-actions/auth to v2.1.10 (main) ([#​35555](https://redirect.github.com/renovatebot/renovate/issues/35555)) ([a28f68b](https://redirect.github.com/renovatebot/renovate/commit/a28f68b57998546c7bd82fbec601c7b7e151c4f2)) ### [`v39.258.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.258.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.257.8...39.258.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.62.0 (main) ([#​35552](https://redirect.github.com/renovatebot/renovate/issues/35552)) ([d35ba2d](https://redirect.github.com/renovatebot/renovate/commit/d35ba2dfe904507b98293c0d28331bf1e22673ce)) ##### Miscellaneous Chores - **deps:** update actions/download-artifact action to v4.3.0 (main) ([#​35540](https://redirect.github.com/renovatebot/renovate/issues/35540)) ([dc6b107](https://redirect.github.com/renovatebot/renovate/commit/dc6b10725c6804674ed1812bf4329b7b434213b8)) - **deps:** update dependency [@​vitest/eslint-plugin](https://redirect.github.com/vitest/eslint-plugin) to v1.1.43 (main) ([#​35545](https://redirect.github.com/renovatebot/renovate/issues/35545)) ([4ced2fb](https://redirect.github.com/renovatebot/renovate/commit/4ced2fb3dc3306af523411e417adbf7111cf2400)) - **deps:** update dependency google-github-actions/auth to v2.1.9 (main) ([#​35543](https://redirect.github.com/renovatebot/renovate/issues/35543)) ([1a395e1](https://redirect.github.com/renovatebot/renovate/commit/1a395e1c79fd244a9460950c329737e9ae59a063)) - **deps:** update dependency vite to v6.3.2 (main) ([#​35546](https://redirect.github.com/renovatebot/renovate/issues/35546)) ([2818808](https://redirect.github.com/renovatebot/renovate/commit/2818808f28ad18be6ac2644b2bc036b8dd236a23)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
b01fd834ad |
chore(container): update docker.io/renovate/renovate docker tag to v39.257.8 (#34767)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | minor | `39.253.2-full` -> `39.257.8-full` | --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v39.257.8`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.257.8) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.257.7...39.257.8) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.61.2 (main) ([#​35531](https://redirect.github.com/renovatebot/renovate/issues/35531)) ([974fcd4](https://redirect.github.com/renovatebot/renovate/commit/974fcd497fb63f0fb543c29434a19fd07939bc78)) ### [`v39.257.7`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.257.7) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.257.6...39.257.7) ##### Bug Fixes - **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.8.16 (main) ([#​35528](https://redirect.github.com/renovatebot/renovate/issues/35528)) ([684c6f2](https://redirect.github.com/renovatebot/renovate/commit/684c6f2f036e4cd13f60c90283c5424d42acbe7b)) ### [`v39.257.6`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.257.6) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.257.5...39.257.6) ##### Documentation - added docs for Job Scheduling and Renovate Status ([#​35520](https://redirect.github.com/renovatebot/renovate/issues/35520)) ([3f964ae](https://redirect.github.com/renovatebot/renovate/commit/3f964ae3002afc2afd06ce37b59a5c84c30360f7)) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.8.16 (main) ([#​35526](https://redirect.github.com/renovatebot/renovate/issues/35526)) ([6a00ead](https://redirect.github.com/renovatebot/renovate/commit/6a00ead9d705f4d9dd5c4ea1006cd21cf99a3549)) ##### Build System - **deps:** update dependency [@​cdktf/hcl2json](https://redirect.github.com/cdktf/hcl2json) to v0.20.12 (main) ([#​35527](https://redirect.github.com/renovatebot/renovate/issues/35527)) ([5c75e18](https://redirect.github.com/renovatebot/renovate/commit/5c75e18d40ee4ad64ba33fb836770c6a00fc8025)) ### [`v39.257.5`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.257.5) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.257.4...39.257.5) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.61.1 (main) ([#​35518](https://redirect.github.com/renovatebot/renovate/issues/35518)) ([0fce8a4](https://redirect.github.com/renovatebot/renovate/commit/0fce8a47ea7d167706314fe081237111edf4abf8)) ### [`v39.257.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.257.4) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.257.3...39.257.4) ##### Bug Fixes - **manager/gomod:** use regex helper function ([#​35514](https://redirect.github.com/renovatebot/renovate/issues/35514)) ([a11d8b7](https://redirect.github.com/renovatebot/renovate/commit/a11d8b79bdc2b28041706ee33c966553aed0089a)) ##### Miscellaneous Chores - **deps:** update dependency vite to v6.3.1 (main) ([#​35512](https://redirect.github.com/renovatebot/renovate/issues/35512)) ([9d8932d](https://redirect.github.com/renovatebot/renovate/commit/9d8932d5c42b38460634bf223a91556b9b200463)) ### [`v39.257.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.257.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.257.2...39.257.3) ##### Build System - **deps:** update dependency zod to v3.24.3 (main) ([#​35511](https://redirect.github.com/renovatebot/renovate/issues/35511)) ([12a8811](https://redirect.github.com/renovatebot/renovate/commit/12a88113664aabba1d25bddee2595b305cb0d2c9)) ### [`v39.257.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.257.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.257.1...39.257.2) ##### Bug Fixes - **manager/gomod:** use regex to remove version suffix from name ([#​35508](https://redirect.github.com/renovatebot/renovate/issues/35508)) ([5224255](https://redirect.github.com/renovatebot/renovate/commit/52242556e89854bdbd710ee11005066dde9352de)) ##### Documentation - **key concepts, automerge:** partial rewrite ([#​35410](https://redirect.github.com/renovatebot/renovate/issues/35410)) ([9a96a4d](https://redirect.github.com/renovatebot/renovate/commit/9a96a4d2a4823be72d7ebfc9ead17844b7c4bc3c)) ### [`v39.257.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.257.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.257.0...39.257.1) ##### Bug Fixes - **git:** optimize `syncGit` ([#​35349](https://redirect.github.com/renovatebot/renovate/issues/35349)) ([7ed07b1](https://redirect.github.com/renovatebot/renovate/commit/7ed07b160e54aa6005fccf4e7c1cc9a67a80918e)) ### [`v39.257.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.257.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.256.1...39.257.0) ##### Features - **gomod:** Improve distinction between go version and go toolchain updates. ([#​35401](https://redirect.github.com/renovatebot/renovate/issues/35401)) ([a24d3d1](https://redirect.github.com/renovatebot/renovate/commit/a24d3d1020567380f96acc55766bdbd7ba1e9261)) ##### Miscellaneous Chores - **deps:** update github/codeql-action action to v3.28.16 (main) ([#​35504](https://redirect.github.com/renovatebot/renovate/issues/35504)) ([e55d691](https://redirect.github.com/renovatebot/renovate/commit/e55d691463eb6b8e3c7af37d8a9175f3dec6341b)) ### [`v39.256.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.256.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.256.0...39.256.1) ##### Bug Fixes - **manager): Revert "feat(manager:** add renovate config presets manager" ([#​35501](https://redirect.github.com/renovatebot/renovate/issues/35501)) ([5742675](https://redirect.github.com/renovatebot/renovate/commit/57426756de78f9c49f638663b30b6d3a891087c2)) ### [`v39.256.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.256.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.255.0...39.256.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.61.0 (main) ([#​35502](https://redirect.github.com/renovatebot/renovate/issues/35502)) ([7d03456](https://redirect.github.com/renovatebot/renovate/commit/7d034560bc68cabc975af05db6b2f4ae2e164a97)) ### [`v39.255.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.255.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.254.3...39.255.0) ##### Features - **nuget:** extract full ranges ([#​35343](https://redirect.github.com/renovatebot/renovate/issues/35343)) ([58e4482](https://redirect.github.com/renovatebot/renovate/commit/58e448281d3824f119b4aaac0a10bb9694047c81)) ##### Miscellaneous Chores - **deps:** update dependency node to v22.15.0 (main) ([#​35500](https://redirect.github.com/renovatebot/renovate/issues/35500)) ([9ec4086](https://redirect.github.com/renovatebot/renovate/commit/9ec408684d8d01a3e446c7e27fb10a49515f72d7)) - **deps:** update dependency pdm to v2.24.1 (main) ([#​35499](https://redirect.github.com/renovatebot/renovate/issues/35499)) ([0a296b7](https://redirect.github.com/renovatebot/renovate/commit/0a296b7c290fd25f8c37119eae3f5c982e21c1d3)) - **deps:** update pdm-project/setup-pdm action to v4.4 (main) ([#​35495](https://redirect.github.com/renovatebot/renovate/issues/35495)) ([1e505c1](https://redirect.github.com/renovatebot/renovate/commit/1e505c1319bb0e832fbc82b672d7abc4b7ccc590)) ### [`v39.254.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.254.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.254.2...39.254.3) ##### Bug Fixes - set branch.skipInstalls to false if any upgrade is false ([#​35138](https://redirect.github.com/renovatebot/renovate/issues/35138)) ([99bd69c](https://redirect.github.com/renovatebot/renovate/commit/99bd69cd3d2938d9e9f52ec9e924dc4e57d886ad)) ##### Miscellaneous Chores - **deps:** update dependency vite to v6.3.0 (main) ([#​35491](https://redirect.github.com/renovatebot/renovate/issues/35491)) ([cfc0b38](https://redirect.github.com/renovatebot/renovate/commit/cfc0b385cf8a01504eeee40a3a2e5c22cae904f6)) - **deps:** update sigstore/cosign-installer action to v3.8.2 (main) ([#​35486](https://redirect.github.com/renovatebot/renovate/issues/35486)) ([e4d7148](https://redirect.github.com/renovatebot/renovate/commit/e4d714874a4a5b78e35c4ff6573b940fe5aa964c)) ##### Code Refactoring - **npm:** Switch to package http cache provider ([#​33853](https://redirect.github.com/renovatebot/renovate/issues/33853)) ([87be63c](https://redirect.github.com/renovatebot/renovate/commit/87be63ce996df98b4f9f96763a60f520c47295e5)) ##### Build System - **deps:** update node.js to v22.15.0 (main) ([#​35490](https://redirect.github.com/renovatebot/renovate/issues/35490)) ([ad376fa](https://redirect.github.com/renovatebot/renovate/commit/ad376fa0eb67c52af6ebdd8071eae32387a7fb0d)) ### [`v39.254.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.254.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.254.1...39.254.2) ##### Miscellaneous Chores - **deps:** update dependency type-fest to v4.40.0 (main) ([#​35481](https://redirect.github.com/renovatebot/renovate/issues/35481)) ([535874b](https://redirect.github.com/renovatebot/renovate/commit/535874ba60521538cc5e7d7891e2cd6c850a8882)) ##### Code Refactoring - move utility fn ([#​35478](https://redirect.github.com/renovatebot/renovate/issues/35478)) ([380a331](https://redirect.github.com/renovatebot/renovate/commit/380a331ce5b3a1e1849b885e73aeb09c911bbb07)) ##### Build System - **deps:** update dependency protobufjs to v7.5.0 (main) ([#​35483](https://redirect.github.com/renovatebot/renovate/issues/35483)) ([ccba9bf](https://redirect.github.com/renovatebot/renovate/commit/ccba9bf342fe7f998bc4d5506c4839d419752e61)) ### [`v39.254.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.254.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.254.0...39.254.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.60.6 (main) ([#​35476](https://redirect.github.com/renovatebot/renovate/issues/35476)) ([5fb89cd](https://redirect.github.com/renovatebot/renovate/commit/5fb89cd340f84b635d994e6ca137286ef8115543)) ### [`v39.254.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.254.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.253.5...39.254.0) ##### Features - **presets:** add `php-enqueue` monorepo ([#​35473](https://redirect.github.com/renovatebot/renovate/issues/35473)) ([8f29e57](https://redirect.github.com/renovatebot/renovate/commit/8f29e5750e7e46fbeb3c05c542fb41d50853f679)) ##### Bug Fixes - **config:** apply secrets to global config ([#​35266](https://redirect.github.com/renovatebot/renovate/issues/35266)) ([af1cc99](https://redirect.github.com/renovatebot/renovate/commit/af1cc9902bf3c6e62ef88c7ada939dbbcb1e88c6)) ### [`v39.253.5`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.253.5) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.253.4...39.253.5) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.60.5 (main) ([#​35472](https://redirect.github.com/renovatebot/renovate/issues/35472)) ([da5e355](https://redirect.github.com/renovatebot/renovate/commit/da5e3559d0144c00962efdc28e40b5b856d87134)) ### [`v39.253.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.253.4) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.253.3...39.253.4) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.60.4 (main) ([#​35471](https://redirect.github.com/renovatebot/renovate/issues/35471)) ([5fe91f6](https://redirect.github.com/renovatebot/renovate/commit/5fe91f64ec2fe5dd908caca6702206392e660773)) ### [`v39.253.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.253.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.253.2...39.253.3) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.60.3 (main) ([#​35470](https://redirect.github.com/renovatebot/renovate/issues/35470)) ([1d28a69](https://redirect.github.com/renovatebot/renovate/commit/1d28a695e5bf55b04f1b60a4d5a40ccf2ad2b772)) ##### Miscellaneous Chores - **deps:** update dependency pnpm to v10.8.1 (main) ([#​35464](https://redirect.github.com/renovatebot/renovate/issues/35464)) ([1cfe238](https://redirect.github.com/renovatebot/renovate/commit/1cfe238cb66624bdaf81d4204cc0f218a99baaca)) - **deps:** update dependency typescript-eslint to v8.30.0 (main) ([#​35468](https://redirect.github.com/renovatebot/renovate/issues/35468)) ([1daf412](https://redirect.github.com/renovatebot/renovate/commit/1daf412b77bea709b3030aaeb12e9493efebdbc8)) - **deps:** update dependency typescript-eslint to v8.30.1 (main) ([#​35469](https://redirect.github.com/renovatebot/renovate/issues/35469)) ([b7b9635](https://redirect.github.com/renovatebot/renovate/commit/b7b96355ea83574f5b6507424deb06d172403a57)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
47e864f3ac |
chore(github-action): update docker/build-push-action digest to 14487ce (#34732)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/build-push-action](https://redirect.github.com/docker/build-push-action) | action | digest | `471d1dc` -> `14487ce` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvZGlnZXN0Il19--> |