mirror of
https://github.com/truecharts/charts.git
synced 2026-07-18 04:25:08 -03:00
22dcce712462e4e0186ef2ff574162c93495df84
45629 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
22dcce7124 |
chore(helm): update image ghcr.io/linuxserver/jackett 0.22.2196 → 0.22.2200 (#37783)
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 | `0d50051` -> `ef545c0` | 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--> |
||
|
|
7a10f2beee |
chore(helm): update image quay.io/miniflux/miniflux 2.2.10 → 2.2.11 (#37784)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [quay.io/miniflux/miniflux](https://miniflux.app) ([source](https://redirect.github.com/miniflux/v2)) | patch | `ae3a397` -> `d8e0f95` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>miniflux/v2 (quay.io/miniflux/miniflux)</summary> ### [`v2.2.11`](https://redirect.github.com/miniflux/v2/releases/tag/2.2.11): Miniflux 2.2.11 [Compare Source](https://redirect.github.com/miniflux/v2/compare/v2.2.10...2.2.11) ##### ✨ New Features - **TLS support for Unix sockets**: Miniflux can now serve TLS over Unix domain sockets using `CERT_FILE` and `KEY_FILE` ([#fcf86e3](https://redirect.github.com/miniflux/v2/commit/fcf86e3)). - **RSS fallback**: If a feed entry has no URL, Miniflux now uses the enclosure URL as a fallback ([#d9de9d1](https://redirect.github.com/miniflux/v2/commit/d9de9d1)). - **Bearer token for Linkwarden**: The Linkwarden integration now uses Bearer token authorization instead of cookies ([#​1d11623](https://redirect.github.com/miniflux/v2/commit/1d11623)). - **Cookie policy improvement**: `SameSiteStrictMode` is enforced for cookies when OAuth2/OIDC is not used ([#​135ce1d](https://redirect.github.com/miniflux/v2/commit/135ce1d)). - **Readability engine**: Avoid removing elements with the `content` class during readability parsing ([#​66b269e](https://redirect.github.com/miniflux/v2/commit/66b269e)). ##### 🛠️ Improvements - **Massive readability engine refactoring** and performance optimizations: - Improved performance of `getClassWeight`, `getLinkDensity`, and `transformMisusedDivsIntoParagraphs`. - Simplified and optimized internal logic of `removeUnlikelyCandidates`, `getSelectionLength`, and `getArticle`. - Reduced memory allocation in sanitizer and readability components. - **Storage optimization**: Strings are now truncated on the Go side to respect `tsvector` limits, reducing DB load and ensuring valid UTF-8 ([#​703f113](https://redirect.github.com/miniflux/v2/commit/703f113)). - **Simplified and clarified internal code structure**: - Major cleanup and size optimization of internal structs (`Feed`, `FeedCreationRequest`, etc.). - Reduced memory use and improved CPU cache locality. - Numerous refactors across `config`, `template`, `locale`, `subscription`, and `fetcher` modules. ##### 🐛 Bug Fixes - Fixed an issue with feeds having excessive leading whitespace causing parser buffer issues ([#​54abd0a](https://redirect.github.com/miniflux/v2/commit/54abd0a)). - Properly preserve UTF-8 when truncating strings for full-text search ([#​703f113](https://redirect.github.com/miniflux/v2/commit/703f113)). - Fixed logic error in enclosure type detection ([#​50d5cb9](https://redirect.github.com/miniflux/v2/commit/50d5cb9)). - Fixed incorrect filter rule parsing of Windows-style newlines ([#dc81725](https://redirect.github.com/miniflux/v2/commit/dc81725)). - Fixed a panic in `startAutoCertTLSServer` function when using Let's Encrypt automatic certificates ([#f7a6b02](https://redirect.github.com/miniflux/v2/commit/f7a6b02)) - Improved UI spacing consistency around header/footer ([#​32fbb4e](https://redirect.github.com/miniflux/v2/commit/32fbb4e)). ##### ⚠️ Breaking Changes - **Windows binary no longer distributed**: Windows is no longer a supported platform for binary distribution. Users must build from source if needed ([#b470b18](https://redirect.github.com/miniflux/v2/commit/b470b18)). ##### 🧪 Tests & CI - Test coverage significantly increased for modules like `readability`, `sanitizer`, `processor`, `locale`, and `storage`. - Commit linter updated to support new Git revert message format. ##### 🐘 Docker & Environment - Base Docker image updated to Alpine 3.22. - PostgreSQL Docker example updated to use the latest version. ##### 🌐 Localization - Updated Chinese and German translations. ##### 🔒 Dependency Updates - Bumped `github.com/go-webauthn/webauthn` to `0.13.4` - Bumped `github.com/tdewolff/minify/v2` to `2.23.10` - Bumped `golang.org/x/*` modules: `image`, `net`, `term`, `crypto` - Bumped `github.com/andybalholm/brotli` to `1.2.0` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
86eb81df12 |
fix(deps): update module github.com/siderolabs/talos/pkg/machinery v1.11.0-alpha.3 → v1.11.0-beta.0 (clustertool) (#37786)
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-alpha.3` -> `v1.11.0-beta.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>siderolabs/talos (github.com/siderolabs/talos/pkg/machinery)</summary> ### [`v1.11.0-beta.0`](https://redirect.github.com/siderolabs/talos/releases/tag/v1.11.0-beta.0) [Compare Source](https://redirect.github.com/siderolabs/talos/compare/v1.11.0-alpha.3...v1.11.0-beta.0) #### [Talos 1.11.0-beta.0](https://redirect.github.com/siderolabs/talos/releases/tag/v1.11.0-beta.0) (2025-07-22) Welcome to the v1.11.0-beta.0 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 Wipe Talos now supports `talosctl disk wipe` command in maintenance mode (`talosctl disk wipe <disk> --insecure`). ##### ETCD v3.6.x Talos won't default to ETCD v3.6.x in the next release due to bug in the v3.6.x series that causes data corruption in some cases. The default version will be kept at v3.5.x for now, but users can still use v3.6.x by explicitly specifying it in the configuration. See [https://github.com/etcd-io/etcd/issues/20340](https://redirect.github.com/etcd-io/etcd/issues/20340) ##### 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) in the SPDX format. The SBOM is available in the `/usr/share/sbom` directory on the machine and can be retrieved using `talosctl get sbom`. ##### 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.38 Kubernetes: 1.34.0-beta.0 runc: 1.3.0 containerd: 2.1.3 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 - Artem Chernyshev - Michael Robbins - Alexandre GV - Andrew Longwill - Marat Bakeev - Olav Thoresen - Thibault VINCENT - Alvaro "Chamo" Linares Cabre - 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>222 commits</summary> <p> - [@​`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-alpha.3 <details><summary>51 commits</summary> <p> - [@​`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 </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>1 commit</summary> <p> - [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/pkgs <details><summary>53 commits</summary> <p> - [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.3 - **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.2 - **github.com/docker/docker** v28.0.4 -> v28.3.2 - **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.12 - **github.com/siderolabs/gen** v0.8.0 -> v0.8.5 - **github.com/siderolabs/go-blockdevice/v2** v2.0.16 -> v2.0.18 - **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/pkgs** v1.10.0-5-g48dba3e -> v1.11.0 - **github.com/siderolabs/siderolink** v0.3.13 -> v0.3.15 - **github.com/siderolabs/talos/pkg/machinery** v1.10.0 -> v1.11.0-beta.0 - **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.2 - **go.etcd.io/etcd/client/pkg/v3** v3.5.21 -> v3.6.2 - **go.etcd.io/etcd/client/v3** v3.5.21 -> v3.6.2 - **go.etcd.io/etcd/etcdutl/v3** v3.5.21 -> v3.6.2 - **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** v1.71.1 -> v1.73.0 - **k8s.io/api** v0.33.0 -> v0.34.0-beta.0 - **k8s.io/apimachinery** v0.33.0 -> v0.34.0-beta.0 - **k8s.io/apiserver** v0.33.0 -> v0.34.0-beta.0 - **k8s.io/client-go** v0.33.0 -> v0.34.0-beta.0 - **k8s.io/component-base** v0.33.0 -> v0.34.0-beta.0 - **k8s.io/cri-api** v0.33.0 -> v0.34.0-beta.0 - **k8s.io/kube-scheduler** v0.33.0 -> v0.34.0-beta.0 - **k8s.io/kubectl** v0.33.0 -> v0.34.0-beta.0 - **k8s.io/kubelet** v0.33.0 -> v0.34.0-beta.0 - **k8s.io/pod-security-admission** v0.33.0 -> v0.34.0-beta.0 - **k8s.io/utils** [`4c0f3b2`](https://redirect.github.com/siderolabs/talos/commit/4c0f3b243397) ***new*** - **sigs.k8s.io/hydrophone** [`b92baf7`](https://redirect.github.com/siderolabs/talos/commit/b92baf7e0b04) -> v0.7.0 - **sigs.k8s.io/yaml** v1.4.0 -> v1.5.0 Previous release can be found at [v1.10.0](https://redirect.github.com/siderolabs/talos/releases/tag/v1.10.0) #### Images ``` ghcr.io/siderolabs/flannel:v0.27.2 registry.k8s.io/coredns/coredns:v1.12.2 gcr.io/etcd-development/etcd:v3.5.21 registry.k8s.io/kube-apiserver:v1.34.0-beta.0 registry.k8s.io/kube-controller-manager:v1.34.0-beta.0 registry.k8s.io/kube-scheduler:v1.34.0-beta.0 registry.k8s.io/kube-proxy:v1.34.0-beta.0 ghcr.io/siderolabs/kubelet:v1.34.0-beta.0 ghcr.io/siderolabs/installer:v1.11.0-beta.0 registry.k8s.io/pause:3.10 ``` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: 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--> |
||
|
|
cd6a18931c |
chore(container): update traefik docker tag to v3.5.0 (#37791)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [traefik](https://redirect.github.com/containous/traefik) | final | minor | `v3.4.5` -> `v3.5.0` | --- ### Release Notes <details> <summary>containous/traefik (traefik)</summary> ### [`v3.5.0`](https://redirect.github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v350-2025-07-23) [Compare Source](https://redirect.github.com/containous/traefik/compare/v3.5.0...v3.5.0) [All Commits](https://redirect.github.com/traefik/traefik/compare/v3.5.0-rc1...v3.5.0) **Enhancements:** - **\[acme]** OCSP stapling ([#​8393](https://redirect.github.com/traefik/traefik/pull/8393) by [alekitto](https://redirect.github.com/alekitto)) - **\[acme]** Add acme.httpChallenge.delay option ([#​11643](https://redirect.github.com/traefik/traefik/pull/11643) by [ldez](https://redirect.github.com/ldez)) - **\[acme]** Allow configuration of ACME provider http timeout ([#​11637](https://redirect.github.com/traefik/traefik/pull/11637) by [tkw1536](https://redirect.github.com/tkw1536)) - **\[healthcheck]** Add url option to healthcheck command ([#​11711](https://redirect.github.com/traefik/traefik/pull/11711) by [Nelwhix](https://redirect.github.com/Nelwhix)) - **\[healthcheck]** Add unhealthy Interval to the health check configuration ([#​10610](https://redirect.github.com/traefik/traefik/pull/10610) by [sswastik02](https://redirect.github.com/sswastik02)) - **\[k8s/gatewayapi]** Bump sigs.k8s.io/gateway-api to v1.3.0 ([#​11719](https://redirect.github.com/traefik/traefik/pull/11719) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[k8s/ingress]** Make the behavior of prefix matching in Ingress consistent with Kubernetes doc ([#​11203](https://redirect.github.com/traefik/traefik/pull/11203) by [charlie0129](https://redirect.github.com/charlie0129)) - **\[k8s]** NGINX Ingress Provider ([#​11844](https://redirect.github.com/traefik/traefik/pull/11844) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[middleware,authentication]** Handle context canceled in ForwardAuth middleware ([#​11817](https://redirect.github.com/traefik/traefik/pull/11817) by [bengentree](https://redirect.github.com/bengentree)) - **\[plugins]** Ability to enable unsafe in yaegi through plugin manifest ([#​11589](https://redirect.github.com/traefik/traefik/pull/11589) by [Rydez](https://redirect.github.com/Rydez)) - **\[tls]** Introduce X25519MLKEM768 for Post-Quantum-Secure TLS ([#​11731](https://redirect.github.com/traefik/traefik/pull/11731) by [fzoli](https://redirect.github.com/fzoli)) - **\[webui]** Migrate Traefik Proxy dashboard UI to React ([#​11674](https://redirect.github.com/traefik/traefik/pull/11674) by [gndz07](https://redirect.github.com/gndz07)) - **\[webui]** Improve visualization for StatusRewrites option of errors middleware ([#​11806](https://redirect.github.com/traefik/traefik/pull/11806) by [sevensolutions](https://redirect.github.com/sevensolutions)) **Bug fixes:** - **\[healthcheck]** Revert 11711 adding url param to healthcheck command ([#​11927](https://redirect.github.com/traefik/traefik/pull/11927) by [lbenguigui](https://redirect.github.com/lbenguigui)) - **\[logs,metrics,tracing,accesslogs,otel]** Add missing resource attributes detectors ([#​11874](https://redirect.github.com/traefik/traefik/pull/11874) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[logs,tracing,k8s,otel]** Add k8s resource attributes automatically ([#​11906](https://redirect.github.com/traefik/traefik/pull/11906) by [kevinpollet](https://redirect.github.com/kevinpollet)) - **\[metrics,otel]** Add resourceAttributes option to OTel metrics ([#​11908](https://redirect.github.com/traefik/traefik/pull/11908) by [kevinpollet](https://redirect.github.com/kevinpollet)) - **\[middleware,tracing]** Introduce trace verbosity config and produce less spans by default ([#​11870](https://redirect.github.com/traefik/traefik/pull/11870) by [rtribotte](https://redirect.github.com/rtribotte)) **Documentation:** - **\[docker,ecs,docker/swarm,consulcatalog,nomad]** Add constraints key limitations for label providers ([#​11893](https://redirect.github.com/traefik/traefik/pull/11893) by [bluepuma77](https://redirect.github.com/bluepuma77)) - **\[k8s]** Add extended NGinX annotation support documentation ([#​11920](https://redirect.github.com/traefik/traefik/pull/11920) by [nmengin](https://redirect.github.com/nmengin)) - Remove dead link to Peka blog ([#​11934](https://redirect.github.com/traefik/traefik/pull/11934) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Prepare release v3.5.0-rc2 ([#​11899](https://redirect.github.com/traefik/traefik/pull/11899) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Prepare release v3.5.0-rc1 ([#​11865](https://redirect.github.com/traefik/traefik/pull/11865) by [rtribotte](https://redirect.github.com/rtribotte)) **Misc:** - Merge branch v3.4 into v3.5 ([#​11933](https://redirect.github.com/traefik/traefik/pull/11933) by [rtribotte](https://redirect.github.com/rtribotte)) - Merge branch v3.4 into v3.5 ([#​11898](https://redirect.github.com/traefik/traefik/pull/11898) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Merge branch v3.4 into master ([#​11863](https://redirect.github.com/traefik/traefik/pull/11863) by [rtribotte](https://redirect.github.com/rtribotte)) - Merge branch v3.4 into master ([#​11861](https://redirect.github.com/traefik/traefik/pull/11861) by [rtribotte](https://redirect.github.com/rtribotte)) - Merge branch v3.4 into master ([#​11857](https://redirect.github.com/traefik/traefik/pull/11857) by [rtribotte](https://redirect.github.com/rtribotte)) - Merge branch v3.4 into master ([#​11855](https://redirect.github.com/traefik/traefik/pull/11855) by [rtribotte](https://redirect.github.com/rtribotte)) - Merge branch v3.4 into master ([#​11813](https://redirect.github.com/traefik/traefik/pull/11813) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Merge branch v3.4 into master ([#​11758](https://redirect.github.com/traefik/traefik/pull/11758) by [mmatur](https://redirect.github.com/mmatur)) - Merge v3.4 into master ([#​11752](https://redirect.github.com/traefik/traefik/pull/11752) by [mmatur](https://redirect.github.com/mmatur)) - Merge branch v3.4 into master ([#​11708](https://redirect.github.com/traefik/traefik/pull/11708) by [kevinpollet](https://redirect.github.com/kevinpollet)) ### [`v3.5.0`](https://redirect.github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v350-2025-07-23) [Compare Source](https://redirect.github.com/containous/traefik/compare/v3.4.5...v3.5.0) [All Commits](https://redirect.github.com/traefik/traefik/compare/v3.5.0-rc1...v3.5.0) **Enhancements:** - **\[acme]** OCSP stapling ([#​8393](https://redirect.github.com/traefik/traefik/pull/8393) by [alekitto](https://redirect.github.com/alekitto)) - **\[acme]** Add acme.httpChallenge.delay option ([#​11643](https://redirect.github.com/traefik/traefik/pull/11643) by [ldez](https://redirect.github.com/ldez)) - **\[acme]** Allow configuration of ACME provider http timeout ([#​11637](https://redirect.github.com/traefik/traefik/pull/11637) by [tkw1536](https://redirect.github.com/tkw1536)) - **\[healthcheck]** Add url option to healthcheck command ([#​11711](https://redirect.github.com/traefik/traefik/pull/11711) by [Nelwhix](https://redirect.github.com/Nelwhix)) - **\[healthcheck]** Add unhealthy Interval to the health check configuration ([#​10610](https://redirect.github.com/traefik/traefik/pull/10610) by [sswastik02](https://redirect.github.com/sswastik02)) - **\[k8s/gatewayapi]** Bump sigs.k8s.io/gateway-api to v1.3.0 ([#​11719](https://redirect.github.com/traefik/traefik/pull/11719) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[k8s/ingress]** Make the behavior of prefix matching in Ingress consistent with Kubernetes doc ([#​11203](https://redirect.github.com/traefik/traefik/pull/11203) by [charlie0129](https://redirect.github.com/charlie0129)) - **\[k8s]** NGINX Ingress Provider ([#​11844](https://redirect.github.com/traefik/traefik/pull/11844) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[middleware,authentication]** Handle context canceled in ForwardAuth middleware ([#​11817](https://redirect.github.com/traefik/traefik/pull/11817) by [bengentree](https://redirect.github.com/bengentree)) - **\[plugins]** Ability to enable unsafe in yaegi through plugin manifest ([#​11589](https://redirect.github.com/traefik/traefik/pull/11589) by [Rydez](https://redirect.github.com/Rydez)) - **\[tls]** Introduce X25519MLKEM768 for Post-Quantum-Secure TLS ([#​11731](https://redirect.github.com/traefik/traefik/pull/11731) by [fzoli](https://redirect.github.com/fzoli)) - **\[webui]** Migrate Traefik Proxy dashboard UI to React ([#​11674](https://redirect.github.com/traefik/traefik/pull/11674) by [gndz07](https://redirect.github.com/gndz07)) - **\[webui]** Improve visualization for StatusRewrites option of errors middleware ([#​11806](https://redirect.github.com/traefik/traefik/pull/11806) by [sevensolutions](https://redirect.github.com/sevensolutions)) **Bug fixes:** - **\[healthcheck]** Revert 11711 adding url param to healthcheck command ([#​11927](https://redirect.github.com/traefik/traefik/pull/11927) by [lbenguigui](https://redirect.github.com/lbenguigui)) - **\[logs,metrics,tracing,accesslogs,otel]** Add missing resource attributes detectors ([#​11874](https://redirect.github.com/traefik/traefik/pull/11874) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[logs,tracing,k8s,otel]** Add k8s resource attributes automatically ([#​11906](https://redirect.github.com/traefik/traefik/pull/11906) by [kevinpollet](https://redirect.github.com/kevinpollet)) - **\[metrics,otel]** Add resourceAttributes option to OTel metrics ([#​11908](https://redirect.github.com/traefik/traefik/pull/11908) by [kevinpollet](https://redirect.github.com/kevinpollet)) - **\[middleware,tracing]** Introduce trace verbosity config and produce less spans by default ([#​11870](https://redirect.github.com/traefik/traefik/pull/11870) by [rtribotte](https://redirect.github.com/rtribotte)) **Documentation:** - **\[docker,ecs,docker/swarm,consulcatalog,nomad]** Add constraints key limitations for label providers ([#​11893](https://redirect.github.com/traefik/traefik/pull/11893) by [bluepuma77](https://redirect.github.com/bluepuma77)) - **\[k8s]** Add extended NGinX annotation support documentation ([#​11920](https://redirect.github.com/traefik/traefik/pull/11920) by [nmengin](https://redirect.github.com/nmengin)) - Remove dead link to Peka blog ([#​11934](https://redirect.github.com/traefik/traefik/pull/11934) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Prepare release v3.5.0-rc2 ([#​11899](https://redirect.github.com/traefik/traefik/pull/11899) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Prepare release v3.5.0-rc1 ([#​11865](https://redirect.github.com/traefik/traefik/pull/11865) by [rtribotte](https://redirect.github.com/rtribotte)) **Misc:** - Merge branch v3.4 into v3.5 ([#​11933](https://redirect.github.com/traefik/traefik/pull/11933) by [rtribotte](https://redirect.github.com/rtribotte)) - Merge branch v3.4 into v3.5 ([#​11898](https://redirect.github.com/traefik/traefik/pull/11898) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Merge branch v3.4 into master ([#​11863](https://redirect.github.com/traefik/traefik/pull/11863) by [rtribotte](https://redirect.github.com/rtribotte)) - Merge branch v3.4 into master ([#​11861](https://redirect.github.com/traefik/traefik/pull/11861) by [rtribotte](https://redirect.github.com/rtribotte)) - Merge branch v3.4 into master ([#​11857](https://redirect.github.com/traefik/traefik/pull/11857) by [rtribotte](https://redirect.github.com/rtribotte)) - Merge branch v3.4 into master ([#​11855](https://redirect.github.com/traefik/traefik/pull/11855) by [rtribotte](https://redirect.github.com/rtribotte)) - Merge branch v3.4 into master ([#​11813](https://redirect.github.com/traefik/traefik/pull/11813) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Merge branch v3.4 into master ([#​11758](https://redirect.github.com/traefik/traefik/pull/11758) by [mmatur](https://redirect.github.com/mmatur)) - Merge v3.4 into master ([#​11752](https://redirect.github.com/traefik/traefik/pull/11752) by [mmatur](https://redirect.github.com/mmatur)) - Merge branch v3.4 into master ([#​11708](https://redirect.github.com/traefik/traefik/pull/11708) by [kevinpollet](https://redirect.github.com/kevinpollet)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
ec2580e21c | chore(helm): update image ghcr.io/elfhosted/jackett 0.22.2196 → 0.22.2200 (#37781) | ||
|
|
74552dfc8a |
chore(container): update ghcr.io/actions/actions-runner docker tag to v2.327.1 (#37789)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ghcr.io/actions/actions-runner](https://redirect.github.com/actions/runner) | stage | minor | `2.326.0` -> `2.327.1` | --- ### Release Notes <details> <summary>actions/runner (ghcr.io/actions/actions-runner)</summary> ### [`v2.327.1`](https://redirect.github.com/actions/runner/releases/tag/v2.327.1) [Compare Source](https://redirect.github.com/actions/runner/compare/v2.327.0...v2.327.1) #### What's Changed - Try add orchestrationid into user-agent using token claim. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3945](https://redirect.github.com/actions/runner/pull/3945) - Fix null reference exception in user agent handling by [@​salmanmkc](https://redirect.github.com/salmanmkc) in [https://github.com/actions/runner/pull/3946](https://redirect.github.com/actions/runner/pull/3946) - Runner Support for executing Node24 Actions by [@​salmanmkc](https://redirect.github.com/salmanmkc) in [https://github.com/actions/runner/pull/3940](https://redirect.github.com/actions/runner/pull/3940) - Update dotnet sdk to latest version [@​8](https://redirect.github.com/8).0.412 by [@​github-actions](https://redirect.github.com/github-actions)\[bot] in[https://github.com/actions/runner/pull/3941](https://redirect.github.com/actions/runner/pull/3941)1 #### New Contributors - [@​salmanmkc](https://redirect.github.com/salmanmkc) made their first contribution in [https://github.com/actions/runner/pull/3946](https://redirect.github.com/actions/runner/pull/3946) **Full Changelog**: https://github.com/actions/runner/compare/v2.326.0...v2.327.0 *Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet. To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository. See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners* #### Windows x64 We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows. The following snipped needs to be run on `powershell`: ```powershell ### Create a folder under the drive root mkdir \actions-runner ; cd \actions-runner ### Download the latest runner package Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.327.1/actions-runner-win-x64-2.327.1.zip -OutFile actions-runner-win-x64-2.327.1.zip ### Extract the installer Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.327.1.zip", "$PWD") ``` #### Windows arm64 We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows. The following snipped needs to be run on `powershell`: ```powershell ### Create a folder under the drive root mkdir \actions-runner ; cd \actions-runner ### Download the latest runner package Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.327.1/actions-runner-win-arm64-2.327.1.zip -OutFile actions-runner-win-arm64-2.327.1.zip ### Extract the installer Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.327.1.zip", "$PWD") ``` #### OSX x64 ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.327.1/actions-runner-osx-x64-2.327.1.tar.gz ### Extract the installer tar xzf ./actions-runner-osx-x64-2.327.1.tar.gz ``` #### OSX arm64 (Apple silicon) ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.327.1/actions-runner-osx-arm64-2.327.1.tar.gz ### Extract the installer tar xzf ./actions-runner-osx-arm64-2.327.1.tar.gz ``` #### Linux x64 ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.327.1/actions-runner-linux-x64-2.327.1.tar.gz ### Extract the installer tar xzf ./actions-runner-linux-x64-2.327.1.tar.gz ``` #### Linux arm64 ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.327.1/actions-runner-linux-arm64-2.327.1.tar.gz ### Extract the installer tar xzf ./actions-runner-linux-arm64-2.327.1.tar.gz ``` #### Linux arm ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.327.1/actions-runner-linux-arm-2.327.1.tar.gz ### Extract the installer tar xzf ./actions-runner-linux-arm-2.327.1.tar.gz ``` #### Using your self hosted runner For additional details about configuring, running, or shutting down the runner please check out our [product docs.](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners) #### SHA-256 Checksums The SHA-256 checksums for the packages included in this build are shown below: - actions-runner-win-x64-2.327.1.zip <!-- BEGIN SHA win-x64 -->7179db618e7f79e0ce63d96b15f3b6cf6e69996b2094f7f02208b7786c50b6a3<!-- END SHA win-x64 --> - actions-runner-win-arm64-2.327.1.zip <!-- BEGIN SHA win-arm64 -->615ccbbe4880f9c09ee2878431b100e62cfced000e9b3a0886a8130335e13e5d<!-- END SHA win-arm64 --> - actions-runner-osx-x64-2.327.1.tar.gz <!-- BEGIN SHA osx-x64 -->a0cb80fb6baacf5c669ccd5c2f64429033a7b4dac1e020b4231a4fc5ff396b76<!-- END SHA osx-x64 --> - actions-runner-osx-arm64-2.327.1.tar.gz <!-- BEGIN SHA osx-arm64 -->807f875f4a357a9c919b484329c072e885ef2c041a18d3107cf1a1e5932eecc0<!-- END SHA osx-arm64 --> - actions-runner-linux-x64-2.327.1.tar.gz <!-- BEGIN SHA linux-x64 -->d68ac1f500b747d1271d9e52661c408d56cffd226974f68b7dc813e30b9e0575<!-- END SHA linux-x64 --> - actions-runner-linux-arm64-2.327.1.tar.gz <!-- BEGIN SHA linux-arm64 -->16102096988246f250a745c6a813a5a0b8901e2f554f9440c97e8573fd4da111<!-- END SHA linux-arm64 --> - actions-runner-linux-arm-2.327.1.tar.gz <!-- BEGIN SHA linux-arm -->b6f34af6d11f5f023fe23aa8bcb01f392eaad30d70e1e31f4e68bbdbb315eda8<!-- END SHA linux-arm --> ### [`v2.327.0`](https://redirect.github.com/actions/runner/releases/tag/v2.327.0) [Compare Source](https://redirect.github.com/actions/runner/compare/v2.326.0...v2.327.0) #### What's Changed - Try add orchestrationid into user-agent using token claim. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3945](https://redirect.github.com/actions/runner/pull/3945) - Fix null reference exception in user agent handling by [@​salmanmkc](https://redirect.github.com/salmanmkc) in [https://github.com/actions/runner/pull/3946](https://redirect.github.com/actions/runner/pull/3946) - Runner Support for executing Node24 Actions by [@​salmanmkc](https://redirect.github.com/salmanmkc) in [https://github.com/actions/runner/pull/3940](https://redirect.github.com/actions/runner/pull/3940) - Update dotnet sdk to latest version [@​8](https://redirect.github.com/8).0.412 by [@​github-actions](https://redirect.github.com/github-actions)\[bot] in[https://github.com/actions/runner/pull/3941](https://redirect.github.com/actions/runner/pull/3941)1 #### New Contributors - [@​salmanmkc](https://redirect.github.com/salmanmkc) made their first contribution in [https://github.com/actions/runner/pull/3946](https://redirect.github.com/actions/runner/pull/3946) **Full Changelog**: https://github.com/actions/runner/compare/v2.326.0...v2.327.0 *Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet. To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository. See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners* #### Windows x64 We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows. The following snipped needs to be run on `powershell`: ```powershell ### Create a folder under the drive root mkdir \actions-runner ; cd \actions-runner ### Download the latest runner package Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.327.0/actions-runner-win-x64-2.327.0.zip -OutFile actions-runner-win-x64-2.327.0.zip ### Extract the installer Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.327.0.zip", "$PWD") ``` #### Windows arm64 We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows. The following snipped needs to be run on `powershell`: ```powershell ### Create a folder under the drive root mkdir \actions-runner ; cd \actions-runner ### Download the latest runner package Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.327.0/actions-runner-win-arm64-2.327.0.zip -OutFile actions-runner-win-arm64-2.327.0.zip ### Extract the installer Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.327.0.zip", "$PWD") ``` #### OSX x64 ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.327.0/actions-runner-osx-x64-2.327.0.tar.gz ### Extract the installer tar xzf ./actions-runner-osx-x64-2.327.0.tar.gz ``` #### OSX arm64 (Apple silicon) ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.327.0/actions-runner-osx-arm64-2.327.0.tar.gz ### Extract the installer tar xzf ./actions-runner-osx-arm64-2.327.0.tar.gz ``` #### Linux x64 ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.327.0/actions-runner-linux-x64-2.327.0.tar.gz ### Extract the installer tar xzf ./actions-runner-linux-x64-2.327.0.tar.gz ``` #### Linux arm64 ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.327.0/actions-runner-linux-arm64-2.327.0.tar.gz ### Extract the installer tar xzf ./actions-runner-linux-arm64-2.327.0.tar.gz ``` #### Linux arm ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.327.0/actions-runner-linux-arm-2.327.0.tar.gz ### Extract the installer tar xzf ./actions-runner-linux-arm-2.327.0.tar.gz ``` #### Using your self hosted runner For additional details about configuring, running, or shutting down the runner please check out our [product docs.](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners) #### SHA-256 Checksums The SHA-256 checksums for the packages included in this build are shown below: - actions-runner-win-x64-2.327.0.zip <!-- BEGIN SHA win-x64 -->98588fe278e68b8988ea4fad7d0233a4544592b5d2ee09ed8f73f9a0c86d0190<!-- END SHA win-x64 --> - actions-runner-win-arm64-2.327.0.zip <!-- BEGIN SHA win-arm64 -->efcc44a40ce612ee3b0d4928a9325df3689911d59559d20b3902434399b65bac<!-- END SHA win-arm64 --> - actions-runner-osx-x64-2.327.0.tar.gz <!-- BEGIN SHA osx-x64 -->2e9f16999a83f39969186e76abb2ba726c04e11dc98986de7d9e494fe0236d0f<!-- END SHA osx-x64 --> - actions-runner-osx-arm64-2.327.0.tar.gz <!-- BEGIN SHA osx-arm64 -->dd0753890663023646d7c9739f9fd2b4b85dadbdc023bfacc688dda8fa7b16f5<!-- END SHA osx-arm64 --> - actions-runner-linux-x64-2.327.0.tar.gz <!-- BEGIN SHA linux-x64 -->697deac53b39b72396c6fe3fe3b10bdc05cf59c12e82295a2e6decc53ca7d3e4<!-- END SHA linux-x64 --> - actions-runner-linux-arm64-2.327.0.tar.gz <!-- BEGIN SHA linux-arm64 -->5d41da47727514b3ee77974362171582b791f600b2a4e74b2fe3decb52f8d0c1<!-- END SHA linux-arm64 --> - actions-runner-linux-arm-2.327.0.tar.gz <!-- BEGIN SHA linux-arm -->f73583e4b80917ba84977eeae2fa9c09b030cde97461f71e5414deba5291a8dd<!-- END SHA linux-arm --> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
f41eccb36f |
chore(helm): update image ghcr.io/alexta69/metube 2025-07-22 → 2025-07-27 (#37780)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/alexta69/metube | patch | `feb459b` -> `df04c8a` | 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--> |
||
|
|
1fc14118ea |
chore(helm): update image ghcr.io/mealie-recipes/mealie v3.0.1 → v3.0.2 (#37776)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/mealie-recipes/mealie](https://redirect.github.com/mealie-recipes/mealie) | patch | `4d7542b` -> `448d56c` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>mealie-recipes/mealie (ghcr.io/mealie-recipes/mealie)</summary> ### [`v3.0.2`](https://redirect.github.com/mealie-recipes/mealie/releases/tag/v3.0.2): - Next Round of Bugfixes and Security [Compare Source](https://redirect.github.com/mealie-recipes/mealie/compare/v3.0.1...v3.0.2) ### 🍴🍴🍴🍴🍴🍴 **Welcome to the latest Mealie release!** The focuss of this update is again application stability after the recent frontend upgrade: - Continued bug fixes addressing regressions introduced during the frontend upgrade. - A patch for a recently discovered XSS vulnerability. Thanks to [@​B1tBreaker](https://redirect.github.com/B1tBreaker) for reporting the vulnerability. #### 🐛 Bug fixes - fix: meal planner date range is correctly set [@​mariodz95](https://redirect.github.com/mariodz95) ([#​5725](https://redirect.github.com/mealie-recipes/mealie/issues/5725)) - fix: Update admin\_backups.py to handle API backup file uploads correctly. [@​duckhead](https://redirect.github.com/duckhead) ([#​5715](https://redirect.github.com/mealie-recipes/mealie/issues/5715)) - fix: Mealplan Regressions [@​michael-genson](https://redirect.github.com/michael-genson) ([#​5748](https://redirect.github.com/mealie-recipes/mealie/issues/5748)) - fix: Patch XSS Vulnerability [@​michael-genson](https://redirect.github.com/michael-genson) ([#​5754](https://redirect.github.com/mealie-recipes/mealie/issues/5754)) - fix: multiple regressions on data management page [@​Kuchenpirat](https://redirect.github.com/Kuchenpirat) ([#​5758](https://redirect.github.com/mealie-recipes/mealie/issues/5758)) - fix: style of recipe actions to be compliant with design schema [@​felixschndr](https://redirect.github.com/felixschndr) ([#​5736](https://redirect.github.com/mealie-recipes/mealie/issues/5736)) - fix: RTL Settings Ignored [@​michael-genson](https://redirect.github.com/michael-genson) ([#​5762](https://redirect.github.com/mealie-recipes/mealie/issues/5762)) #### 🧰 Maintenance <details> <summary>14 changes</summary> - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​5710](https://redirect.github.com/mealie-recipes/mealie/issues/5710)) - chore(auto): Update pre-commit hooks [@​github-actions](https://redirect.github.com/github-actions) ([#​5713](https://redirect.github.com/mealie-recipes/mealie/issues/5713)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​5714](https://redirect.github.com/mealie-recipes/mealie/issues/5714)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​5717](https://redirect.github.com/mealie-recipes/mealie/issues/5717)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​5722](https://redirect.github.com/mealie-recipes/mealie/issues/5722)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​5728](https://redirect.github.com/mealie-recipes/mealie/issues/5728)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​5744](https://redirect.github.com/mealie-recipes/mealie/issues/5744)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​5749](https://redirect.github.com/mealie-recipes/mealie/issues/5749)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​5750](https://redirect.github.com/mealie-recipes/mealie/issues/5750)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​5755](https://redirect.github.com/mealie-recipes/mealie/issues/5755)) - chore: automatic locale sync [@​github-actions](https://redirect.github.com/github-actions) ([#​5756](https://redirect.github.com/mealie-recipes/mealie/issues/5756)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​5759](https://redirect.github.com/mealie-recipes/mealie/issues/5759)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​5764](https://redirect.github.com/mealie-recipes/mealie/issues/5764)) - chore: automatic locale sync [@​github-actions](https://redirect.github.com/github-actions) ([#​5766](https://redirect.github.com/mealie-recipes/mealie/issues/5766)) </details> #### 📚 Documentation - docs(auto): Update image tag, for release v3.0.1 [@​github-actions](https://redirect.github.com/github-actions) ([#​5708](https://redirect.github.com/mealie-recipes/mealie/issues/5708)) #### ⬆️ Dependency updates <details> <summary>11 changes</summary> - chore(deps): update dependency freezegun to v1.5.3 [@​renovate](https://redirect.github.com/renovate) ([#​5702](https://redirect.github.com/mealie-recipes/mealie/issues/5702)) - fix(deps): update dependency openai to v1.95.1 [@​renovate](https://redirect.github.com/renovate) ([#​5683](https://redirect.github.com/mealie-recipes/mealie/issues/5683)) - chore(deps): update dependency ruff to v0.12.4 [@​renovate](https://redirect.github.com/renovate) ([#​5743](https://redirect.github.com/mealie-recipes/mealie/issues/5743)) - chore(deps): update dependency coverage to v7.9.2 [@​renovate](https://redirect.github.com/renovate) ([#​5622](https://redirect.github.com/mealie-recipes/mealie/issues/5622)) - fix(deps): update dependency fastapi to ^0.116.0 [@​renovate](https://redirect.github.com/renovate) ([#​5654](https://redirect.github.com/mealie-recipes/mealie/issues/5654)) - fix(deps): update dependency alembic to v1.16.4 [@​renovate](https://redirect.github.com/renovate) ([#​5661](https://redirect.github.com/mealie-recipes/mealie/issues/5661)) - chore(deps): update dependency mypy to v1.17.0 [@​renovate](https://redirect.github.com/renovate) ([#​5718](https://redirect.github.com/mealie-recipes/mealie/issues/5718)) - fix(deps): update dependency openai to v1.97.0 [@​renovate](https://redirect.github.com/renovate) ([#​5726](https://redirect.github.com/mealie-recipes/mealie/issues/5726)) - chore(deps): update dependency pytest-asyncio to v1.1.0 [@​renovate](https://redirect.github.com/renovate) ([#​5730](https://redirect.github.com/mealie-recipes/mealie/issues/5730)) - fix(deps): update dependency orjson to v3.11.0 [@​renovate](https://redirect.github.com/renovate) ([#​5727](https://redirect.github.com/mealie-recipes/mealie/issues/5727)) - fix(deps): update dependency authlib to v1.6.1 [@​renovate](https://redirect.github.com/renovate) ([#​5757](https://redirect.github.com/mealie-recipes/mealie/issues/5757)) </details> #### 🙏 New Contributors - [@​mariodz95](https://redirect.github.com/mariodz95) made their first contribution in [https://github.com/mealie-recipes/mealie/pull/5725](https://redirect.github.com/mealie-recipes/mealie/pull/5725) - [@​duckhead](https://redirect.github.com/duckhead) made their first contribution in [https://github.com/mealie-recipes/mealie/pull/5715](https://redirect.github.com/mealie-recipes/mealie/pull/5715) ### 🍴🍴🍴🍴🍴🍴 </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--> |
||
|
|
590b918f8a |
chore(helm): update image ghcr.io/home-operations/radarr 5.27.1.10122 → 5.27.2.10142 (#37772)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/home-operations/radarr](https://ghcr.io/home-operations/radarr) ([source](https://redirect.github.com/Radarr/Radarr)) | patch | `e6e4fb8` -> `aa84b83` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>Radarr/Radarr (ghcr.io/home-operations/radarr)</summary> ### [`v5.27.2.10142`](https://redirect.github.com/Radarr/Radarr/releases/tag/v5.27.2.10142): 5.27.2.10142 [Compare Source](https://redirect.github.com/Radarr/Radarr/compare/v5.27.1.10122...v5.27.2.10142) *To receive further Pre-Release updates for a non-docker installation, please change the branch to **develop**. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)* **If you are using docker you will need to update the container image. *Do not attempt to update Radarr within an existing docker container.*** #### What's Changed - Fixed: xvid not always detected correctly by [@​nuxencs](https://redirect.github.com/nuxencs) in [https://github.com/Radarr/Radarr/pull/11138](https://redirect.github.com/Radarr/Radarr/pull/11138) - Translations update from Servarr Weblate by [@​ServarrAdmin](https://redirect.github.com/ServarrAdmin) in [https://github.com/Radarr/Radarr/pull/11137](https://redirect.github.com/Radarr/Radarr/pull/11137) - New: Improve stored UI settings for multiple instances under the same host by [@​bakerboy448](https://redirect.github.com/bakerboy448) in [https://github.com/Radarr/Radarr/pull/11147](https://redirect.github.com/Radarr/Radarr/pull/11147) - New: Improve Reject for Unknown Movie Messaging by [@​bakerboy448](https://redirect.github.com/bakerboy448) in [https://github.com/Radarr/Radarr/pull/11063](https://redirect.github.com/Radarr/Radarr/pull/11063) - Return error if Manual Import called without items by [@​bakerboy448](https://redirect.github.com/bakerboy448) in [https://github.com/Radarr/Radarr/pull/11154](https://redirect.github.com/Radarr/Radarr/pull/11154) - New:(Pushcut) Improved Notification Detailss by [@​denisgabriel5](https://redirect.github.com/denisgabriel5) in [https://github.com/Radarr/Radarr/pull/10897](https://redirect.github.com/Radarr/Radarr/pull/10897) **Full Changelog**: https://github.com/Radarr/Radarr/compare/v5.27.1.10122...v5.27.2.10142 </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--> |
||
|
|
d02643e7f9 |
chore(helm): update image ghcr.io/tasmoadmin/tasmoadmin v4.3.0 → v4.3.1 (#37778)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/tasmoadmin/tasmoadmin](https://redirect.github.com/TasmoAdmin/TasmoAdmin) | patch | `9e18fc8` -> `75d10a0` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>TasmoAdmin/TasmoAdmin (ghcr.io/tasmoadmin/tasmoadmin)</summary> ### [`v4.3.1`](https://redirect.github.com/TasmoAdmin/TasmoAdmin/releases/tag/v4.3.1) [Compare Source](https://redirect.github.com/TasmoAdmin/TasmoAdmin/compare/v4.3.0...v4.3.1) #### What's Changed - Add support section to readme by [@​inverse](https://redirect.github.com/inverse) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1358](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1358) - Add pre-commit for linting by [@​inverse](https://redirect.github.com/inverse) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1359](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1359) - Add more tests by [@​inverse](https://redirect.github.com/inverse) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1360](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1360) - Update dependency esbuild to v0.25.3 by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/TasmoAdmin/TasmoAdmin/pull/1361](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1361)1 - Update Node.js to v22.15.0 - autoclosed by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/TasmoAdmin/TasmoAdmin/pull/1362](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1362)2 - Update dependency glob to v11.0.2 by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/TasmoAdmin/TasmoAdmin/pull/1363](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1363)3 - Update PHPStan packages to v2.1.13 by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/TasmoAdmin/TasmoAdmin/pull/1364](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1364)4 - Use diff volume for tmp files in local dev by [@​inverse](https://redirect.github.com/inverse) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1366](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1366) - Update dependency phpstan/phpstan to v2.1.14 by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/TasmoAdmin/TasmoAdmin/pull/1368](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1368)8 - Update dependency symfony/http-foundation to v6.4.21 by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/TasmoAdmin/TasmoAdmin/pull/1367](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1367)7 - Update dependency phpunit/phpunit to v10.5.46 by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/TasmoAdmin/TasmoAdmin/pull/1369](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1369)9 - Update dependency esbuild to v0.25.4 by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/TasmoAdmin/TasmoAdmin/pull/1374](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1374)4 - Update dependency league/commonmark to v2.7.0 \[SECURITY] by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/TasmoAdmin/TasmoAdmin/pull/1373](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1373)3 - Update PHPStan packages to v2.1.15 by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/TasmoAdmin/TasmoAdmin/pull/1375](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1375)5 - Migrate renovate config by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/TasmoAdmin/TasmoAdmin/pull/1380](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1380)0 - Update composer Docker tag to v2.8.9 by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/TasmoAdmin/TasmoAdmin/pull/1379](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1379)9 - Update dependency phpstan/phpstan to v2.1.16 by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/TasmoAdmin/TasmoAdmin/pull/1381](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1381)1 - Add alpine rule to renovate for docker builder by [@​inverse](https://redirect.github.com/inverse) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1386](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1386) - Update renovate for qemu and alpine by [@​inverse](https://redirect.github.com/inverse) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1387](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1387) - Update Node.js to v22.16.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/TasmoAdmin/TasmoAdmin/pull/1376](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1376)6 - Update dependency esbuild to v0.25.5 by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/TasmoAdmin/TasmoAdmin/pull/1383](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1383)3 - Update symfony to v6.4.22 - autoclosed by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/TasmoAdmin/TasmoAdmin/pull/1384](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1384)4 - Update dependency phpstan/phpstan to v2.1.17 by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/TasmoAdmin/TasmoAdmin/pull/1382](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1382)2 - Update dependency filp/whoops to v2.18.3 by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/TasmoAdmin/TasmoAdmin/pull/1388](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1388)8 - Update dependency glob to v11.0.3 by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/TasmoAdmin/TasmoAdmin/pull/1389](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1389)9 - Update symfony to v6.4.23 - autoclosed by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/TasmoAdmin/TasmoAdmin/pull/1393](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1393)3 - Update dependency esbuild to v0.25.8 by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/TasmoAdmin/TasmoAdmin/pull/1395](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1395)5 - Update dependency friendsofphp/php-cs-fixer to v3.84.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/TasmoAdmin/TasmoAdmin/pull/1394](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1394)4 - Update dependency phpunit/phpunit to v10.5.48 by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/TasmoAdmin/TasmoAdmin/pull/1390](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1390)0 - Update composer Docker tag to v2.8.10 by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/TasmoAdmin/TasmoAdmin/pull/1396](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1396)6 - Bump alpine to 3.22 by [@​inverse](https://redirect.github.com/inverse) in [https://github.com/TasmoAdmin/TasmoAdmin/pull/1398](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1398) - Update dependency league/commonmark to v2.7.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/TasmoAdmin/TasmoAdmin/pull/1397](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1397)7 - Update Node.js to v22.17.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/TasmoAdmin/TasmoAdmin/pull/1392](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1392)2 - Update dependency prettier to v3.6.2 by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/TasmoAdmin/TasmoAdmin/pull/1391](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1391)1 **Full Changelog**: https://github.com/TasmoAdmin/TasmoAdmin/compare/v4.3.0...v4.3.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
27114a95dd |
chore(helm): update image ghcr.io/home-operations/prowlarr 2.0.1.5101 → 2.0.2.5116 (#37771)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/home-operations/prowlarr](https://ghcr.io/home-operations/prowlarr) ([source](https://redirect.github.com/Prowlarr/Prowlarr)) | patch | `e9e0cf6` -> `30062fd` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>Prowlarr/Prowlarr (ghcr.io/home-operations/prowlarr)</summary> ### [`v2.0.2.5116`](https://redirect.github.com/Prowlarr/Prowlarr/releases/tag/v2.0.2.5116): 2.0.2.5116 [Compare Source](https://redirect.github.com/Prowlarr/Prowlarr/compare/v2.0.1.5101...v2.0.2.5116) *To receive further Pre-Release updates for a non-docker installation, please change the branch to **develop**. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)* **If you are using docker you will need to update the container image. *Do not attempt to update Prowlarr within an existing docker container.*** #### Changes: - [`fab74b5`]( |
||
|
|
07d9fbb82f |
chore(helm): update image ghcr.io/linuxserver/jackett 0.22.2193 → 0.22.2196 (#37774)
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 | `8cb056a` -> `0d50051` | 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--> |
||
|
|
646123ed2c |
chore(helm): update image ghcr.io/sethforprivacy/simple-monerod v0.18.4.0 → v0.18.4.1 (#37777)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/sethforprivacy/simple-monerod](https://redirect.github.com/sethforprivacy/simple-monerod-docker) | patch | `e5e635f` -> `11810da` | 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--> |
||
|
|
c829a3ddef |
chore(helm): update image ghcr.io/hotio/whisparr v3-3.0.0.1163 → v3-3.0.0.1178 (#37773)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/hotio/whisparr](https://hotio.dev/containers/whisparr) ([source](https://redirect.github.com/hotio/whisparr)) | patch | `832e82a` -> `9cb53d3` | 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--> |
||
|
|
1ce657e1cd |
chore(helm): update image ghcr.io/ylianst/meshcentral 1.1.47 → 1.1.48 (#37779)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/ylianst/meshcentral](https://redirect.github.com/Ylianst/MeshCentral) | patch | `95b8e17` -> `daec265` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>Ylianst/MeshCentral (ghcr.io/ylianst/meshcentral)</summary> ### [`v1.1.48`](https://redirect.github.com/Ylianst/MeshCentral/releases/tag/1.1.48) [Compare Source](https://redirect.github.com/Ylianst/MeshCentral/compare/1.1.47...1.1.48) - [`b770086`](https://redirect.github.com/Ylianst/MeshCentral/commit/b7700861) Version 1.1.48 - [`ae46993`](https://redirect.github.com/Ylianst/MeshCentral/commit/ae469935) fix lastbootuptime not refreshing in list view [#​7170](https://redirect.github.com/Ylianst/MeshCentral/issues/7170) - [`a7633d2`](https://redirect.github.com/Ylianst/MeshCentral/commit/a7633d27) Add initial support for custom stylesheets ([#​7164](https://redirect.github.com/Ylianst/MeshCentral/issues/7164)) - [`bd670a7`](https://redirect.github.com/Ylianst/MeshCentral/commit/bd670a74) update packages for vulnerabilities [#​7169](https://redirect.github.com/Ylianst/MeshCentral/issues/7169) - [`aa44cfb`](https://redirect.github.com/Ylianst/MeshCentral/commit/aa44cfb3) fix prometheus ConnectedIntelAMT crash [#​7168](https://redirect.github.com/Ylianst/MeshCentral/issues/7168) - [`baddb42`](https://redirect.github.com/Ylianst/MeshCentral/commit/baddb426) Add backgroundContainer class for modal content in night mode in modern ui ([#​7162](https://redirect.github.com/Ylianst/MeshCentral/issues/7162)) - [`cebbb68`](https://redirect.github.com/Ylianst/MeshCentral/commit/cebbb68f) Update translate.json (Fill gaps in language "de") [#​7160](https://redirect.github.com/Ylianst/MeshCentral/issues/7160) - [`554999d`](https://redirect.github.com/Ylianst/MeshCentral/commit/554999d0) run apf.ashx on agentport </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--> |
||
|
|
9caf0308cc |
chore(helm): update image ghcr.io/linuxserver/mysql-workbench 8.0.42 → 8.0.43 (#37775)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/mysql-workbench](https://redirect.github.com/linuxserver/docker-mysql-workbench/packages) ([source](https://redirect.github.com/linuxserver/docker-mysql-workbench)) | patch | `021846c` -> `43ce8ff` | 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--> |
||
|
|
03b868077e |
chore(helm): update image ghcr.io/elfhosted/jackett 0.22.2193 → 0.22.2196 (#37770)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/elfhosted/jackett | patch | `cb1b0bf` -> `6cfb971` | 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--> |
||
|
|
ebe36fb155 |
chore(helm): update image seaduboi/broadcast-box digest to 98941ea (#37769)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | seaduboi/broadcast-box | digest | `d3b11c4` -> `98941ea` | 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==--> |
||
|
|
5f5462da08 |
chore(helm): update image ghcr.io/alexta69/metube 2025-07-01 → 2025-07-22 (#37768)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/alexta69/metube | patch | `6ca874e` -> `feb459b` | 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--> |
||
|
|
4ea21af2e3 |
chore(helm): update image docker.io/wiserain/flexget 3.16.13 → 3.16.14 (#37767)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/wiserain/flexget](https://redirect.github.com/linuxserver/docker-baseimage-alpine/packages) ([source](https://redirect.github.com/wiserain/docker-flexget)) | patch | `a5afd72` -> `4a72cea` | 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--> |
||
|
|
45cbccdef0 |
chore(helm): update image docker.io/bobokun/qbit_manage v4.5.0 → v4.5.1 (#37760)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/bobokun/qbit_manage | patch | `ab9fc13` -> `ef72226` | 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--> |
||
|
|
48d96df733 |
chore(helm): update image docker.io/papermerge/papermerge 3.5.1 → 3.5.2 (#37763)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/papermerge/papermerge | patch | `1c70d3d` -> `c531a99` | 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--> |
||
|
|
93cab2bec4 |
chore(helm): update image docker.io/semaphoreui/semaphore v2.15.0 → v2.15.4 (#37764)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/semaphoreui/semaphore](https://redirect.github.com/semaphoreui/semaphore) | patch | `043216c` -> `385ce86` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>semaphoreui/semaphore (docker.io/semaphoreui/semaphore)</summary> ### [`v2.15.4`](https://redirect.github.com/semaphoreui/semaphore/releases/tag/v2.15.4) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.15.0...v2.15.4) #### Bugfixes - Fixed Raw log link in task dialog. <img width="1000" height="695" alt="image" src="https://github.com/user-attachments/assets/5f4623fd-12ee-4b95-957c-99583bac28e8" /> </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--> |
||
|
|
e67ef77e3d |
chore(helm): update image docker.io/grafana/grafana 12.0.2 → 12.0.3 (#37762)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/grafana/grafana](https://redirect.github.com/grafana/grafana) | patch | `b5b59bf` -> `2d29376` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>grafana/grafana (docker.io/grafana/grafana)</summary> ### [`v12.0.3`](https://redirect.github.com/grafana/grafana/blob/HEAD/CHANGELOG.md#1203-2025-07-23) [Compare Source](https://redirect.github.com/grafana/grafana/compare/v12.0.2...v12.0.3) ##### Bug fixes - **Security:** Fixes for CVE-2025-6197 and CVE-2025-6023 [#​108280](https://redirect.github.com/grafana/grafana/pull/108280), [@​volcanonoodle](https://redirect.github.com/volcanonoodle) <!-- 12.0.3 END --> <!-- 11.6.4 START --> </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--> |
||
|
|
70d52a2358 |
chore(helm): update image docker.io/shibaobun/cannery 0.9.15 → 0.9.16 (#37765)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/shibaobun/cannery](https://gitea.bubbletea.dev/shibao/cannery) ([source](https://gitea.bubbletea.dev/shibao/cannery.git)) | patch | `cc9f808` -> `45580f4` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>shibao/cannery (docker.io/shibaobun/cannery)</summary> ### [`v0.9.16`](https://gitea.bubbletea.dev/shibao/cannery/blob/HEAD/CHANGELOG.md#v0916) [Compare Source](https://gitea.bubbletea.dev/shibao/cannery/compare/0.9.15...0.9.16) - Fix bug with ammo type selector - Add a row number column to all tables </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--> |
||
|
|
bdcf4ccaf1 |
chore(helm): update image docker.io/tinymediamanager/tinymediamanager 5.1.7 → 5.1.8 (#37766)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/tinymediamanager/tinymediamanager | patch | `a2ffe1a` -> `2c5c861` | 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--> |
||
|
|
d32636f41d |
chore(helm): update image docker.io/doitandbedone/ispyagentdvr 6.5.4.0 → 6.5.5.0 (#37761)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/doitandbedone/ispyagentdvr](https://redirect.github.com/doitandbedone/ispyagentdvr-docker) | patch | `3f27848` -> `4ce869d` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>doitandbedone/ispyagentdvr-docker (docker.io/doitandbedone/ispyagentdvr)</summary> ### [`v6.5.5.0`](https://redirect.github.com/doitandbedone/ispyagentdvr-docker/compare/6.5.4.0...6.5.5.0) [Compare Source](https://redirect.github.com/doitandbedone/ispyagentdvr-docker/compare/6.5.4.0...6.5.5.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
9ad34eb730 |
chore(helm): update image docker.io/baserow/baserow 1.34.2 → 1.34.5 (#37759)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/baserow/baserow](https://gitlab.com/baserow/baserow) | patch | `b06a80a` -> `cbfbcd4` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>baserow/baserow (docker.io/baserow/baserow)</summary> ### [`v1.34.5`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1345) [Compare Source](https://gitlab.com/baserow/baserow/compare/1.34.4...1.34.5) ##### Bug fixes - \[Database] Speed up a slow query to update search vectors and automatically remove stale entries from the pending updates table. ##### Refactors - \[Builder] Improve performances of page data sources dispatch endpoint - \[Core] Process storage usage update more often ### [`v1.34.4`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1344) [Compare Source](https://gitlab.com/baserow/baserow/compare/1.34.3...1.34.4) ##### Bug fixes - \[Database] Fix Field `id` expected by got dict error ### [`v1.34.3`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1343) [Compare Source](https://gitlab.com/baserow/baserow/compare/1.34.2...1.34.3) ##### New features - \[Dashboard] Separate bar and line charts as new chart options [#​3663](https://gitlab.com/baserow/baserow/-/issues/3663) ##### Bug fixes - \[Database] Handle empty number\_decimal\_places value for number formula field [#​3616](https://gitlab.com/baserow/baserow/-/issues/3616) - \[Builder] Remove toast in the editor as it is confusing [#​3750](https://gitlab.com/baserow/baserow/-/issues/3750) - \[Database] Do not re-raise mapped exceptions when running jobs [#​3753](https://gitlab.com/baserow/baserow/-/issues/3753) - \[Builder] Fix font family from theme not applied to previewed/published page - \[Core] Fixed issue where applications failed to load properly with multiple workspaces - \[Builder] Resolved an issue which prevented data sources from being able to choose a specific view. - \[Database] Stop scheduling search tasks if the workspace is None (i.e. snapshots) ##### Refactors - \[Builder] Automatically delete services when workflow actions are deleted - \[Core] Remove obsolete compose versions </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--> |
||
|
|
ddc3794d85 |
chore(helm): update image seaduboi/broadcast-box digest to d3b11c4 (#37758)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | seaduboi/broadcast-box | digest | `1050e19` -> `d3b11c4` | 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==--> |
||
|
|
15d0c46df6 |
chore(helm): update authentik 2025.6.3 → 2025.6.4 (patch) (#37757)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/goauthentik/ldap](https://goauthentik.io) ([source](https://redirect.github.com/goauthentik/authentik)) | patch | `28831ab` -> `bceb771` | | [ghcr.io/goauthentik/proxy](https://goauthentik.io) ([source](https://redirect.github.com/goauthentik/authentik)) | patch | `d2295ef` -> `28921cc` | | [ghcr.io/goauthentik/radius](https://goauthentik.io) ([source](https://redirect.github.com/goauthentik/authentik)) | patch | `c18cd5c` -> `282aa5e` | | [ghcr.io/goauthentik/server](https://goauthentik.io) ([source](https://redirect.github.com/goauthentik/authentik)) | patch | `334354d` -> `acde6a1` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
2b9aa4a9e0 |
chore(container): update traefik docker tag to v3.4.5 (#37754)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [traefik](https://redirect.github.com/containous/traefik) | final | patch | `v3.4.4` -> `v3.4.5` | --- ### Release Notes <details> <summary>containous/traefik (traefik)</summary> ### [`v3.4.5`](https://redirect.github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v345-2025-07-23) [Compare Source](https://redirect.github.com/containous/traefik/compare/v3.4.5...v3.4.5) [All Commits](https://redirect.github.com/traefik/traefik/compare/v3.4.4...v3.4.5) **Bug fixes:** - **\[http3]** Bump github.com/quic-go/quic-go to v0.54.0 ([#​11919](https://redirect.github.com/traefik/traefik/pull/11919) by [GreyXor](https://redirect.github.com/GreyXor)) **Documentation:** - Fix typo in entrypoints page ([#​11914](https://redirect.github.com/traefik/traefik/pull/11914) by [adk-swisstopo](https://redirect.github.com/adk-swisstopo)) **Misc:** - Merge branch v2.11 into v3.4 ([#​11930](https://redirect.github.com/traefik/traefik/pull/11930) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Merge branch v2.11 into v3.4 ([#​11926](https://redirect.github.com/traefik/traefik/pull/11926) by [rtribotte](https://redirect.github.com/rtribotte)) ### [`v3.4.5`](https://redirect.github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v345-2025-07-23) [Compare Source](https://redirect.github.com/containous/traefik/compare/v3.4.4...v3.4.5) [All Commits](https://redirect.github.com/traefik/traefik/compare/v3.4.4...v3.4.5) **Bug fixes:** - **\[http3]** Bump github.com/quic-go/quic-go to v0.54.0 ([#​11919](https://redirect.github.com/traefik/traefik/pull/11919) by [GreyXor](https://redirect.github.com/GreyXor)) **Documentation:** - Fix typo in entrypoints page ([#​11914](https://redirect.github.com/traefik/traefik/pull/11914) by [adk-swisstopo](https://redirect.github.com/adk-swisstopo)) **Misc:** - Merge branch v2.11 into v3.4 ([#​11930](https://redirect.github.com/traefik/traefik/pull/11930) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Merge branch v2.11 into v3.4 ([#​11926](https://redirect.github.com/traefik/traefik/pull/11926) by [rtribotte](https://redirect.github.com/rtribotte)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
a168fbb191 |
chore(container): update public.ecr.aws/docker/library/traefik docker tag to v3.4.5 (#37753)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [public.ecr.aws/docker/library/traefik](https://hub.docker.com/_/traefik) ([source](https://redirect.github.com/traefik/traefik-library-image)) | stage | patch | `3.4.4` -> `v3.4.5` | --- ### Release Notes <details> <summary>traefik/traefik-library-image (public.ecr.aws/docker/library/traefik)</summary> ### [`v3.4.5`](https://redirect.github.com/traefik/traefik-library-image/compare/v3.4.5...v3.4.5) [Compare Source](https://redirect.github.com/traefik/traefik-library-image/compare/v3.4.5...v3.4.5) ### [`v3.4.5`](https://redirect.github.com/traefik/traefik-library-image/compare/v3.4.4...v3.4.5) [Compare Source](https://redirect.github.com/traefik/traefik-library-image/compare/v3.4.4...v3.4.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
7619ec336a |
chore(flux): update image longhorn 1.9.0 → 1.9.1 (clustertool) (#37755)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | longhorn | patch | `1.9.0` -> `1.9.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
b25317fab1 | chore(helm): update image yourls digest to 3508a6d (#37752) | ||
|
|
6e4cc4c2f2 |
chore(helm): update image seaduboi/broadcast-box digest to 1050e19 (#37751)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | seaduboi/broadcast-box | digest | `73009ed` -> `1050e19` | 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==--> |
||
|
|
5f73acf65b |
chore(github-action): update anchore/sbom-action action v0.20.2 → v0.20.4 (#37756)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [anchore/sbom-action](https://redirect.github.com/anchore/sbom-action) | action | patch | `cee1b8e` -> `7b36ad6` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>anchore/sbom-action (anchore/sbom-action)</summary> ### [`v0.20.4`](https://redirect.github.com/anchore/sbom-action/releases/tag/v0.20.4) [Compare Source](https://redirect.github.com/anchore/sbom-action/compare/v0.20.3...v0.20.4) #### Changes in v0.20.4 - chore: update Syft to v1.29.0 ([#​529](https://redirect.github.com/anchore/sbom-action/issues/529)) ### [`v0.20.3`](https://redirect.github.com/anchore/sbom-action/releases/tag/v0.20.3) [Compare Source](https://redirect.github.com/anchore/sbom-action/compare/v0.20.2...v0.20.3) #### Changes in v0.20.3 - Fix: Strip emojis from correlator before using github APIs ([#​527](https://redirect.github.com/anchore/sbom-action/issues/527)) \[[AndrewHendry](https://redirect.github.com/AndrewHendry)] </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwicmVub3ZhdGUvZ2l0aHViLXJlbGVhc2UiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
73a8b6ac2f |
chore(helm): update image lscr.io/linuxserver/pyload-ng digest to 9706ae6 (#37750)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/pyload-ng | digest | `66bdbf8` -> `9706ae6` | 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==--> |
||
|
|
4c5054cdc5 |
chore(helm): update image ghcr.io/open-webui/open-webui digest to 1addcd1 (#37749)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/open-webui/open-webui | digest | `f0e4c8e` -> `1addcd1` | 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==--> |
||
|
|
12cfc466fa |
fix(website): social-link github and more links (#37748)
**Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes # <!--(issue)--> Social link of git is outdated in top right. Constantly on a wrong page. Fix also some other pages. **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 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` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ |
||
|
|
b43345f6a4 |
chore(helm): update image docker.io/collabora/code 25.04.3.2.1 → 25.04.4.1.1 (#37635)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/collabora/code | patch | `43d90d9` -> `eea1e23` | 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--> |
||
|
|
75b8240596 |
chore(helm): update image lscr.io/linuxserver/cops digest to 26f4a42 (#37744)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [lscr.io/linuxserver/cops](https://redirect.github.com/linuxserver/docker-cops/packages) ([source](https://redirect.github.com/linuxserver/docker-cops)) | digest | `9005a8a` -> `26f4a42` | 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==--> |
||
|
|
40711bdb0a |
chore(helm): update image monica digest to 41f560f (#37746)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | monica | digest | `6c5e59d` -> `41f560f` | 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==--> |
||
|
|
ff212c8522 |
chore(helm): update image ghcr.io/lissy93/dashy digest to 24c7e16 (#37741)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/lissy93/dashy | digest | `70a2ec6` -> `24c7e16` | 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==--> |
||
|
|
7a63268c38 |
chore(helm): update image docker.io/nginxinc/nginx-unprivileged digest to 1e1d77c (#37570)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/nginxinc/nginx-unprivileged](https://redirect.github.com/nginx/docker-nginx-unprivileged) | digest | `a7ad9ce` -> `1e1d77c` | 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==--> |
||
|
|
f281175307 |
fix(common): nginx authentik integration (#37739)
**Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> Based upon https://discord.com/channels/830763548678291466/1396239425230340136 When using the NGINX Authentik integration you will get a `502 Bad Gateway`. According the docs from authentik those for annotations are needed: <img width="1564" height="428" alt="image" src="https://github.com/user-attachments/assets/b2421a2f-2ae8-46ff-bacf-47aa1bb4ffb6" /> The common add these as well: ``` nginx.ingress.kubernetes.io/backend-protocol: HTTPS nginx.ingress.kubernetes.io/force-ssl-redirect: 'true' ``` Those are not needed. ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> 1. https://github.com/Boemeltrein/TalosCluster/blob/main/clusters/main/kubernetes/apps/librespeed/app/helm-release.yaml 2. Tested first with setting annotations myself. That works 3. Using the authentik integration, it won't work. 4. Remove the added annotation with openlens in the ingress, make it works instantly. **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [x] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `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` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
e7714a2ce6 |
chore(helm): update image lscr.io/linuxserver/pyload-ng digest to 66bdbf8 (#37745)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/pyload-ng | digest | `063f4e0` -> `66bdbf8` | 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==--> |
||
|
|
9a7642742f |
chore(helm): update image ghcr.io/open-webui/open-webui digest to f0e4c8e (#37742)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/open-webui/open-webui | digest | `bebab58` -> `f0e4c8e` | 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==--> |
||
|
|
ca81c158d5 |
chore(helm): update image lscr.io/linuxserver/calibre-web digest to e26c23d (#37743)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [lscr.io/linuxserver/calibre-web](https://redirect.github.com/linuxserver/docker-calibre-web/packages) ([source](https://redirect.github.com/linuxserver/docker-calibre-web)) | digest | `732269a` -> `e26c23d` | 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==--> |
||
|
|
642276f793 |
chore(helm): update image docker.io/clamav/clamav digest to 33c8ce8 (#37563)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/clamav/clamav](https://redirect.github.com/Cisco-Talos/clamav.git) ([source](https://redirect.github.com/Cisco-Talos/clamav)) | digest | `e301ae4` -> `33c8ce8` | 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==--> |
||
|
|
8b50b3ad84 |
fix(nextcloud): fix traefik redirect regex ingress type (#37708)
**Description** The current ingress type for traefik of nextcloud is wrong. It has to be "redirect-regex" instead of "redirectRegex". **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** I experimented with nextcloud, otherwise error is ``` Error: execution error at (nextcloud/templates/common.yaml:92:4): Traefik - Middleware [redirectRegex] is not supported. Supported middlewares are [compress, plugin-real-ip, plugin-rewrite-response-headers, rate-limit, replace-path, replace-path-regex, retry, strip-prefix-regex, chain, content-type, plugin-mod-security, plugin-theme-park, redirect-regex, basic-auth, buffering, forward-auth, headers, ip-allow-list, plugin-bouncer, plugin-geoblock, redirect-scheme, add-prefix, strip-prefix] helm.go:86: 2025-07-23 21:29:35.832733916 +0200 CEST m=+0.440218084 [debug] execution error at (nextcloud/templates/common.yaml:92:4): Traefik - Middleware [redirectRegex] is not supported. Supported middlewares are [compress, plugin-real-ip, plugin-rewrite-response-headers, rate-limit, replace-path, replace-path-regex, retry, strip-prefix-regex, chain, content-type, plugin-mod-security, plugin-theme-park, redirect-regex, basic-auth, buffering, forward-auth, headers, ip-allow-list, plugin-bouncer, plugin-geoblock, redirect-scheme, add-prefix, strip-prefix] ``` **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `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` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |