8ad4753c410be8738543cc6e6bf0f20ee707a614
100
Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
8ad4753c41 |
chore(flux): update image prometheus-operator 11.0.0 → 11.0.1 (clustertool) (#32301)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prometheus-operator](https://truecharts.org/charts/system/prometheus-operator) ([source](https://redirect.github.com/prometheus-operator)) | patch | `11.0.0` -> `11.0.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
bd6840bfc1 |
chore(helm): update chart kube-prometheus-stack 69.3.2 → 69.3.3 (#32298)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus) ([source](https://redirect.github.com/prometheus-community/helm-charts)) | patch | `69.3.2` -> `69.3.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v69.3.3`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.3.2...kube-prometheus-stack-69.3.3) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.3.2...kube-prometheus-stack-69.3.3) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
ae4d3bb613 |
chore(flux): update image ghcr.io/fluxcd/flux-manifests v2.4.0 → v2.5.0 (clustertool) (#32299)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/fluxcd/flux-manifests](https://redirect.github.com/fluxcd/flux2) | minor | `v2.4.0` -> `v2.5.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>fluxcd/flux2 (ghcr.io/fluxcd/flux-manifests)</summary> ### [`v2.5.0`](https://redirect.github.com/fluxcd/flux2/releases/tag/v2.5.0) [Compare Source](https://redirect.github.com/fluxcd/flux2/compare/v2.4.0...v2.5.0) #### Highlights Flux v2.5.0 is a feature release. Users are encouraged to upgrade for the best experience. For a compressive overview of new features and API changes included in this release, please refer to the [Announcing Flux 2.5 GA blog post](https://fluxcd.io/blog/2025/02/flux-v2.5.0/). Overview of the new features: - Support for GitHub App authentication (`GitRepository` and `ImageUpdateAutomation` API) - Custom Health Checks using CEL (`Kustomization` API) - Fine-grained control of garbage collection (`Kustomization` API) - Enable decryption of secrets generated by Kustomize components (`Kustomization` API) - Support for custom event metadata from annotations (`Alert` API) - Git commit status updates for Flux Kustomizations with OCIRepository sources (`Alert` API) - Resource filtering using CEL for webhook receivers (`Receiver` API) - Debug commands for Flux Kustomizations and HelmReleases (Flux CLI) ❤️ Big thanks to all the Flux contributors that helped us with this release! ##### Kubernetes compatibility This release is compatible with the following Kubernetes versions: | Kubernetes version | Minimum required | |--------------------|------------------| | `v1.30` | `>= 1.30.0` | | `v1.31` | `>= 1.31.0` | | `v1.32` | `>= 1.32.0` | > \[!NOTE] > Note that the Flux project offers support only for the latest three minor versions of Kubernetes. > Backwards compatibility with older versions of Kubernetes and OpenShift is offered by vendors such as > [ControlPlane](https://control-plane.io/enterprise-for-flux-cd/) that provide enterprise support for Flux. ##### OpenShift compatibility Flux can be installed on Red Hat OpenShift cluster directly from OperatorHub using [Flux Operator](https://operatorhub.io/operator/flux-operator). The operator allows the configuration of Flux multi-tenancy lockdown, network policies, persistent storage, sharding, vertical scaling and the synchronization of the cluster state from Git repositories, OCI artifacts and S3-compatible storage. #### Upgrade procedure Upgrade Flux from `v2.4.0` to `v2.5.0` by following the [upgrade guide](https://fluxcd.io/flux/installation/upgrade/). There are no new API versions in this release, so no changes are required in the YAML manifests containing Flux resources. #### Components changelog - source-controller [v1.5.0](https://redirect.github.com/fluxcd/source-controller/blob/v1.5.0/CHANGELOG.md) - kustomize-controller [v1.5.0](https://redirect.github.com/fluxcd/kustomize-controller/blob/v1.5.0/CHANGELOG.md) - notification-controller [v1.5.0](https://redirect.github.com/fluxcd/notification-controller/blob/v1.5.0/CHANGELOG.md) - helm-controller [v1.2.0](https://redirect.github.com/fluxcd/helm-controller/blob/v1.2.0/CHANGELOG.md) - image-reflector-controller [v0.34.0](https://redirect.github.com/fluxcd/image-reflector-controller/blob/v0.34.0/CHANGELOG.md) - image-automation-controller [v0.40.0](https://redirect.github.com/fluxcd/image-automation-controller/blob/v0.40.0/CHANGELOG.md) #### CLI Changelog - PR [#​5204](https://redirect.github.com/fluxcd/flux2/issues/5204) - [@​stefanprodan](https://redirect.github.com/stefanprodan) - Update kubectl in flux-cli image - PR [#​5203](https://redirect.github.com/fluxcd/flux2/issues/5203) - [@​stefanprodan](https://redirect.github.com/stefanprodan) - Update flux-cli image - PR [#​5200](https://redirect.github.com/fluxcd/flux2/issues/5200) - [@​stefanprodan](https://redirect.github.com/stefanprodan) - Update Kubernetes min supported version to 1.30 - PR [#​5199](https://redirect.github.com/fluxcd/flux2/issues/5199) - [@​matheuscscp](https://redirect.github.com/matheuscscp) - Update integration tests dependencies for Flux 2.5 - PR [#​5195](https://redirect.github.com/fluxcd/flux2/issues/5195) - [@​fluxcdbot](https://redirect.github.com/fluxcdbot) - Update toolkit components - PR [#​5192](https://redirect.github.com/fluxcd/flux2/issues/5192) - [@​fluxcdbot](https://redirect.github.com/fluxcdbot) - Update toolkit components - PR [#​5190](https://redirect.github.com/fluxcd/flux2/issues/5190) - [@​dependabot](https://redirect.github.com/dependabot)\[bot] - build(deps): bump github.com/distribution/distribution/v3 from 3.0.0-rc.2 to 3.0.0-rc.3 - PR [#​5188](https://redirect.github.com/fluxcd/flux2/issues/5188) - [@​matheuscscp](https://redirect.github.com/matheuscscp) - Upgrade pkg/runtime - PR [#​5187](https://redirect.github.com/fluxcd/flux2/issues/5187) - [@​stefanprodan](https://redirect.github.com/stefanprodan) - Update conformance test suite - PR [#​5181](https://redirect.github.com/fluxcd/flux2/issues/5181) - [@​dependabot](https://redirect.github.com/dependabot)\[bot] - build(deps): bump the ci group across 1 directory with 13 updates - PR [#​5176](https://redirect.github.com/fluxcd/flux2/issues/5176) - [@​YvanGuidoin](https://redirect.github.com/YvanGuidoin) - fix: align `flux diff` skipping with kustomize-controller - PR [#​5175](https://redirect.github.com/fluxcd/flux2/issues/5175) - [@​stefanprodan](https://redirect.github.com/stefanprodan) - Update dependencies - PR [#​5151](https://redirect.github.com/fluxcd/flux2/issues/5151) - [@​stefanprodan](https://redirect.github.com/stefanprodan) - \[RFC-0009] Custom Health Checks using CEL expressions - PR [#​5146](https://redirect.github.com/fluxcd/flux2/issues/5146) - [@​sjorsholtrop-ritense](https://redirect.github.com/sjorsholtrop-ritense) - Improve "flux resume" error message on non-existent object - PR [#​5142](https://redirect.github.com/fluxcd/flux2/issues/5142) - [@​matheuscscp](https://redirect.github.com/matheuscscp) - Fix create command always using imageRepositoryType - PR [#​5137](https://redirect.github.com/fluxcd/flux2/issues/5137) - [@​scottrigby](https://redirect.github.com/scottrigby) - Add OpenShift 4.16 & 4.17 to conformance testing - PR [#​5117](https://redirect.github.com/fluxcd/flux2/issues/5117) - [@​stefanprodan](https://redirect.github.com/stefanprodan) - Implement `flux debug kustomization` command - PR [#​5114](https://redirect.github.com/fluxcd/flux2/issues/5114) - [@​stefanprodan](https://redirect.github.com/stefanprodan) - Update dependencies to Kubernetes 1.32.0 and Go 1.23.0 - PR [#​5111](https://redirect.github.com/fluxcd/flux2/issues/5111) - [@​stefanprodan](https://redirect.github.com/stefanprodan) - Run conformance tests for Kubernetes 1.32.0 - PR [#​5107](https://redirect.github.com/fluxcd/flux2/issues/5107) - [@​darkowlzz](https://redirect.github.com/darkowlzz) - workflows: Use setup-terraform to install latest - PR [#​5106](https://redirect.github.com/fluxcd/flux2/issues/5106) - [@​stefanprodan](https://redirect.github.com/stefanprodan) - Implement `flux debug helmrelease` command - PR [#​5105](https://redirect.github.com/fluxcd/flux2/issues/5105) - [@​stefanprodan](https://redirect.github.com/stefanprodan) - Update `fluxcd/pkg` dependencies - PR [#​5104](https://redirect.github.com/fluxcd/flux2/issues/5104) - [@​dependabot](https://redirect.github.com/dependabot)\[bot] - build(deps): bump the ci group across 1 directory with 11 updates - PR [#​5103](https://redirect.github.com/fluxcd/flux2/issues/5103) - [@​dipti-pai](https://redirect.github.com/dipti-pai) - \[RFC-007] Flux cli support for GitHub app authentication - PR [#​5099](https://redirect.github.com/fluxcd/flux2/issues/5099) - [@​bkreitch](https://redirect.github.com/bkreitch) - fix misplaced quotes - PR [#​5073](https://redirect.github.com/fluxcd/flux2/issues/5073) - [@​mloskot](https://redirect.github.com/mloskot) - docs: Mention Flux upgrade guide in release notes - PR [#​5071](https://redirect.github.com/fluxcd/flux2/issues/5071) - [@​milas](https://redirect.github.com/milas) - fix: skip remote Kustomizations on recursive diff - PR [#​5068](https://redirect.github.com/fluxcd/flux2/issues/5068) - [@​h3nryc0ding](https://redirect.github.com/h3nryc0ding) - fix(cli): confusing error message for missing kind - PR [#​5060](https://redirect.github.com/fluxcd/flux2/issues/5060) - [@​jdewinne](https://redirect.github.com/jdewinne) - Use replicated-actions in conformance tests </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
858967d484 |
chore(flux): update image jackett 23.3.25 → 23.3.26 (#32297)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jackett](https://truecharts.org/charts/stable/jackett) ([source](https://ghcr.io/elfhosted/jackett)) | patch | `23.3.25` -> `23.3.26` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
9b1ea8716c |
chore(helm): BREAKING update image docker.io/fireflyiii/core version-6.1.25 → version-6.2.7 (#31520)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/fireflyiii/core](https://redirect.github.com/firefly-iii/docker) ([source](https://dev.azure.com/Firefly-III/_git/MainImage)) | minor | `8391c11` -> `adf01cd` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuMTY0LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
4cec4d71e5 |
chore(flux): update image prometheus-operator 10.3.0 → 11.0.0 (clustertool) (#32288)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prometheus-operator](https://truecharts.org/charts/system/prometheus-operator) ([source](https://redirect.github.com/prometheus-operator)) | major | `10.3.0` -> `11.0.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=--> |
||
|
|
2a39f40e9a |
chore(helm): update image ghcr.io/elfhosted/jackett 0.22.1443 → 0.22.1445 (#32287)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/elfhosted/jackett | patch | `19af677` -> `7c9efb7` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
81a64a9429 |
chore(helm): update image docker.io/zedeus/nitter digest to 85d67c6 (#32060)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/zedeus/nitter | digest | `c027545` -> `85d67c6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
0dce307581 |
chore(helm): update image docker.io/msdeluise/plant-it-server 0.8.0 → 0.10.0 (#32123)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/msdeluise/plant-it-server | minor | `b05762c` -> `23ddf86` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
24e2638943 |
chore(helm): update image docker.io/shlinkio/shlink 4.4.0 → 4.4.3 (#31438)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/shlinkio/shlink](https://redirect.github.com/shlinkio/shlink) | patch | `89df56b` -> `2bf3e95` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>shlinkio/shlink (docker.io/shlinkio/shlink)</summary> ### [`v4.4.3`](https://redirect.github.com/shlinkio/shlink/blob/HEAD/CHANGELOG.md#443---2025-02-15) [Compare Source](https://redirect.github.com/shlinkio/shlink/compare/v4.4.2...v4.4.3) ##### Added - *Nothing* ##### Changed - *Nothing* ##### Deprecated - *Nothing* ##### Removed - *Nothing* ##### Fixed - [#​2351](https://redirect.github.com/shlinkio/shlink/issues/2351) Fix visitor IP address resolution when Shlink is served behind more than one reverse proxy. This regression was introduced due to a change in behavior in `akrabat/rka-ip-address-middleware`, that now picks the first address from the right after excluding all trusted proxies. Since Shlink does not set trusted proxies, this means the first IP from the right is now picked instead of the first from the left, so we now reverse the list before trying to resolve the IP. In the future, Shlink will allow you to define trusted proxies, to avoid other potential side effects because of this reversing of the list. - [#​2354](https://redirect.github.com/shlinkio/shlink/issues/2354) Fix error "NOSCRIPT No matching script. Please use EVAL" thrown when creating a lock in redis. - [#​2319](https://redirect.github.com/shlinkio/shlink/issues/2319) Fix unique index for `short_code` and `domain_id` in `short_urls` table not being used in Microsoft SQL engines for rows where `domain_id` is `null`. ### [`v4.4.2`](https://redirect.github.com/shlinkio/shlink/blob/HEAD/CHANGELOG.md#442---2025-01-29) [Compare Source](https://redirect.github.com/shlinkio/shlink/compare/v4.4.1...v4.4.2) ##### Added - *Nothing* ##### Changed - *Nothing* ##### Deprecated - *Nothing* ##### Removed - *Nothing* ##### Fixed - [#​2346](https://redirect.github.com/shlinkio/shlink/issues/2346) Get back docker images for ARM architectures. ### [`v4.4.1`](https://redirect.github.com/shlinkio/shlink/blob/HEAD/CHANGELOG.md#441---2025-01-28) [Compare Source](https://redirect.github.com/shlinkio/shlink/compare/v4.4.0...v4.4.1) ##### Added - [#​2331](https://redirect.github.com/shlinkio/shlink/issues/2331) Add `ADDRESS` env var which allows to customize the IP address to which RoadRunner binds, when using the official docker image. ##### Changed - *Nothing* ##### Deprecated - *Nothing* ##### Removed - *Nothing* ##### Fixed - [#​2341](https://redirect.github.com/shlinkio/shlink/issues/2341) Ensure all asynchronous jobs that interact with the database do not leave idle connections open. - [#​2334](https://redirect.github.com/shlinkio/shlink/issues/2334) Improve how page titles are encoded to UTF-8, falling back from mbstring to iconv if available, and ultimately using the original title in case of error, but never causing the short URL creation to fail. </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuMTY0LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==--> |
||
|
|
927320ecee |
chore(helm): update image quay.io/coderaiser/cloudcmd digest to 45cb2c0 (#31820)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | quay.io/coderaiser/cloudcmd | digest | `ac96b06` -> `45cb2c0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
79a0677dc9 |
chore(helm): update image ghcr.io/ctfd/ctfd 3.7.5 → 3.7.6 (#32283)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/ctfd/ctfd | patch | `7f456b2` -> `8b42409` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
f747d8cba5 |
chore(helm): update jupyter 2025-02-19 → 2025-02-20 (patch) (#32284)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | quay.io/jupyter/all-spark-notebook | patch | `ff06ea9` -> `43a4c50` | | quay.io/jupyter/base-notebook | patch | `22e4e21` -> `5f92509` | | quay.io/jupyter/datascience-notebook | patch | `2c72bf4` -> `57796c3` | | quay.io/jupyter/minimal-notebook | patch | `c1d44ee` -> `af7469f` | | quay.io/jupyter/pyspark-notebook | patch | `6816813` -> `116ff5b` | | quay.io/jupyter/r-notebook | patch | `168d097` -> `3ddba6f` | | quay.io/jupyter/scipy-notebook | patch | `7aad640` -> `a4c2512` | | quay.io/jupyter/tensorflow-notebook | patch | `bc4cab9` -> `c80b54f` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
309e9e844a | chore(helm): update image docker.io/diygod/rsshub digest to 7ecbb00 (#32282) | ||
|
|
8734ecfcef |
chore(helm): update image ghcr.io/linuxserver/oscam 11868-ls133 → 11869-ls134 (#32279)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/oscam](https://redirect.github.com/linuxserver/docker-oscam/packages) ([source](https://redirect.github.com/linuxserver/docker-oscam)) | patch | `726d3db` -> `97aeaea` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>linuxserver/docker-oscam (ghcr.io/linuxserver/oscam)</summary> ### [`v11869-ls134`](https://redirect.github.com/linuxserver/docker-oscam/releases/tag/11869-ls134) [Compare Source](https://redirect.github.com/linuxserver/docker-oscam/compare/11868-ls133...11869-ls134) **CI Report:** https://ci-tests.linuxserver.io/linuxserver/oscam/11869-ls134/index.html **LinuxServer Changes:** Rebase to Alpine 3.20. **Remote Changes:** Updating to 11869 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
9b7515cc1c |
chore(helm): update jupyter 2025-02-18 → 2025-02-19 (patch) (#32280)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | quay.io/jupyter/all-spark-notebook | patch | `73b0032` -> `ff06ea9` | | quay.io/jupyter/base-notebook | patch | `d635dd6` -> `22e4e21` | | quay.io/jupyter/datascience-notebook | patch | `22bee3f` -> `2c72bf4` | | quay.io/jupyter/minimal-notebook | patch | `fe4beed` -> `c1d44ee` | | quay.io/jupyter/pyspark-notebook | patch | `a0e4f3b` -> `6816813` | | quay.io/jupyter/r-notebook | patch | `1e0b341` -> `168d097` | | quay.io/jupyter/scipy-notebook | patch | `5453e6d` -> `7aad640` | | quay.io/jupyter/tensorflow-notebook | patch | `a24f441` -> `bc4cab9` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
02096570a0 |
chore(helm): update image docker.io/diygod/rsshub digest to 1c842f4 (#32277)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/diygod/rsshub | digest | `b335612` -> `1c842f4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
91528e79c0 | chore(helm): update image public.ecr.aws/bitnami/wordpress digest to e1602b6 (#32278) | ||
|
|
7cd8420b9a |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
6afd693be0 |
chore(flux): update image renovate 1.11.8 → 1.12.0 (#32281)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [renovate](https://truecharts.org/charts/stable/renovate) ([source](https://redirect.github.com/truecharts/charts/tree/HEAD/charts/stable/renovate)) | minor | `1.11.8` -> `1.12.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
5ea5fdbc3c |
chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.49.1 → 0.49.2 (#32276)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dgtlmoon/changedetection.io](https://redirect.github.com/dgtlmoon/changedetection.io) | patch | `c48b0b8` -> `0ce7a61` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>dgtlmoon/changedetection.io (ghcr.io/dgtlmoon/changedetection.io)</summary> ### [`v0.49.2`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.49.2): Bug fix release [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.49.1...0.49.2) #### What's Changed - Fix mute/unmute alt/title label by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2951](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2951) - Adding `browser_steps` JSON Schema rule for API updates by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2957](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2957) - UI - "Browser Steps" tab should be always available with helpful info by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2955](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2955) - removing deprecated docker version attribute by [@​panzli](https://redirect.github.com/panzli) in [https://github.com/dgtlmoon/changedetection.io/pull/2967](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2967) - Use JS for switching tabs because sometimes the DOM wasnt ready when the CSS tried to fire &:target by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2971](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2971) - Filter - unique lines fix for empty set by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2972](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2972) - More W3C validation fixes by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2973](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2973) - UI - Make the setup and error messages for Visual Selector and Browser Steps a lot more meaningful by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2977](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2977) - Lots of HTML validation fixes which may resolve certain cases of the interface not working for some users #### New Contributors - [@​panzli](https://redirect.github.com/panzli) made their first contribution in [https://github.com/dgtlmoon/changedetection.io/pull/2967](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2967) **Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.49.1...0.49.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
cd9be92e2b |
chore(helm): update image docker.io/diygod/rsshub digest to b335612 (#32274)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/diygod/rsshub | digest | `9f2b4b9` -> `b335612` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
60fb47af72 |
chore(flux): update image jackett 23.3.24 → 23.3.25 (#32275)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jackett](https://truecharts.org/charts/stable/jackett) ([source](https://ghcr.io/elfhosted/jackett)) | patch | `23.3.24` -> `23.3.25` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
b034d63353 |
chore(github-action): update docker/build-push-action digest to 0adf995 (#32273)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/build-push-action](https://redirect.github.com/docker/build-push-action) | action | digest | `ca877d9` -> `0adf995` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
c724abf818 |
chore(helm): update image docker.io/renovate/renovate 39.164.0 → 39.173.1 (#32250)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [docker.io/renovate/renovate](https://renovatebot.com)
([source](https://redirect.github.com/renovatebot/renovate)) | minor |
-> |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.
---
### Release Notes
<details>
<summary>renovatebot/renovate (docker.io/renovate/renovate)</summary>
###
[`v39.173.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.173.1)
[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.173.0...39.173.1)
##### Bug Fixes
- add an alternative cache dir to the docker image
([#​34284](https://redirect.github.com/renovatebot/renovate/issues/34284))
([b1aa6ff](https://redirect.github.com/renovatebot/renovate/commit/b1aa6ff235bbb7086bbcde8e2b6228d844042bf1))
###
[`v39.173.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.173.0)
[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.172.1...39.173.0)
##### Features
- **instrumentation/reporting:** add libyear support
([#​34278](https://redirect.github.com/renovatebot/renovate/issues/34278))
([e78c78a](https://redirect.github.com/renovatebot/renovate/commit/e78c78a2ef9409595a754475db01c8f9c5242b8e))
###
[`v39.172.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.172.1)
[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.172.0...39.172.1)
##### Bug Fixes
- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.41.1
([#​34274](https://redirect.github.com/renovatebot/renovate/issues/34274))
([162dec7](https://redirect.github.com/renovatebot/renovate/commit/162dec7b1648a9c19effa802f601d2c374b15f45))
##### Documentation
- **config/self-hosted:** remove duplicate statement
([#​34270](https://redirect.github.com/renovatebot/renovate/issues/34270))
([432ce3a](https://redirect.github.com/renovatebot/renovate/commit/432ce3a56c4229c447eba1fd10df72e0d9a1c78c))
##### Miscellaneous Chores
- **deps:** update linters to v8.24.0
([#​34272](https://redirect.github.com/renovatebot/renovate/issues/34272))
([0f1af54](https://redirect.github.com/renovatebot/renovate/commit/0f1af5451251e5944e257bf46021b0fd64f87353))
- **deps:** update nick-fields/retry action to v3.0.1
([#​34271](https://redirect.github.com/renovatebot/renovate/issues/34271))
([5c33660](https://redirect.github.com/renovatebot/renovate/commit/5c33660ec2ed4bd0b5c86ecf4e5b2a74c54972fc))
- **deps:** update prom/prometheus docker tag to v3.2.0
([#​34275](https://redirect.github.com/renovatebot/renovate/issues/34275))
([a6f07f4](https://redirect.github.com/renovatebot/renovate/commit/a6f07f44224720aa11f465f383211559ff5b6f79))
- **devcontainer:** increase memory to 8 gb of RAM
([#​34264](https://redirect.github.com/renovatebot/renovate/issues/34264))
([d357ddb](https://redirect.github.com/renovatebot/renovate/commit/d357ddbb593735c47378ed0383020f5fa6e4b8a4))
###
[`v39.172.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.172.0)
[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.171.3...39.172.0)
##### Features
- **config/self-hosted:** `processEnv`
([#​34137](https://redirect.github.com/renovatebot/renovate/issues/34137))
([e5fb2e5](https://redirect.github.com/renovatebot/renovate/commit/e5fb2e57ee8fc6691fd7e59541ff383b2846f839))
###
[`v39.171.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.171.3)
[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.171.2...39.171.3)
##### Build System
- **deps:** update dependency prettier to v3.5.1
([#​34261](https://redirect.github.com/renovatebot/renovate/issues/34261))
([2256986](https://redirect.github.com/renovatebot/renovate/commit/22569866d31b04da5891a76f68445ebcc5ebc3b9))
###
[`v39.171.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.171.2)
[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.171.1...39.171.2)
##### Documentation
- **automerge:** remove outdated negative reviews warning
([#​34232](https://redirect.github.com/renovatebot/renovate/issues/34232))
([e697665](https://redirect.github.com/renovatebot/renovate/commit/e6976650cefd17bc4484e90e62960d0fe67f2d24))
##### Miscellaneous Chores
- **deps:** update dependency type-fest to v4.34.1
([#​34249](https://redirect.github.com/renovatebot/renovate/issues/34249))
([ce454c4](https://redirect.github.com/renovatebot/renovate/commit/ce454c4fd3b33d2e8d57d85cae07e257489706e0))
- fix label actions typo
([#​34252](https://redirect.github.com/renovatebot/renovate/issues/34252))
([90147e3](https://redirect.github.com/renovatebot/renovate/commit/90147e35c4487d28f677de3d5750255ea9002e20))
##### Build System
- **deps:** update dependency semantic-release to v24.2.2
([#​34255](https://redirect.github.com/renovatebot/renovate/issues/34255))
([d087a6d](https://redirect.github.com/renovatebot/renovate/commit/d087a6d24c9e170e0612038e23cb3009cdd89605))
###
[`v39.171.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.171.1)
[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.171.0...39.171.1)
##### Miscellaneous Chores
- **deps:** update ghcr.io/containerbase/devcontainer docker tag to
v13.7.15
([#​34250](https://redirect.github.com/renovatebot/renovate/issues/34250))
([f1c840e](https://redirect.github.com/renovatebot/renovate/commit/f1c840ebc2ef2b8706c2173f889eb99a090591fd))
##### Build System
- **deps:** update dependency prettier to v3.5.0
([#​34251](https://redirect.github.com/renovatebot/renovate/issues/34251))
([105c4dd](https://redirect.github.com/renovatebot/renovate/commit/105c4dd90411c26aeb1885f85404670c43d49fdd))
###
[`v39.171.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.171.0)
[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.170.3...39.171.0)
##### Features
- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.41.0
([#​34248](https://redirect.github.com/renovatebot/renovate/issues/34248))
([a47013a](https://redirect.github.com/renovatebot/renovate/commit/a47013a1bd6e40b35e2e8a7e5ee5a18f53c7aa10))
###
[`v39.170.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.170.3)
[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.170.2...39.170.3)
##### Bug Fixes
- **presets:** actually group Node.js packages
([#​34244](https://redirect.github.com/renovatebot/renovate/issues/34244))
([904a52b](https://redirect.github.com/renovatebot/renovate/commit/904a52bda950780ea475e3cf8455a44202ed4872))
##### Miscellaneous Chores
- **deps:** update dependency
[@​swc/core](https://redirect.github.com/swc/core) to v1.10.15
([#​34242](https://redirect.github.com/renovatebot/renovate/issues/34242))
([06d687e](https://redirect.github.com/renovatebot/renovate/commit/06d687ef9f02b02c2967c54112383df7d65c6f3d))
###
[`v39.170.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.170.2)
[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.170.1...39.170.2)
##### Bug Fixes
- **platform/bitbucket:** use debug logs if issues unavailable/disabled
([#​34200](https://redirect.github.com/renovatebot/renovate/issues/34200))
([c8e5060](https://redirect.github.com/renovatebot/renovate/commit/c8e5060e41064871aa36073593bf794bd9d62c2e))
##### Miscellaneous Chores
- **deps:** update containerbase/internal-tools action to v3.9.0
([#​34235](https://redirect.github.com/renovatebot/renovate/issues/34235))
([031b075](https://redirect.github.com/renovatebot/renovate/commit/031b075268d309cea5234c0b9a11a8aedd47c21c))
- **deps:** update dependency
[@​semantic-release/github](https://redirect.github.com/semantic-release/github)>[@​octokit/plugin-paginate-rest](https://redirect.github.com/octokit/plugin-paginate-rest)
to v11.4.1 \[security]
([#​34236](https://redirect.github.com/renovatebot/renovate/issues/34236))
([030130c](https://redirect.github.com/renovatebot/renovate/commit/030130ccc94471e44cda80fc4b84e437ad06e339))
- **deps:** update ghcr.io/containerbase/devcontainer docker tag to
v13.7.14
([#​34233](https://redirect.github.com/renovatebot/renovate/issues/34233))
([286e4ae](https://redirect.github.com/renovatebot/renovate/commit/286e4aef80bfb7482b94ef285d3a9aaf63505034))
- **label-actions:** add more frequently needed comments
([#​34226](https://redirect.github.com/renovatebot/renovate/issues/34226))
([1011643](https://redirect.github.com/renovatebot/renovate/commit/10116436237b981bc132a63f507c7a011fbefd81))
###
[`v39.170.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.170.1)
[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.170.0...39.170.1)
##### Bug Fixes
- **platform/azure:** Add current project id as sourceRepositoryId to
azure getPrList
([#​32991](https://redirect.github.com/renovatebot/renovate/issues/32991))
([858f26b](https://redirect.github.com/renovatebot/renovate/commit/858f26b58670e732609367e6b23ebeab3b1080c6))
###
[`v39.170.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.170.0)
[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.169.3...39.170.0)
##### Features
- Add more dotnet repos to monorepo
([#​34167](https://redirect.github.com/renovatebot/renovate/issues/34167))
([c0898e8](https://redirect.github.com/renovatebot/renovate/commit/c0898e849bc6a2e8e1076dc627c91d696b4ac76b))
##### Documentation
- use issueType field for docs generation
([#​33718](https://redirect.github.com/renovatebot/renovate/issues/33718))
([db8581f](https://redirect.github.com/renovatebot/renovate/commit/db8581f4f7ef966a3ca54cfa14d7de765a17c021))
##### Miscellaneous Chores
- **deps:** update containerbase/internal-tools action to v3.8.6
([#​34202](https://redirect.github.com/renovatebot/renovate/issues/34202))
([1f9bf47](https://redirect.github.com/renovatebot/renovate/commit/1f9bf47a4365a8a38a27d4509266895c26400b8d))
- **deps:** update ghcr.io/containerbase/devcontainer docker tag to
v13.7.13
([#​34207](https://redirect.github.com/renovatebot/renovate/issues/34207))
([f4a994f](https://redirect.github.com/renovatebot/renovate/commit/f4a994f27fefeb688f9b65fbe7acd1760067e242))
- **deps:** update python:3.13 docker digest to
[`08471c6`](https://redirect.github.com/renovatebot/renovate/commit/08471c6)
([#​34198](https://redirect.github.com/renovatebot/renovate/issues/34198))
([281162f](https://redirect.github.com/renovatebot/renovate/commit/281162f586fd92fb94697155cab879f4f166561d))
- **deps:** update python:3.13 docker digest to
[`bd52053`](https://redirect.github.com/renovatebot/renovate/commit/bd52053)
([#​34196](https://redirect.github.com/renovatebot/renovate/issues/34196))
([ee86477](https://redirect.github.com/renovatebot/renovate/commit/ee864778cf245bb497c953ca72b669c73e9b17f1))
- **fix:** update issue body when all issues labelled correctly
([#​34208](https://redirect.github.com/renovatebot/renovate/issues/34208))
([fd05b48](https://redirect.github.com/renovatebot/renovate/commit/fd05b487f1a413f688d50bae5f2ac330353e801e))
- **renovate:** use containerbase/node-prebuild as source
([#​34209](https://redirect.github.com/renovatebot/renovate/issues/34209))
([8f97530](https://redirect.github.com/renovatebot/renovate/commit/8f9753098bc83c40303555b41ff38495083c90b8))
##### Code Refactoring
- **lib/config/decrypt:** reduce indentation
([#​34201](https://redirect.github.com/renovatebot/renovate/issues/34201))
([3e37021](https://redirect.github.com/renovatebot/renovate/commit/3e37021587d0b1247aa32c78ee861f8e56b3279a))
##### Tests
- **bazel-module:** test context failure cases with public interface
([#​34206](https://redirect.github.com/renovatebot/renovate/issues/34206))
([d658966](https://redirect.github.com/renovatebot/renovate/commit/d6589669fd844b5425406281625c628075bf7fc1))
###
[`v39.169.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.169.3)
[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.169.2...39.169.3)
##### Bug Fixes
- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.40.3
([#​34195](https://redirect.github.com/renovatebot/renovate/issues/34195))
([0817e19](https://redirect.github.com/renovatebot/renovate/commit/0817e19123511bbac7783f9cc5e81300bf9bddb0))
###
[`v39.169.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.169.2)
[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.169.1...39.169.2)
##### Bug Fixes
- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.40.2
([#​34194](https://redirect.github.com/renovatebot/renovate/issues/34194))
([9c68d75](https://redirect.github.com/renovatebot/renovate/commit/9c68d752dedc2fdab0300eb4ddcb946ccb953f47))
###
[`v39.169.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.169.1)
[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.169.0...39.169.1)
##### Bug Fixes
- **metadata:** update changelog URL for beautifulsoup4
([#​34188](https://redirect.github.com/renovatebot/renovate/issues/34188))
([42abac3](https://redirect.github.com/renovatebot/renovate/commit/42abac3f6537d9f48c36208bb46b0db744f544d6))
###
[`v39.169.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.169.0)
[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.168.1...39.169.0)
##### Features
- **presets:** Add ServiceStack mono repo
([#​34177](https://redirect.github.com/renovatebot/renovate/issues/34177))
([e9caa32](https://redirect.github.com/renovatebot/renovate/commit/e9caa32826bcbf6de8a893a68a60a36553a72b44))
###
[`v39.168.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.168.1)
[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.168.0...39.168.1)
##### Bug Fixes
- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.40.1
([#​34186](https://redirect.github.com/renovatebot/renovate/issues/34186))
([1b87364](https://redirect.github.com/renovatebot/renovate/commit/1b87364d5c1f4fa48ef86a2541d338f3d42d214d))
##### Code Refactoring
- **bazel-module:** use bazel syntactic concepts in parser
([#​34154](https://redirect.github.com/renovatebot/renovate/issues/34154))
([2a809f4](https://redirect.github.com/renovatebot/renovate/commit/2a809f4d98ba10b10913fb2ed6ea421c5663f44a))
###
[`v39.168.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.168.0)
[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.167.1...39.168.0)
##### Features
- **presets:** Add Cake.Issues mono repo
([#​34179](https://redirect.github.com/renovatebot/renovate/issues/34179))
([ee1ca25](https://redirect.github.com/renovatebot/renovate/commit/ee1ca251be0884da7ffd2fcab9bcb27c69237836))
###
[`v39.167.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.167.1)
[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.167.0...39.167.1)
##### Bug Fixes
- **datasource/bazel:** make yanked_versions optional
([#​34107](https://redirect.github.com/renovatebot/renovate/issues/34107))
([12abb33](https://redirect.github.com/renovatebot/renovate/commit/12abb3326305cce7902bf5c754d1c692984cecb2))
###
[`v39.167.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.167.0)
[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.166.1...39.167.0)
##### Features
- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.40.0
([#​34174](https://redirect.github.com/renovatebot/renovate/issues/34174))
([4c1966d](https://redirect.github.com/renovatebot/renovate/commit/4c1966df507840a178fd11e85b3ffcfd3fa3a457))
##### Bug Fixes
- **deps:** update dependency mkdocs-material to v9.6.4
([#​34173](https://redirect.github.com/renovatebot/renovate/issues/34173))
([7f1b4c1](https://redirect.github.com/renovatebot/renovate/commit/7f1b4c1e09495759f1ac8fb2c11418d7989e79f2))
##### Miscellaneous Chores
- **deps:** update ghcr.io/containerbase/devcontainer docker tag to
v13.7.12
([#​34170](https://redirect.github.com/renovatebot/renovate/issues/34170))
([adff00b](https://redirect.github.com/renovatebot/renovate/commit/adff00bdc0bcc4f7f9db93a289d69528836b70aa))
###
[`v39.166.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.166.1)
[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.166.0...39.166.1)
##### Bug Fixes
- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.39.1
([#​34166](https://redirect.github.com/renovatebot/renovate/issues/34166))
([1376be8](https://redirect.github.com/renovatebot/renovate/commit/1376be8aa658324754ddb4adbe22598640e1ecf4))
##### Documentation
- clarify breaking changes to `GOSUMDB` in Renovate v38
([#​34158](https://redirect.github.com/renovatebot/renovate/issues/34158))
([94b1f67](https://redirect.github.com/renovatebot/renovate/commit/94b1f675b8ab3730d0eef60693fe043554a12056))
- update docs on opentofu usage
([#​34162](https://redirect.github.com/renovatebot/renovate/issues/34162))
([d094dfd](https://redirect.github.com/renovatebot/renovate/commit/d094dfdb89bae10116776a084d133c8b93737793))
###
[`v39.166.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.166.0)
[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.165.3...39.166.0)
##### Features
- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.39.0
([#​34156](https://redirect.github.com/renovatebot/renovate/issues/34156))
([9663fb0](https://redirect.github.com/renovatebot/renovate/commit/9663fb03c0bd0559f40c13a670d464b4be0bdd84))
##### Miscellaneous Chores
- **deps:** update ghcr.io/containerbase/devcontainer docker tag to
v13.7.11
([#​34152](https://redirect.github.com/renovatebot/renovate/issues/34152))
([85c37d7](https://redirect.github.com/renovatebot/renovate/commit/85c37d7e7fa1ba083222d80903d02aab083b8765))
###
[`v39.165.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.165.3)
[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.165.2...39.165.3)
##### Bug Fixes
- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.38.10
([#​34150](https://redirect.github.com/renovatebot/renovate/issues/34150))
([3caa1bb](https://redirect.github.com/renovatebot/renovate/commit/3caa1bbe8ddcd757dc3056256a95b936befcb439))
###
[`v39.165.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.165.2)
[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.165.1...39.165.2)
##### Bug Fixes
- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.38.9
([#​34149](https://redirect.github.com/renovatebot/renovate/issues/34149))
([7e912eb](https://redirect.github.com/renovatebot/renovate/commit/7e912eba72e623b41d1ae62cf0e5dbcd6712903c))
##### Documentation
- use `indigo` color scheme for dark mode
([#​34145](https://redirect.github.com/renovatebot/renovate/issues/34145))
([4f390cf](https://redirect.github.com/renovatebot/renovate/commit/4f390cf313d3aae67bfceed6c841819650704839))
##### Miscellaneous Chores
- **deps:** update containerbase/internal-tools action to v3.8.5
([#​34148](https://redirect.github.com/renovatebot/renovate/issues/34148))
([cfc91f0](https://redirect.github.com/renovatebot/renovate/commit/cfc91f071e53d52ae0b4ab476898faa83bd65b24))
- **deps:** update dependency
[@​swc/core](https://redirect.github.com/swc/core) to v1.10.14
([#​34143](https://redirect.github.com/renovatebot/renovate/issues/34143))
([ec7245b](https://redirect.github.com/renovatebot/renovate/commit/ec7245b31eade1705d3df02e73f0a242e3979f3b))
##### Tests
- set Node timezone in jest tests
([#​34141](https://redirect.github.com/renovatebot/renovate/issues/34141))
([c971bd0](https://redirect.github.com/renovatebot/renovate/commit/c971bd073517144e59cfb96b538d041e0d6dee66))
###
[`v39.165.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.165.1)
[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.165.0...39.165.1)
##### Miscellaneous Chores
- **deps:** update linters to v8.23.0
([#​34136](https://redirect.github.com/renovatebot/renovate/issues/34136))
([457957c](https://redirect.github.com/renovatebot/renovate/commit/457957c8608744d65ea8b6b58528a3c1dc0155b8))
##### Build System
- **deps:** update dependency semver to v7.7.1
([#​34139](https://redirect.github.com/renovatebot/renovate/issues/34139))
([72ec2bf](https://redirect.github.com/renovatebot/renovate/commit/72ec2bf9632aed07ffddae37a3d90ca5fc69fc52))
###
[`v39.165.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.165.0)
[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.164.1...39.165.0)
##### Features
- **cache:** Relax requirements for cacheable response headers
([#​34134](https://redirect.github.com/renovatebot/renovate/issues/34134))
([b5ae2f5](https://redirect.github.com/renovatebot/renovate/commit/b5ae2f596f2bab0b4892505e217e60d18347ff4d))
- **http:** Create memory cache provider
([#​33900](https://redirect.github.com/renovatebot/renovate/issues/33900))
([1e702c2](https://redirect.github.com/renovatebot/renovate/commit/1e702c2a993162a9c3867cbde1357a380da89989))
##### Documentation
- Update "noisy" schedule examples to AWS SDK v3
([#​34110](https://redirect.github.com/renovatebot/renovate/issues/34110))
([dbabbdc](https://redirect.github.com/renovatebot/renovate/commit/dbabbdc5b3ee230eff277916c72f7c6bc75559c0))
- update references to renovate/renovate
([#​34119](https://redirect.github.com/renovatebot/renovate/issues/34119))
([863310b](https://redirect.github.com/renovatebot/renovate/commit/863310b2d6381d2209f36f380d7633cf79631182))
##### Miscellaneous Chores
- **deps:** lock file maintenance
([#​34120](https://redirect.github.com/renovatebot/renovate/issues/34120))
([fb73bf6](https://redirect.github.com/renovatebot/renovate/commit/fb73bf6a91a220fba7f4f31dba22708168f2b635))
- **deps:** lock file maintenance
([#​34121](https://redirect.github.com/renovatebot/renovate/issues/34121))
([
|
||
|
|
15110634d8 | chore(helm): update image ghcr.io/anotherstranger/borg-server 2.6.6 → 2.6.7 (#32270) | ||
|
|
1f883d4cfb | chore(helm): update image ghcr.io/meeb/tubesync digest to 912fe2a (#32268) | ||
|
|
0714cfc21e | chore(helm): update image ghcr.io/elfhosted/jackett 0.22.1438 → 0.22.1443 (#32271) | ||
|
|
5d91b6ed7e |
chore(helm): update image ghcr.io/onedr0p/prowlarr-develop digest to 269667d (#32269)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/onedr0p/prowlarr-develop](https://ghcr.io/onedr0p/prowlarr-develop) ([source](https://redirect.github.com/Prowlarr/Prowlarr)) | digest | `92490cc` -> `269667d` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
b24114c6a5 |
chore(helm): update image docker.io/diygod/rsshub digest to 9f2b4b9 (#32267)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/diygod/rsshub | digest | `7d5085b` -> `9f2b4b9` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
868076a2bb |
chore(helm): update image public.ecr.aws/bitnami/alertmanager digest to b0f89be (#32266)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [public.ecr.aws/bitnami/alertmanager](https://redirect.github.com/bitnami/containers) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/alertmanager)) | digest | `ec1b879` -> `b0f89be` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
92b57f6637 |
chore(helm): update image docker.io/diygod/rsshub digest to 7d5085b (#32263)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/diygod/rsshub | digest | `0272d09` -> `7d5085b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
561a550d14 | chore(helm): update image ghcr.io/meeb/tubesync digest to 782ae5b (#32264) | ||
|
|
d573ba8227 |
chore(helm): update image ghcr.io/onedr0p/plex digest to 1d75895 (#32265)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/onedr0p/plex](https://ghcr.io/onedr0p/plex) | digest | `1f66577` -> `1d75895` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
f743f8c71d | chore(helm): update jupyter (#32257) | ||
|
|
83ce68cfcc | chore(helm): update image ghcr.io/meeb/tubesync digest to 2d25aee (#32255) | ||
|
|
dd1ad642ca | chore(helm): update image ghcr.io/stirling-tools/s-pdf 0.41.0 → 0.42.0 (#32262) | ||
|
|
4954801e29 |
chore(helm): update image ghcr.io/fluidd-core/fluidd v1.32.2 → v1.32.3 (#32261)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/fluidd-core/fluidd](https://redirect.github.com/fluidd-core/fluidd) | patch | `f0ec686` -> `5fb8228` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>fluidd-core/fluidd (ghcr.io/fluidd-core/fluidd)</summary> ### [`v1.32.3`](https://redirect.github.com/fluidd-core/fluidd/releases/tag/v1.32.3) [Compare Source](https://redirect.github.com/fluidd-core/fluidd/compare/v1.32.2...v1.32.3) ##### Features - adds basic support for smart_effector and probe_eddy_current ([#​1605](https://redirect.github.com/fluidd-core/fluidd/issues/1605)) ([9cb9da4](https://redirect.github.com/fluidd-core/fluidd/commit/9cb9da4dfda4c9311a85191a3bdf69cd4ea7146c)) - adds Moonraker analysis support ([#​1596](https://redirect.github.com/fluidd-core/fluidd/issues/1596)) ([15f8305](https://redirect.github.com/fluidd-core/fluidd/commit/15f83057dead35a3a9fb9816616568617a9bd291)) - **FileSystem:** bulk metadata or analysis refresh ([086d3fb](https://redirect.github.com/fluidd-core/fluidd/commit/086d3fbb24aa6676fa21526440771445fc658462)) - **i18n-de:** Update German translations ([d5aceda](https://redirect.github.com/fluidd-core/fluidd/commit/d5aceda8b64c63ed2acbf29a1bae12a50c0da41a)) - **i18n-hu:** Update Hungarian translations ([37edaf6](https://redirect.github.com/fluidd-core/fluidd/commit/37edaf62bf4a8c144eb5659b09b3891148660121)) - **i18n-pl:** Update Polish translations ([b573fc7](https://redirect.github.com/fluidd-core/fluidd/commit/b573fc78231f91014b459c767fc93fc19f3fd5b0)) - update Moonraker analysis support ([e181b3a](https://redirect.github.com/fluidd-core/fluidd/commit/e181b3ae0ed70830054783ae62c8fae5fcd2192d)) ##### Bug Fixes - allow saving empty files ([fa6ecb8](https://redirect.github.com/fluidd-core/fluidd/commit/fa6ecb8ddd13fce1a1cb8007bb869f078c3b2fba)) - file drop target only if connected and authenticated ([8a92068](https://redirect.github.com/fluidd-core/fluidd/commit/8a920682c6de5a26b89713b268d838c3510a7836)) - **FileSystem:** filename on metadata response ([#​1600](https://redirect.github.com/fluidd-core/fluidd/issues/1600)) ([35b6447](https://redirect.github.com/fluidd-core/fluidd/commit/35b6447dc5d08bdb2c70c752f26479b9dcc256d2)) - **FileSystem:** show default metadata columns ([#​1595](https://redirect.github.com/fluidd-core/fluidd/issues/1595)) ([e4db081](https://redirect.github.com/fluidd-core/fluidd/commit/e4db081a172eeec19b05bb45875744bf1002df0e)) - get directory for current printing file ([#​1607](https://redirect.github.com/fluidd-core/fluidd/issues/1607)) ([a2db732](https://redirect.github.com/fluidd-core/fluidd/commit/a2db73243ebcf5a25c3a27dd24e8b352dc7e0183)) - incorrect object key iteration ([804995e](https://redirect.github.com/fluidd-core/fluidd/commit/804995ebbd90a85d5c2ec017ae5fd4c6c2d33276)) ##### Code Refactorings - **FileSystem:** rename operations ([55a85ae](https://redirect.github.com/fluidd-core/fluidd/commit/55a85ae7ce07024ae32f61d084a5dd28027163f2)) - **FirmwareRetraction:** type-check safety ([318a27b](https://redirect.github.com/fluidd-core/fluidd/commit/318a27bbe7af915ec16e0b9b4cd579cbf52fdd33)) - introduce tsreset features ([6d5c754](https://redirect.github.com/fluidd-core/fluidd/commit/6d5c754bcf799a725c64cb753c8a3df701d62580)) - Kalico related typing improvements ([d428b91](https://redirect.github.com/fluidd-core/fluidd/commit/d428b9125f858792ba06d53911ed7f88d751c75b)) - pretty case format extruder names ([7a8a2e7](https://redirect.github.com/fluidd-core/fluidd/commit/7a8a2e7d9274e8f22fc50ca4436bfc835250ed4d)) - printer.query_endstops state ([afb6275](https://redirect.github.com/fluidd-core/fluidd/commit/afb627552ff87fc0d71eaa6ab000eb4ff6278c97)) - removes debug code ([44a2b46](https://redirect.github.com/fluidd-core/fluidd/commit/44a2b46cd133c9d6014dee4478524161430b030c)) - replace route.path with route.name ([f71d4b0](https://redirect.github.com/fluidd-core/fluidd/commit/f71d4b09124c5a296c42e0e29e9a21ef63f55538)) - typing improvements ([3edbeb7](https://redirect.github.com/fluidd-core/fluidd/commit/3edbeb7706a8adbc22791cfb117508dcc2868ddb)) - typing improvements ([b0bc76d](https://redirect.github.com/fluidd-core/fluidd/commit/b0bc76d5192ae9da485c799a6eff3c7ef4bc3202)) - typing improvements ([83ab04a](https://redirect.github.com/fluidd-core/fluidd/commit/83ab04a4477055162d9e95334ee2005821318564)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
d3b79f1041 | chore(helm): update image ghcr.io/suwayomi/tachidesk digest to 38a6295 (#32256) | ||
|
|
3ba2295c97 |
chore(helm): update image docker.io/diygod/rsshub digest to 0272d09 (#32254)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/diygod/rsshub | digest | `fc22660` -> `0272d09` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
b64e189530 |
chore(flux): update image jackett 23.3.23 → 23.3.24 (#32259)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jackett](https://truecharts.org/charts/stable/jackett) ([source](https://ghcr.io/elfhosted/jackett)) | patch | `23.3.23` -> `23.3.24` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
326056dcc5 | chore(github-action): update actions/cache digest to 0c907a7 (#32253) | ||
|
|
14f3e92ee6 | chore(flux): update image metallb-config 8.5.1 → 8.5.2 (clustertool) (#32260) | ||
|
|
f8428233f9 |
chore(flux): update image clusterissuer 9.5.1 → 9.5.2 (clustertool) (#32258)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [clusterissuer](https://truecharts.org/charts/premium/clusterissuer) ([source](https://cert-manager.io/)) | patch | `9.5.1` -> `9.5.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
b9c630663a |
chore(helm): update image docker.io/ronivay/xen-orchestra digest to fd66f79 (#32058)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/ronivay/xen-orchestra | digest | `54e98db` -> `fd66f79` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
805ff51a08 |
chore(helm): update image ghcr.io/hotio/cloudflareddns digest to 5a2b98c (#32063)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/hotio/cloudflareddns | digest | `51e8638` -> `5a2b98c` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
b6c038855c |
chore(helm): update image docker.io/modem7/newyearcountdown digest to 74cc3f7 (#32057)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/modem7/newyearcountdown | digest | `c9381ae` -> `74cc3f7` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
97ed79397e |
chore(helm): update image docker.io/dtjs48jkt/twonkyserver digest to 5bd7729 (#32054)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/dtjs48jkt/twonkyserver | digest | `9797ac9` -> `5bd7729` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
af9804a492 |
chore(helm): update image ghcr.io/hotio/rflood digest to 5000326 (#32064)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/hotio/rflood | digest | `90141b9` -> `5000326` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
1d5f7810ad |
chore(helm): update image ghcr.io/hotio/whisparr digest to fc622d7 (#32065)
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)) | digest | `e59c175` -> `fc622d7` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
70fbaaea31 |
chore(helm): update image ghcr.io/linuxserver/rsnapshot digest to 339cc11 (#32073)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/rsnapshot](https://redirect.github.com/linuxserver/docker-rsnapshot/packages) ([source](https://redirect.github.com/linuxserver/docker-rsnapshot)) | digest | `fe0790b` -> `339cc11` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
af913af733 |
chore(helm): update image ghcr.io/open-webui/open-webui digest to 2448a89 (#32077)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/open-webui/open-webui | digest | `fbe4e82` -> `2448a89` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
defaff1003 |
chore(helm): update image ghcr.io/linuxserver/znc digest to 2c2d7ae (#32076)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/znc](https://redirect.github.com/linuxserver/docker-znc/packages) ([source](https://redirect.github.com/linuxserver/docker-znc)) | digest | `50200c0` -> `2c2d7ae` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
ea9de4adf7 |
chore(helm): update image ghcr.io/sethforprivacy/simple-monerod digest to 7f5a3fd (#32078)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/sethforprivacy/simple-monerod](https://redirect.github.com/sethforprivacy/simple-monerod-docker) | digest | `a17e6e7` -> `7f5a3fd` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
de018c4b97 |
chore(helm): update image ghcr.io/linuxserver/doublecommander digest to e4b6845 (#32067)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/linuxserver/doublecommander | digest | `37cc4c0` -> `e4b6845` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
3dbcdb66bc |
chore(helm): update image ghcr.io/linuxserver/webgrabplus digest to 32d6e04 (#32075)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/webgrabplus](https://redirect.github.com/linuxserver/docker-webgrabplus/packages) ([source](https://redirect.github.com/linuxserver/docker-webgrabplus)) | digest | `965cc5f` -> `32d6e04` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
82f7b2633e |
chore(helm): update image ghcr.io/linuxserver/fleet digest to 21b65a3 (#32069)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/fleet](https://redirect.github.com/linuxserver/docker-fleet/packages) ([source](https://redirect.github.com/linuxserver/docker-fleet)) | digest | `db1c00b` -> `21b65a3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
26ed2c521a |
chore(helm): update image hello-world digest to e0b569a (#32079)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | hello-world | digest | `d715f14` -> `e0b569a` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
446660602d |
chore(helm): update image docker.io/josh5/steam-headless digest to 408290e (#32113)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/josh5/steam-headless | digest | `16a0697` -> `408290e` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
c1acd92008 |
chore(helm): update image registry digest to a3d8aaa (#32084)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [registry](https://redirect.github.com/distribution/distribution) | digest | `319881b` -> `a3d8aaa` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
23256dfcb3 |
chore(helm): update image lscr.io/linuxserver/blender digest to 6c3e6c4 (#32080)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/blender | digest | `c79b8ec` -> `6c3e6c4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
713d1a50a2 |
chore(helm): update image lscr.io/linuxserver/heimdall digest to 6b36556 (#32081)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/heimdall | digest | `cd06a17` -> `6b36556` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
da4a6c2207 |
chore(helm): update image tccr.io/tccr/alpine v3.21.2 → v3.21.3 (#32121)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/tccr/alpine](https://redirect.github.com/truecharts/public) | patch | `9a9ffc1` -> `8ae22cc` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
c8f1ca1219 |
fix(website): update astro 5.2.5 → 5.3.0 (#32136)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astro](https://astro.build) ([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro)) | dependencies | minor | [`5.2.6` -> `5.3.0`](https://renovatebot.com/diffs/npm/astro/5.2.5/5.3.0) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>withastro/astro (astro)</summary> ### [`v5.3.0`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#530) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.2.6...astro@5.3.0) ##### Minor Changes - [#​13210](https://redirect.github.com/withastro/astro/pull/13210) [`344e9bc`](https://redirect.github.com/withastro/astro/commit/344e9bc480a075161a7811b7733593556e7560da) Thanks [@​VitaliyR](https://redirect.github.com/VitaliyR)! - Handle `HEAD` requests to an endpoint when a handler is not defined. If an endpoint defines a handler for `GET`, but does not define a handler for `HEAD`, Astro will call the `GET` handler and return the headers and status but an empty body. - [#​13195](https://redirect.github.com/withastro/astro/pull/13195) [`3b66955`](https://redirect.github.com/withastro/astro/commit/3b669555d7ab9da5427e7b7037699d4f905d3536) Thanks [@​MatthewLymer](https://redirect.github.com/MatthewLymer)! - Improves SSR performance for synchronous components by avoiding the use of Promises. With this change, SSR rendering of on-demand pages can be up to 4x faster. - [#​13145](https://redirect.github.com/withastro/astro/pull/13145) [`8d4e566`](https://redirect.github.com/withastro/astro/commit/8d4e566f5420c8a5406e1e40e8bae1c1f87cbe37) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Adds support for adapters auto-configuring experimental session storage drivers. Adapters can now configure a default session storage driver when the `experimental.session` flag is enabled. If a hosting platform has a storage primitive that can be used for session storage, the adapter can automatically configure the session storage using that driver. This allows Astro to provide a more seamless experience for users who want to use sessions without needing to manually configure the session storage. ##### Patch Changes - [#​13145](https://redirect.github.com/withastro/astro/pull/13145) [`8d4e566`](https://redirect.github.com/withastro/astro/commit/8d4e566f5420c8a5406e1e40e8bae1c1f87cbe37) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - ⚠️ **BREAKING CHANGE FOR EXPERIMENTAL SESSIONS ONLY** ⚠️ Changes the `experimental.session` option to a boolean flag and moves session config to a top-level value. This change is to allow the new automatic session driver support. You now need to separately enable the `experimental.session` flag, and then configure the session driver using the top-level `session` key if providing manual configuration. ```diff defineConfig({ // ... experimental: { - session: { - driver: 'upstash', - }, + session: true, }, + session: { + driver: 'upstash', + }, }); ``` You no longer need to configure a session driver if you are using an adapter that supports automatic session driver configuration and wish to use its default settings. ```diff defineConfig({ adapter: node({ mode: "standalone", }), experimental: { - session: { - driver: 'fs', - cookie: 'astro-cookie', - }, + session: true, }, + session: { + cookie: 'astro-cookie', + }, }); ``` However, you can still manually configure additional driver options or choose a non-default driver to use with your adapter with the new top-level `session` config option. For more information, see the [experimental session docs](https://docs.astro.build/en/reference/experimental-flags/sessions/). - [#​13101](https://redirect.github.com/withastro/astro/pull/13101) [`2ed67d5`](https://redirect.github.com/withastro/astro/commit/2ed67d5dc5c8056f9ab1e29e539bf086b93c60c2) Thanks [@​corneliusroemer](https://redirect.github.com/corneliusroemer)! - Fixes a bug where `HEAD` and `OPTIONS` requests for non-prerendered pages were incorrectly rejected with 403 FORBIDDEN ### [`v5.2.6`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#526) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.2.5...astro@5.2.6) ##### Patch Changes - [#​13188](https://redirect.github.com/withastro/astro/pull/13188) [`7bc8256`](https://redirect.github.com/withastro/astro/commit/7bc825649bfb790a0206abd31df1676513a03b22) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes the wording of the an error message - [#​13205](https://redirect.github.com/withastro/astro/pull/13205) [`9d56602`](https://redirect.github.com/withastro/astro/commit/9d5660223b46e024b4e8c8eafead8a4e20e28ec5) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes and issue where a server island component returns 404 when `base` is configured in i18n project. - [#​13212](https://redirect.github.com/withastro/astro/pull/13212) [`fb38840`](https://redirect.github.com/withastro/astro/commit/fb3884074f261523cd89fe6e1745a0e9c01198f2) Thanks [@​joshmkennedy](https://redirect.github.com/joshmkennedy)! - An additional has been added during the build command to add clarity around output and buildOutput. - [#​13213](https://redirect.github.com/withastro/astro/pull/13213) [`6bac644`](https://redirect.github.com/withastro/astro/commit/6bac644241bc42bb565730955ffd575878a0e41b) Thanks [@​joshmkennedy](https://redirect.github.com/joshmkennedy)! - Allows readonly arrays to be passed to the `paginate()` function </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled because a matching PR was automerged previously. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
8e267aba61 |
chore(helm): update image ghcr.io/meeb/tubesync digest to 16911e3 (#32129)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/meeb/tubesync | digest | `3f364e4` -> `16911e3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
3acd8105ab |
chore(helm): update image ghcr.io/suwayomi/tachidesk digest to 542e2d4 (#32130)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/suwayomi/tachidesk | digest | `6e1c3d7` -> `542e2d4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
3a6b94def4 |
chore(helm): update image ghcr.io/recyclarr/recyclarr 7.4.0 → 7.4.1 (#32132)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/recyclarr/recyclarr](https://redirect.github.com/recyclarr/recyclarr) | patch | `619c3b8` -> `7595408` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>recyclarr/recyclarr (ghcr.io/recyclarr/recyclarr)</summary> ### [`v7.4.1`](https://redirect.github.com/recyclarr/recyclarr/blob/HEAD/CHANGELOG.md#741---2025-02-15) [Compare Source](https://redirect.github.com/recyclarr/recyclarr/compare/v7.4.0...v7.4.1) ##### Changed - Improved error handling in YAML configuration as well as how those errors are rendered to console output. ([#​396](https://redirect.github.com/recyclarr/recyclarr/issues/396)) ##### Fixed - Cutoff is no longer modified on implicitly referenced quality profiles (those that are specified in `assign_scores_to` but not under `quality_profiles`) ([#​417](https://redirect.github.com/recyclarr/recyclarr/issues/417)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
55b539c996 |
chore(helm): update image docker.io/serverlein/tsn-ranksystem-webserver digest to a1976b0 (#32126)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/serverlein/tsn-ranksystem-webserver | digest | `02ebf12` -> `a1976b0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
f91e4c3d98 |
chore(helm): update image docker.io/dpage/pgadmin4 8.14 → 9.0 (#32139)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/dpage/pgadmin4 | major | `8a68677` -> `1b2f1ec` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=--> |
||
|
|
4d46874f05 |
chore(helm): update image docker.io/jlesage/czkawka v24.12.1 → v25.02.1 (#32141)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jlesage/czkawka](https://redirect.github.com/jlesage/docker-czkawka) | major | `910792f` -> `5f9dcee` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>jlesage/docker-czkawka (docker.io/jlesage/czkawka)</summary> ### [`v25.02.1`](https://redirect.github.com/jlesage/docker-czkawka/releases/tag/v25.02.1): Version 25.02.1 [Compare Source](https://redirect.github.com/jlesage/docker-czkawka/compare/v24.12.1...v25.02.1) Changes in this release: - Updated baseimage to version 4.7.1, which brings the following changes (since last used version): - Added environment variable that allows configuring the web authentication token lifetime. - Fixed compatibility issues that were introduced with support of GTK4 applications. - Increased the default service ready timeout from 5 seconds to 10 seconds and allow runtime adjustment via environment variable. - Rebuild against latest distro images to get security fixes. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=--> |
||
|
|
1fe165f5b8 |
chore(helm): update image docker.io/jlesage/filebot v24.12.1 → v25.02.1 (#32142)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jlesage/filebot](https://redirect.github.com/jlesage/docker-filebot) | major | `1cdf595` -> `87e9585` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>jlesage/docker-filebot (docker.io/jlesage/filebot)</summary> ### [`v25.02.1`](https://redirect.github.com/jlesage/docker-filebot/releases/tag/v25.02.1): Version 25.02.1 [Compare Source](https://redirect.github.com/jlesage/docker-filebot/compare/v24.12.1...v25.02.1) Changes in this release: - Updated libmediainfo to version 24.12. - Updated baseimage to version 4.7.1, which brings the following changes (since last used version): - Added environment variable that allows configuring the web authentication token lifetime. - Fixed compatibility issues that were introduced with support of GTK4 applications. - Increased the default service ready timeout from 5 seconds to 10 seconds and allow runtime adjustment via environment variable. - Rebuild against latest distro images to get security fixes. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=--> |
||
|
|
f36e1716da |
chore(helm): update image docker.io/jlesage/handbrake v24.12.1 → v25.02.2 (#32143)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jlesage/handbrake](https://redirect.github.com/jlesage/docker-handbrake) | major | `aa9786d` -> `2943830` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>jlesage/docker-handbrake (docker.io/jlesage/handbrake)</summary> ### [`v25.02.2`](https://redirect.github.com/jlesage/docker-handbrake/releases/tag/v25.02.2): Version 25.02.2 [Compare Source](https://redirect.github.com/jlesage/docker-handbrake/compare/v25.02.1...v25.02.2) Changes in this release: - Updated HandBrake to version 1.9.1. - Updated Intel OneVPL GPU Runtime to version 24.4.4. - Report the case where an optical drive cannot be used because of an improper user namespace configuration. ### [`v25.02.1`](https://redirect.github.com/jlesage/docker-handbrake/releases/tag/v25.02.1): Version 25.02.1 [Compare Source](https://redirect.github.com/jlesage/docker-handbrake/compare/v24.12.1...v25.02.1) Changes in this release: - Updated gmmlib to version 22.6.0. - Updated Intel Media Driver to version 24.4.4.0 - Improved detection of optical drive usability issues. - Updated baseimage to version 4.7.1, which brings the following changes (since last used version): - Added environment variable that allows configuring the web authentication token lifetime. - Fixed compatibility issues that were introduced with support of GTK4 applications. - Increased the default service ready timeout from 5 seconds to 10 seconds and allow ^Cntime adjustment via environment variable. - Rebuild against latest distro images to get security fixes. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=--> |
||
|
|
bf46557aa2 |
chore(helm): update image docker.io/jlesage/jdownloader-2 v24.12.1 → v25.02.1 (#32144)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jlesage/jdownloader-2](https://redirect.github.com/jlesage/docker-jdownloader-2) | major | `2baf2b6` -> `a597e25` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>jlesage/docker-jdownloader-2 (docker.io/jlesage/jdownloader-2)</summary> ### [`v25.02.1`](https://redirect.github.com/jlesage/docker-jdownloader-2/releases/tag/v25.02.1): Version 25.02.1 [Compare Source](https://redirect.github.com/jlesage/docker-jdownloader-2/compare/v24.12.1...v25.02.1) Changes in this release: - Updated baseimage to version 4.7.1, which brings the following changes (since last used version): - Added environment variable that allows configuring the web authentication token lifetime. - Fixed compatibility issues that were introduced with support of GTK4 applications. - Increased the default service ready timeout from 5 seconds to 10 seconds and allow runtime adjustment via environment variable. - Rebuild against latest distro images to get security fixes. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=--> |
||
|
|
d4bfb62ccf |
chore(helm): update image docker.io/jlesage/avidemux v24.12.1 → v25.02.1 (#32140)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jlesage/avidemux](https://redirect.github.com/jlesage/docker-avidemux) | major | `83b9c26` -> `9f5b342` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>jlesage/docker-avidemux (docker.io/jlesage/avidemux)</summary> ### [`v25.02.1`](https://redirect.github.com/jlesage/docker-avidemux/releases/tag/v25.02.1): Version 25.02.1 [Compare Source](https://redirect.github.com/jlesage/docker-avidemux/compare/v24.12.1...v25.02.1) Changes in this release: - Updated baseimage to version 4.7.1, which brings the following changes (since last used version): - Added environment variable that allows configuring the web authentication token lifetime. - Fixed compatibility issues that were introduced with support of GTK4 applications. - Increased the default service ready timeout from 5 seconds to 10 seconds and allow runtime adjustment via environment variable. - Rebuild against latest distro images to get security fixes. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=--> |
||
|
|
582ab9c126 |
chore(helm): update image ghcr.io/stirling-tools/s-pdf 0.41.0 → 0.42.0 (#32252)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | minor | `a570b6f` -> `f872542` | | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | minor | `ba88670` -> `2e2e3e2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>Stirling-Tools/Stirling-PDF (ghcr.io/stirling-tools/s-pdf)</summary> ### [`v0.42.0`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.42.0): 0.42.0 Windows Install fix, Document conversion changes [Compare Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v0.41.0...v0.42.0) <!-- Release notes generated using configuration in .github/release.yml at main --> - Fix for windows stuck at 90% issue - Many bug fixes such as PDF Compression - Our backend documentation conversion service unoconv changed to unoserver (please report if you see any conversion issues!) - Lots of dependency and security updates! - New docker alpine version ##### What's Changed ##### Bug Fixes - fix(pdf): resolve compression error and file overwrite issues by [@​Abdurrahman-shaikh](https://redirect.github.com/Abdurrahman-shaikh) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2937](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2937) - fix: Allow Entry overflow when text is too long by [@​ralmn](https://redirect.github.com/ralmn) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2940](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2940) - Fix/full invert crash 2942 by [@​Abdurrahman-shaikh](https://redirect.github.com/Abdurrahman-shaikh) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2957](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2957) ##### Enhancements - Enable Java Formatting - Use `build` code formatting in VS Code IDE by [@​Ludy87](https://redirect.github.com/Ludy87) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2978](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2978) - \[PR] Desktop fix and unoconv to unoserver by [@​Frooodle](https://redirect.github.com/Frooodle) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2971](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2971) ##### Minor Enhancements - Update 3rd Party Licenses by [@​stirlingbot](https://redirect.github.com/stirlingbot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2985](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2985) ##### Docker Updates - Bump docker/setup-qemu-action from 3.3.0 to 3.4.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2902](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2902) - Bump docker/setup-buildx-action from 3.8.0 to 3.9.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2922](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2922) - Bump alpine from 3.21.2 to 3.21.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2961](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2961) - Bump sigstore/cosign-installer from 3.7.0 to 3.8.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2901](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2901) - Bump step-security/harden-runner from 2.10.4 to 2.11.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2980](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2980) ##### Translation Changes - new strings translated to sv_SE by [@​swanemar](https://redirect.github.com/swanemar) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2919](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2919) - changes in the translation `qpdf` to `libreoffice` by [@​Ludy87](https://redirect.github.com/Ludy87) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2909](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2909) - Translate some message to french by [@​miniupnp](https://redirect.github.com/miniupnp) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2912](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2912) - Update messages_it_IT.properties by [@​albanobattistella](https://redirect.github.com/albanobattistella) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2911](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2911) - fix: added missing language string en_GB, sl_SI by [@​carliblaz](https://redirect.github.com/carliblaz) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2908](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2908) - 🌐 Sync Translations + Update README Progress Table by [@​stirlingbot](https://redirect.github.com/stirlingbot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2920](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2920) - Update messages_it_IT.properties by [@​albanobattistella](https://redirect.github.com/albanobattistella) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2923](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2923) - Update messages_zh_CN.properties by [@​songge8](https://redirect.github.com/songge8) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2948](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2948) - localization by [@​songge8](https://redirect.github.com/songge8) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2950](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2950) - Unify translations for "rédiger" and "caviarder" with "censurer" by [@​bendem](https://redirect.github.com/bendem) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2972](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2972) - Translation localization by [@​Null-wn](https://redirect.github.com/Null-wn) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2969](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2969) - 🌐 Sync Translations + Update README Progress Table by [@​stirlingbot](https://redirect.github.com/stirlingbot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2982](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2982) - 🌐 Sync Translations + Update README Progress Table by [@​stirlingbot](https://redirect.github.com/stirlingbot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2987](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2987) - name change for view PDF to view/edit PDF by [@​Frooodle](https://redirect.github.com/Frooodle) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2988](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2988) ##### Other Changes - GHA/sonarqube: fix authentication by [@​pheiduck](https://redirect.github.com/pheiduck) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2915](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2915) - Bump actions/upload-artifact from 4.3.1 to 4.6.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2879](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2879) - Bump github/codeql-action from 3.28.8 to 3.28.9 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2921](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2921) - third-party GitHubAction not pinned by hash by [@​Ludy87](https://redirect.github.com/Ludy87) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2925](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2925) - 🌐 Sync Translations + Update README Progress Table by [@​stirlingbot](https://redirect.github.com/stirlingbot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2949](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2949) - Fix: Replace pull_request with pull_request_target in SonarQube Workflow for Fork Analysis by [@​Ludy87](https://redirect.github.com/Ludy87) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2977](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2977) ##### New Contributors - [@​ralmn](https://redirect.github.com/ralmn) made their first contribution in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2940](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2940) - [@​songge8](https://redirect.github.com/songge8) made their first contribution in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2948](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2948) - [@​bendem](https://redirect.github.com/bendem) made their first contribution in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2972](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2972) - [@​Null-wn](https://redirect.github.com/Null-wn) made their first contribution in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2969](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2969) **Full Changelog**: https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.41.0...v0.42.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 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
b61a1245de |
chore(helm): update chart kube-prometheus-stack 68.5.0 → 69.3.2 (#32138)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus) ([source](https://redirect.github.com/prometheus-community/helm-charts)) | major | `68.5.0` -> `69.3.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v69.3.2`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.3.1...kube-prometheus-stack-69.3.2) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.3.1...kube-prometheus-stack-69.3.2) ### [`v69.3.1`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.3.0...kube-prometheus-stack-69.3.1) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.3.0...kube-prometheus-stack-69.3.1) ### [`v69.3.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.2.4...kube-prometheus-stack-69.3.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.2.4...kube-prometheus-stack-69.3.0) ### [`v69.2.4`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.2.3...kube-prometheus-stack-69.2.4) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.2.3...kube-prometheus-stack-69.2.4) ### [`v69.2.3`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.2.2...kube-prometheus-stack-69.2.3) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.2.2...kube-prometheus-stack-69.2.3) ### [`v69.2.2`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.2.1...kube-prometheus-stack-69.2.2) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.2.1...kube-prometheus-stack-69.2.2) ### [`v69.2.1`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.2.0...kube-prometheus-stack-69.2.1) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.2.0...kube-prometheus-stack-69.2.1) ### [`v69.2.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.1.2...kube-prometheus-stack-69.2.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.1.2...kube-prometheus-stack-69.2.0) ### [`v69.1.2`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.1.1...kube-prometheus-stack-69.1.2) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.1.1...kube-prometheus-stack-69.1.2) ### [`v69.1.1`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.1.0...kube-prometheus-stack-69.1.1) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.1.0...kube-prometheus-stack-69.1.1) ### [`v69.1.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.0.0...kube-prometheus-stack-69.1.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.0.0...kube-prometheus-stack-69.1.0) ### [`v69.0.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.5.0...kube-prometheus-stack-69.0.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.5.0...kube-prometheus-stack-69.0.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21ham9yIl19--> |
||
|
|
43a6831cf5 |
chore(helm): update image docker.io/sourcegraph/server 6.0.2687 → 6.1.0 (#32251)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/sourcegraph/server](https://sourcegraph.com/) ([source](https://redirect.github.com/sourcegraph/sourcegraph)) | minor | `e110e2c` -> `7b3e8de` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
92c5167ef1 |
chore(helm): update image docker.io/clamav/clamav digest to 607b6da (#32185)
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 | `12efd8f` -> `607b6da` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> --------- Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> |
||
|
|
58e472f974 | chore(helm): update image ghcr.io/elfhosted/jackett 0.22.1437 → 0.22.1438 (#32248) | ||
|
|
b358109f96 |
chore(helm): update jupyter (#32246)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | quay.io/jupyter/all-spark-notebook | digest | `632ef35` -> `a34155e` | | quay.io/jupyter/base-notebook | digest | `fb07373` -> `7ab3718` | | quay.io/jupyter/datascience-notebook | digest | `34c1f40` -> `0bbdd64` | | quay.io/jupyter/minimal-notebook | digest | `d4d9f2c` -> `5bda2e1` | | quay.io/jupyter/pyspark-notebook | digest | `00f69a7` -> `59443fb` | | quay.io/jupyter/r-notebook | digest | `5c5c5b5` -> `7594164` | | quay.io/jupyter/scipy-notebook | digest | `bd4ee2a` -> `642d498` | | quay.io/jupyter/tensorflow-notebook | digest | `a130479` -> `fc9e60c` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
8d10e2f513 |
chore(helm): update image docker.io/searxng/searxng digest to 00c9b06 (#32125)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/searxng/searxng | digest | `a555d80` -> `00c9b06` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
e0653e34a9 |
chore(helm): update image docker.io/localai/localai v2.25.0 → v2.26.0 (#32249)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `f7c65fe` -> `ef10c1e` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `5ea947a` -> `1989b7d` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `1d517db` -> `7b8372d` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `df04e93` -> `93af01a` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `07c6e56` -> `d1fce91` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `ae5e20b` -> `7ef847f` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `26a3999` -> `401182f` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `ee97417` -> `08609f9` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `9941689` -> `695fa92` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>mudler/LocalAI (docker.io/localai/localai)</summary> ### [`v2.26.0`](https://redirect.github.com/mudler/LocalAI/releases/tag/v2.26.0) [Compare Source](https://redirect.github.com/mudler/LocalAI/compare/v2.25.0...v2.26.0) <h1 align="center"> <br> <img src="https://github.com/user-attachments/assets/498ac36e-16dd-48f9-b810-131ee4938eb4" style="display: block;margin-left: auto;margin-right: auto;width: 50%;"> </h1> ##### 🦙 LocalAI v2.26.0! Hey everyone - very excited about this release! It contains several cleanups, performance improvements and few breaking changes: old backends that are now superseded have been removed (for example, `vall-e-x`), while new backends have been added to expand the range of model architectures that LocalAI can support. While most of the changes are tested, if you encounter issues with the new backends or migrated ones please file a new issue. We also now have support for Nvidia L4T devices (for example, Nvidia AGX Orin) with specific container images. [See the documentation](https://localai.io/docs/reference/nvidia-l4t/) for more details. ##### ⚠️ Breaking Changes ⚠️ - Several backends have been dropped and replaced for improved performance and compatibility. - `Vall-e-x` and `Openvoice` were deprecated and dropped. - The stablediffusion-NCN backend was replaced with the stablediffusion-ggml implementation. - Deprecated llama-ggml backend has been dropped in favor of GGUF support. <details> <summary> Check all details! </summary> ##### Backends that were dropped: - **Vall-e-x and Openvoice:** These projects went silent, and there are better alternatives now. They have been completely superseded by the CoquiTTS community fork, Kokoro, and OutelTTS. - **Stablediffusion-NCN:** This was the first variant shipped with LocalAI based on the ONNX runtime. It has now been superseded by the stablediffusion-ggml backend, which offers similar capabilities and wider support across more architectures. - **Llama-ggml backend:** This was the pre-GGUF backend, which is now deprecated. Moving forward, LocalAI will support only GGUF models. ##### Notable Backend Changes: - **Mamba** has moved to the `transformers` backend. - **Transformers-Musicgen** has moved to the `transformers` backend. - **Sentencetransformers** has moved to the `transformers` backend. While LocalAI will try to alias to the `transformers` backend automatically when using these backends, there might be incompatibilies with your configuration files. Please open an issue if you face any problem! ##### New Backends: - **Kokoro (TTS):** A new backend for text-to-speech. - **OuteTTS:** A TTS backend with voice cloning capabilities. - **Fast-Whisper:** A backend designed for faster whisper model inference. </details> ##### New Features 🎉 - **Lazy grammars (llama.cpp):** Added grammar triggers for llama.cpp: this allow models trained with specific tokens to enable grammar generation when such tokens are seen: this allows precise JSON generation but also consistent output when the model does not need to answer with a tool. For example, in the config file of the model triggers can be specified as such: ```yaml function: grammar: triggers: word: "<tool_call>" at_start: true ``` - **Function Argument Parsing Using Named Regex:** A new feature that allows parsing function arguments with named regular expressions, simplifying function calls. - **Support for New Backends:** Added Kokoro, OutelTTS, and Fast-Whisper backends. - **Diffusers Update:** Added support for Sana pipelines and image generation option overrides. - **Machine Tag and Inference Timing:** Allows tracking machine performance during inference. - **Tokenization:** Introduced tokenization support for llama.cpp to improve text processing. - **AVX512:** There is now bundled support for CPUs supporting AVX512 instruction set - **Nvidia L4T**: Support for Nvidia devices on arm64, for example Nvidia AGX Orin and alikes. [See the documentation](https://localai.io/docs/reference/nvidia-l4t/). TLDR; You can start container images ready to go with: ```bash docker run -e DEBUG=true \ -p 8080:8080 \ -v $PWD/models:/build/models \ -ti --restart=always --name local-ai \ --runtime nvidia --gpus all quay.io/go-skynet/local-ai:master-nvidia-l4t-arm64-core ``` ##### Bug Fixes 🐛 - Multiple fixes to improve stability, including enabling SYCL support for stablediffusion-ggml and consistent OpenAI stop reason returns. - Improved context shift handling for llama.cpp and fixed gallery store overrides. ##### 🧠 Models: <h1 align="center"> <br> <img src="https://cdn-uploads.huggingface.co/production/uploads/647374aa7ff32a81ac6d35d4/bXvNcxQqQ-wNAnISmx3PS.png" style="display: block;margin-left: auto;margin-right: auto;width: 50%;"> </h1> <p align="center"> <br> <img src="https://cdn-uploads.huggingface.co/production/uploads/647374aa7ff32a81ac6d35d4/Dzbdzn27KEc3K6zNNi070.png" style="display: block;margin-left: auto;margin-right: auto;width: 50%;"> </p> I've fine-tuned a family of models based on o1-cot and function call datasets to work closely with all LocalAI features regarding function calling. The models are tailored to be conversational and execute function calls: - llama3.2-1b version: https://huggingface.co/mudler/LocalAI-functioncall-llama3.2-1b-v0.4 - llama3.2-3b version: https://huggingface.co/mudler/LocalAI-functioncall-llama3.2-3b-v0.5 - phi-4 version: https://huggingface.co/mudler/LocalAI-functioncall-phi-4-v0.3 - qwen2.5 (7b) version: https://huggingface.co/mudler/LocalAI-functioncall-qwen2.5-7b-v0.5 Enjoy! All the models are available in the LocalAI gallery: ```bash local-ai run LocalAI-functioncall-phi-4-v0.3 local-ai run LocalAI-functioncall-llama3.2-1b-v0.4 local-ai run LocalAI-functioncall-llama3.2-3b-v0.5 local-ai run localai-functioncall-qwen2.5-7b-v0.5 ``` ##### Other models Numerous model updates and additions: - New models like nightwing3-10b, rombos-qwen2.5-writer, and negative_llama\_70b. - Updated checksum for model galleries. - Added icons and improved prompt templates for various models. - Expanded model gallery with new additions like DeepSeek-R1, Mistral-small-24b, and more. <!-- Release notes generated using configuration in .github/release.yml at master --> ##### Full changelog 👇 <details> <summary> 👉 Click to expand 👈 </summary> ##### Breaking Changes 🛠 * chore(vall-e-x): Drop backend by @​mudl[https://github.com/mudler/LocalAI/pull/4619](https://redirect.github.com/mudler/LocalAI/pull/4619)l/4619 * feat(transformers): merge musicgen functionalities to a single backend by @​mudl[https://github.com/mudler/LocalAI/pull/4620](https://redirect.github.com/mudler/LocalAI/pull/4620)l/4620 * feat(transformers): merge sentencetransformers backend by @​mudl[https://github.com/mudler/LocalAI/pull/4624](https://redirect.github.com/mudler/LocalAI/pull/4624)l/4624 * chore(stablediffusion-ncn): drop in favor of ggml implementation by @​mudl[https://github.com/mudler/LocalAI/pull/4652](https://redirect.github.com/mudler/LocalAI/pull/4652)l/4652 * feat(transformers): add support to Mamba by @​mudl[https://github.com/mudler/LocalAI/pull/4669](https://redirect.github.com/mudler/LocalAI/pull/4669)l/4669 * chore(openvoice): drop backend by @​mudl[https://github.com/mudler/LocalAI/pull/4673](https://redirect.github.com/mudler/LocalAI/pull/4673)l/4673 * chore: drop embedded models by @​mudl[https://github.com/mudler/LocalAI/pull/4715](https://redirect.github.com/mudler/LocalAI/pull/4715)l/4715 * chore(llama-ggml): drop deprecated backend by @​mudl[https://github.com/mudler/LocalAI/pull/4775](https://redirect.github.com/mudler/LocalAI/pull/4775)l/4775 * fix(llama.cpp): disable mirostat as default by @​mudl[https://github.com/mudler/LocalAI/pull/2911](https://redirect.github.com/mudler/LocalAI/pull/2911)l/2911 ##### Bug fixes 🐛 * fix(stablediffusion-ggml): correctly enable sycl by @​mudl[https://github.com/mudler/LocalAI/pull/4591](https://redirect.github.com/mudler/LocalAI/pull/4591)l/4591 * fix(stablediffusion-ggml): enable oneapi before build by @​mudl[https://github.com/mudler/LocalAI/pull/4593](https://redirect.github.com/mudler/LocalAI/pull/4593)l/4593 * fix(docs): add missing `-core` suffix to sycl images by @​M0Rf[https://github.com/mudler/LocalAI/pull/4630](https://redirect.github.com/mudler/LocalAI/pull/4630)l/4630 * fix(stores): Stores fixes and testing by @​richie[https://github.com/mudler/LocalAI/pull/4663](https://redirect.github.com/mudler/LocalAI/pull/4663)l/4663 * fix(gallery): do not return overrides and additional config by @​mudl[https://github.com/mudler/LocalAI/pull/4768](https://redirect.github.com/mudler/LocalAI/pull/4768)l/4768 * fix(openai): consistently return stop reason by @​mudl[https://github.com/mudler/LocalAI/pull/4771](https://redirect.github.com/mudler/LocalAI/pull/4771)l/4771 * fix(llama.cpp): improve context shift handling by @​mudl[https://github.com/mudler/LocalAI/pull/4820](https://redirect.github.com/mudler/LocalAI/pull/4820)l/4820 ##### Exciting New Features 🎉 * feat(stablediffusion-ggml): respect build type by @​mudl[https://github.com/mudler/LocalAI/pull/4581](https://redirect.github.com/mudler/LocalAI/pull/4581)l/4581 * feat(diffusers): add support for Sana pipelines by @​mudl[https://github.com/mudler/LocalAI/pull/4603](https://redirect.github.com/mudler/LocalAI/pull/4603)l/4603 * feat(tts): Add Kokoro backend by @​mudl[https://github.com/mudler/LocalAI/pull/4616](https://redirect.github.com/mudler/LocalAI/pull/4616)l/4616 * feat: add machine tag and inference timings by @​mintyle[https://github.com/mudler/LocalAI/pull/4577](https://redirect.github.com/mudler/LocalAI/pull/4577)l/4577 * feat(transformers): add support to OuteTTS by @​mudl[https://github.com/mudler/LocalAI/pull/4622](https://redirect.github.com/mudler/LocalAI/pull/4622)l/4622 * Extra-Usage and Machine-Tag docs by @​mintyle[https://github.com/mudler/LocalAI/pull/4627](https://redirect.github.com/mudler/LocalAI/pull/4627)l/4627 * chore: fix some function names in comment by @​petercov[https://github.com/mudler/LocalAI/pull/4665](https://redirect.github.com/mudler/LocalAI/pull/4665)l/4665 * feat(faster-whisper): add backend by @​mudl[https://github.com/mudler/LocalAI/pull/4666](https://redirect.github.com/mudler/LocalAI/pull/4666)l/4666 * chore: detect and enable avx512 builds by @​mudl[https://github.com/mudler/LocalAI/pull/4675](https://redirect.github.com/mudler/LocalAI/pull/4675)l/4675 * chore(downloader): support hf.co and hf:// URIs by @​mudl[https://github.com/mudler/LocalAI/pull/4677](https://redirect.github.com/mudler/LocalAI/pull/4677)l/4677 * feat: function argument parsing using named regex by @​mKenfenheu[https://github.com/mudler/LocalAI/pull/4700](https://redirect.github.com/mudler/LocalAI/pull/4700)l/4700 * feat(llama.cpp): Add support to grammar triggers by @​mudl[https://github.com/mudler/LocalAI/pull/4733](https://redirect.github.com/mudler/LocalAI/pull/4733)l/4733 * feat: tokenization with llama.cpp by @​shraddhaz[https://github.com/mudler/LocalAI/pull/4724](https://redirect.github.com/mudler/LocalAI/pull/4724)l/4724 * feat(diffusers): allow to override image gen options by @​mudl[https://github.com/mudler/LocalAI/pull/4807](https://redirect.github.com/mudler/LocalAI/pull/4807)l/4807 ##### 🧠 Models * chore(model-gallery): ⬆️ update checksum by @​localai-b[https://github.com/mudler/LocalAI/pull/4580](https://redirect.github.com/mudler/LocalAI/pull/4580)l/4580 * chore(model gallery): add nightwing3-10b-v0.1 by @​mudl[https://github.com/mudler/LocalAI/pull/4582](https://redirect.github.com/mudler/LocalAI/pull/4582)l/4582 * chore(model gallery): add qwq-32b-preview-ideawhiz-v1 by @​mudl[https://github.com/mudler/LocalAI/pull/4583](https://redirect.github.com/mudler/LocalAI/pull/4583)l/4583 * chore(model gallery): add rombos-qwen2.5-writer-32b by @​mudl[https://github.com/mudler/LocalAI/pull/4584](https://redirect.github.com/mudler/LocalAI/pull/4584)l/4584 * chore(model gallery): add sky-t1-32b-preview by @​mudl[https://github.com/mudler/LocalAI/pull/4585](https://redirect.github.com/mudler/LocalAI/pull/4585)l/4585 * chore(model gallery): add negative_llama_70b by @​mudl[https://github.com/mudler/LocalAI/pull/4586](https://redirect.github.com/mudler/LocalAI/pull/4586)l/4586 * chore(model gallery): add finemath-llama-3b by @​mudl[https://github.com/mudler/LocalAI/pull/4587](https://redirect.github.com/mudler/LocalAI/pull/4587)l/4587 * chore(model gallery): add LocalAI-functioncall-phi-4-v0.1 by @​mudl[https://github.com/mudler/LocalAI/pull/4588](https://redirect.github.com/mudler/LocalAI/pull/4588)l/4588 * chore(model gallery): add LocalAI-functioncall-phi-4-v0.2 by @​mudl[https://github.com/mudler/LocalAI/pull/4589](https://redirect.github.com/mudler/LocalAI/pull/4589)l/4589 * chore(model gallery): add LocalAI-functioncall-phi-4-v0.3 by @​mudl[https://github.com/mudler/LocalAI/pull/4599](https://redirect.github.com/mudler/LocalAI/pull/4599)l/4599 * chore(model gallery): add negative-anubis-70b-v1 by @​mudl[https://github.com/mudler/LocalAI/pull/4600](https://redirect.github.com/mudler/LocalAI/pull/4600)l/4600 * chore(model gallery): add qwen2.5-72b-rp-ink by @​mudl[https://github.com/mudler/LocalAI/pull/4601](https://redirect.github.com/mudler/LocalAI/pull/4601)l/4601 * chore(model gallery): add steiner-32b-preview by @​mudl[https://github.com/mudler/LocalAI/pull/4602](https://redirect.github.com/mudler/LocalAI/pull/4602)l/4602 * chore(model gallery): add qwerus-7b by @​mudl[https://github.com/mudler/LocalAI/pull/4609](https://redirect.github.com/mudler/LocalAI/pull/4609)l/4609 * chore(model gallery): add l3.3-ms-nevoria-70b by @​mudl[https://github.com/mudler/LocalAI/pull/4610](https://redirect.github.com/mudler/LocalAI/pull/4610)l/4610 * chore(model gallery): add lb-reranker-0.5b-v1.0 by @​mudl[https://github.com/mudler/LocalAI/pull/4611](https://redirect.github.com/mudler/LocalAI/pull/4611)l/4611 * chore(model gallery): add uwu-7b-instruct by @​mudl[https://github.com/mudler/LocalAI/pull/4613](https://redirect.github.com/mudler/LocalAI/pull/4613)l/4613 * chore(model gallery): add drt-o1-14b by @​mudl[https://github.com/mudler/LocalAI/pull/4614](https://redirect.github.com/mudler/LocalAI/pull/4614)l/4614 * chore(model gallery): add vikhr-qwen-2.5-1.5b-instruct by @​mudl[https://github.com/mudler/LocalAI/pull/4615](https://redirect.github.com/mudler/LocalAI/pull/4615)l/4615 * chore: remove deprecated tinydream backend by @​M0Rf[https://github.com/mudler/LocalAI/pull/4631](https://redirect.github.com/mudler/LocalAI/pull/4631)l/4631 * chore(model gallery): add MiniCPM-V-2.6-8b-q4_K_M by @​M0Rf[https://github.com/mudler/LocalAI/pull/4633](https://redirect.github.com/mudler/LocalAI/pull/4633)l/4633 * chore(model gallery): add InternLM3-8b-Q4_K_M by @​M0Rf[https://github.com/mudler/LocalAI/pull/4637](https://redirect.github.com/mudler/LocalAI/pull/4637)l/4637 * fix(model gallery): minicpm-v-2.6 is based on qwen2 by @​M0Rf[https://github.com/mudler/LocalAI/pull/4638](https://redirect.github.com/mudler/LocalAI/pull/4638)l/4638 * chore(model gallery): update icons and add missing ones by @​M0Rf[https://github.com/mudler/LocalAI/pull/4639](https://redirect.github.com/mudler/LocalAI/pull/4639)l/4639 * chore(model gallery): add wayfarer-12b by @​mudl[https://github.com/mudler/LocalAI/pull/4641](https://redirect.github.com/mudler/LocalAI/pull/4641)l/4641 * chore(model gallery): add l3.3-70b-magnum-v4-se by @​mudl[https://github.com/mudler/LocalAI/pull/4642](https://redirect.github.com/mudler/LocalAI/pull/4642)l/4642 * chore(model gallery): add l3.3-prikol-70b-v0.2 by @​mudl[https://github.com/mudler/LocalAI/pull/4643](https://redirect.github.com/mudler/LocalAI/pull/4643)l/4643 * chore(model gallery): remove dead icons and update LLAVA and DeepSeek ones by @​M0Rf[https://github.com/mudler/LocalAI/pull/4645](https://redirect.github.com/mudler/LocalAI/pull/4645)l/4645 * chore(model gallery): add sd-3.5-large-ggml by @​mudl[https://github.com/mudler/LocalAI/pull/4647](https://redirect.github.com/mudler/LocalAI/pull/4647)l/4647 * chore(model gallery): add Deepseek-R1-Distill models by @​M0Rf[https://github.com/mudler/LocalAI/pull/4646](https://redirect.github.com/mudler/LocalAI/pull/4646)l/4646 * chore(model gallery): add deepseek-r1-distill-qwen-7b by @​mudl[https://github.com/mudler/LocalAI/pull/4660](https://redirect.github.com/mudler/LocalAI/pull/4660)l/4660 * chore(model gallery): add sd-1.5-ggml and sd-3.5-medium-ggml by @​mudl[https://github.com/mudler/LocalAI/pull/4664](https://redirect.github.com/mudler/LocalAI/pull/4664)l/4664 * chore(model gallery): add MiniCPM-o-2.6-7.6b by @​M0Rf[https://github.com/mudler/LocalAI/pull/4676](https://redirect.github.com/mudler/LocalAI/pull/4676)l/4676 * chore(model gallery): add DeepSeek R1 14b, 32b and 70b by @​M0Rf[https://github.com/mudler/LocalAI/pull/4679](https://redirect.github.com/mudler/LocalAI/pull/4679)l/4679 * chore(model gallery): add flux.1, stablediffusion and whisper icons by @​M0Rf[https://github.com/mudler/LocalAI/pull/4680](https://redirect.github.com/mudler/LocalAI/pull/4680)l/4680 * chore(model gallery): update deepseek-r1 prompt template by @​M0Rf[https://github.com/mudler/LocalAI/pull/4686](https://redirect.github.com/mudler/LocalAI/pull/4686)l/4686 * chore(model gallery): add lamarck-14b-v0.7 by @​mudl[https://github.com/mudler/LocalAI/pull/4687](https://redirect.github.com/mudler/LocalAI/pull/4687)l/4687 * chore(model gallery): add art-v0-3b by @​mudl[https://github.com/mudler/LocalAI/pull/4688](https://redirect.github.com/mudler/LocalAI/pull/4688)l/4688 * chore(model gallery): add chuluun-qwen2.5-72b-v0.08 by @​mudl[https://github.com/mudler/LocalAI/pull/4689](https://redirect.github.com/mudler/LocalAI/pull/4689)l/4689 * chore(model gallery): add l3.3-nevoria-r1-70b by @​mudl[https://github.com/mudler/LocalAI/pull/4691](https://redirect.github.com/mudler/LocalAI/pull/4691)l/4691 * chore(model gallery): add dumpling-qwen2.5-32b by @​mudl[https://github.com/mudler/LocalAI/pull/4692](https://redirect.github.com/mudler/LocalAI/pull/4692)l/4692 * chore(model gallery): add deepseek-r1-qwen-2.5-32b-ablated by @​mudl[https://github.com/mudler/LocalAI/pull/4693](https://redirect.github.com/mudler/LocalAI/pull/4693)l/4693 * chore(model gallery): add confucius-o1-14b by @​mudl[https://github.com/mudler/LocalAI/pull/4696](https://redirect.github.com/mudler/LocalAI/pull/4696)l/4696 * chore(model gallery): add fuseo1-deepseekr1-qwen2.5-coder-32b-preview-v0.1 by @​mudl[https://github.com/mudler/LocalAI/pull/4697](https://redirect.github.com/mudler/LocalAI/pull/4697)l/4697 * chore(model gallery): add fuseo1-deepseekr1-qwen2.5-instruct-32b-preview by @​mudl[https://github.com/mudler/LocalAI/pull/4698](https://redirect.github.com/mudler/LocalAI/pull/4698)l/4698 * chore(model gallery): add fuseo1-deepseekr1-qwq-32b-preview by @​mudl[https://github.com/mudler/LocalAI/pull/4699](https://redirect.github.com/mudler/LocalAI/pull/4699)l/4699 * chore(model gallery): add specific message templates for llama3.2 based models by @​mKenfenheu[https://github.com/mudler/LocalAI/pull/4707](https://redirect.github.com/mudler/LocalAI/pull/4707)l/4707 * chore(model gallery): add virtuoso-lite by @​mudl[https://github.com/mudler/LocalAI/pull/4718](https://redirect.github.com/mudler/LocalAI/pull/4718)l/4718 * chore(model gallery): add selene-1-mini-llama-3.1-8b by @​mudl[https://github.com/mudler/LocalAI/pull/4719](https://redirect.github.com/mudler/LocalAI/pull/4719)l/4719 * chore(model gallery): add openthinker-7b by @​mudl[https://github.com/mudler/LocalAI/pull/4720](https://redirect.github.com/mudler/LocalAI/pull/4720)l/4720 * chore(model-gallery): ⬆️ update checksum by @​localai-b[https://github.com/mudler/LocalAI/pull/4723](https://redirect.github.com/mudler/LocalAI/pull/4723)l/4723 * chore(model gallery): add mistral-small-24b-instruct-2501 by @​mudl[https://github.com/mudler/LocalAI/pull/4725](https://redirect.github.com/mudler/LocalAI/pull/4725)l/4725 * chore(model gallery): add tinyswallow-1.5b-instruct by @​mudl[https://github.com/mudler/LocalAI/pull/4726](https://redirect.github.com/mudler/LocalAI/pull/4726)l/4726 * chore(model gallery): add taid-llm-1.5b by @​mudl[https://github.com/mudler/LocalAI/pull/4727](https://redirect.github.com/mudler/LocalAI/pull/4727)l/4727 * chore(model gallery): add fuseo1-deekseekr1-qwq-skyt1-32b-preview by @​mudl[https://github.com/mudler/LocalAI/pull/4731](https://redirect.github.com/mudler/LocalAI/pull/4731)l/4731 * chore(model gallery): add steelskull_l3.3-damascus-r1 by @​mudl[https://github.com/mudler/LocalAI/pull/4737](https://redirect.github.com/mudler/LocalAI/pull/4737)l/4737 * chore(model gallery): add thedrummer_gemmasutra-pro-27b-v1.1 by @​mudl[https://github.com/mudler/LocalAI/pull/4738](https://redirect.github.com/mudler/LocalAI/pull/4738)l/4738 * chore(model gallery): add uncensoredai_uncensoredlm-deepseek-r1-distill-qwen-14b by @​mudl[https://github.com/mudler/LocalAI/pull/4739](https://redirect.github.com/mudler/LocalAI/pull/4739)l/4739 * chore(model gallery): add LocalAI-functioncall-llama3.2-1b-v0.4 by @​mudl[https://github.com/mudler/LocalAI/pull/4740](https://redirect.github.com/mudler/LocalAI/pull/4740)l/4740 * chore(model gallery): add fblgit_miniclaus-qw1.5b-unamgs-grpo by @​mudl[https://github.com/mudler/LocalAI/pull/4758](https://redirect.github.com/mudler/LocalAI/pull/4758)l/4758 * chore(model gallery): add nohobby_l3.3-prikol-70b-v0.4 by @​mudl[https://github.com/mudler/LocalAI/pull/4759](https://redirect.github.com/mudler/LocalAI/pull/4759)l/4759 * chore(model gallery): add suayptalha_maestro-10b by @​mudl[https://github.com/mudler/LocalAI/pull/4760](https://redirect.github.com/mudler/LocalAI/pull/4760)l/4760 * chore(model gallery): add agi-0_art-skynet-3b by @​mudl[https://github.com/mudler/LocalAI/pull/4763](https://redirect.github.com/mudler/LocalAI/pull/4763)l/4763 * chore(model gallery): add rubenroy_gilgamesh-72b by @​mudl[https://github.com/mudler/LocalAI/pull/4764](https://redirect.github.com/mudler/LocalAI/pull/4764)l/4764 * chore(model gallery): add krutrim-ai-labs_krutrim-2-instruct by @​mudl[https://github.com/mudler/LocalAI/pull/4765](https://redirect.github.com/mudler/LocalAI/pull/4765)l/4765 * chore(model gallery): add LocalAI-functioncall-llama3.2-3b-v0.5 by @​mudl[https://github.com/mudler/LocalAI/pull/4766](https://redirect.github.com/mudler/LocalAI/pull/4766)l/4766 * chore(model gallery): add arliai_llama-3.3-70b-arliai-rpmax-v1.4 by @​mudl[https://github.com/mudler/LocalAI/pull/4772](https://redirect.github.com/mudler/LocalAI/pull/4772)l/4772 * chore(model gallery): add tiger-lab_qwen2.5-32b-instruct-cft by @​mudl[https://github.com/mudler/LocalAI/pull/4773](https://redirect.github.com/mudler/LocalAI/pull/4773)l/4773 * chore(model gallery): add black-ink-guild_pernicious_prophecy_70b by @​mudl[https://github.com/mudler/LocalAI/pull/4774](https://redirect.github.com/mudler/LocalAI/pull/4774)l/4774 * chore(model gallery): add nohobby_l3.3-prikol-70b-v0.5 by @​mudl[https://github.com/mudler/LocalAI/pull/4777](https://redirect.github.com/mudler/LocalAI/pull/4777)l/4777 * chore(model gallery): add cognitivecomputations_dolphin3.0-r1-mistral-24b by @​mudl[https://github.com/mudler/LocalAI/pull/4778](https://redirect.github.com/mudler/LocalAI/pull/4778)l/4778 * chore(model gallery): add cognitivecomputations_dolphin3.0-mistral-24b by @​mudl[https://github.com/mudler/LocalAI/pull/4779](https://redirect.github.com/mudler/LocalAI/pull/4779)l/4779 * chore(model gallery): add sicariussicariistuff_redemption_wind_24b by @​mudl[https://github.com/mudler/LocalAI/pull/4781](https://redirect.github.com/mudler/LocalAI/pull/4781)l/4781 * chore(model gallery): add huihui-ai_deepseek-r1-distill-llama-70b-abliterated by @​mudl[https://github.com/mudler/LocalAI/pull/4790](https://redirect.github.com/mudler/LocalAI/pull/4790)l/4790 * chore(model gallery): add subtleone_qwen2.5-32b-erudite-writer by @​mudl[https://github.com/mudler/LocalAI/pull/4792](https://redirect.github.com/mudler/LocalAI/pull/4792)l/4792 * chore(model gallery): add ilsp_llama-krikri-8b-instruct by @​mudl[https://github.com/mudler/LocalAI/pull/4795](https://redirect.github.com/mudler/LocalAI/pull/4795)l/4795 * feat: Centralized Request Processing middleware by @​dave-gray1[https://github.com/mudler/LocalAI/pull/3847](https://redirect.github.com/mudler/LocalAI/pull/3847)l/3847 * chore(model gallery): add localai-functioncall-qwen2.5-7b-v0.5 by @​mudl[https://github.com/mudler/LocalAI/pull/4796](https://redirect.github.com/mudler/LocalAI/pull/4796)l/4796 * chore(model gallery): add agentica-org_deepscaler-1.5b-preview by @​mudl[https://github.com/mudler/LocalAI/pull/4804](https://redirect.github.com/mudler/LocalAI/pull/4804)l/4804 * chore(model gallery): add simplescaling_s1.1-32b by @​mudl[https://github.com/mudler/LocalAI/pull/4812](https://redirect.github.com/mudler/LocalAI/pull/4812)l/4812 * chore(model gallery): add theskullery_l3.3-exp-unnamed-model-70b-v0.5 by @​mudl[https://github.com/mudler/LocalAI/pull/4813](https://redirect.github.com/mudler/LocalAI/pull/4813)l/4813 * chore(model gallery): add nvidia_aceinstruct-1.5b by @​mudl[https://github.com/mudler/LocalAI/pull/4819](https://redirect.github.com/mudler/LocalAI/pull/4819)l/4819 * chore(model gallery): add nvidia_aceinstruct-7b by @​mudl[https://github.com/mudler/LocalAI/pull/4821](https://redirect.github.com/mudler/LocalAI/pull/4821)l/4821 * chore(model gallery): add nvidia_aceinstruct-72b by @​mudl[https://github.com/mudler/LocalAI/pull/4822](https://redirect.github.com/mudler/LocalAI/pull/4822)l/4822 * chore(model gallery): add sicariussicariistuff_phi-lthy4 by @​mudl[https://github.com/mudler/LocalAI/pull/4826](https://redirect.github.com/mudler/LocalAI/pull/4826)l/4826 * chore(model gallery): add open-thoughts_openthinker-32b by @​mudl[https://github.com/mudler/LocalAI/pull/4827](https://redirect.github.com/mudler/LocalAI/pull/4827)l/4827 * chore(model gallery): add nousresearch_deephermes-3-llama-3-8b-preview by @​mudl[https://github.com/mudler/LocalAI/pull/4828](https://redirect.github.com/mudler/LocalAI/pull/4828)l/4828 * chore(model gallery): add rombo-org_rombo-llm-v3.0-qwen-32b by @​mudl[https://github.com/mudler/LocalAI/pull/4830](https://redirect.github.com/mudler/LocalAI/pull/4830)l/4830 * chore(model gallery): add pygmalionai_eleusis-12b by @​mudl[https://github.com/mudler/LocalAI/pull/4832](https://redirect.github.com/mudler/LocalAI/pull/4832)l/4832 * chore(model gallery): add davidbrowne17_llamathink-8b-instruct by @​mudl[https://github.com/mudler/LocalAI/pull/4833](https://redirect.github.com/mudler/LocalAI/pull/4833)l/4833 ##### 📖 Documentation and examples * docs: update advanced-usage.md to reflect changes in #​4700 by @​mKen[https://github.com/mudler/LocalAI/pull/4709](https://redirect.github.com/mudler/LocalAI/pull/4709)AI/pull/4709 ##### 👒 Dependencies * chore: ⬆️ Update ggerganov/llama.cpp to `c05e8c9934f94fde49bc1bc9dc51eed282605150` by @​localai-b[https://github.com/mudler/LocalAI/pull/4579](https://redirect.github.com/mudler/LocalAI/pull/4579)l/4579 * chore(deps): bump llama.cpp to '924518e2e5726e81f3aeb2518fb85963a500e… by @​mudl[https://github.com/mudler/LocalAI/pull/4592](https://redirect.github.com/mudler/LocalAI/pull/4592)l/4592 * chore(deps): Bump securego/gosec from 2.21.4 to 2.22.0 by @​dependab[https://github.com/mudler/LocalAI/pull/4594](https://redirect.github.com/mudler/LocalAI/pull/4594)l/4594 * chore: ⬆️ Update ggerganov/llama.cpp to `504af20ee4eae72080a56d59d744f6774f7901ce` by @​localai-b[https://github.com/mudler/LocalAI/pull/4597](https://redirect.github.com/mudler/LocalAI/pull/4597)l/4597 * chore: ⬆️ Update ggerganov/llama.cpp to `b4d92a59a20eea400d8dd30844a339b76210daa0` by @​localai-b[https://github.com/mudler/LocalAI/pull/4606](https://redirect.github.com/mudler/LocalAI/pull/4606)l/4606 * chore: ⬆️ Update ggerganov/llama.cpp to `adc5dd92e8aea98f5e7ac84f6e1bc15de35130b5` by @​localai-b[https://github.com/mudler/LocalAI/pull/4612](https://redirect.github.com/mudler/LocalAI/pull/4612)l/4612 * chore: ⬆️ Update ggerganov/llama.cpp to `4dbc8b9cb71876e005724f4e8f73a3544646bcf5` by @​localai-b[https://github.com/mudler/LocalAI/pull/4618](https://redirect.github.com/mudler/LocalAI/pull/4618)l/4618 * chore(deps): Bump scipy from 1.14.0 to 1.15.1 in /backend/python/transformers by @​dependab[https://github.com/mudler/LocalAI/pull/4621](https://redirect.github.com/mudler/LocalAI/pull/4621)l/4621 * chore(llama.cpp): update dependency by @​mudl[https://github.com/mudler/LocalAI/pull/4628](https://redirect.github.com/mudler/LocalAI/pull/4628)l/4628 * chore: ⬆️ Update leejet/stable-diffusion.cpp to `5eb15ef4d022bef4a391de4f5f6556e81fbb5024` by @​localai-b[https://github.com/mudler/LocalAI/pull/4636](https://redirect.github.com/mudler/LocalAI/pull/4636)l/4636 * chore: ⬆️ Update ggerganov/llama.cpp to `a1649cc13f89946322358f92ea268ae1b7b5096c` by @​localai-b[https://github.com/mudler/LocalAI/pull/4635](https://redirect.github.com/mudler/LocalAI/pull/4635)l/4635 * chore: ⬆️ Update ggerganov/llama.cpp to `92bc493917d43b83e592349e138b54c90b1c3ea7` by @​localai-b[https://github.com/mudler/LocalAI/pull/4640](https://redirect.github.com/mudler/LocalAI/pull/4640)l/4640 * chore(deps): Bump docs/themes/hugo-theme-relearn from `80e448e` to `8dad5ee` by @​dependab[https://github.com/mudler/LocalAI/pull/4656](https://redirect.github.com/mudler/LocalAI/pull/4656)l/4656 * chore: ⬆️ Update ggerganov/llama.cpp to `aea8ddd5165d525a449e2fc3839db77a71f4a318` by @​localai-b[https://github.com/mudler/LocalAI/pull/4657](https://redirect.github.com/mudler/LocalAI/pull/4657)l/4657 * chore: ⬆️ Update ggerganov/llama.cpp to `6171c9d25820ccf676b243c172868819d882848f` by @​localai-b[https://github.com/mudler/LocalAI/pull/4661](https://redirect.github.com/mudler/LocalAI/pull/4661)l/4661 * chore: ⬆️ Update ggerganov/llama.cpp to `6152129d05870cb38162c422c6ba80434e021e9f` by @​localai-b[https://github.com/mudler/LocalAI/pull/4668](https://redirect.github.com/mudler/LocalAI/pull/4668)l/4668 * chore(parler-tts): drop backend by @​mudl[https://github.com/mudler/LocalAI/pull/4672](https://redirect.github.com/mudler/LocalAI/pull/4672)l/4672 * chore: ⬆️ Update ggerganov/llama.cpp to `c5d9effb49649db80a52caf5c0626de6f342f526` by @​localai-b[https://github.com/mudler/LocalAI/pull/4685](https://redirect.github.com/mudler/LocalAI/pull/4685)l/4685 * chore: ⬆️ Update ggerganov/llama.cpp to `26771a1491f3a4c3d5b99c4c267b81aca9a7dfa0` by @​localai-b[https://github.com/mudler/LocalAI/pull/4690](https://redirect.github.com/mudler/LocalAI/pull/4690)l/4690 * chore: ⬆️ Update ggerganov/llama.cpp to `178a7eb952d211b8d4232d5e50ae1b64519172a9` by @​localai-b[https://github.com/mudler/LocalAI/pull/4694](https://redirect.github.com/mudler/LocalAI/pull/4694)l/4694 * chore(deps): Bump sentence-transformers from 3.3.1 to 3.4.0 in /backend/python/transformers by @​dependab[https://github.com/mudler/LocalAI/pull/4702](https://redirect.github.com/mudler/LocalAI/pull/4702)l/4702 * chore(deps): Bump docs/themes/hugo-theme-relearn from `8dad5ee` to `5bcb9fe` by @​dependab[https://github.com/mudler/LocalAI/pull/4704](https://redirect.github.com/mudler/LocalAI/pull/4704)l/4704 * chore: ⬆️ Update ggerganov/llama.cpp to `a4417ddda98fd0558fb4d802253e68a933704b59` by @​localai-b[https://github.com/mudler/LocalAI/pull/4705](https://redirect.github.com/mudler/LocalAI/pull/4705)l/4705 * chore(deps): Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @​dependab[https://github.com/mudler/LocalAI/pull/4701](https://redirect.github.com/mudler/LocalAI/pull/4701)l/4701 * chore: ⬆️ Update ggerganov/llama.cpp to `cae9fb4361138b937464524eed907328731b81f6` by @​localai-b[https://github.com/mudler/LocalAI/pull/4711](https://redirect.github.com/mudler/LocalAI/pull/4711)l/4711 * chore: ⬆️ Update ggerganov/llama.cpp to `eb7cf15a808d4d7a71eef89cc6a9b96fe82989dc` by @​localai-b[https://github.com/mudler/LocalAI/pull/4717](https://redirect.github.com/mudler/LocalAI/pull/4717)l/4717 * chore: ⬆️ Update ggerganov/llama.cpp to `8b576b6c55bc4e6be898b47522f0ef402b93ef62` by @​localai-b[https://github.com/mudler/LocalAI/pull/4722](https://redirect.github.com/mudler/LocalAI/pull/4722)l/4722 * chore: ⬆️ Update ggerganov/llama.cpp to `aa6fb1321333fae8853d0cdc26bcb5d438e650a1` by @​localai-b[https://github.com/mudler/LocalAI/pull/4728](https://redirect.github.com/mudler/LocalAI/pull/4728)l/4728 * chore: ⬆️ Update ggerganov/llama.cpp to `53debe6f3c9cca87e9520a83ee8c14d88977afa4` by @​localai-b[https://github.com/mudler/LocalAI/pull/4732](https://redirect.github.com/mudler/LocalAI/pull/4732)l/4732 * chore: ⬆️ Update ggerganov/llama.cpp to `90f9b88afb6447d3929843a2aa98c0f11074762d` by @​localai-b[https://github.com/mudler/LocalAI/pull/4736](https://redirect.github.com/mudler/LocalAI/pull/4736)l/4736 * chore(deps): Bump GrantBirki/git-diff-action from 2.7.0 to 2.8.0 by @​dependab[https://github.com/mudler/LocalAI/pull/4746](https://redirect.github.com/mudler/LocalAI/pull/4746)l/4746 * chore: ⬆️ Update ggerganov/llama.cpp to `5598f475be3e31430fbe17ebb85654ec90dc201e` by @​localai-b[https://github.com/mudler/LocalAI/pull/4757](https://redirect.github.com/mudler/LocalAI/pull/4757)l/4757 * chore(deps): Bump sentence-transformers from 3.4.0 to 3.4.1 in /backend/python/transformers by @​dependab[https://github.com/mudler/LocalAI/pull/4748](https://redirect.github.com/mudler/LocalAI/pull/4748)l/4748 * chore(deps): Bump docs/themes/hugo-theme-relearn from `5bcb9fe` to `66bc366` by @​dependab[https://github.com/mudler/LocalAI/pull/4750](https://redirect.github.com/mudler/LocalAI/pull/4750)l/4750 * chore: ⬆️ Update ggerganov/llama.cpp to `3ec9fd4b77b6aca03a3c2bf678eae3f9517d6904` by @​localai-b[https://github.com/mudler/LocalAI/pull/4762](https://redirect.github.com/mudler/LocalAI/pull/4762)l/4762 * chore: ⬆️ Update leejet/stable-diffusion.cpp to `d46ed5e184b97c2018dc2e8105925bdb8775e02c` by @​localai-b[https://github.com/mudler/LocalAI/pull/4769](https://redirect.github.com/mudler/LocalAI/pull/4769)l/4769 * chore: ⬆️ Update ggerganov/llama.cpp to `d774ab3acc4fee41fbed6dbfc192b57d5f79f34b` by @​localai-b[https://github.com/mudler/LocalAI/pull/4770](https://redirect.github.com/mudler/LocalAI/pull/4770)l/4770 * chore: ⬆️ Update ggerganov/llama.cpp to `8a59053f63fffc24e730cd3ea067760abfe4a919` by @​localai-b[https://github.com/mudler/LocalAI/pull/4776](https://redirect.github.com/mudler/LocalAI/pull/4776)l/4776 * chore: ⬆️ Update ggerganov/llama.cpp to `d2fe216fb2fb7ca8627618c9ea3a2e7886325780` by @​localai-b[https://github.com/mudler/LocalAI/pull/4780](https://redirect.github.com/mudler/LocalAI/pull/4780)l/4780 * chore: ⬆️ Update ggerganov/llama.cpp to `e6e658319952f7ad269dc11275b9edddc721fc6d` by @​localai-b[https://github.com/mudler/LocalAI/pull/4787](https://redirect.github.com/mudler/LocalAI/pull/4787)l/4787 * chore: ⬆️ Update ggerganov/llama.cpp to `19d3c8293b1f61acbe2dab1d49a17950fd788a4a` by @​localai-b[https://github.com/mudler/LocalAI/pull/4793](https://redirect.github.com/mudler/LocalAI/pull/4793)l/4793 * chore(deps): Bump docs/themes/lotusdocs from `f5785a2` to `975da91` by @​dependab[https://github.com/mudler/LocalAI/pull/4801](https://redirect.github.com/mudler/LocalAI/pull/4801)l/4801 * chore: ⬆️ Update ggerganov/llama.cpp to `19b392d58dc08c366d0b29bd3b9c6991fa4e1662` by @​localai-b[https://github.com/mudler/LocalAI/pull/4803](https://redirect.github.com/mudler/LocalAI/pull/4803)l/4803 * chore: ⬆️ Update ggerganov/llama.cpp to `90e4dba461b07e635fd1daf3b491c978c7dd0013` by @​localai-b[https://github.com/mudler/LocalAI/pull/4810](https://redirect.github.com/mudler/LocalAI/pull/4810)l/4810 * chore: ⬆️ Update ggerganov/llama.cpp to `0fb77f821f6e70ad8b8247a97d1022f0fef78991` by @​localai-b[https://github.com/mudler/LocalAI/pull/4814](https://redirect.github.com/mudler/LocalAI/pull/4814)l/4814 * chore: ⬆️ Update ggerganov/llama.cpp to `8a8c4ceb6050bd9392609114ca56ae6d26f5b8f5` by @​localai-b[https://github.com/mudler/LocalAI/pull/4825](https://redirect.github.com/mudler/LocalAI/pull/4825)l/4825 * chore: ⬆️ Update ggerganov/llama.cpp to `300907b2110cc17b4337334dc397e05de2d8f5e0` by @​localai-b[https://github.com/mudler/LocalAI/pull/4829](https://redirect.github.com/mudler/LocalAI/pull/4829)l/4829 ##### Other Changes * docs: ⬆️ update docs version mudler/LocalAI by @​localai-b[https://github.com/mudler/LocalAI/pull/4578](https://redirect.github.com/mudler/LocalAI/pull/4578)l/4578 * chore(stablediffusion-ggml): disable sycl optimizations by @​mudl[https://github.com/mudler/LocalAI/pull/4598](https://redirect.github.com/mudler/LocalAI/pull/4598)l/4598 * chore: alias transformers-musicgen to transformers by @​mudl[https://github.com/mudler/LocalAI/pull/4623](https://redirect.github.com/mudler/LocalAI/pull/4623)l/4623 * feat(swagger): update swagger by @​localai-b[https://github.com/mudler/LocalAI/pull/4625](https://redirect.github.com/mudler/LocalAI/pull/4625)l/4625 * feat(swagger): update swagger by @​localai-b[https://github.com/mudler/LocalAI/pull/4667](https://redirect.github.com/mudler/LocalAI/pull/4667)l/4667 * chore(refactor): group cpu cap detection by @​mudl[https://github.com/mudler/LocalAI/pull/4674](https://redirect.github.com/mudler/LocalAI/pull/4674)l/4674 * chore(deps): bump grpcio to 1.70.0 by @​mudl[https://github.com/mudler/LocalAI/pull/4682](https://redirect.github.com/mudler/LocalAI/pull/4682)l/4682 * refactor: function argument parsing using named regex by @​mKenfenheu[https://github.com/mudler/LocalAI/pull/4708](https://redirect.github.com/mudler/LocalAI/pull/4708)l/4708 * fix(tests): pin to branch for config used in tests by @​mudl[https://github.com/mudler/LocalAI/pull/4721](https://redirect.github.com/mudler/LocalAI/pull/4721)l/4721 * feat(swagger): update swagger by @​localai-b[https://github.com/mudler/LocalAI/pull/4735](https://redirect.github.com/mudler/LocalAI/pull/4735)l/4735 * chore: migrate bruno request files to examples repo by @​dave-gray1[https://github.com/mudler/LocalAI/pull/4788](https://redirect.github.com/mudler/LocalAI/pull/4788)l/4788 * chore(tests): decrease parallelism for gRPC builds by @​mudl[https://github.com/mudler/LocalAI/pull/4797](https://redirect.github.com/mudler/LocalAI/pull/4797)l/4797 * chore(grpcio): bump to 1.70 by @​mudl[https://github.com/mudler/LocalAI/pull/4798](https://redirect.github.com/mudler/LocalAI/pull/4798)l/4798 * chore(grpcio): reduce parallelism by @​mudl[https://github.com/mudler/LocalAI/pull/4799](https://redirect.github.com/mudler/LocalAI/pull/4799)l/4799 * chore(swagger): update by @​mudl[https://github.com/mudler/LocalAI/pull/4805](https://redirect.github.com/mudler/LocalAI/pull/4805)l/4805 * Revert "chore(deps): Bump docs/themes/lotusdocs from `f5785a2` to `975da91`" by @​mudl[https://github.com/mudler/LocalAI/pull/4808](https://redirect.github.com/mudler/LocalAI/pull/4808)l/4808 * feat(swagger): update swagger by @​localai-b[https://github.com/mudler/LocalAI/pull/4809](https://redirect.github.com/mudler/LocalAI/pull/4809)l/4809 </details> ##### New Contributors * @​petercover made their first contributi[https://github.com/mudler/LocalAI/pull/4665](https://redirect.github.com/mudler/LocalAI/pull/4665)l/4665 * @​mKenfenheuer made their first contributi[https://github.com/mudler/LocalAI/pull/4700](https://redirect.github.com/mudler/LocalAI/pull/4700)l/4700 **Full Changelog**: https://github.com/mudler/LocalAI/compare/v2.25.0...v2.26.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 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
b8a3bf85b8 |
chore(helm): update image ghcr.io/linuxserver/resilio-sync digest to d67b73b (#32245)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/resilio-sync](https://redirect.github.com/linuxserver/docker-resilio-sync/packages) ([source](https://redirect.github.com/linuxserver/docker-resilio-sync)) | digest | `617fcd0` -> `d67b73b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
d7d503d643 |
chore(helm): update image docker.io/diygod/rsshub digest to fc22660 (#32244)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/diygod/rsshub | digest | `119c11f` -> `fc22660` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
4f90065986 |
chore(flux): update image minecraft-java 22.12.0 → 22.12.8 (#32247)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [minecraft-java](https://truecharts.org/charts/stable/minecraft-java) ([source](https://ghcr.io/itzg/mc-backup)) | patch | `22.12.0` -> `22.12.8` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
288c6d2ed3 |
chore(helm): update image docker.io/jlesage/makemkv v24.12.1 → v25.02.2 (#32145)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jlesage/makemkv](https://redirect.github.com/jlesage/docker-makemkv) | major | `9c55c3b` -> `501b52b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>jlesage/docker-makemkv (docker.io/jlesage/makemkv)</summary> ### [`v25.02.2`](https://redirect.github.com/jlesage/docker-makemkv/releases/tag/v25.02.2): Version 25.02.2 [Compare Source](https://redirect.github.com/jlesage/docker-makemkv/compare/v25.02.1...v25.02.2) Changes in this release: - Report the case where an optical drive cannot be used because of an improper user namespace configuration. ### [`v25.02.1`](https://redirect.github.com/jlesage/docker-makemkv/releases/tag/v25.02.1): Version 25.02.1 [Compare Source](https://redirect.github.com/jlesage/docker-makemkv/compare/v24.12.1...v25.02.1) Changes in this release: - Updated MakeMKV to version 1.17.9. - Improved detection of optical drive usability issues. - Improved disc ejection mechanism. - Fixed optical drive detection by MakeMKV when using a license key. - Added support for hooks. - Updated baseimage to version 4.7.1, which brings the following changes (since last used version): - Added environment variable that allows configuring the web authentication token lifetime. - Fixed compatibility issues that were introduced with support of GTK4 applications. - Increased the default service ready timeout from 5 seconds to 10 seconds and allow runtime adjustment via environment variable. - Rebuild against latest distro images to get security fixes. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=--> |
||
|
|
20320a5299 |
chore(helm): update image docker.io/jlesage/mediainfo v24.12.1 → v25.02.1 (#32146)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jlesage/mediainfo](https://redirect.github.com/jlesage/docker-mediainfo) | major | `b6d1716` -> `d64d2ec` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>jlesage/docker-mediainfo (docker.io/jlesage/mediainfo)</summary> ### [`v25.02.1`](https://redirect.github.com/jlesage/docker-mediainfo/releases/tag/v25.02.1): Version 25.02.1 [Compare Source](https://redirect.github.com/jlesage/docker-mediainfo/compare/v24.12.1...v25.02.1) Changes in this release: - Updated MediaInfo to version 24.12. - Updated baseimage to version 4.7.1, which brings the following changes (since last used version): - Added environment variable that allows configuring the web authentication token lifetime. - Fixed compatibility issues that were introduced with support of GTK4 applications. - Increased the default service ready timeout from 5 seconds to 10 seconds and allow runtime adjustment via environment variable. - Rebuild against latest distro images to get security fixes. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=--> |
||
|
|
6c961e3443 |
chore(helm): update image ghcr.io/itzg/minecraft-server 2025.2.0 → 2025.2.1 (#32162)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `d4d3799` -> `029e416` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `b50acb7` -> `9875306` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `39fe68d` -> `340b3e1` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `5935d22` -> `9bc5493` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `130b4d4` -> `0aea130` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `953554b` -> `3f5997c` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `80d3ba6` -> `57e319c` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `68b7599` -> `e9539e5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
1c37aff4eb |
chore(helm): update image docker.io/automaticrippingmachine/automatic-ripping-machine digest to da4799a (#32184)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/automaticrippingmachine/automatic-ripping-machine](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine) | digest | `13302c4` -> `da4799a` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
1032f131f1 |
chore(helm): update image docker.io/linuxserver/transmission digest to 742024d (#32186)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/linuxserver/transmission](https://redirect.github.com/linuxserver/docker-transmission/packages) ([source](https://redirect.github.com/linuxserver/docker-transmission)) | digest | `847d4f4` -> `742024d` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
172144082c |
chore(helm): update image docker digest to aa3df78 (#32183)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker | digest | `baade57` -> `aa3df78` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
38896c90b3 |
chore(helm): update image ghcr.io/linuxserver/grav digest to 5cc5a27 (#32193)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/grav](https://redirect.github.com/linuxserver/docker-grav/packages) ([source](https://redirect.github.com/linuxserver/docker-grav)) | digest | `8ecdfae` -> `5cc5a27` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
c21ed68611 |
chore(helm): update image docker.io/nodered/node-red digest to 7a3e18f (#32189)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/nodered/node-red](https://redirect.github.com/node-red/node-red-docker) | digest | `74e4078` -> `7a3e18f` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
c3a141fe68 |
chore(helm): update image ghcr.io/linuxserver/budge digest to 46e7877 (#32191)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/budge](https://redirect.github.com/linuxserver/docker-budge/packages) ([source](https://redirect.github.com/linuxserver/docker-budge)) | digest | `4c4b510` -> `46e7877` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
7318e8b99d |
chore(helm): update image ghcr.io/linuxserver/freshrss digest to b6ed16e (#32192)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/freshrss](https://redirect.github.com/linuxserver/docker-freshrss/packages) ([source](https://redirect.github.com/linuxserver/docker-freshrss)) | digest | `fed409e` -> `b6ed16e` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
08d21beedb |
chore(helm): update image docker.io/ronnieroller/media-roller digest to 6ea2f7e (#32190)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/ronnieroller/media-roller | digest | `944c215` -> `6ea2f7e` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
d901cf93e4 |
chore(helm): update image docker.io/nginxinc/nginx-unprivileged digest to 840f333 (#32188)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/nginxinc/nginx-unprivileged](https://redirect.github.com/nginxinc/docker-nginx-unprivileged) | digest | `59ff0cc` -> `840f333` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
1f065298d8 |
chore(helm): update image docker.io/mikenye/tar1090 digest to 5c31fc7 (#32187)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/mikenye/tar1090 | digest | `38f2773` -> `5c31fc7` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
f112e082c8 |
chore(helm): update chart memcached 14.5.4 → 14.5.5 (#32154)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [memcached](https://truecharts.org/charts/stable/memcached) ([source](https://gallery.ecr.aws/bitnami/memcached)) | patch | `14.5.4` -> `14.5.5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled because a matching PR was automerged previously. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
ebd4cad19e |
chore(helm): update image ghcr.io/linuxserver/openvscode-server digest to eb3cbed (#32197)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/openvscode-server](https://redirect.github.com/linuxserver/docker-openvscode-server/packages) ([source](https://redirect.github.com/linuxserver/docker-openvscode-server)) | digest | `3ff5b72` -> `eb3cbed` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |