758c5dcd7eb2e91b0f7ace37aa130ee233130e57
45922 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
758c5dcd7e |
fix(deps): update module github.com/siderolabs/talos/pkg/machinery v1.11.0-beta.0 → v1.11.0-beta.1 (clustertool) (#38093)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/siderolabs/talos/pkg/machinery](https://redirect.github.com/siderolabs/talos) | `v1.11.0-beta.0` -> `v1.11.0-beta.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>siderolabs/talos (github.com/siderolabs/talos/pkg/machinery)</summary> ### [`v1.11.0-beta.1`](https://redirect.github.com/siderolabs/talos/releases/tag/v1.11.0-beta.1) [Compare Source](https://redirect.github.com/siderolabs/talos/compare/v1.11.0-beta.0...v1.11.0-beta.1) #### [Talos 1.11.0-beta.1](https://redirect.github.com/siderolabs/talos/releases/tag/v1.11.0-beta.1) (2025-08-04) Welcome to the v1.11.0-beta.1 release of Talos!\ *This is a pre-release of Talos* Please try out the release binaries and report any issues at https://github.com/siderolabs/talos/issues. ##### Azure Talos on Azure now defaults to MTU of 1400 bytes for the `eth0` interface to avoid packet fragmentation issues. The default MTU can be overriden with machine configuration. ##### Boot Talos increases the boot partition size to 2 GiB to accommodate larger images (with many system extensions included). ##### Kernel Command Line Talos now exposes the kernel command line as a KernelCmdline resource (`talosctl get cmdline`). ##### Disk Encryption Disk encryption for system volumes is now managed by the `VolumeConfig` machine configuration document. Legacy configuration in `valpha1` machine configuration is still supported. New per-key option `lockToSTATE` is added to the `VolumeConfig` document, which allows to lock the volume encryption key to the secret salt in the `STATE` volume. So, if the `STATE` volume is wiped or replaced, the volume encryption key will not be usable anymore. ##### Disk Wipe Talos now supports `talosctl disk wipe` command in maintenance mode (`talosctl disk wipe <disk> --insecure`). ##### Early Inline Configuration Talos now supports passing early inline configuration via the `talos.config.early` kernel parameter. This allows to pass the configuration before the platform config source is probed, which is useful for early boot configuration. The value of this parameter has same format as the `talos.config.inline` parameter, i.e. it should be base64 encoded and zstd-compressed. ##### ETCD downgrade API Added ETCD downgrade API mimicking the ETCD API and etcdctl interfaces. This API allows to downgrade ETCD cluster (storage format) to a previous version. ##### IMA support removed Talos now drops the IMA (Integrity Measurement Architecture) support. This feature was not used in Talos for any meaningful security purpose and has historically caused performance issues. See [#​11133](https://redirect.github.com/siderolabs/talos/issues/11133) for more details. ##### Kubernetes Version Validation Talos now validates Kubernetes version in the image submitted in the machine configuration. Previously this check was performed only on upgrade, but now it is consistently applied to upgrade, initial provisioning, and machine configuration updates. This implies that all image references should contain the tag, even if the image is pinned by digest. ##### Qemu provisioner on MacOS On MacOS `talosctl cluster create` command now supports the Qemu provisioner in addition to the Docker provisioner. ##### Kernel Modules Talosctl now returns the loaded modules, not the modules configured to be loaded (`talosctl get modules`). ##### SBOM Talos now publishes [Software Bill of Materials (SBOM)](https://www.talos.dev/v1.11/advanced/sbom/) in the SPDX format. ##### Swap Suport Talos now supports swap on block devices. This feature can be enable by using [SwapVolumeConfig](https://www.talos.dev/v1.11/reference/configuration/block/swapvolumeconfig/) document in the machine configuration. ##### Component Updates Linux: 6.12.40 Kubernetes: 1.34.0-beta.0 runc: 1.3.0 etcd: 3.6.4 containerd: 2.1.4 Flannel CNI plugin: 1.7.1-flannel1 Flannel: 0.27.2 CoreDNS: 1.12.2 xfsprogs: 6.15.0 systemd-udevd and systemd-boot: 257.7 lvm2: 2.03.33 cryptsetup: 2.8.0 Talos is built with Go 1.24.5. ##### VMware Talos VMWare platform now supports `arm64` architecture in addition to `amd64`. ##### Volumes Talos now supports [raw user volumes](https://www.talos.dev/v1.11/talos-guides/configuration/disk-management/raw/), allowing to allocate unformatted disk space as partition. In addition to that, support for [existing volumes](https://www.talos.dev/v1.11/talos-guides/configuration/disk-management/existing/) has been added, allowing to mount existing partitions without formatting them. ##### Zswap Support Talos now supports zswap, a compressed cache for swap pages. This feature can be enabled by using [ZswapConfig](https://www.talos.dev/v1.11/reference/configuration/block/zswapconfig/) document in the machine configuration. ##### Contributors - Andrey Smirnov - Noel Georgi - Dmitrii Sharshakov - Orzelius - Mateusz Urbanek - Orzelius - Justin Garrison - Spencer Smith - Steve Francis - Till Hoffmann - Utku Ozdemir - Andrew Longwill - Artem Chernyshev - Michael Robbins - Alexandre GV - Marat Bakeev - Olav Thoresen - Thibault VINCENT - Alvaro "Chamo" Linares Cabre - Amarachi Iheanacho - Brian Brookman - Bryan Mora - Clément Nussbaumer - Damien - David R - Dennis Marttinen - Dmitriy Matrenichev - Joakim Nohlgård - Jorik Jonker - Justin Seely - Luke Cousins - Marco Mihai Condrache - Markus Reiter - Martyn Ranyard - Michael Moerz - Mike - Oguz Kilcan - Tan Siewert - Tom Keur - jvanthienen-gluo - killcity - yashutanu ##### Changes <details><summary>247 commits</summary> <p> - [@​`5a15ce8`](https://redirect.github.com/siderolabs/talos/commit/5a15ce88b) release(v1.11.0-beta.1): prepare release - [@​`614ca2e`](https://redirect.github.com/siderolabs/talos/commit/614ca2e22) fix: one more attempt to fix volume mount race on restart - [@​`4b86dfe`](https://redirect.github.com/siderolabs/talos/commit/4b86dfe6f) feat: implement encryption locking to STATE - [@​`8ae76c3`](https://redirect.github.com/siderolabs/talos/commit/8ae76c320) feat: implement `talos.config.early` command line arg - [@​`19f8c60`](https://redirect.github.com/siderolabs/talos/commit/19f8c605e) docs: remove talos API flags from mgmt commands - [@​`fa1d6fe`](https://redirect.github.com/siderolabs/talos/commit/fa1d6fef8) feat: bootedentry resource - [@​`7dee810`](https://redirect.github.com/siderolabs/talos/commit/7dee810d4) fix: live reload of TLS client config for discovery client - [@​`a5dc224`](https://redirect.github.com/siderolabs/talos/commit/a5dc22466) fix: enforce minimum size on user volumes if not set explicitly - [@​`7836e92`](https://redirect.github.com/siderolabs/talos/commit/7836e924d) feat: update containerd to 2.1.4 - [@​`5012550`](https://redirect.github.com/siderolabs/talos/commit/5012550ec) feat: add [`F71808E`](https://redirect.github.com/siderolabs/talos/commit/F71808E) watchdog driver - [@​`10ddc4c`](https://redirect.github.com/siderolabs/talos/commit/10ddc4cdd) fix: grype scan - [@​`d108e0a`](https://redirect.github.com/siderolabs/talos/commit/d108e0a08) fix(ci): use a random suffix for ami names - [@​`5042255`](https://redirect.github.com/siderolabs/talos/commit/504225546) fix: issues with reading GPT - [@​`bdaf08d`](https://redirect.github.com/siderolabs/talos/commit/bdaf08dd4) feat: update PCI DB module to v0.3.2 - [@​`667dceb`](https://redirect.github.com/siderolabs/talos/commit/667dcebec) test: wait for service account test job longer - [@​`ae176a4`](https://redirect.github.com/siderolabs/talos/commit/ae176a4b7) feat: update etcd to 3.6.4 - [@​`201b680`](https://redirect.github.com/siderolabs/talos/commit/201b6801f) fix: issue with volume remount on service restart - [@​`2a91140`](https://redirect.github.com/siderolabs/talos/commit/2a911402b) chore: tag aws snapshots created via ci with the image name - [@​`d8bd84b`](https://redirect.github.com/siderolabs/talos/commit/d8bd84b56) docs: add SBOM documentation - [@​`7eec619`](https://redirect.github.com/siderolabs/talos/commit/7eec61993) feat: unify disk encryption configuration - [@​`4ff2bf9`](https://redirect.github.com/siderolabs/talos/commit/4ff2bf9e0) feat: update etcd to v3.5.22 - [@​`31a67d3`](https://redirect.github.com/siderolabs/talos/commit/31a67d379) fix: do not download artifacts for cron Grype scan - [@​`c6b6e0b`](https://redirect.github.com/siderolabs/talos/commit/c6b6e0bb3) docs: rewrite the getting started and prod docs for v1.10 and v1.11 - [@​`ca1c656`](https://redirect.github.com/siderolabs/talos/commit/ca1c656e6) chore(ci): add more nvidia test matrix - [@​`7a2e0f0`](https://redirect.github.com/siderolabs/talos/commit/7a2e0f068) feat: sync pkgs, update Linux to 6.12.40 - [@​`85e7989`](https://redirect.github.com/siderolabs/talos/commit/85e7989cf) release(v1.11.0-beta.0): prepare release - [@​`3039162`](https://redirect.github.com/siderolabs/talos/commit/3039162dc) feat: update Flannel to v0.27.2 - [@​`7e6052e`](https://redirect.github.com/siderolabs/talos/commit/7e6052e63) feat: increase boot partition to 2 GiB - [@​`cb7ca17`](https://redirect.github.com/siderolabs/talos/commit/cb7ca17bb) feat: implement ExistingVolumeConfig - [@​`a857c69`](https://redirect.github.com/siderolabs/talos/commit/a857c696f) chore(machined): remove deprecated Endpoints - [@​`a60101c`](https://redirect.github.com/siderolabs/talos/commit/a60101c55) fix: fill serial using helpers - [@​`5420e99`](https://redirect.github.com/siderolabs/talos/commit/5420e9979) refactor: output default selection for profiles - [@​`023a24c`](https://redirect.github.com/siderolabs/talos/commit/023a24cd4) test: use Grype to scan SBOM for vulnerabilities - [@​`96896fd`](https://redirect.github.com/siderolabs/talos/commit/96896fddb) chore: build less images by default - [@​`75b5dec`](https://redirect.github.com/siderolabs/talos/commit/75b5dec06) fix: sd-boot kexec with disk images - [@​`10546d6`](https://redirect.github.com/siderolabs/talos/commit/10546d6f8) feat: update Kuberentes 1.34.0-beta.0 - [@​`3f35b83`](https://redirect.github.com/siderolabs/talos/commit/3f35b83ae) fix: ignore absent extensions SBOM directory - [@​`9920da3`](https://redirect.github.com/siderolabs/talos/commit/9920da3e1) feat: add etcd downgrade API - [@​`c386822`](https://redirect.github.com/siderolabs/talos/commit/c38682279) feat: bump pkgs and tools, read extensions' SBOMs, rekres - [@​`9c0d270`](https://redirect.github.com/siderolabs/talos/commit/9c0d2706c) docs: add release notes about v3.6.x bug - [@​`d219942`](https://redirect.github.com/siderolabs/talos/commit/d21994210) test: refactor various merge controller tests - [@​`da5a444`](https://redirect.github.com/siderolabs/talos/commit/da5a4449f) feat: implement raw volume support - [@​`41adda1`](https://redirect.github.com/siderolabs/talos/commit/41adda1cf) docs: add secure boot setup mode note for Xen - [@​`993b4ad`](https://redirect.github.com/siderolabs/talos/commit/993b4ade8) docs: fix typo in hugo config: pre-releaase - [@​`130b7fd`](https://redirect.github.com/siderolabs/talos/commit/130b7fd6e) test: fix flaky TestDNS - [@​`35b45ae`](https://redirect.github.com/siderolabs/talos/commit/35b45ae6e) feat(talosctl): support tpm operation on mac - [@​`24628db`](https://redirect.github.com/siderolabs/talos/commit/24628db20) feat: update Kubernetes to v1.34.0-alpha.3 - [@​`ff68286`](https://redirect.github.com/siderolabs/talos/commit/ff68286d1) feat: include hwrandom modules - [@​`a5b07c9`](https://redirect.github.com/siderolabs/talos/commit/a5b07c9a5) test: split tests and lint from the default pipeline - [@​`a957ef4`](https://redirect.github.com/siderolabs/talos/commit/a957ef416) feat: add SBOMs to the imager container - [@​`506212a`](https://redirect.github.com/siderolabs/talos/commit/506212a71) feat: include AMD encrypted mem modules into base - [@​`a966321`](https://redirect.github.com/siderolabs/talos/commit/a966321cc) fix: add more bootloader probe logs on upgrade - [@​`b38fa56`](https://redirect.github.com/siderolabs/talos/commit/b38fa568a) feat: add validation for secrets bundle - [@​`2d89bcc`](https://redirect.github.com/siderolabs/talos/commit/2d89bcc71) feat: bump Linux, Go and other packages - [@​`0b8c180`](https://redirect.github.com/siderolabs/talos/commit/0b8c180b8) fix: rename instances to referenceCount - [@​`378fe4f`](https://redirect.github.com/siderolabs/talos/commit/378fe4f2f) feat: support writing EFI boot order - [@​`9f07926`](https://redirect.github.com/siderolabs/talos/commit/9f0792632) fix: improve volume provisioning errors - [@​`b8fcf3c`](https://redirect.github.com/siderolabs/talos/commit/b8fcf3c71) fix: change module instance evaluation - [@​`d680e56`](https://redirect.github.com/siderolabs/talos/commit/d680e560d) docs: create FUNDING.yml - [@​`6415055`](https://redirect.github.com/siderolabs/talos/commit/641505584) feat: support project quota support for user volumes - [@​`52656cc`](https://redirect.github.com/siderolabs/talos/commit/52656cc3c) feat: allow taloscl disk wipe in maintenance mode - [@​`8505794`](https://redirect.github.com/siderolabs/talos/commit/850579448) feat: export SBOM as resources - [@​`4f3a2ff`](https://redirect.github.com/siderolabs/talos/commit/4f3a2ffab) test: update unit-test runner - [@​`d531b68`](https://redirect.github.com/siderolabs/talos/commit/d531b682c) fix: provide FIPS 140-3 compliance - [@​`3e3129d`](https://redirect.github.com/siderolabs/talos/commit/3e3129d36) feat: include packages into SBOM - [@​`54bd50b`](https://redirect.github.com/siderolabs/talos/commit/54bd50be3) fix: talos endpoint might not be created in Kubernetes - [@​`8789a02`](https://redirect.github.com/siderolabs/talos/commit/8789a02c3) feat: present loaded kernel modules - [@​`33ecbae`](https://redirect.github.com/siderolabs/talos/commit/33ecbaec6) test: update apply config tests - [@​`7d2fd39`](https://redirect.github.com/siderolabs/talos/commit/7d2fd390c) chore: bump Talos version in the Image Factory CI pipeline - [@​`de77f21`](https://redirect.github.com/siderolabs/talos/commit/de77f2142) docs: add example for fluentbit config - [@​`1f1f781`](https://redirect.github.com/siderolabs/talos/commit/1f1f78106) fix: add limited retries for not found images - [@​`3d6a2c1`](https://redirect.github.com/siderolabs/talos/commit/3d6a2c14e) chore: generate and upload signatures on release - [@​`3801413`](https://redirect.github.com/siderolabs/talos/commit/380141330) feat: expose kernel cmdline as a resource - [@​`4c6b3b1`](https://redirect.github.com/siderolabs/talos/commit/4c6b3b14d) docs: document disabling SELinux - [@​`3a6e5a7`](https://redirect.github.com/siderolabs/talos/commit/3a6e5a71e) feat: add talosctl mulitarch bundle image - [@​`be671ee`](https://redirect.github.com/siderolabs/talos/commit/be671ee6d) chore: add sbom step to the release pipeline - [@​`7fd0e8f`](https://redirect.github.com/siderolabs/talos/commit/7fd0e8fc7) release(v1.11.0-alpha.3): prepare release - [@​`777335f`](https://redirect.github.com/siderolabs/talos/commit/777335f23) chore: improve cloud image uploader resilience - [@​`14e5eee`](https://redirect.github.com/siderolabs/talos/commit/14e5eee7d) release(v1.11.0-alpha.2): prepare release - [@​`1e5a008`](https://redirect.github.com/siderolabs/talos/commit/1e5a008f5) fix: hold user volume mount point across kubelet restarts - [@​`cdad505`](https://redirect.github.com/siderolabs/talos/commit/cdad50590) docs: user volumes and kubernetes upgrade updates - [@​`c880835`](https://redirect.github.com/siderolabs/talos/commit/c880835c8) feat: implement zswap support - [@​`7f0300f`](https://redirect.github.com/siderolabs/talos/commit/7f0300f10) feat: update dependencies, Kubernetes 1.34.0-alpha.2 - [@​`61afbe3`](https://redirect.github.com/siderolabs/talos/commit/61afbe3d2) docs: add vc4 documentation - [@​`b9dbdc8`](https://redirect.github.com/siderolabs/talos/commit/b9dbdc8e7) fix: etcd recover with multiple advertised addresses - [@​`19d94c3`](https://redirect.github.com/siderolabs/talos/commit/19d94c357) feat: update Linux to 6.12.35, containerd to 2.1.3 - [@​`44a1fc3`](https://redirect.github.com/siderolabs/talos/commit/44a1fc3b7) fix: treat context canceled as expected error on image pull - [@​`4da2dd5`](https://redirect.github.com/siderolabs/talos/commit/4da2dd537) feat: enforce Kubernetes version compatibility - [@​`6c7f820`](https://redirect.github.com/siderolabs/talos/commit/6c7f8201a) fix: set default MTU on Azure to 1400 - [@​`091cd69`](https://redirect.github.com/siderolabs/talos/commit/091cd6989) docs: small yaml typo fix - [@​`66ecbd4`](https://redirect.github.com/siderolabs/talos/commit/66ecbd48f) docs: update support matrix with omni version - [@​`c948d76`](https://redirect.github.com/siderolabs/talos/commit/c948d7617) docs: minor fixes for creating kernel modules - [@​`cc14c4a`](https://redirect.github.com/siderolabs/talos/commit/cc14c4a25) docs: add docs for creating kernel modules - [@​`93bcd3b`](https://redirect.github.com/siderolabs/talos/commit/93bcd3b56) docs: create SBOM for Go dependencies - [@​`38c4ce4`](https://redirect.github.com/siderolabs/talos/commit/38c4ce415) feat: add user-space InfiniBand modules - [@​`251dc93`](https://redirect.github.com/siderolabs/talos/commit/251dc934f) feat: arm64 support for platform vmware - [@​`09b3ad5`](https://redirect.github.com/siderolabs/talos/commit/09b3ad577) feat: update containerd to 2.1.2 - [@​`0767dd0`](https://redirect.github.com/siderolabs/talos/commit/0767dd07b) chore: enable --with-siderolink-agent on Darwin - [@​`9642198`](https://redirect.github.com/siderolabs/talos/commit/9642198d7) fix: userspace wireguard library overrides - [@​`208f076`](https://redirect.github.com/siderolabs/talos/commit/208f0763e) chore: fix talosctl build on non-Linux hosts - [@​`87421af`](https://redirect.github.com/siderolabs/talos/commit/87421af87) docs: expand documentation description - [@​`d32ccfa`](https://redirect.github.com/siderolabs/talos/commit/d32ccfa59) feat: implement swap support - [@​`8f5cf81`](https://redirect.github.com/siderolabs/talos/commit/8f5cf81db) docs: update kvm documentation - [@​`8e84c8b`](https://redirect.github.com/siderolabs/talos/commit/8e84c8b0f) fix: nil pointer deref in quirk - [@​`6e74a36`](https://redirect.github.com/siderolabs/talos/commit/6e74a3676) docs: aad ery basic details on how to run on scaleway - [@​`260d1bc`](https://redirect.github.com/siderolabs/talos/commit/260d1bc9a) fix: correctl close encrypted volumes - [@​`034ef42`](https://redirect.github.com/siderolabs/talos/commit/034ef42af) fix: update siderolink library for wgtunnel panic fix - [@​`3035744`](https://redirect.github.com/siderolabs/talos/commit/3035744a8) fix: correctly predict interface name on darwin - [@​`cfcfad3`](https://redirect.github.com/siderolabs/talos/commit/cfcfad3c4) chore: move `checkUnknownKeys` function to `github.com/siderolabs/gen` - [@​`5ecc53c`](https://redirect.github.com/siderolabs/talos/commit/5ecc53c69) docs: add macos section to developing-talos.md - [@​`b5b3530`](https://redirect.github.com/siderolabs/talos/commit/b5b35307f) chore: update Go to 1.24.4 - [@​`fde772d`](https://redirect.github.com/siderolabs/talos/commit/fde772d8d) feat: update Flannel to 0.27.0 - [@​`81ca279`](https://redirect.github.com/siderolabs/talos/commit/81ca27949) release(v1.11.0-alpha.1): prepare release - [@​`58a868e`](https://redirect.github.com/siderolabs/talos/commit/58a868e68) chore: fix renovate config, add release-gate label - [@​`a59aaee`](https://redirect.github.com/siderolabs/talos/commit/a59aaee84) feat: bump dependencies, Linux 6.12.31 - [@​`e954ee3`](https://redirect.github.com/siderolabs/talos/commit/e954ee30a) docs: typo correction: LongHorn -> Longhorn - [@​`aab0533`](https://redirect.github.com/siderolabs/talos/commit/aab053394) fix: mashal resource byte slices as strings in YAML - [@​`c7d4191`](https://redirect.github.com/siderolabs/talos/commit/c7d4191e7) fix: rework the way CRI config generation is waited for - [@​`0114183`](https://redirect.github.com/siderolabs/talos/commit/0114183de) docs: update `lastRelease` to 1.10.3 - [@​`938b076`](https://redirect.github.com/siderolabs/talos/commit/938b0760a) docs: update issue template - [@​`2a7b735`](https://redirect.github.com/siderolabs/talos/commit/2a7b735b2) feat: drop IMA support - [@​`2d5a805`](https://redirect.github.com/siderolabs/talos/commit/2d5a805b0) fix: typo in DiscoverdVolume spec - [@​`60c12ba`](https://redirect.github.com/siderolabs/talos/commit/60c12bad9) feat: support nocloud include url userdata directive - [@​`0fd622c`](https://redirect.github.com/siderolabs/talos/commit/0fd622c82) fix(talosctl): correct --help output for dashboard command - [@​`a90c936`](https://redirect.github.com/siderolabs/talos/commit/a90c936a1) feat: support qemu provisioner on darwin - [@​`5322ca0`](https://redirect.github.com/siderolabs/talos/commit/5322ca0d3) docs: update overlay docs - [@​`a60b632`](https://redirect.github.com/siderolabs/talos/commit/a60b6322d) fix(ci): drop nebula from extensions test - [@​`dbbb59a`](https://redirect.github.com/siderolabs/talos/commit/dbbb59a67) docs: add note for default `dataDirHostPath` for Rook - [@​`e260543`](https://redirect.github.com/siderolabs/talos/commit/e26054378) docs: macos qemu provider - [@​`5d02240`](https://redirect.github.com/siderolabs/talos/commit/5d0224093) docs: use the cilium-cli image repo in the job installation manifest - [@​`ff80e4c`](https://redirect.github.com/siderolabs/talos/commit/ff80e4cca) docs: fix CIDR name - [@​`a5fd15e`](https://redirect.github.com/siderolabs/talos/commit/a5fd15e8b) fix(ci): reproducibility test - [@​`8f8963e`](https://redirect.github.com/siderolabs/talos/commit/8f8963e50) docs: update Nexxen brand - [@​`c6b8687`](https://redirect.github.com/siderolabs/talos/commit/c6b86872d) fix(ci): iso reproducibility file permissions - [@​`995a1de`](https://redirect.github.com/siderolabs/talos/commit/995a1dec4) chore: add a check for unsupported darwin flags - [@​`9db5d0c`](https://redirect.github.com/siderolabs/talos/commit/9db5d0c97) fix: nocloud metadata for hostname - [@​`3cf3256`](https://redirect.github.com/siderolabs/talos/commit/3cf325654) feat: modularize more arm64 kernel - [@​`3524745`](https://redirect.github.com/siderolabs/talos/commit/3524745cc) fix: allow any PKI in Talos API - [@​`f438cdb`](https://redirect.github.com/siderolabs/talos/commit/f438cdb09) chore: use custom dhcpd server on macos qemu - [@​`11c17fb`](https://redirect.github.com/siderolabs/talos/commit/11c17fb9a) fix: metal-iso reproducibility - [@​`7fcb89e`](https://redirect.github.com/siderolabs/talos/commit/7fcb89ee3) chore: add darwin vmnet qemu support - [@​`fc12373`](https://redirect.github.com/siderolabs/talos/commit/fc1237343) chore: clean up `/usr/bin` - [@​`b551f32`](https://redirect.github.com/siderolabs/talos/commit/b551f32ce) feat: update containerd to v2.1.1 - [@​`67f4154`](https://redirect.github.com/siderolabs/talos/commit/67f4154f9) docs: update disk-management.md - [@​`0cb137a`](https://redirect.github.com/siderolabs/talos/commit/0cb137ad7) fix: make disk size check work on old Talos - [@​`7c057ed`](https://redirect.github.com/siderolabs/talos/commit/7c057edd5) fix: use vmdk-convert istead of qemu-img to create VMDK for OVA files - [@​`cd618da`](https://redirect.github.com/siderolabs/talos/commit/cd618dad0) chore: update the go-blockdevice package - [@​`0b99631`](https://redirect.github.com/siderolabs/talos/commit/0b99631a0) fix: bump apid memory limit - [@​`5451f35`](https://redirect.github.com/siderolabs/talos/commit/5451f35b1) docs: update virtualbox - [@​`bd4d202`](https://redirect.github.com/siderolabs/talos/commit/bd4d202a5) refactor: bring owned.State from COSI to simplify tests - [@​`0b96df5`](https://redirect.github.com/siderolabs/talos/commit/0b96df574) feat: update containerd to 2.1.0 - [@​`e1a9391`](https://redirect.github.com/siderolabs/talos/commit/e1a939144) docs: fix formatting in disk encryption - [@​`7a817df`](https://redirect.github.com/siderolabs/talos/commit/7a817df1c) docs: fix typo - [@​`f35b213`](https://redirect.github.com/siderolabs/talos/commit/f35b213b2) test: fix DHCP unicast failures in QEMU environment - [@​`7064bbf`](https://redirect.github.com/siderolabs/talos/commit/7064bbf05) docs: fix vmware factory URL - [@​`78c33bc`](https://redirect.github.com/siderolabs/talos/commit/78c33bcdb) feat: update default Kubernetes to v1.33.1 - [@​`da67952`](https://redirect.github.com/siderolabs/talos/commit/da6795266) fix: disable automatic MAC assignment to bridge interfaces - [@​`ca34adf`](https://redirect.github.com/siderolabs/talos/commit/ca34adf58) chore(ci): drop azure keys - [@​`ea5de19`](https://redirect.github.com/siderolabs/talos/commit/ea5de19fa) fix: selinux detection - [@​`52c76ea`](https://redirect.github.com/siderolabs/talos/commit/52c76ea3a) fix: consistently apply dynamic grpc proxy dialer - [@​`aa9569e`](https://redirect.github.com/siderolabs/talos/commit/aa9569e5d) chore: refactor cluster create cmd flags - [@​`1161faa`](https://redirect.github.com/siderolabs/talos/commit/1161faa05) docs: fix typo in Cilium docs - [@​`164745e`](https://redirect.github.com/siderolabs/talos/commit/164745e44) docs: remove `preserve` flag mention in upgrade notes - [@​`9a2ecba`](https://redirect.github.com/siderolabs/talos/commit/9a2ecbaaf) fix: makefile operating system param - [@​`118aa69`](https://redirect.github.com/siderolabs/talos/commit/118aa69d6) chore: update cloud-image-uploader dependencies - [@​`acdd721`](https://redirect.github.com/siderolabs/talos/commit/acdd721cf) chore: dump qemu pachine ipam records on darwin - [@​`bb90945`](https://redirect.github.com/siderolabs/talos/commit/bb9094534) chore: rotate aws iam credentials - [@​`0bfa4ae`](https://redirect.github.com/siderolabs/talos/commit/0bfa4ae1b) chore: update deps for cloud-image-uploader - [@​`956d7c7`](https://redirect.github.com/siderolabs/talos/commit/956d7c71b) chore: update sops keys - [@​`e2f819d`](https://redirect.github.com/siderolabs/talos/commit/e2f819d88) test: fix the process runner log collection - [@​`fdac4cf`](https://redirect.github.com/siderolabs/talos/commit/fdac4cfb9) fix: upgrade go-kubernetes for DRA flag bug - [@​`09d88e1`](https://redirect.github.com/siderolabs/talos/commit/09d88e1e8) test: fix some flaky tests - [@​`ec1f41a`](https://redirect.github.com/siderolabs/talos/commit/ec1f41a94) chore: make qemu config server bind work on darwin - [@​`980f4d2`](https://redirect.github.com/siderolabs/talos/commit/980f4d2b9) feat: bump dependencies - [@​`9525933`](https://redirect.github.com/siderolabs/talos/commit/95259337e) fix: k8s 1.32->1.33 upgrade check - [@​`c3c326b`](https://redirect.github.com/siderolabs/talos/commit/c3c326b40) fix: improve volume mounter automaton - [@​`918b94d`](https://redirect.github.com/siderolabs/talos/commit/918b94d9a) refactor: rewrite disk size check - [@​`ab7e693`](https://redirect.github.com/siderolabs/talos/commit/ab7e693d7) chore: make qemu lb address bind work on darwin - [@​`97ceab0`](https://redirect.github.com/siderolabs/talos/commit/97ceab001) fix: multiple logic issues in platform network config controller - [@​`46349a9`](https://redirect.github.com/siderolabs/talos/commit/46349a9df) docs: remove azure image gallery instructions - [@​`0cfcdd3`](https://redirect.github.com/siderolabs/talos/commit/0cfcdd3de) docs: fix search on base talos.dev - [@​`78646b4`](https://redirect.github.com/siderolabs/talos/commit/78646b4e0) docs: add registryd debug command - [@​`c6824c2`](https://redirect.github.com/siderolabs/talos/commit/c6824c211) fix: deny apply config requests without v1alpha1 in "normal" mode - [@​`7df0408`](https://redirect.github.com/siderolabs/talos/commit/7df0408e4) fix: interactive installer config gen - [@​`881c5d6`](https://redirect.github.com/siderolabs/talos/commit/881c5d62b) fix: suppress duplicate platform config updates - [@​`66d7788`](https://redirect.github.com/siderolabs/talos/commit/66d77888e) fix: replace downloaded asset paths correctly in cluster create cmd - [@​`6bd6c9b`](https://redirect.github.com/siderolabs/talos/commit/6bd6c9b5a) fix: generate iso greater than 4 gig - [@​`ac14032`](https://redirect.github.com/siderolabs/talos/commit/ac140324e) fix: skip PCR extension if TPM1.2 is found - [@​`09ef1f8`](https://redirect.github.com/siderolabs/talos/commit/09ef1f8a4) fix: ignore http proxy on grpc socket dial - [@​`22a72dc`](https://redirect.github.com/siderolabs/talos/commit/22a72dc80) chore: split options between three structs - [@​`22c34a5`](https://redirect.github.com/siderolabs/talos/commit/22c34a50f) fix(ci): provision cron jobs - [@​`b3b20ef`](https://redirect.github.com/siderolabs/talos/commit/b3b20eff3) fix: containerd crashing with sigsegv - [@​`f7891c3`](https://redirect.github.com/siderolabs/talos/commit/f7891c301) chore: calculate vmnet interface name preemptively - [@​`ae87edf`](https://redirect.github.com/siderolabs/talos/commit/ae87edffb) fix: drop libseccomp from rootfs - [@​`f74a805`](https://redirect.github.com/siderolabs/talos/commit/f74a805bb) fix: do correct backoff for nocloud reconcile - [@​`01bb294`](https://redirect.github.com/siderolabs/talos/commit/01bb294af) fix(ci): provision tests - [@​`e4945be`](https://redirect.github.com/siderolabs/talos/commit/e4945be3b) docs: add registryd debug command - [@​`d8c670a`](https://redirect.github.com/siderolabs/talos/commit/d8c670ad3) release(v1.11.0-alpha.0): prepare release - [@​`ace44ea`](https://redirect.github.com/siderolabs/talos/commit/ace44ea61) test: update hydrophone to 0.7.0 - [@​`3a11636`](https://redirect.github.com/siderolabs/talos/commit/3a1163692) chore: cross platform qemu preflight checks - [@​`7914fb1`](https://redirect.github.com/siderolabs/talos/commit/7914fb104) chore: move the create command to it's own package - [@​`c8e6196`](https://redirect.github.com/siderolabs/talos/commit/c8e619608) chore: prepare for release 1.11 - [@​`1299aaa`](https://redirect.github.com/siderolabs/talos/commit/1299aaa45) chore(ci): add extensions test for Youki runtime - [@​`e50ceb2`](https://redirect.github.com/siderolabs/talos/commit/e50ceb221) docs: activate Talos 1.10 docs - [@​`9d12aae`](https://redirect.github.com/siderolabs/talos/commit/9d12aaeb1) test: improve config patch test - [@​`106a656`](https://redirect.github.com/siderolabs/talos/commit/106a656b6) chore: make qemu provider build on darwin - [@​`8013aa0`](https://redirect.github.com/siderolabs/talos/commit/8013aa06c) test: replace platform metadata test - [@​`2b89c28`](https://redirect.github.com/siderolabs/talos/commit/2b89c2810) fix: relax etcd APIs RBAC requirements - [@​`1e67758`](https://redirect.github.com/siderolabs/talos/commit/1e677587c) fix: preserve kubelet image suffix - [@​`62ab8af`](https://redirect.github.com/siderolabs/talos/commit/62ab8af45) fix: disk image generation with image cache - [@​`d60626f`](https://redirect.github.com/siderolabs/talos/commit/d60626f01) fix: handle encryption type mismatch - [@​`a9109eb`](https://redirect.github.com/siderolabs/talos/commit/a9109ebd0) feat: allow SideroLink unique token in machine config - [@​`2ff3a6e`](https://redirect.github.com/siderolabs/talos/commit/2ff3a6e40) feat(kernel): add bcache kernel module to core talos - [@​`fa95a21`](https://redirect.github.com/siderolabs/talos/commit/fa95a2146) fix(ci): bios provision test - [@​`f7c5b86`](https://redirect.github.com/siderolabs/talos/commit/f7c5b86be) fix: sync PCR extension with volume provisioning lifecycle - [@​`f90c794`](https://redirect.github.com/siderolabs/talos/commit/f90c79474) chore: show bound driver in pcidevices info - [@​`8db3462`](https://redirect.github.com/siderolabs/talos/commit/8db34624c) fix: handle correctly changing platform network config - [@​`77c7a07`](https://redirect.github.com/siderolabs/talos/commit/77c7a075b) feat: update Kubernetes to 1.33.0 - [@​`74f0c48`](https://redirect.github.com/siderolabs/talos/commit/74f0c48c7) feat: add version compatibility for Talos 1.11 - [@​`c4fb7da`](https://redirect.github.com/siderolabs/talos/commit/c4fb7dad0) fix: force DNS runner shutdown on timeout - [@​`c49b483`](https://redirect.github.com/siderolabs/talos/commit/c49b4836e) docs: hetzner: add note about public iso - [@​`16ea2b1`](https://redirect.github.com/siderolabs/talos/commit/16ea2b113) docs: add what is new for 1.10 - [@​`be3f0c0`](https://redirect.github.com/siderolabs/talos/commit/be3f0c018) fix: fix Gvisor tests with containerd patch - [@​`37db132`](https://redirect.github.com/siderolabs/talos/commit/37db132b3) chore(ci): add provision test with bios - [@​`ec60b70`](https://redirect.github.com/siderolabs/talos/commit/ec60b70e7) fix: set media type to OCI for image cache layer - [@​`a471eb3`](https://redirect.github.com/siderolabs/talos/commit/a471eb31b) feat: update Linux 6.12.24, containerd 2.0.5 - [@​`54ad5b8`](https://redirect.github.com/siderolabs/talos/commit/54ad5b872) fix: extension services logging to console - [@​`601f036`](https://redirect.github.com/siderolabs/talos/commit/601f036ba) docs: correct flannel extra args example - [@​`ae94377`](https://redirect.github.com/siderolabs/talos/commit/ae94377d1) feat: support encryption config for user volumes - [@​`9616f6e`](https://redirect.github.com/siderolabs/talos/commit/9616f6e8d) docs: add caveat for kubespan and host ports - [@​`a1d08a3`](https://redirect.github.com/siderolabs/talos/commit/a1d08a362) docs: fixes typo at OpenEBS Mayastor worker patches - [@​`a91e872`](https://redirect.github.com/siderolabs/talos/commit/a91e8726e) docs: add a dark theme - [@​`c76189c`](https://redirect.github.com/siderolabs/talos/commit/c76189c58) fix: grub EFI mount point - [@​`4ca985c`](https://redirect.github.com/siderolabs/talos/commit/4ca985c65) fix: grub efi platform install - [@​`b312602`](https://redirect.github.com/siderolabs/talos/commit/b31260281) docs: update storage.md - [@​`396a290`](https://redirect.github.com/siderolabs/talos/commit/396a29040) feat: add new SBCs - [@​`a902f65`](https://redirect.github.com/siderolabs/talos/commit/a902f6580) feat: update Flannel to v0.26.7 - [@​`2bbefec`](https://redirect.github.com/siderolabs/talos/commit/2bbefec1a) docs: use cache in preview - [@​`6028a8d`](https://redirect.github.com/siderolabs/talos/commit/6028a8d2d) docs: update kubeprism.md - [@​`e51a8ef`](https://redirect.github.com/siderolabs/talos/commit/e51a8ef8c) fix: prefer new `MountStatus` resource - [@​`d9c7e79`](https://redirect.github.com/siderolabs/talos/commit/d9c7e7946) docs: fix search - [@​`b32fa02`](https://redirect.github.com/siderolabs/talos/commit/b32fa029b) feat: update Kubernetes to 1.33.0-rc.1 - [@​`f0ea478`](https://redirect.github.com/siderolabs/talos/commit/f0ea478cb) feat: support address priority - [@​`8cd3c8d`](https://redirect.github.com/siderolabs/talos/commit/8cd3c8dc7) test: fix NVIDIA OSS tests - [@​`62f2d27`](https://redirect.github.com/siderolabs/talos/commit/62f2d27cd) docs: update virtualbox.md - [@​`141326e`](https://redirect.github.com/siderolabs/talos/commit/141326ea3) docs: fix tabpane styling - [@​`134aa53`](https://redirect.github.com/siderolabs/talos/commit/134aa53cc) feat: update base CoreDNS code in host DNS to 1.12.1 </p> </details> ##### Changes since v1.11.0-beta.0 <details><summary>25 commits</summary> <p> - [@​`5a15ce8`](https://redirect.github.com/siderolabs/talos/commit/5a15ce88b) release(v1.11.0-beta.1): prepare release - [@​`614ca2e`](https://redirect.github.com/siderolabs/talos/commit/614ca2e22) fix: one more attempt to fix volume mount race on restart - [@​`4b86dfe`](https://redirect.github.com/siderolabs/talos/commit/4b86dfe6f) feat: implement encryption locking to STATE - [@​`8ae76c3`](https://redirect.github.com/siderolabs/talos/commit/8ae76c320) feat: implement `talos.config.early` command line arg - [@​`19f8c60`](https://redirect.github.com/siderolabs/talos/commit/19f8c605e) docs: remove talos API flags from mgmt commands - [@​`fa1d6fe`](https://redirect.github.com/siderolabs/talos/commit/fa1d6fef8) feat: bootedentry resource - [@​`7dee810`](https://redirect.github.com/siderolabs/talos/commit/7dee810d4) fix: live reload of TLS client config for discovery client - [@​`a5dc224`](https://redirect.github.com/siderolabs/talos/commit/a5dc22466) fix: enforce minimum size on user volumes if not set explicitly - [@​`7836e92`](https://redirect.github.com/siderolabs/talos/commit/7836e924d) feat: update containerd to 2.1.4 - [@​`5012550`](https://redirect.github.com/siderolabs/talos/commit/5012550ec) feat: add [`F71808E`](https://redirect.github.com/siderolabs/talos/commit/F71808E) watchdog driver - [@​`10ddc4c`](https://redirect.github.com/siderolabs/talos/commit/10ddc4cdd) fix: grype scan - [@​`d108e0a`](https://redirect.github.com/siderolabs/talos/commit/d108e0a08) fix(ci): use a random suffix for ami names - [@​`5042255`](https://redirect.github.com/siderolabs/talos/commit/504225546) fix: issues with reading GPT - [@​`bdaf08d`](https://redirect.github.com/siderolabs/talos/commit/bdaf08dd4) feat: update PCI DB module to v0.3.2 - [@​`667dceb`](https://redirect.github.com/siderolabs/talos/commit/667dcebec) test: wait for service account test job longer - [@​`ae176a4`](https://redirect.github.com/siderolabs/talos/commit/ae176a4b7) feat: update etcd to 3.6.4 - [@​`201b680`](https://redirect.github.com/siderolabs/talos/commit/201b6801f) fix: issue with volume remount on service restart - [@​`2a91140`](https://redirect.github.com/siderolabs/talos/commit/2a911402b) chore: tag aws snapshots created via ci with the image name - [@​`d8bd84b`](https://redirect.github.com/siderolabs/talos/commit/d8bd84b56) docs: add SBOM documentation - [@​`7eec619`](https://redirect.github.com/siderolabs/talos/commit/7eec61993) feat: unify disk encryption configuration - [@​`4ff2bf9`](https://redirect.github.com/siderolabs/talos/commit/4ff2bf9e0) feat: update etcd to v3.5.22 - [@​`31a67d3`](https://redirect.github.com/siderolabs/talos/commit/31a67d379) fix: do not download artifacts for cron Grype scan - [@​`c6b6e0b`](https://redirect.github.com/siderolabs/talos/commit/c6b6e0bb3) docs: rewrite the getting started and prod docs for v1.10 and v1.11 - [@​`ca1c656`](https://redirect.github.com/siderolabs/talos/commit/ca1c656e6) chore(ci): add more nvidia test matrix - [@​`7a2e0f0`](https://redirect.github.com/siderolabs/talos/commit/7a2e0f068) feat: sync pkgs, update Linux to 6.12.40 </p> </details> ##### Changes from siderolabs/crypto <details><summary>5 commits</summary> <p> - [siderolabs/crypto@`62a079b`](https://redirect.github.com/siderolabs/crypto/commit/62a079b) fix: update TLS config, add tests for TLS interactions - [siderolabs/crypto@`c2b4e26`](https://redirect.github.com/siderolabs/crypto/commit/c2b4e26) fix: remove code duplication and fix [`Ed25511`](https://redirect.github.com/siderolabs/talos/commit/Ed255119) CA generation - [siderolabs/crypto@`2a07632`](https://redirect.github.com/siderolabs/crypto/commit/2a07632) fix: enforce FIPS-140-3 compliance - [siderolabs/crypto@`17107ae`](https://redirect.github.com/siderolabs/crypto/commit/17107ae) fix: add generic CSR generator and OpenSSL interop - [siderolabs/crypto@`53659fc`](https://redirect.github.com/siderolabs/crypto/commit/53659fc) refactor: split into files </p> </details> ##### Changes from siderolabs/discovery-client <details><summary>3 commits</summary> <p> - [siderolabs/discovery-client@`0bffa6f`](https://redirect.github.com/siderolabs/discovery-client/commit/0bffa6f) fix: allow TLS config to be passed as a function - [siderolabs/discovery-client@`09c6687`](https://redirect.github.com/siderolabs/discovery-client/commit/09c6687) chore: fix project name in release.toml - [siderolabs/discovery-client@`71b0c6d`](https://redirect.github.com/siderolabs/discovery-client/commit/71b0c6d) fix: add FIPS-140-3 strict compliance </p> </details> ##### Changes from siderolabs/gen <details><summary>5 commits</summary> <p> - [siderolabs/gen@`044d921`](https://redirect.github.com/siderolabs/gen/commit/044d921) feat: add xslices.Deduplicate - [siderolabs/gen@`dcb2b74`](https://redirect.github.com/siderolabs/gen/commit/dcb2b74) feat: add `panicsafe` package - [siderolabs/gen@`b36ee43`](https://redirect.github.com/siderolabs/gen/commit/b36ee43) feat: make `xyaml.CheckUnknownKeys` public - [siderolabs/gen@`3e319e7`](https://redirect.github.com/siderolabs/gen/commit/3e319e7) feat: implement `xyaml.UnmarshalStrict` - [siderolabs/gen@`7c0324f`](https://redirect.github.com/siderolabs/gen/commit/7c0324f) chore: future-proof HashTrieMap </p> </details> ##### Changes from siderolabs/go-circular <details><summary>1 commit</summary> <p> - [siderolabs/go-circular@`5b39ef8`](https://redirect.github.com/siderolabs/go-circular/commit/5b39ef8) fix: do not log error if chunk zero was never written </p> </details> ##### Changes from siderolabs/go-kubernetes <details><summary>4 commits</summary> <p> - [siderolabs/go-kubernetes@`7887034`](https://redirect.github.com/siderolabs/go-kubernetes/commit/7887034) feat: add checks for Kubernetes 1.34 removals - [siderolabs/go-kubernetes@`657a74b`](https://redirect.github.com/siderolabs/go-kubernetes/commit/657a74b) feat: prepare for Kubernetes 1.34 - [siderolabs/go-kubernetes@`9070be4`](https://redirect.github.com/siderolabs/go-kubernetes/commit/9070be4) fix: remove DynamicResourceAllocation feature gate - [siderolabs/go-kubernetes@`8cb588b`](https://redirect.github.com/siderolabs/go-kubernetes/commit/8cb588b) fix: k8s 1.32->1.33 upgrade check </p> </details> ##### Changes from siderolabs/go-pcidb <details><summary>1 commit</summary> <p> - [siderolabs/go-pcidb@`9baca16`](https://redirect.github.com/siderolabs/go-pcidb/commit/9baca16) feat: update PCI DB to the latest version </p> </details> ##### Changes from siderolabs/pkgs <details><summary>59 commits</summary> <p> - [siderolabs/pkgs@`a94734c`](https://redirect.github.com/siderolabs/pkgs/commit/a94734c) feat: update containerd to 2.1.4 - [siderolabs/pkgs@`662c5a4`](https://redirect.github.com/siderolabs/pkgs/commit/662c5a4) feat: enable [`F71808E`](https://redirect.github.com/siderolabs/talos/commit/F71808E) watchdog driver - [siderolabs/pkgs@`48afc2a`](https://redirect.github.com/siderolabs/pkgs/commit/48afc2a) fix: enable ISCSI IBFT - [siderolabs/pkgs@`ddb7b5e`](https://redirect.github.com/siderolabs/pkgs/commit/ddb7b5e) feat: update Linux to 6.12.40 - [siderolabs/pkgs@`5616981`](https://redirect.github.com/siderolabs/pkgs/commit/5616981) feat: enable bootloader control on amd64 - [siderolabs/pkgs@`4a840bc`](https://redirect.github.com/siderolabs/pkgs/commit/4a840bc) chore: allow more than one commit for a PR - [siderolabs/pkgs@`e2fbfb1`](https://redirect.github.com/siderolabs/pkgs/commit/e2fbfb1) feat: update tools/toolchain to 1.11.0 - [siderolabs/pkgs@`383bbb4`](https://redirect.github.com/siderolabs/pkgs/commit/383bbb4) feat: update NVIDIA production to 570.158.01 - [siderolabs/pkgs@`853cf3a`](https://redirect.github.com/siderolabs/pkgs/commit/853cf3a) feat: bump e2fsprogs, ipxe, kspp, tools - [siderolabs/pkgs@`a3f8281`](https://redirect.github.com/siderolabs/pkgs/commit/a3f8281) feat: update Linux to 6.12.38 - [siderolabs/pkgs@`8ed84c5`](https://redirect.github.com/siderolabs/pkgs/commit/8ed84c5) feat: refactor HW\_RANDOM configuration - [siderolabs/pkgs@`108099f`](https://redirect.github.com/siderolabs/pkgs/commit/108099f) feat: enable AMD encrypted memory - [siderolabs/pkgs@`c97d25e`](https://redirect.github.com/siderolabs/pkgs/commit/c97d25e) fix: remove erroneous PURLs - [siderolabs/pkgs@`90f7c65`](https://redirect.github.com/siderolabs/pkgs/commit/90f7c65) fix: bump bldr - [siderolabs/pkgs@`a24b40e`](https://redirect.github.com/siderolabs/pkgs/commit/a24b40e) feat: update Linux to 6.12.36 and firmware - [siderolabs/pkgs@`2537e61`](https://redirect.github.com/siderolabs/pkgs/commit/2537e61) docs: more SBOM metadata to cover whole Talos - [siderolabs/pkgs@`0f4cbbc`](https://redirect.github.com/siderolabs/pkgs/commit/0f4cbbc) feat: update dependencies - [siderolabs/pkgs@`9cec45c`](https://redirect.github.com/siderolabs/pkgs/commit/9cec45c) feat: add SBOM metadata for some packages - [siderolabs/pkgs@`03bb94c`](https://redirect.github.com/siderolabs/pkgs/commit/03bb94c) feat: update dependencies - [siderolabs/pkgs@`c613abd`](https://redirect.github.com/siderolabs/pkgs/commit/c613abd) fix: iptables url - [siderolabs/pkgs@`fae59df`](https://redirect.github.com/siderolabs/pkgs/commit/fae59df) fix: download and copy hailo8 firmware - [siderolabs/pkgs@`fadf1e2`](https://redirect.github.com/siderolabs/pkgs/commit/fadf1e2) feat: update containerd to 2.1.2 - [siderolabs/pkgs@`a0b0da1`](https://redirect.github.com/siderolabs/pkgs/commit/a0b0da1) feat: enable io.latency cgroup controller - [siderolabs/pkgs@`0aaa07a`](https://redirect.github.com/siderolabs/pkgs/commit/0aaa07a) feat: add hailort package - [siderolabs/pkgs@`8555e94`](https://redirect.github.com/siderolabs/pkgs/commit/8555e94) chore: use ftpmirror for GNU sources - [siderolabs/pkgs@`9fbe2b4`](https://redirect.github.com/siderolabs/pkgs/commit/9fbe2b4) feat: update Go to 1.24.4 - [siderolabs/pkgs@`79bfa9e`](https://redirect.github.com/siderolabs/pkgs/commit/79bfa9e) feat: update NVIDIA drivers to 570.148.08 - [siderolabs/pkgs@`c8b8bd8`](https://redirect.github.com/siderolabs/pkgs/commit/c8b8bd8) feat: bump dependencies - [siderolabs/pkgs@`54bf03e`](https://redirect.github.com/siderolabs/pkgs/commit/54bf03e) feat: update Linux to 6.12.31 - [siderolabs/pkgs@`93b3aaa`](https://redirect.github.com/siderolabs/pkgs/commit/93b3aaa) feat: add patch for CephFS IMA performance regression - [siderolabs/pkgs@`ebd6627`](https://redirect.github.com/siderolabs/pkgs/commit/ebd6627) feat: disable IMA support - [siderolabs/pkgs@`8aad53b`](https://redirect.github.com/siderolabs/pkgs/commit/8aad53b) feat: add CONFIG\_NFT\_CONNLIMIT to kernel - [siderolabs/pkgs@`7a299fa`](https://redirect.github.com/siderolabs/pkgs/commit/7a299fa) feat: update Linux to 6.12.30 - [siderolabs/pkgs@`8c4603e`](https://redirect.github.com/siderolabs/pkgs/commit/8c4603e) feat: move more configs to modules on arm64 - [siderolabs/pkgs@`7b1183b`](https://redirect.github.com/siderolabs/pkgs/commit/7b1183b) feat(kernel): enable IB user-space management and RDMA - [siderolabs/pkgs@`1b1430e`](https://redirect.github.com/siderolabs/pkgs/commit/1b1430e) fix: drop pcre2 binaries - [siderolabs/pkgs@`487610c`](https://redirect.github.com/siderolabs/pkgs/commit/487610c) fix: drop broken symlinks - [siderolabs/pkgs@`f31d518`](https://redirect.github.com/siderolabs/pkgs/commit/f31d518) fix: clean up some binaries - [siderolabs/pkgs@`0f74b9b`](https://redirect.github.com/siderolabs/pkgs/commit/0f74b9b) feat: update containerd to v2.1.1 - [siderolabs/pkgs@`89b4037`](https://redirect.github.com/siderolabs/pkgs/commit/89b4037) fix: tenstorrent pkg name - [siderolabs/pkgs@`a14b544`](https://redirect.github.com/siderolabs/pkgs/commit/a14b544) chore: drop qemu-tools vmdk support - [siderolabs/pkgs@`2563e47`](https://redirect.github.com/siderolabs/pkgs/commit/2563e47) feat: add tenstorrent package - [siderolabs/pkgs@`2a1c42f`](https://redirect.github.com/siderolabs/pkgs/commit/2a1c42f) fix(renovate): flannel config - [siderolabs/pkgs@`bfa69a8`](https://redirect.github.com/siderolabs/pkgs/commit/bfa69a8) feat: add open-vmdk package - [siderolabs/pkgs@`9f1ba1f`](https://redirect.github.com/siderolabs/pkgs/commit/9f1ba1f) fix: bring back updated containerd gvisor patch - [siderolabs/pkgs@`1567cb6`](https://redirect.github.com/siderolabs/pkgs/commit/1567cb6) feat: update Linux 6.12.28, firmware - [siderolabs/pkgs@`9bc66e6`](https://redirect.github.com/siderolabs/pkgs/commit/9bc66e6) feat: update containerd to 2.1.0 - [siderolabs/pkgs@`c6b54e0`](https://redirect.github.com/siderolabs/pkgs/commit/c6b54e0) feat: enable zswap - [siderolabs/pkgs@`4cd7084`](https://redirect.github.com/siderolabs/pkgs/commit/4cd7084) feat: update dependencies - [siderolabs/pkgs@`a3fcbf8`](https://redirect.github.com/siderolabs/pkgs/commit/a3fcbf8) feat(kernel): enable panthor driver - [siderolabs/pkgs@`74d1665`](https://redirect.github.com/siderolabs/pkgs/commit/74d1665) feat: update ZFS to 2.3.2 - [siderolabs/pkgs@`ddc866b`](https://redirect.github.com/siderolabs/pkgs/commit/ddc866b) feat: update Linux to 6.12.27 - [siderolabs/pkgs@`a347857`](https://redirect.github.com/siderolabs/pkgs/commit/a347857) fix: build containerd with Go 1.23 - [siderolabs/pkgs@`74da85c`](https://redirect.github.com/siderolabs/pkgs/commit/74da85c) fix: containerd build doesn't need seccomp - [siderolabs/pkgs@`4effa05`](https://redirect.github.com/siderolabs/pkgs/commit/4effa05) fix: downgrade libseccomp to 2.5.5 - [siderolabs/pkgs@`9cea00b`](https://redirect.github.com/siderolabs/pkgs/commit/9cea00b) feat: update Linux to 6.12.25 - [siderolabs/pkgs@`cb108a5`](https://redirect.github.com/siderolabs/pkgs/commit/cb108a5) feat(kernel): enable bcache module - [siderolabs/pkgs@`d042432`](https://redirect.github.com/siderolabs/pkgs/commit/d042432) fix: backport sandbox fix for Gvisor - [siderolabs/pkgs@`fa625dc`](https://redirect.github.com/siderolabs/pkgs/commit/fa625dc) feat: update Linux 6.12.24, containerd 2.0.5 </p> </details> ##### Changes from siderolabs/siderolink <details><summary>3 commits</summary> <p> - [siderolabs/siderolink@`5f46f65`](https://redirect.github.com/siderolabs/siderolink/commit/5f46f65) feat: handle panics in goroutines - [siderolabs/siderolink@`d09ff45`](https://redirect.github.com/siderolabs/siderolink/commit/d09ff45) fix: race in wait value - [siderolabs/siderolink@`d2a79e0`](https://redirect.github.com/siderolabs/siderolink/commit/d2a79e0) fix: clean up device on failure </p> </details> ##### Changes from siderolabs/tools <details><summary>10 commits</summary> <p> - [siderolabs/tools@`1d451f3`](https://redirect.github.com/siderolabs/tools/commit/1d451f3) feat: update toolchain to 1.11.0 - [siderolabs/tools@`650b916`](https://redirect.github.com/siderolabs/tools/commit/650b916) chore: bump toolchain, update names in SBOM - [siderolabs/tools@`594704b`](https://redirect.github.com/siderolabs/tools/commit/594704b) feat: bump dependencies - [siderolabs/tools@`4818702`](https://redirect.github.com/siderolabs/tools/commit/4818702) docs: add SBOM metadata for packages copied to pkgs - [siderolabs/tools@`542a03c`](https://redirect.github.com/siderolabs/tools/commit/542a03c) feat: update dependencies - [siderolabs/tools@`0554e87`](https://redirect.github.com/siderolabs/tools/commit/0554e87) chore: use ftpmirror for GNU sources - [siderolabs/tools@`1dfd14b`](https://redirect.github.com/siderolabs/tools/commit/1dfd14b) feat: update Go to 1.24.4 - [siderolabs/tools@`af3fd64`](https://redirect.github.com/siderolabs/tools/commit/af3fd64) feat: update dependencies - [siderolabs/tools@`e35234b`](https://redirect.github.com/siderolabs/tools/commit/e35234b) feat: update dependencies - [siderolabs/tools@`c96a4e6`](https://redirect.github.com/siderolabs/tools/commit/c96a4e6) chore: update toolchain to the latest version </p> </details> ##### Dependency Changes - **cloud.google.com/go/compute/metadata** v0.6.0 -> v0.7.0 - **github.com/Azure/azure-sdk-for-go/sdk/azcore** v1.18.0 -> v1.18.1 - **github.com/Azure/azure-sdk-for-go/sdk/azidentity** v1.9.0 -> v1.10.1 - **github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azcertificates** v1.3.1 -> v1.4.0 - **github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys** v1.3.1 -> v1.4.0 - **github.com/aws/aws-sdk-go-v2/config** v1.29.14 -> v1.29.17 - **github.com/aws/aws-sdk-go-v2/feature/ec2/imds** v1.16.30 -> v1.16.32 - **github.com/aws/aws-sdk-go-v2/service/kms** v1.38.3 -> v1.41.2 - **github.com/aws/smithy-go** v1.22.3 -> v1.22.4 - **github.com/containerd/containerd/api** v1.8.0 -> v1.9.0 - **github.com/containerd/containerd/v2** v2.0.5 -> v2.1.4 - **github.com/containernetworking/plugins** v1.6.2 -> v1.7.1 - **github.com/cosi-project/runtime** v0.10.2 -> v1.10.7 - **github.com/detailyang/go-fallocate** [`432fa64`](https://redirect.github.com/siderolabs/talos/commit/432fa640bd2e) ***new*** - **github.com/docker/cli** v28.0.4 -> v28.3.3 - **github.com/docker/docker** v28.0.4 -> v28.3.3 - **github.com/equinix-ms/go-vmw-guestrpc** v0.1.1 ***new*** - **github.com/foxboron/go-uefi** [`69fb7db`](https://redirect.github.com/siderolabs/talos/commit/69fb7dba244f) -> [`a3183a1`](https://redirect.github.com/siderolabs/talos/commit/a3183a1bfc84) - **github.com/g0rbe/go-chattr** v1.0.1 ***new*** - **github.com/google/cadvisor** v0.52.1 -> v0.53.0 - **github.com/google/cel-go** v0.24.1 -> v0.26.0 - **github.com/google/go-containerregistry** v0.20.3 -> v0.20.6 - **github.com/google/go-tpm** v0.9.3 -> v0.9.5 - **github.com/grpc-ecosystem/go-grpc-middleware/v2** v2.3.1 -> v2.3.2 - **github.com/hetznercloud/hcloud-go/v2** v2.21.0 -> v2.22.0 - **github.com/jsimonetti/rtnetlink/v2** v2.0.3 -> v2.0.5 - **github.com/klauspost/cpuid/v2** v2.2.10 -> v2.3.0 - **github.com/linode/go-metadata** v0.2.1 -> v0.2.2 - **github.com/miekg/dns** v1.1.65 -> v1.1.67 - **github.com/pkg/xattr** v0.4.10 -> v0.4.12 - **github.com/prometheus/procfs** v0.16.0 -> v0.17.0 - **github.com/rivo/tview** [`949945f`](https://redirect.github.com/siderolabs/talos/commit/949945f8d922) -> [`a4a78f1`](https://redirect.github.com/siderolabs/talos/commit/a4a78f1e05cb) - **github.com/safchain/ethtool** v0.5.10 -> v0.6.1 - **github.com/scaleway/scaleway-sdk-go** v1.0.0-beta.33 -> v1.0.0-beta.34 - **github.com/siderolabs/crypto** v0.5.1 -> v0.6.3 - **github.com/siderolabs/discovery-client** v0.1.11 -> v0.1.13 - **github.com/siderolabs/gen** v0.8.0 -> v0.8.5 - **github.com/siderolabs/go-blockdevice/v2** v2.0.16 -> v2.0.19 - **github.com/siderolabs/go-circular** v0.2.2 -> v0.2.3 - **github.com/siderolabs/go-kubernetes** v0.2.21 -> v0.2.25 - **github.com/siderolabs/go-pcidb** v0.3.1 -> v0.3.2 - **github.com/siderolabs/pkgs** v1.10.0-5-g48dba3e -> v1.11.0-6-ga94734c - **github.com/siderolabs/siderolink** v0.3.13 -> v0.3.15 - **github.com/siderolabs/talos/pkg/machinery** v1.10.0 -> v1.11.0-beta.1 - **github.com/siderolabs/tools** v1.10.0 -> v1.11.0 - **github.com/spf13/pflag** v1.0.6 -> v1.0.7 - **go.etcd.io/etcd/api/v3** v3.5.21 -> v3.6.4 - **go.etcd.io/etcd/client/pkg/v3** v3.5.21 -> v3.6.4 - **go.etcd.io/etcd/client/v3** v3.5.21 -> v3.6.4 - **go.etcd.io/etcd/etcdutl/v3** v3.5.21 -> v3.6.4 - **golang.org/x/net** v0.39.0 -> v0.42.0 - **golang.org/x/oauth2** v0.29.0 -> v0.30.0 - **golang.org/x/sync** v0.13.0 -> v0.16.0 - **golang.org/x/sys** v0.32.0 -> v0.34.0 - **golang.org/x/term** v0.31.0 -> v0.33.0 - **golang.org/x/text** v0.24.0 -> v0.27.0 - **golang.org/x/time** v0.11.0 -> v0.12.0 - **google.golang.org/grpc** </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
8e838bcd20 |
chore(flux): update image kube-prometheus-stack 75.15.1 → 75.15.2 (clustertool) (#38090)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus) ([source](https://redirect.github.com/prometheus-community/helm-charts)) | patch | `75.15.1` -> `75.15.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v75.15.2`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-75.15.2) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-75.15.1...kube-prometheus-stack-75.15.2) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[CI] Update docker/login-action action to v3.5.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/prometheus-community/helm-charts/pull/6001](https://redirect.github.com/prometheus-community/helm-charts/pull/6001)1 - \[kube-prometheus-stack] Update kube-prometheus-stack dependency non-major updates by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/prometheus-community/helm-charts/pull/6000](https://redirect.github.com/prometheus-community/helm-charts/pull/6000)0 **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-windows-exporter-0.12.1...kube-prometheus-stack-75.15.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
3f61b6f8da |
chore(container): update docker.io/renovate/renovate docker tag to v41.51.2 (#38082)
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 | `41.51.1-full` -> `41.51.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>
###
[`v41.51.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.51.2)
[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/41.51.1...41.51.2)
##### Documentation
- update references to renovate/renovate (main)
([#​37299](https://redirect.github.com/renovatebot/renovate/issues/37299))
([876b0e5](https://redirect.github.com/renovatebot/renovate/commit/876b0e5b1958b30b7bfa80949e1e0dead22d00e4))
##### Miscellaneous Chores
- **deps:** lock file maintenance (main)
([#​37300](https://redirect.github.com/renovatebot/renovate/issues/37300))
([9c9760a](https://redirect.github.com/renovatebot/renovate/commit/9c9760a0ca46b62a3a6527bb57a643ff053aabbd))
- **deps:** update dependency memfs to v4.20.1 (main)
([#​37289](https://redirect.github.com/renovatebot/renovate/issues/37289))
([2249780](https://redirect.github.com/renovatebot/renovate/commit/2249780a85e5ee6d8030ead35de2653e638ecffe))
- **deps:** update dependency memfs to v4.22.0 (main)
([#​37290](https://redirect.github.com/renovatebot/renovate/issues/37290))
([8200fee](https://redirect.github.com/renovatebot/renovate/commit/8200fee71a2fd5b2380879557e8d5a5049c17920))
- **deps:** update dependency memfs to v4.22.1 (main)
([#​37294](https://redirect.github.com/renovatebot/renovate/issues/37294))
([7d3b1ff](https://redirect.github.com/renovatebot/renovate/commit/7d3b1ff76e8aa24ae1a36acb9507adf54922be61))
- **deps:** update dependency memfs to v4.23.0 (main)
([#​37298](https://redirect.github.com/renovatebot/renovate/issues/37298))
([1f7ab10](https://redirect.github.com/renovatebot/renovate/commit/1f7ab1076b2cc684687b68453b4f88078067a80d))
##### Build System
- **deps:** update dependency cacache to v20 (main)
([#​37308](https://redirect.github.com/renovatebot/renovate/issues/37308))
([bfa7486](https://redirect.github.com/renovatebot/renovate/commit/bfa748668e0a5c65c3d12053da909969658b67c3))
- **deps:** update dependency cronstrue to v3 (main)
([#​37309](https://redirect.github.com/renovatebot/renovate/issues/37309))
([
|
||
|
|
113c6ff5c4 |
chore(github-action): update docker/login-action digest to 184bdaa (#38081)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/login-action](https://redirect.github.com/docker/login-action) | action | digest | `74a5d14` -> `184bdaa` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwicmVub3ZhdGUvZ2l0aHViLXJlbGVhc2UiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
1f86cd7ca0 |
docs(arksurvivalevolved): Simple grammar fixes in ark docs. (#38078)
**Description** Two small documentation updates in the Ark: SE chart. Now that I'm writing this I'm assuming I forgot to increment the chart version but I don't know if that's needed. ⚒️ Fixes #38077 **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [x] 📜 Documentation Changes **🧪 How Has This Been Tested?** None as they are really just doc changes. Famous last words... **📃 Notes:** NA **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
f62c3f8dd1 |
chore(container): update docker.io/renovate/renovate docker tag to v41.51.1 (#38071)
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 | `41.51.0-full` -> `41.51.1-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> ### [`v41.51.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.51.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.51.0...41.51.1) ##### Bug Fixes - **manager/bazel:** raise artifact error on sha failure ([#​37249](https://redirect.github.com/renovatebot/renovate/issues/37249)) ([63e2777](https://redirect.github.com/renovatebot/renovate/commit/63e2777082dbc1bf8f6827405095e53c6ab4b617)) ##### Miscellaneous Chores - **deps:** update dependency memfs to v4.19.0 (main) ([#​37279](https://redirect.github.com/renovatebot/renovate/issues/37279)) ([ff9aff9](https://redirect.github.com/renovatebot/renovate/commit/ff9aff9015eecd15e111c3f352265d3b3dc39cb0)) - **deps:** update dependency memfs to v4.20.0 (main) ([#​37282](https://redirect.github.com/renovatebot/renovate/issues/37282)) ([6eee669](https://redirect.github.com/renovatebot/renovate/commit/6eee6691a0ac16e95be68f283ad561aae3295e0c)) - **deps:** update dependency nock to v14.0.7 (main) ([#​37286](https://redirect.github.com/renovatebot/renovate/issues/37286)) ([5900507](https://redirect.github.com/renovatebot/renovate/commit/5900507fcc1ad38b064f736beb00e013e0c2400d)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
6b7f0d4d55 |
chore(helm): update image tccr.io/tccr/db-wait-redis digest to 14c792c (#38059)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/tccr/db-wait-redis](https://redirect.github.com/trueforge-org/truecharts) | digest | `13b78f5` -> `14c792c` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
a4aed15200 |
chore(helm): update image tccr.io/tccr/db-wait-mariadb digest to bd60b60 (#38057)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/tccr/db-wait-mariadb](https://redirect.github.com/trueforge-org/truecharts) | digest | `e2f91d3` -> `bd60b60` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
e139f3f1e7 |
chore(helm): update image tccr.io/tccr/db-wait-postgres digest to 1826875 (#38058)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/tccr/db-wait-postgres](https://redirect.github.com/trueforge-org/truecharts) | digest | `15f2712` -> `1826875` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
6168f69ffc |
chore(container): update docker.io/renovate/renovate docker tag to v41.51.0 (#38030)
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 | `41.50.0-full` -> `41.51.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> ### [`v41.51.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.51.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.50.0...41.51.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.25.0 (main) ([#​37277](https://redirect.github.com/renovatebot/renovate/issues/37277)) ([74a5557](https://redirect.github.com/renovatebot/renovate/commit/74a55575c60d0ff6f2f87b3265b675f5e80db575)) ##### Miscellaneous Chores - **deps:** update dependency memfs to v4.18.0 (main) ([#​37276](https://redirect.github.com/renovatebot/renovate/issues/37276)) ([471da78](https://redirect.github.com/renovatebot/renovate/commit/471da78664e85fef2e37d67e7ffe64a33a5cff31)) - **deps:** update otel/opentelemetry-collector-contrib docker tag to v0.131.1 (main) ([#​37278](https://redirect.github.com/renovatebot/renovate/issues/37278)) ([d3b61b8](https://redirect.github.com/renovatebot/renovate/commit/d3b61b888c9b9257056a7123ba14efce6b72beb0)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
abef1885d2 |
fix(website): update astro 5.12.7 → 5.12.8 (#38027)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [astro](https://astro.build) ([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro)) | [`5.12.7` -> `5.12.8`](https://renovatebot.com/diffs/npm/astro/5.12.7/5.12.8) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>withastro/astro (astro)</summary> ### [`v5.12.8`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#5128) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.12.7...astro@5.12.8) ##### Patch Changes - [`0567fb7`](https://redirect.github.com/withastro/astro/commit/0567fb7b50c0c452be387dd7c7264b96bedab48f) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Adds `//` to list of internal path prefixes that do not have automated trailing slash handling - [#​13894](https://redirect.github.com/withastro/astro/pull/13894) [`b36e72f`](https://redirect.github.com/withastro/astro/commit/b36e72f11fbcc0f3d5826f2b1939084f1fb1e3a8) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Removes Astro Studio commands from the CLI help - Updated dependencies \[[`0567fb7`](https://redirect.github.com/withastro/astro/commit/0567fb7b50c0c452be387dd7c7264b96bedab48f)]: - [@​astrojs/internal-helpers](https://redirect.github.com/astrojs/internal-helpers)@​0.7.1 - [@​astrojs/markdown-remark](https://redirect.github.com/astrojs/markdown-remark)@​6.3.5 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
b1fb09e3d9 |
chore(container): update docker.io/renovate/renovate docker tag to v41.50.0 (#38025)
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 | `41.46.8-full` -> `41.50.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> ### [`v41.50.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.50.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.49.1...41.50.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.24.0 (main) ([#​37275](https://redirect.github.com/renovatebot/renovate/issues/37275)) ([86a9f10](https://redirect.github.com/renovatebot/renovate/commit/86a9f1033fce2ee886e38fb24e9929bc68d6ec69)) ##### Miscellaneous Chores - **deps:** update dependency google-github-actions/auth to v2.1.12 (main) ([#​37274](https://redirect.github.com/renovatebot/renovate/issues/37274)) ([4ee10de](https://redirect.github.com/renovatebot/renovate/commit/4ee10de6bde0a943f646c1b7f501a982cd423a83)) - improve label-actions reproduction messages ([#​37260](https://redirect.github.com/renovatebot/renovate/issues/37260)) ([801b7bb](https://redirect.github.com/renovatebot/renovate/commit/801b7bb135ce385033d7cc6b0d067dfa5fb4068f)) ### [`v41.49.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.49.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.49.0...41.49.1) ##### Miscellaneous Chores - **deps:** update dependency eslint to v9.32.0 (main) ([#​37271](https://redirect.github.com/renovatebot/renovate/issues/37271)) ([d87db39](https://redirect.github.com/renovatebot/renovate/commit/d87db39c954e46735104d01bce1b725c86877447)) ##### Build System - **deps:** update dependency google-auth-library to v10.2.0 (main) ([#​37270](https://redirect.github.com/renovatebot/renovate/issues/37270)) ([3a9b6fc](https://redirect.github.com/renovatebot/renovate/commit/3a9b6fc9182bae8cf536ca8c18149a71ab3d3a08)) ### [`v41.49.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.49.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.48.1...41.49.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.23.0 (main) ([#​37266](https://redirect.github.com/renovatebot/renovate/issues/37266)) ([103fb1c](https://redirect.github.com/renovatebot/renovate/commit/103fb1cad026a42cd7610e6e3d1e8aa15b05856a)) ##### Bug Fixes - **datasource/terraform-provider:** return artifact error if hashes can't be computed ([#​37264](https://redirect.github.com/renovatebot/renovate/issues/37264)) ([96d9d5e](https://redirect.github.com/renovatebot/renovate/commit/96d9d5e18df29eb7757f2e6a24ee7592662a9d2e)) ##### Miscellaneous Chores - **deps:** update dependency [@​eslint/js](https://redirect.github.com/eslint/js) to v9.32.0 (main) ([#​37267](https://redirect.github.com/renovatebot/renovate/issues/37267)) ([a695171](https://redirect.github.com/renovatebot/renovate/commit/a695171c2d4457485c7fb9837ba4dded88a3d287)) - label-actions "more-specific" ([#​37261](https://redirect.github.com/renovatebot/renovate/issues/37261)) ([abcb838](https://redirect.github.com/renovatebot/renovate/commit/abcb8388ede317b1fe1194c25a4f2f807296ac4e)) ### [`v41.48.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.48.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.47.1...41.48.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.22.5 (main) ([#​37262](https://redirect.github.com/renovatebot/renovate/issues/37262)) ([8876830](https://redirect.github.com/renovatebot/renovate/commit/88768303ee7f246da3337c5d34cace8c53f1284e)) ### [`v41.47.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.47.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.46.8...41.47.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.22.4 (main) ([#​37257](https://redirect.github.com/renovatebot/renovate/issues/37257)) ([082ea52](https://redirect.github.com/renovatebot/renovate/commit/082ea52db11c2fa491f0a6b2a0e814bb4181593b)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
786de0f1b5 |
chore(container): update docker.io/renovate/renovate docker tag to v41.46.8 (#38023)
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 | `41.46.7-full` -> `41.46.8-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> ### [`v41.46.8`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.46.8) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.46.7...41.46.8) ##### Bug Fixes - Revert "feat(presets): added fumadocs to mono repo groups" ([#​37250](https://redirect.github.com/renovatebot/renovate/issues/37250)) ([257a028](https://redirect.github.com/renovatebot/renovate/commit/257a0286ee89e66d7fb049b314427b5bb3a7a0a7)) ##### Documentation - add monorepo note ([#​37251](https://redirect.github.com/renovatebot/renovate/issues/37251)) ([53c2615](https://redirect.github.com/renovatebot/renovate/commit/53c2615e5095b328a2bb4fbdd51268de4dfee0a3)) ##### Miscellaneous Chores - **deps:** update dependency renovatebot/github-action to v43.0.5 (main) ([#​37183](https://redirect.github.com/renovatebot/renovate/issues/37183)) ([868b063](https://redirect.github.com/renovatebot/renovate/commit/868b063b92b935f6f5b9ec53f9f346ffe0cb5410)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
72e950278e |
chore(github-action): update docker/metadata-action digest to c1e5197 (#38022)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/metadata-action](https://redirect.github.com/docker/metadata-action) | action | digest | `902fa8e` -> `c1e5197` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwicmVub3ZhdGUvZ2l0aHViLXJlbGVhc2UiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
6e98756b15 |
chore(container): update docker.io/renovate/renovate docker tag to v41.46.7 (#38020)
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 | `41.46.6-full` -> `41.46.7-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> ### [`v41.46.7`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.46.7) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.46.6...41.46.7) ##### Miscellaneous Chores - **deps:** update dependency node to v22.18.0 (main) ([#​37247](https://redirect.github.com/renovatebot/renovate/issues/37247)) ([8f525c2](https://redirect.github.com/renovatebot/renovate/commit/8f525c25d0f7ec86338cb46004a2aef0a64db19e)) ##### Build System - **deps:** update aws-sdk-js-v3 monorepo to v3.858.0 (main) ([#​37246](https://redirect.github.com/renovatebot/renovate/issues/37246)) ([bc6d623](https://redirect.github.com/renovatebot/renovate/commit/bc6d6238cb781240a3d96170dc727055f486ab4b)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
a28d38e72d |
chore(helm): update image tccr.io/tccr/tailscale v1.84.3 → v1.86.2 (#38018)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/tccr/tailscale](https://redirect.github.com/truecharts/public) | minor | `8308996` -> `7694928` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
eb6b9c8c38 |
chore(deps): update node.js v22.17.1 → v22.18.0 (#38017)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [node](https://nodejs.org) ([source](https://redirect.github.com/nodejs/node)) | minor | `22.17.1` -> `22.18.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>nodejs/node (node)</summary> ### [`v22.18.0`](https://redirect.github.com/nodejs/node/releases/tag/v22.18.0): 2025-07-31, Version 22.18.0 'Jod' (LTS), @​aduh95 [Compare Source](https://redirect.github.com/nodejs/node/compare/v22.17.1...v22.18.0) ##### Notable Changes ##### Type stripping is enabled by default Node.js will be able to execute TypeScript files without additional configuration: ```console $ echo 'const foo: string = 'World'; console.log(`Hello ${foo}!`);' > file.ts $ node file.ts Hello World! ``` There are some limitations in the supported syntax documented at <https://nodejs.org/api/typescript.html#type-stripping>. This feature is experimental and is subject to change. Disable it by passing `--no-experimental-strip-types` CLI flag. Contributed by Marco Ippolito in [#​56350](https://redirect.github.com/nodejs/node/pull/56350). ##### Other notable changes - \[[`26f3711228`](https://redirect.github.com/nodejs/node/commit/26f3711228)] - **(SEMVER-MINOR)** **deps**: update amaro to 1.1.0 (Node.js GitHub Bot) [#​56350](https://redirect.github.com/nodejs/node/pull/56350) - \[[`d80ef2a71f`](https://redirect.github.com/nodejs/node/commit/d80ef2a71f)] - **(SEMVER-MINOR)** **doc**: add all watch-mode related flags to node.1 (Dario Piotrowicz) [#​58719](https://redirect.github.com/nodejs/node/pull/58719) - \[[`8ab24d21c9`](https://redirect.github.com/nodejs/node/commit/8ab24d21c9)] - **doc**: add islandryu to collaborators (Shima Ryuhei) [#​58714](https://redirect.github.com/nodejs/node/pull/58714) - \[[`430e66b9b8`](https://redirect.github.com/nodejs/node/commit/430e66b9b8)] - **(SEMVER-MINOR)** **esm**: implement `import.meta.main` (Joe) [#​57804](https://redirect.github.com/nodejs/node/pull/57804) - \[[`62f7926b6a`](https://redirect.github.com/nodejs/node/commit/62f7926b6a)] - **(SEMVER-MINOR)** **fs**: allow correct handling of burst in fs-events with AsyncIterator (Philipp Dunkel) [#​58490](https://redirect.github.com/nodejs/node/pull/58490) - \[[`65f19a00c3`](https://redirect.github.com/nodejs/node/commit/65f19a00c3)] - **(SEMVER-MINOR)** **permission**: propagate permission model flags on spawn (Rafael Gonzaga) [#​58853](https://redirect.github.com/nodejs/node/pull/58853) - \[[`ccca1517f9`](https://redirect.github.com/nodejs/node/commit/ccca1517f9)] - **(SEMVER-MINOR)** **sqlite**: add support for `readBigInts` option in db connection level (Miguel Marcondes Filho) [#​58697](https://redirect.github.com/nodejs/node/pull/58697) - \[[`48003e87e8`](https://redirect.github.com/nodejs/node/commit/48003e87e8)] - **(SEMVER-MINOR)** **src,permission**: add support to `permission.has(addon)` (Rafael Gonzaga) [#​58951](https://redirect.github.com/nodejs/node/pull/58951) - \[[`fe4290a0e6`](https://redirect.github.com/nodejs/node/commit/fe4290a0e6)] - **(SEMVER-MINOR)** **url**: add `fileURLToPathBuffer` API (James M Snell) [#​58700](https://redirect.github.com/nodejs/node/pull/58700) - \[[`4dc6b4c67a`](https://redirect.github.com/nodejs/node/commit/4dc6b4c67a)] - **(SEMVER-MINOR)** **watch**: add `--watch-kill-signal` flag (Dario Piotrowicz) [#​58719](https://redirect.github.com/nodejs/node/pull/58719) - \[[`8dbc6b210f`](https://redirect.github.com/nodejs/node/commit/8dbc6b210f)] - **(SEMVER-MINOR)** **worker**: make `Worker` async disposable (James M Snell) [#​58385](https://redirect.github.com/nodejs/node/pull/58385) ##### Commits - \[[`b19ffebea7`](https://redirect.github.com/nodejs/node/commit/b19ffebea7)] - **assert**: remove dead code (Yoshiya Hinosawa) [#​58760](https://redirect.github.com/nodejs/node/pull/58760) - \[[`5bc828beae`](https://redirect.github.com/nodejs/node/commit/5bc828beae)] - **benchmark**: add source map and source map cache (Miguel Marcondes Filho) [#​58125](https://redirect.github.com/nodejs/node/pull/58125) - \[[`f7c16985a7`](https://redirect.github.com/nodejs/node/commit/f7c16985a7)] - **build**: disable v8\_enable\_pointer\_compression\_shared\_cage on non-64bit (Shelley Vohr) [#​58867](https://redirect.github.com/nodejs/node/pull/58867) - \[[`ba42c72f7f`](https://redirect.github.com/nodejs/node/commit/ba42c72f7f)] - **build**: option to use custom inspector\_protocol path (Shelley Vohr) [#​58839](https://redirect.github.com/nodejs/node/pull/58839) - \[[`4fd8911653`](https://redirect.github.com/nodejs/node/commit/4fd8911653)] - **build**: fix typo 'Stoage' to 'Storage' in help text (ganglike) [#​58777](https://redirect.github.com/nodejs/node/pull/58777) - \[[`114cd95919`](https://redirect.github.com/nodejs/node/commit/114cd95919)] - **crypto**: fix inclusion of OPENSSL\_IS\_BORINGSSL define (Shelley Vohr) [#​58845](https://redirect.github.com/nodejs/node/pull/58845) - \[[`6699c75eac`](https://redirect.github.com/nodejs/node/commit/6699c75eac)] - **crypto**: fix SHAKE128/256 breaking change introduced with OpenSSL 3.4 (Filip Skokan) [#​58942](https://redirect.github.com/nodejs/node/pull/58942) - \[[`f99aa748c0`](https://redirect.github.com/nodejs/node/commit/f99aa748c0)] - **deps**: upgrade npm to 10.9.3 (npm team) [#​58847](https://redirect.github.com/nodejs/node/pull/58847) - \[[`02e971190b`](https://redirect.github.com/nodejs/node/commit/02e971190b)] - **deps**: update sqlite to 3.50.2 (Node.js GitHub Bot) [#​58882](https://redirect.github.com/nodejs/node/pull/58882) - \[[`de2b85b5ae`](https://redirect.github.com/nodejs/node/commit/de2b85b5ae)] - **deps**: update googletest to [`35b75a2`](https://redirect.github.com/nodejs/node/commit/35b75a2) (Node.js GitHub Bot) [#​58710](https://redirect.github.com/nodejs/node/pull/58710) - \[[`e7591d7a19`](https://redirect.github.com/nodejs/node/commit/e7591d7a19)] - **deps**: update minimatch to 10.0.3 (Node.js GitHub Bot) [#​58712](https://redirect.github.com/nodejs/node/pull/58712) - \[[`8c61b96c43`](https://redirect.github.com/nodejs/node/commit/8c61b96c43)] - **deps**: update acorn to 8.15.0 (Node.js GitHub Bot) [#​58711](https://redirect.github.com/nodejs/node/pull/58711) - \[[`113f4e2d3c`](https://redirect.github.com/nodejs/node/commit/113f4e2d3c)] - **deps**: update sqlite to 3.50.1 (Node.js GitHub Bot) [#​58630](https://redirect.github.com/nodejs/node/pull/58630) - \[[`7ccd848995`](https://redirect.github.com/nodejs/node/commit/7ccd848995)] - **deps**: update simdjson to 3.13.0 (Node.js GitHub Bot) [#​58629](https://redirect.github.com/nodejs/node/pull/58629) - \[[`e9c51deb5c`](https://redirect.github.com/nodejs/node/commit/e9c51deb5c)] - **deps**: update zlib to 1.3.1-470d3a2 (Node.js GitHub Bot) [#​58628](https://redirect.github.com/nodejs/node/pull/58628) - \[[`26f3711228`](https://redirect.github.com/nodejs/node/commit/26f3711228)] - **(SEMVER-MINOR)** **deps**: update amaro to 1.1.0 (Node.js GitHub Bot) [#​56350](https://redirect.github.com/nodejs/node/pull/56350) - \[[`752dde182f`](https://redirect.github.com/nodejs/node/commit/752dde182f)] - **(SEMVER-MINOR)** **deps**: update amaro to 1.0.0 (Node.js GitHub Bot) [#​56350](https://redirect.github.com/nodejs/node/pull/56350) - \[[`258534d0dc`](https://redirect.github.com/nodejs/node/commit/258534d0dc)] - **(SEMVER-MINOR)** **deps**: update amaro to 0.5.3 (Node.js GitHub Bot) [#​56350](https://redirect.github.com/nodejs/node/pull/56350) - \[[`7fcf675503`](https://redirect.github.com/nodejs/node/commit/7fcf675503)] - **(SEMVER-MINOR)** **deps**: update amaro to 0.5.2 (Node.js GitHub Bot) [#​56350](https://redirect.github.com/nodejs/node/pull/56350) - \[[`81a10a67d5`](https://redirect.github.com/nodejs/node/commit/81a10a67d5)] - **(SEMVER-MINOR)** **deps**: update amaro to 0.5.1 (Marco Ippolito) [#​56350](https://redirect.github.com/nodejs/node/pull/56350) - \[[`25f8682a62`](https://redirect.github.com/nodejs/node/commit/25f8682a62)] - **(SEMVER-MINOR)** **deps**: update amaro to 0.5.0 (nodejs-github-bot) [#​56350](https://redirect.github.com/nodejs/node/pull/56350) - \[[`4baf2167e7`](https://redirect.github.com/nodejs/node/commit/4baf2167e7)] - **dns**: fix parse memory leaky (theanarkh) [#​58973](https://redirect.github.com/nodejs/node/pull/58973) - \[[`e8f4a7df22`](https://redirect.github.com/nodejs/node/commit/e8f4a7df22)] - **dns**: set timeout to 1000ms when timeout < 0 (theanarkh) [#​58441](https://redirect.github.com/nodejs/node/pull/58441) - \[[`1e373a0a25`](https://redirect.github.com/nodejs/node/commit/1e373a0a25)] - **doc**: update release key for aduh95 (Antoine du Hamel) [#​58877](https://redirect.github.com/nodejs/node/pull/58877) - \[[`d5c104246f`](https://redirect.github.com/nodejs/node/commit/d5c104246f)] - **doc**: remove broken link to permission model source code (Juan José) [#​58972](https://redirect.github.com/nodejs/node/pull/58972) - \[[`b8885a25ff`](https://redirect.github.com/nodejs/node/commit/b8885a25ff)] - **doc**: clarify details of TSC public and private meetings (James M Snell) [#​58925](https://redirect.github.com/nodejs/node/pull/58925) - \[[`aa05823b37`](https://redirect.github.com/nodejs/node/commit/aa05823b37)] - **doc**: mark stability markers consistent in `globals.md` (Antoine du Hamel) [#​58932](https://redirect.github.com/nodejs/node/pull/58932) - \[[`3856aee9b2`](https://redirect.github.com/nodejs/node/commit/3856aee9b2)] - **doc**: move "Core Promise APIs" to "Completed initiatives" (Antoine du Hamel) [#​58934](https://redirect.github.com/nodejs/node/pull/58934) - \[[`c2f9735422`](https://redirect.github.com/nodejs/node/commit/c2f9735422)] - **doc**: fix `fetch` subsections in `globals.md` (Antoine du Hamel) [#​58933](https://redirect.github.com/nodejs/node/pull/58933) - \[[`5f4c7a9d2d`](https://redirect.github.com/nodejs/node/commit/5f4c7a9d2d)] - **doc**: add missing `Class:` mentions (Antoine du Hamel) [#​58931](https://redirect.github.com/nodejs/node/pull/58931) - \[[`88ee38b37c`](https://redirect.github.com/nodejs/node/commit/88ee38b37c)] - **doc**: remove myself from security steward rotation (Michael Dawson) [#​58927](https://redirect.github.com/nodejs/node/pull/58927) - \[[`02031a9b0d`](https://redirect.github.com/nodejs/node/commit/02031a9b0d)] - **doc**: add ovflowd back to core collaborators (Claudio W.) [#​58911](https://redirect.github.com/nodejs/node/pull/58911) - \[[`9551fa3c8f`](https://redirect.github.com/nodejs/node/commit/9551fa3c8f)] - **doc**: update email address for Richard Lau (Richard Lau) [#​58910](https://redirect.github.com/nodejs/node/pull/58910) - \[[`cd6bc982c0`](https://redirect.github.com/nodejs/node/commit/cd6bc982c0)] - **doc**: update vm doc links (Chengzhong Wu) [#​58885](https://redirect.github.com/nodejs/node/pull/58885) - \[[`ce49303cd0`](https://redirect.github.com/nodejs/node/commit/ce49303cd0)] - **doc**: add missing comma in `child_process.md` (ronijames008) [#​58862](https://redirect.github.com/nodejs/node/pull/58862) - \[[`d80ef2a71f`](https://redirect.github.com/nodejs/node/commit/d80ef2a71f)] - **(SEMVER-MINOR)** **doc**: add all watch-mode related flags to node.1 (Dario Piotrowicz) [#​58719](https://redirect.github.com/nodejs/node/pull/58719) - \[[`f8fcb1c83a`](https://redirect.github.com/nodejs/node/commit/f8fcb1c83a)] - **doc**: fix jsdoc definition of assert.ifError() fn in lib/assert.js (jesh) [#​58573](https://redirect.github.com/nodejs/node/pull/58573) - \[[`28fddc04ca`](https://redirect.github.com/nodejs/node/commit/28fddc04ca)] - **doc**: add array type in http request headers (Michael Henrique) [#​58049](https://redirect.github.com/nodejs/node/pull/58049) - \[[`8bd698b688`](https://redirect.github.com/nodejs/node/commit/8bd698b688)] - **doc**: add missing colon to headers in `globals.md` (Aviv Keller) [#​58825](https://redirect.github.com/nodejs/node/pull/58825) - \[[`fa5818e3c1`](https://redirect.github.com/nodejs/node/commit/fa5818e3c1)] - **doc**: fix `stream.md` section order (Antoine du Hamel) [#​58811](https://redirect.github.com/nodejs/node/pull/58811) - \[[`2384bfdcbd`](https://redirect.github.com/nodejs/node/commit/2384bfdcbd)] - **doc**: fix stability 1.x links excluding the decimal digit (Dario Piotrowicz) [#​58783](https://redirect.github.com/nodejs/node/pull/58783) - \[[`4e9fe670c9`](https://redirect.github.com/nodejs/node/commit/4e9fe670c9)] - **doc**: fix wrong RFC number in http2 (Deokjin Kim) [#​58753](https://redirect.github.com/nodejs/node/pull/58753) - \[[`bbe4ad7351`](https://redirect.github.com/nodejs/node/commit/bbe4ad7351)] - **doc**: add history entry for TS support in hooks (Antoine du Hamel) [#​58732](https://redirect.github.com/nodejs/node/pull/58732) - \[[`ec60473ab1`](https://redirect.github.com/nodejs/node/commit/ec60473ab1)] - **doc**: run license-builder (github-actions\[bot]) [#​58722](https://redirect.github.com/nodejs/node/pull/58722) - \[[`8ab24d21c9`](https://redirect.github.com/nodejs/node/commit/8ab24d21c9)] - **doc**: add islandryu to collaborators (Shima Ryuhei) [#​58714](https://redirect.github.com/nodejs/node/pull/58714) - \[[`8c641105cd`](https://redirect.github.com/nodejs/node/commit/8c641105cd)] - **doc**: punctuation fix for Node-API versioning clarification (Jiacai Liu) [#​58599](https://redirect.github.com/nodejs/node/pull/58599) - \[[`133b10a0bb`](https://redirect.github.com/nodejs/node/commit/133b10a0bb)] - **doc**: add path rules and validation for export targets in package.json (0hm☘️) [#​58604](https://redirect.github.com/nodejs/node/pull/58604) - \[[`354a68c460`](https://redirect.github.com/nodejs/node/commit/354a68c460)] - **doc**: add history entries to `--input-type` section (Antoine du Hamel) [#​56350](https://redirect.github.com/nodejs/node/pull/56350) - \[[`430e66b9b8`](https://redirect.github.com/nodejs/node/commit/430e66b9b8)] - **(SEMVER-MINOR)** **esm**: implement import.meta.main (Joe) [#​57804](https://redirect.github.com/nodejs/node/pull/57804) - \[[`42c4ca6024`](https://redirect.github.com/nodejs/node/commit/42c4ca6024)] - **esm**: syncify default path of `ModuleLoader.load` (Jacob Smith) [#​57419](https://redirect.github.com/nodejs/node/pull/57419) - \[[`3ac8c686a3`](https://redirect.github.com/nodejs/node/commit/3ac8c686a3)] - **esm**: unwrap WebAssembly.Global on Wasm Namespaces (Guy Bedford) [#​57525](https://redirect.github.com/nodejs/node/pull/57525) - \[[`c7ebf2e245`](https://redirect.github.com/nodejs/node/commit/c7ebf2e245)] - **fs**: close dir before throwing if `options.bufferSize` is invalid (Livia Medeiros) [#​58856](https://redirect.github.com/nodejs/node/pull/58856) - \[[`38ffed8744`](https://redirect.github.com/nodejs/node/commit/38ffed8744)] - **fs**: special input `-1` on `chown`, `lchown` and `fchown` (Alex Yang) [#​58836](https://redirect.github.com/nodejs/node/pull/58836) - \[[`0e82f72a46`](https://redirect.github.com/nodejs/node/commit/0e82f72a46)] - **fs**: throw `ERR_INVALID_THIS` on illegal invocations (Livia Medeiros) [#​58848](https://redirect.github.com/nodejs/node/pull/58848) - \[[`141b2b1954`](https://redirect.github.com/nodejs/node/commit/141b2b1954)] - **fs**: make `Dir` disposers idempotent (René) [#​58692](https://redirect.github.com/nodejs/node/pull/58692) - \[[`dedd9d1961`](https://redirect.github.com/nodejs/node/commit/dedd9d1961)] - **fs**: avoid computing time coefficient constants in runtime (Livia Medeiros) [#​58728](https://redirect.github.com/nodejs/node/pull/58728) - \[[`a029a06b49`](https://redirect.github.com/nodejs/node/commit/a029a06b49)] - **fs**: add UV\_ENOSPC to list of things to pass to err directly (Jacky Zhao) [#​56918](https://redirect.github.com/nodejs/node/pull/56918) - \[[`62f7926b6a`](https://redirect.github.com/nodejs/node/commit/62f7926b6a)] - **(SEMVER-MINOR)** **fs**: allow correct handling of burst in fs-events with AsyncIterator (Philipp Dunkel) [#​58490](https://redirect.github.com/nodejs/node/pull/58490) - \[[`927d2e77f3`](https://redirect.github.com/nodejs/node/commit/927d2e77f3)] - **http**: fix keep-alive not timing out after post-request empty line (Shima Ryuhei) [#​58178](https://redirect.github.com/nodejs/node/pull/58178) - \[[`5cd8145612`](https://redirect.github.com/nodejs/node/commit/5cd8145612)] - **http2**: add diagnostics channel 'http2.server.stream.close' (Darshan Sen) [#​58602](https://redirect.github.com/nodejs/node/pull/58602) - \[[`0f2b31cba4`](https://redirect.github.com/nodejs/node/commit/0f2b31cba4)] - **inspector**: add protocol methods retrieving sent/received data (Chengzhong Wu) [#​58645](https://redirect.github.com/nodejs/node/pull/58645) - \[[`79428d8946`](https://redirect.github.com/nodejs/node/commit/79428d8946)] - **lib**: fix `getTypeScriptParsingMode` jsdoc (沈鸿飞) [#​58681](https://redirect.github.com/nodejs/node/pull/58681) - \[[`2c205d857c`](https://redirect.github.com/nodejs/node/commit/2c205d857c)] - **lib**: rename `validateInternalField` into `validateThisInternalField` (LiviaMedeiros) [#​58765](https://redirect.github.com/nodejs/node/pull/58765) - \[[`f67e927a5f`](https://redirect.github.com/nodejs/node/commit/f67e927a5f)] - **lib**: make `validateInternalField()` throw `ERR_INVALID_THIS` (LiviaMedeiros) [#​58765](https://redirect.github.com/nodejs/node/pull/58765) - \[[`914701d4f8`](https://redirect.github.com/nodejs/node/commit/914701d4f8)] - **lib,src**: support DOMException ser-des (Chengzhong Wu) [#​58649](https://redirect.github.com/nodejs/node/pull/58649) - \[[`12a75dca8b`](https://redirect.github.com/nodejs/node/commit/12a75dca8b)] - **meta**: bump step-security/harden-runner from 2.12.0 to 2.12.2 (dependabot\[bot]) [#​58923](https://redirect.github.com/nodejs/node/pull/58923) - \[[`0d56fec6f0`](https://redirect.github.com/nodejs/node/commit/0d56fec6f0)] - **meta**: bump github/codeql-action from 3.28.18 to 3.29.2 (dependabot\[bot]) [#​58922](https://redirect.github.com/nodejs/node/pull/58922) - \[[`7f4f6e0409`](https://redirect.github.com/nodejs/node/commit/7f4f6e0409)] - **meta**: add IlyasShabi to collaborators (Ilyas Shabi) [#​58916](https://redirect.github.com/nodejs/node/pull/58916) - \[[`50b62c9663`](https://redirect.github.com/nodejs/node/commit/50b62c9663)] - **meta**: add [@​nodejs/inspector](https://redirect.github.com/nodejs/inspector) as codeowner (Chengzhong Wu) [#​58790](https://redirect.github.com/nodejs/node/pull/58790) - \[[`2fc89892ab`](https://redirect.github.com/nodejs/node/commit/2fc89892ab)] - **module**: fix typescript import.meta.main (Marco Ippolito) [#​58661](https://redirect.github.com/nodejs/node/pull/58661) - \[[`bfc68c8ae8`](https://redirect.github.com/nodejs/node/commit/bfc68c8ae8)] - **module**: convert schema-only core module on `convertCJSFilenameToURL` (Alex Yang) [#​58612](https://redirect.github.com/nodejs/node/pull/58612) - \[[`54634f5e53`](https://redirect.github.com/nodejs/node/commit/54634f5e53)] - **module**: update tests for combined ambiguous module syntax error (Mert Can Altin) [#​55874](https://redirect.github.com/nodejs/node/pull/55874) - \[[`10eb3db4af`](https://redirect.github.com/nodejs/node/commit/10eb3db4af)] - **module**: allow cycles in require() in the CJS handling in ESM loader (Joyee Cheung) [#​58598](https://redirect.github.com/nodejs/node/pull/58598) - \[[`fe7994eb0c`](https://redirect.github.com/nodejs/node/commit/fe7994eb0c)] - **module**: improve typescript error message format (Marco Ippolito) [#​56350](https://redirect.github.com/nodejs/node/pull/56350) - \[[`c898491017`](https://redirect.github.com/nodejs/node/commit/c898491017)] - **(SEMVER-MINOR)** **module**: remove experimental warning from type stripping (Marco Ippolito) [#​56350](https://redirect.github.com/nodejs/node/pull/56350) - \[[`c07745a436`](https://redirect.github.com/nodejs/node/commit/c07745a436)] - **module**: refactor commonjs typescript loader (Marco Ippolito) [#​56350](https://redirect.github.com/nodejs/node/pull/56350) - \[[`8d1f5df313`](https://redirect.github.com/nodejs/node/commit/8d1f5df313)] - **(SEMVER-MINOR)** **module**: unflag --experimental-strip-types (Marco Ippolito) [#​56350](https://redirect.github.com/nodejs/node/pull/56350) - \[[`a8a1c9a960`](https://redirect.github.com/nodejs/node/commit/a8a1c9a960)] - **os**: fix GetInterfaceAddresses memory lieaky (theanarkh) [#​58940](https://redirect.github.com/nodejs/node/pull/58940) - \[[`65f19a00c3`](https://redirect.github.com/nodejs/node/commit/65f19a00c3)] - **(SEMVER-MINOR)** **permission**: propagate permission model flags on spawn (Rafael Gonzaga) [#​58853](https://redirect.github.com/nodejs/node/pull/58853) - \[[`f0a165d89f`](https://redirect.github.com/nodejs/node/commit/f0a165d89f)] - **repl**: fix eval errors thrown after close throwing `ERR_USE_AFTER_CLOSE` (Dario Piotrowicz) [#​58791](https://redirect.github.com/nodejs/node/pull/58791) - \[[`9ef1cd1607`](https://redirect.github.com/nodejs/node/commit/9ef1cd1607)] - **repl**: avoid deprecated `require.extensions` in tab completion (baki gul) [#​58653](https://redirect.github.com/nodejs/node/pull/58653) - \[[`22a4c60e08`](https://redirect.github.com/nodejs/node/commit/22a4c60e08)] - **repl**: fix tab completion not working with computer string properties (Dario Piotrowicz) [#​58709](https://redirect.github.com/nodejs/node/pull/58709) - \[[`ccca1517f9`](https://redirect.github.com/nodejs/node/commit/ccca1517f9)] - **(SEMVER-MINOR)** **sqlite**: add support for readBigInts option in db connection level (Miguel Marcondes Filho) [#​58697](https://redirect.github.com/nodejs/node/pull/58697) - \[[`690525881e`](https://redirect.github.com/nodejs/node/commit/690525881e)] - **src**: simplify adding fast APIs to ExternalReferenceRegistry (René) [#​58896](https://redirect.github.com/nodejs/node/pull/58896) - \[[`a381b4d990`](https://redirect.github.com/nodejs/node/commit/a381b4d990)] - **src**: remove fast API for InternalModuleStat (Joyee Cheung) [#​58489](https://redirect.github.com/nodejs/node/pull/58489) - \[[`390654e996`](https://redirect.github.com/nodejs/node/commit/390654e996)] - **src**: fix internalModuleStat v8 fast path (Yagiz Nizipli) [#​58054](https://redirect.github.com/nodejs/node/pull/58054) - \[[`b722647572`](https://redirect.github.com/nodejs/node/commit/b722647572)] - **src**: fix -Wunreachable-code in src/node\_api.cc (Shelley Vohr) [#​58901](https://redirect.github.com/nodejs/node/pull/58901) - \[[`6d1fe67f56`](https://redirect.github.com/nodejs/node/commit/6d1fe67f56)] - **src**: -Wunreachable-code error in crypto\_context.cc (Shelley Vohr) [#​58901](https://redirect.github.com/nodejs/node/pull/58901) - \[[`2d8e65c6db`](https://redirect.github.com/nodejs/node/commit/2d8e65c6db)] - **src**: fix -Wunreachable-code-return in src/node\_contextify.cc (Shelley Vohr) [#​58901](https://redirect.github.com/nodejs/node/pull/58901) - \[[`e07adb3b18`](https://redirect.github.com/nodejs/node/commit/e07adb3b18)] - **src**: cleanup uv\_fs\_req before uv\_fs\_stat on existSync (RafaelGSS) [#​58915](https://redirect.github.com/nodejs/node/pull/58915) - \[[`6b30c0a511`](https://redirect.github.com/nodejs/node/commit/6b30c0a511)] - **src**: -Wmismatched-new-delete in debug\_utils.cc (Shelley Vohr) [#​58844](https://redirect.github.com/nodejs/node/pull/58844) - \[[`74ef07f2e7`](https://redirect.github.com/nodejs/node/commit/74ef07f2e7)] - **src**: add FromV8Value\<T>() for integral and enum types (Aditi) [#​57931](https://redirect.github.com/nodejs/node/pull/57931) - \[[`28bf6ed87d`](https://redirect.github.com/nodejs/node/commit/28bf6ed87d)] - **src**: pass resource on permission checks for spawn (Rafael Gonzaga) [#​58758](https://redirect.github.com/nodejs/node/pull/58758) - \[[`daf65d479b`](https://redirect.github.com/nodejs/node/commit/daf65d479b)] - **src**: replace std::array with static arrays in contextify (Mert Can Altin) [#​58580](https://redirect.github.com/nodejs/node/pull/58580) - \[[`9cb671fdb1`](https://redirect.github.com/nodejs/node/commit/9cb671fdb1)] - **src**: add new CopyUtimes function to reduce code duplication (Dario Piotrowicz) [#​58625](https://redirect.github.com/nodejs/node/pull/58625) - \[[`e515eb861c`](https://redirect.github.com/nodejs/node/commit/e515eb861c)] - **src**: replace V8 Fast API todo comment with note comment (Dario Piotrowicz) [#​58614](https://redirect.github.com/nodejs/node/pull/58614) - \[[`48003e87e8`](https://redirect.github.com/nodejs/node/commit/48003e87e8)] - **(SEMVER-MINOR)** **src,permission**: add support to permission.has(addon) (Rafael Gonzaga) [#​58951](https://redirect.github.com/nodejs/node/pull/58951) - \[[`72f75bb976`](https://redirect.github.com/nodejs/node/commit/72f75bb976)] - **src,permission**: enhance permission model debug (Rafael Gonzaga) [#​58898](https://redirect.github.com/nodejs/node/pull/58898) - \[[`66fccc252b`](https://redirect.github.com/nodejs/node/commit/66fccc252b)] - **(SEMVER-MINOR)** **test**: add test for async disposable worker thread (James M Snell) [#​58385](https://redirect.github.com/nodejs/node/pull/58385) - \[[`43d2ad8599`](https://redirect.github.com/nodejs/node/commit/43d2ad8599)] - **test**: deflake test-runner-watch-mode-kill-signal (Dario Piotrowicz) [#​58952](https://redirect.github.com/nodejs/node/pull/58952) - \[[`7c54085698`](https://redirect.github.com/nodejs/node/commit/7c54085698)] - **test**: add known issue tests for recursive readdir calls with Buffer path (Dario Piotrowicz) [#​58893](https://redirect.github.com/nodejs/node/pull/58893) - \[[`cd2a5d9a51`](https://redirect.github.com/nodejs/node/commit/cd2a5d9a51)] - **test**: add known issue tests for fs.cp (James M Snell) [#​58883](https://redirect.github.com/nodejs/node/pull/58883) - \[[`26072a7953`](https://redirect.github.com/nodejs/node/commit/26072a7953)] - **test**: add tests to ensure that node.1 is kept in sync with cli.md (Dario Piotrowicz) [#​58878](https://redirect.github.com/nodejs/node/pull/58878) - \[[`3fd187f559`](https://redirect.github.com/nodejs/node/commit/3fd187f559)] - **test**: replace `.filter()[0]` with `.find()` (Livia Medeiros) [#​58872](https://redirect.github.com/nodejs/node/pull/58872) - \[[`0d538abb15`](https://redirect.github.com/nodejs/node/commit/0d538abb15)] - **test**: remove reliance on in-tree `deps/undici` (Richard Lau) [#​58866](https://redirect.github.com/nodejs/node/pull/58866) - \[[`e24dede403`](https://redirect.github.com/nodejs/node/commit/e24dede403)] - **test**: close dirs in `fs-opendir` test (Livia Medeiros) [#​58855](https://redirect.github.com/nodejs/node/pull/58855) - \[[`ac6b8222e6`](https://redirect.github.com/nodejs/node/commit/ac6b8222e6)] - **test**: correct SIMD support comment (Richard Lau) [#​58767](https://redirect.github.com/nodejs/node/pull/58767) - \[[`9d3e451181`](https://redirect.github.com/nodejs/node/commit/9d3e451181)] - **test**: add tests for REPL custom evals (Dario Piotrowicz) [#​57850](https://redirect.github.com/nodejs/node/pull/57850) - \[[`17a3246718`](https://redirect.github.com/nodejs/node/commit/17a3246718)] - **test**: reduce the use of private symbols in test-events-once.js (Yoshiya Hinosawa) [#​58685](https://redirect.github.com/nodejs/node/pull/58685) - \[[`bbf33efcd0`](https://redirect.github.com/nodejs/node/commit/bbf33efcd0)] - **test**: use `common.skipIfInspectorDisabled()` to skip tests (Dario Piotrowicz) [#​58675](https://redirect.github.com/nodejs/node/pull/58675) - \[[`d6660baff7`](https://redirect.github.com/nodejs/node/commit/d6660baff7)] - **test**: update WPT for dom/abort to [`dc92816`](https://redirect.github.com/nodejs/node/commit/dc928169ee) (Node.js GitHub Bot) [#​58644](https://redirect.github.com/nodejs/node/pull/58644) - \[[`6d9d5deb44`](https://redirect.github.com/nodejs/node/commit/6d9d5deb44)] - **test**: split indirect eval import tests (Chengzhong Wu) [#​58637](https://redirect.github.com/nodejs/node/pull/58637) - \[[`abd5b5fd20`](https://redirect.github.com/nodejs/node/commit/abd5b5fd20)] - **test**: deflake async-hooks/test-improper-order on AIX (Baki Gul) [#​58567](https://redirect.github.com/nodejs/node/pull/58567) - \[[`3fc630e7cf`](https://redirect.github.com/nodejs/node/commit/3fc630e7cf)] - **test**: close FileHandle objects in tests explicitly (James M Snell) [#​58615](https://redirect.github.com/nodejs/node/pull/58615) - \[[`7f0560dc4b`](https://redirect.github.com/nodejs/node/commit/7f0560dc4b)] - **test**: skip broken sea on rhel8 (Marco Ippolito) [#​58914](https://redirect.github.com/nodejs/node/pull/58914) - \[[`898e68a915`](https://redirect.github.com/nodejs/node/commit/898e68a915)] - **test**: save the config file in a temporary directory (Luigi Pinca) [#​58799](https://redirect.github.com/nodejs/node/pull/58799) - \[[`9f2132a4f6`](https://redirect.github.com/nodejs/node/commit/9f2132a4f6)] - **test**: deflake test-config-file (Luigi Pinca) [#​58799](https://redirect.github.com/nodejs/node/pull/58799) - \[[`f1b74cff9a`](https://redirect.github.com/nodejs/node/commit/f1b74cff9a)] - **test**: skip tests failing when run under root (Livia Medeiros) [#​58610](https://redirect.github.com/nodejs/node/pull/58610) - \[[`4b0ee14a97`](https://redirect.github.com/nodejs/node/commit/4b0ee14a97)] - **tools**: bump the eslint group in /tools/eslint with 6 updates (dependabot\[bot]) [#​58921](https://redirect.github.com/nodejs/node/pull/58921) - \[[`a84935fb0e`](https://redirect.github.com/nodejs/node/commit/a84935fb0e)] - **tools**: update inspector\_protocol to [`69d69dd`](https://redirect.github.com/nodejs/node/commit/69d69dd) (Shelley Vohr) [#​58900](https://redirect.github.com/nodejs/node/pull/58900) - \[[`af805186cd`](https://redirect.github.com/nodejs/node/commit/af805186cd)] - **tools**: update gyp-next to 0.20.2 (Node.js GitHub Bot) [#​58788](https://redirect.github.com/nodejs/node/pull/58788) - \[[`a2d2d36bb1`](https://redirect.github.com/nodejs/node/commit/a2d2d36bb1)] - **tools**: make nodedownload module compatible with Python 3.14 (Lumír 'Frenzy' Balhar) [#​58752](https://redirect.github.com/nodejs/node/pull/58752) - \[[`cc8b9aa43d`](https://redirect.github.com/nodejs/node/commit/cc8b9aa43d)] - **tools**: include toolchain.gypi in abseil.gyp (Chengzhong Wu) [#​58678](https://redirect.github.com/nodejs/node/pull/58678) - \[[`fbbf49a7d3`](https://redirect.github.com/nodejs/node/commit/fbbf49a7d3)] - **tools**: bump `brace-expansion` in `/tools/clang-format` (dependabot\[bot]) [#​58699](https://redirect.github.com/nodejs/node/pull/58699) - \[[`8db92a41c5`](https://redirect.github.com/nodejs/node/commit/8db92a41c5)] - **tools**: bump brace-expansion from 1.1.11 to 1.1.12 in /tools/eslint (dependabot\[bot]) [#​58698](https://redirect.github.com/nodejs/node/pull/58698) - \[[`3a099cf88f`](https://redirect.github.com/nodejs/node/commit/3a099cf88f)] - **tools**: switch to `@stylistic/eslint-plugin` (Michaël Zasso) [#​58623](https://redirect.github.com/nodejs/node/pull/58623) - \[[`9798511e7c`](https://redirect.github.com/nodejs/node/commit/9798511e7c)] - **tools**: remove config.status under `make distclean` (René) [#​58603](https://redirect.github.com/nodejs/node/pull/58603) - \[[`011290a4eb`](https://redirect.github.com/nodejs/node/commit/011290a4eb)] - **tools**: edit commit-queue workflow file (Antoine du Hamel) [#​58667](https://redirect.github.com/nodejs/node/pull/58667) - \[[`a7406f56da`](https://redirect.github.com/nodejs/node/commit/a7406f56da)] - **tools**: improve release proposal linter (Antoine du Hamel) [#​58647](https://redirect.github.com/nodejs/node/pull/58647) - \[[`c855310f83`](https://redirect.github.com/nodejs/node/commit/c855310f83)] - **tools,doc**: move more MDN links to types (Antoine du Hamel) [#​58930](https://redirect.github.com/nodejs/node/pull/58930) - \[[`805239c824`](https://redirect.github.com/nodejs/node/commit/805239c824)] - **typings**: add Atomics primordials (Renegade334) [#​58577](https://redirect.github.com/nodejs/node/pull/58577) - \[[`d28b2aa0a2`](https://redirect.github.com/nodejs/node/commit/d28b2aa0a2)] - **typings**: add ZSTD\_COMPRESS, ZSTD\_DECOMPRESS to internalBinding (Meghan Denny) [#​58655](https://redirect.github.com/nodejs/node/pull/58655) - \[[`fe4290a0e6`](https://redirect.github.com/nodejs/node/commit/fe4290a0e6)] - **(SEMVER-MINOR)** **url**: add fileURLToPathBuffer API (James M Snell) [#​58700](https://redirect.github.com/nodejs/node/pull/58700) - \[[`db648b92c1`](https://redirect.github.com/nodejs/node/commit/db648b92c1)] - **util**: inspect: do not crash on an Error stack pointing to itself (Sam Verschueren) [#​58196](https://redirect.github.com/nodejs/node/pull/58196) - \[[`791ecfac14`](https://redirect.github.com/nodejs/node/commit/791ecfac14)] - **v8**: fix missing callback in heap utils destroy (Ruben Bridgewater) [#​58846](https://redirect.github.com/nodejs/node/pull/58846) - \[[`4dc6b4c67a`](https://redirect.github.com/nodejs/node/commit/4dc6b4c67a)] - **(SEMVER-MINOR)** **watch**: add `--watch-kill-signal` flag (Dario Piotrowicz) [#​58719](https://redirect.github.com/nodejs/node/pull/58719) - \[[`8dbc6b210f`](https://redirect.github.com/nodejs/node/commit/8dbc6b210f)] - **(SEMVER-MINOR)** **worker**: make Worker async disposable (James M Snell) [#​58385](https://redirect.github.com/nodejs/node/pull/58385) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
c1ba044ae5 |
chore(container): update docker.io/renovate/renovate docker tag to v41.46.6 (#38015)
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 | `41.46.5-full` -> `41.46.6-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> ### [`v41.46.6`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.46.6) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.46.5...41.46.6) ##### Build System - **deps:** update node.js to v22.18.0 (main) ([#​37245](https://redirect.github.com/renovatebot/renovate/issues/37245)) ([3e95178](https://redirect.github.com/renovatebot/renovate/commit/3e95178030d02d0d916f4bf44943858f56beef87)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
642f4d11fc |
fix(website): update astro 5.12.6 → 5.12.7 (#38011)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [astro](https://astro.build) ([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro)) | [`5.12.6` -> `5.12.7`](https://renovatebot.com/diffs/npm/astro/5.12.6/5.12.7) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>withastro/astro (astro)</summary> ### [`v5.12.7`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#5127) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.12.6...astro@5.12.7) ##### Patch Changes - [#​14169](https://redirect.github.com/withastro/astro/pull/14169) [`f4e8889`](https://redirect.github.com/withastro/astro/commit/f4e8889c10c25aeb7650b389c35a70780d5ed172) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Skips trailing slash handling for paths that start with `/.`. - [#​14170](https://redirect.github.com/withastro/astro/pull/14170) [`34e6b3a`](https://redirect.github.com/withastro/astro/commit/34e6b3a87dd3e9be4886059d1c0efee4c5fa3cda) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes an issue where static redirects couldn't correctly generate a redirect when the destination is a prerendered route, and the `output` is set to `"server"`. - [#​14169](https://redirect.github.com/withastro/astro/pull/14169) [`f4e8889`](https://redirect.github.com/withastro/astro/commit/f4e8889c10c25aeb7650b389c35a70780d5ed172) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug that prevented images from being displayed in dev when using the Netlify adapter with `trailingSlash` set to `always` - Updated dependencies \[[`f4e8889`](https://redirect.github.com/withastro/astro/commit/f4e8889c10c25aeb7650b389c35a70780d5ed172)]: - [@​astrojs/internal-helpers](https://redirect.github.com/astrojs/internal-helpers)@​0.7.0 - [@​astrojs/markdown-remark](https://redirect.github.com/astrojs/markdown-remark)@​6.3.4 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
c46721982e |
fix(website): update typescript 5.8.3 → 5.9.2 (#38014)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | [`5.8.3` -> `5.9.2`](https://renovatebot.com/diffs/npm/typescript/5.8.3/5.9.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>microsoft/TypeScript (typescript)</summary> ### [`v5.9.2`](https://redirect.github.com/microsoft/TypeScript/releases/tag/v5.9.2): TypeScript 5.9 [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.8.3...v5.9.2) <!--- For release notes, check out the [release announcement](). For new features, check out the [What's new in TypeScript v5.9.2](). For the complete list of fixed issues, check out the * [fixed issues query for TypeScript v5.9.2](https://redirect.github.com/microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.3%22+is%3Aclosed+). Downloads are available on: * [npm](https://www.npmjs.com/package/typescript) --> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
bfb79e361c | fix(deps): update module github.com/budimanjojo/talhelper/v3 v3.0.31 → v3.0.32 (clustertool) (#38010) | ||
|
|
1f0b2e9800 |
chore(container): update docker.io/tailscale/tailscale docker tag to v1.86.2 (#38012)
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.84.3` -> `v1.86.2` | --- > [!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.86.2`](https://redirect.github.com/tailscale/tailscale/releases/tag/v1.86.2) [Compare Source](https://redirect.github.com/tailscale/tailscale/compare/v1.84.3...v1.86.2) 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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
264d37cf52 |
chore(container): update docker.io/renovate/renovate docker tag to v41.46.5 (#38006)
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 | `41.46.4-full` -> `41.46.5-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> ### [`v41.46.5`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.46.5) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.46.4...41.46.5) ##### Bug Fixes - **go:** Handle 403s while iterating over major versions ([#​37237](https://redirect.github.com/renovatebot/renovate/issues/37237)) ([3b740f0](https://redirect.github.com/renovatebot/renovate/commit/3b740f04bda9efaa3bd979bdb38d8659b8779c22)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
acad1f3723 |
chore(container): update docker.io/renovate/renovate docker tag to v41.46.4 (#38003)
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 | `41.46.3-full` -> `41.46.4-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> ### [`v41.46.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.46.4) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.46.3...41.46.4) ##### Bug Fixes - **azure,bitbucket-server:** bearer auth for cloning repos sets extra header correctly ([#​37235](https://redirect.github.com/renovatebot/renovate/issues/37235)) ([99af755](https://redirect.github.com/renovatebot/renovate/commit/99af75579d507c7a02828d8ebc97d647e30a6d21)) - **platform/github:** reduce max body length to 58k ([#​37236](https://redirect.github.com/renovatebot/renovate/issues/37236)) ([427f782](https://redirect.github.com/renovatebot/renovate/commit/427f78248aa0ebdb3fc3a84a13f600322c36ecd7)) ##### Documentation - **gitea:** improve `forgejo` deprecation message ([#​37233](https://redirect.github.com/renovatebot/renovate/issues/37233)) ([2b4044e](https://redirect.github.com/renovatebot/renovate/commit/2b4044e5831dec2a2e8c25281b679e182d8906c1)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
4c77887f14 |
fix(website): update astro 5.12.5 → 5.12.6 (#37992)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [astro](https://astro.build) ([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro)) | [`5.12.5` -> `5.12.6`](https://renovatebot.com/diffs/npm/astro/5.12.5/5.12.6) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>withastro/astro (astro)</summary> ### [`v5.12.6`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#5126) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.12.5...astro@5.12.6) ##### Patch Changes - [#​14153](https://redirect.github.com/withastro/astro/pull/14153) [`29e9283`](https://redirect.github.com/withastro/astro/commit/29e928391a90844f8b701a581c4f163e0b6c46db) Thanks [@​jp-knj](https://redirect.github.com/jp-knj)! - Fixes a regression introduced by a recent optimisation of how SVG images are emitted during the build. - [#​14156](https://redirect.github.com/withastro/astro/pull/14156) [`592f08d`](https://redirect.github.com/withastro/astro/commit/592f08d1b4a3e03c61b34344e36cb772bd67709a) Thanks [@​TheOtterlord](https://redirect.github.com/TheOtterlord)! - Fix the client router not submitting forms if the active URL contained a hash - [#​14160](https://redirect.github.com/withastro/astro/pull/14160) [`d2e25c6`](https://redirect.github.com/withastro/astro/commit/d2e25c6e9d52160d4f8d8cbf7bc44e6794483f20) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug that meant some remote image URLs could cause invalid filenames to be used for processed images - [#​14167](https://redirect.github.com/withastro/astro/pull/14167) [`62bd071`](https://redirect.github.com/withastro/astro/commit/62bd0717ab810c049ed7f3f63029895dfb402797) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug that prevented destroyed sessions from being deleted from storage unless the session had been loaded </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
084d130f8a |
chore(container): update docker.io/renovate/renovate docker tag to v41.46.3 (#37993)
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 | `41.45.0-full` -> `41.46.3-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> ### [`v41.46.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.46.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.46.2...41.46.3) ##### Bug Fixes - **github:** reduce max body length ([#​37228](https://redirect.github.com/renovatebot/renovate/issues/37228)) ([7a23c50](https://redirect.github.com/renovatebot/renovate/commit/7a23c50612dcc402d4ffcbdc8b1fd3e5f497275c)) ### [`v41.46.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.46.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.46.1...41.46.2) ##### Build System - **deps:** update dependency [@​pnpm/parse-overrides](https://redirect.github.com/pnpm/parse-overrides) to v1001.0.1 (main) ([#​37226](https://redirect.github.com/renovatebot/renovate/issues/37226)) ([6855180](https://redirect.github.com/renovatebot/renovate/commit/685518028a6af401b861f1aaafcbefbb73f95c7a)) ### [`v41.46.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.46.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.45.0...41.46.1) ##### Bug Fixes - only strip .git from end of url ([#​37225](https://redirect.github.com/renovatebot/renovate/issues/37225)) ([d2bd578](https://redirect.github.com/renovatebot/renovate/commit/d2bd578cd58cac0fd8d2a7d9882f61f723292ef6)) ##### Miscellaneous Chores - **deps:** update otel/opentelemetry-collector-contrib docker tag to v0.131.0 (main) ([#​37220](https://redirect.github.com/renovatebot/renovate/issues/37220)) ([4d2558b](https://redirect.github.com/renovatebot/renovate/commit/4d2558b326ffffcc4ee643c373a2eae637411855)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
161b3d242f |
Update kustomization.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
3c78b4eb74 |
Delete clusters/main/kubernetes/apps/renovate directory
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
3b888b59e4 | chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.50.7 → 0.50.8 (#37991) | ||
|
|
dc2c4555ca |
chore(helm): update image ghcr.io/wizarrrr/wizarr 2025.7.7 → 2025.7.8 (#37953)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/wizarrrr/wizarr | patch | `4ced56b` -> `9c705c4` | 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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
f489915c14 |
chore(container): update docker.io/renovate/renovate docker tag to v41.45.0 (#37980)
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 | `41.43.7-full` -> `41.45.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> ### [`v41.45.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.45.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.44.0...41.45.0) ##### Features - **azure:** add support for rebase-merge ([#​33732](https://redirect.github.com/renovatebot/renovate/issues/33732)) ([6c40f18](https://redirect.github.com/renovatebot/renovate/commit/6c40f185e4280271c811ec022178169ef6d96559)) ### [`v41.44.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.44.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.43.7...41.44.0) ##### Features - Add configurable `artifactErrorWarning` user string ([#​37177](https://redirect.github.com/renovatebot/renovate/issues/37177)) ([ea7fd6e](https://redirect.github.com/renovatebot/renovate/commit/ea7fd6e3428d9683339a109ef190d79135d609f5)) ##### Documentation - update references to renovate/renovate (main) ([#​37179](https://redirect.github.com/renovatebot/renovate/issues/37179)) ([ac65158](https://redirect.github.com/renovatebot/renovate/commit/ac65158a18ff5af867c887b9b81f9b10a53e664d)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
7a3486bf4a |
chore(container): update docker.io/renovate/renovate docker tag to v41.43.7 (#37963)
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 | `41.43.5-full` -> `41.43.7-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> ### [`v41.43.7`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.43.7) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.43.5...41.43.7) ##### Documentation - update bitbucket server example version ([#​37198](https://redirect.github.com/renovatebot/renovate/issues/37198)) ([c7b653e](https://redirect.github.com/renovatebot/renovate/commit/c7b653e33951db904d179f43196916be4c41d09e)) ##### Miscellaneous Chores - **deps:** update containerbase/internal-tools action to v3.10.62 (main) ([#​37181](https://redirect.github.com/renovatebot/renovate/issues/37181)) ([015a4aa](https://redirect.github.com/renovatebot/renovate/commit/015a4aa669d9ff1e9ab9986bc36eae8df2c79334)) - **deps:** update dependency typescript-eslint to v8.38.0 (main) ([#​37200](https://redirect.github.com/renovatebot/renovate/issues/37200)) ([1efa265](https://redirect.github.com/renovatebot/renovate/commit/1efa265cc7bbcf449032babd23873642f68f099f)) ##### Build System - **deps:** update dependency validate-npm-package-name to v6.0.2 (main) ([#​37203](https://redirect.github.com/renovatebot/renovate/issues/37203)) ([a486cd1](https://redirect.github.com/renovatebot/renovate/commit/a486cd145c638ca46190d50e6110991b62b49d73)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
7e47e7a475 |
chore(helm): update image tccr.io/tccr/db-wait-mongodb digest to b6b1213 (#37946)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/tccr/db-wait-mongodb](https://redirect.github.com/trueforge-org/truecharts) | digest | `c380a59` -> `b6b1213` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
766916178e |
chore(container): update public.ecr.aws/docker/library/nextcloud:31.0.7-fpm docker digest to 1a20dc2 (#37921)
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 | `2fd5249` -> `1a20dc2` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
52180f200e |
chore(container): update tccr.io/tccr/alpine:latest docker digest to 6dc807a (#37922)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | tccr.io/tccr/alpine | final | digest | `ffd0ba1` -> `6dc807a` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
27ffaaef31 |
chore(helm): update image ghcr.io/elfhosted/emby 4.9.1.11 → 4.9.1.12 (#37918)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/elfhosted/emby](https://redirect.github.com/jellyfin/jellyfin) | patch | `b759174` -> `aabb6aa` | 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
07a9005553 |
chore(flux): update image blocky 18.3.1 → 18.4.0 (clustertool) (#37919)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [blocky](https://truecharts.org/charts/premium/blocky) ([source](https://0xerr0r.github.io/blocky/)) | minor | `18.3.1` -> `18.4.0` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
d9e31b5687 |
chore(helm): update image ghcr.io/open-webui/open-webui digest to 2466939 (#37917)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/open-webui/open-webui | digest | `1addcd1` -> `2466939` | 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
f755532e87 |
chore(helm): update chart redis 17.1.1 → 17.2.0 (#37902)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [redis](https://truecharts.org/charts/stable/redis) ([source](https://gallery.ecr.aws/bitnami/redis)) | minor | `17.1.1` -> `17.2.0` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==--> |
||
|
|
f9151cec9f |
chore(helm): update chart mariadb 16.1.1 → 16.2.0 (#37899)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mariadb](https://truecharts.org/charts/stable/mariadb) ([source](https://gallery.ecr.aws/bitnami/mariadb)) | minor | `16.1.1` -> `16.2.0` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==--> |
||
|
|
031af4f464 |
chore(helm): update chart memcached 16.1.1 → 16.2.1 (#37900)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [memcached](https://truecharts.org/charts/stable/memcached) ([source](https://gallery.ecr.aws/bitnami/memcached)) | minor | `16.1.1` -> `16.2.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==--> |
||
|
|
a19a9486ed |
chore(helm): update image ghcr.io/linuxserver/jackett 0.22.2202 → 0.22.2207 (#37913)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/jackett](https://redirect.github.com/linuxserver/docker-jackett/packages) ([source](https://redirect.github.com/linuxserver/docker-jackett)) | patch | `56e217a` -> `b80c91d` | 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
477ea3b198 |
fix(website): update astro 5.12.4 → 5.12.5 (#37914)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [astro](https://astro.build) ([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro)) | [`5.12.4` -> `5.12.5`](https://renovatebot.com/diffs/npm/astro/5.12.4/5.12.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>withastro/astro (astro)</summary> ### [`v5.12.5`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#5125) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.12.4...astro@5.12.5) ##### Patch Changes - [#​14059](https://redirect.github.com/withastro/astro/pull/14059) [`19f53eb`](https://redirect.github.com/withastro/astro/commit/19f53eb59dfeeff08078cec0a903c8722b5650ca) Thanks [@​benosmac](https://redirect.github.com/benosmac)! - Fixes a bug in i18n implementation, where Astro didn't emit the correct pages when `fallback` is enabled, and a locale uses a catch-all route, e.g. `src/pages/es/[...catchAll].astro` - [#​14155](https://redirect.github.com/withastro/astro/pull/14155) [`31822c3`](https://redirect.github.com/withastro/astro/commit/31822c3f0c8401e20129d0fc6bf8d1d670249265) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug that caused an error "serverEntrypointModule\[\_start] is not a function" in some adapters </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
dd1476af8f |
chore(helm): update image ghcr.io/elfhosted/jackett 0.22.2202 → 0.22.2207 (#37912)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/elfhosted/jackett | patch | `3d8489f` -> `c886459` | 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
630b0854bc |
chore(flux): update image cilium 1.17.6 → 1.18.0 (clustertool) (#37915)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | cilium | minor | `1.17.6` -> `1.18.0` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
deaa6bf3d6 | chore(helm): update image ghcr.io/lissy93/dashy digest to 10c528a (#37908) | ||
|
|
ac57642e9c | chore(helm): update image lscr.io/linuxserver/calibre-web digest to 090bda0 (#37909) | ||
|
|
7dc790d001 | chore(helm): update image lscr.io/linuxserver/cops digest to c1686b3 (#37910) | ||
|
|
fe15839ee5 | chore(helm): update image ghcr.io/linuxserver/ombi digest to 525823f (#37906) | ||
|
|
0825704f93 | chore(helm): update image ghcr.io/linuxserver/tvheadend digest to aadb3e0 (#37907) |