e09e1dc52e325751296ec8939606fba894cabdd8
100
Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
e09e1dc52e |
chore(helm): update chart common 28.20.1 → 28.21.0 (#40136)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://truecharts.org/charts/library/common) ([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `28.20.1` -> `28.21.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21pbm9yIl19--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
2765636ccc |
chore(helm): update image docker.io/haveagitgat/tdarr_node 2.46.01 → 2.47.01 (#40142)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/haveagitgat/tdarr_node](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu/packages) ([source](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu)) | minor | `1ecdd62` -> `42696bf` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
015b7166da |
chore(helm): update image docker.io/haveagitgat/tdarr 2.46.01 → 2.47.01 (#40141)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/haveagitgat/tdarr](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu/packages) ([source](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu)) | minor | `1376fc2` -> `d3a6c63` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
6e89568565 |
fix(deps): update module github.com/getsops/sops/v3 v3.10.2 → v3.11.0 (clustertool) (#40143)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/getsops/sops/v3](https://redirect.github.com/getsops/sops) | `v3.10.2` -> `v3.11.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>getsops/sops (github.com/getsops/sops/v3)</summary> ### [`v3.11.0`](https://redirect.github.com/getsops/sops/releases/tag/v3.11.0) [Compare Source](https://redirect.github.com/getsops/sops/compare/v3.10.2...v3.11.0) #### Installation To install `sops`, download one of the pre-built binaries provided for your platform from the artifacts attached to this release. For instance, if you are using Linux on an AMD64 architecture: ```shell ### Download the binary curl -LO https://github.com/getsops/sops/releases/download/v3.11.0/sops-v3.11.0.linux.amd64 ### Move the binary in to your PATH mv sops-v3.11.0.linux.amd64 /usr/local/bin/sops ### Make the binary executable chmod +x /usr/local/bin/sops ``` ##### Verify checksums file signature The checksums file provided within the artifacts attached to this release is signed using [Cosign](https://docs.sigstore.dev/cosign/overview/) with GitHub OIDC. To validate the signature of this file, run the following commands: ```shell ### Download the checksums file, certificate and signature curl -LO https://github.com/getsops/sops/releases/download/v3.11.0/sops-v3.11.0.checksums.txt curl -LO https://github.com/getsops/sops/releases/download/v3.11.0/sops-v3.11.0.checksums.pem curl -LO https://github.com/getsops/sops/releases/download/v3.11.0/sops-v3.11.0.checksums.sig ### Verify the checksums file cosign verify-blob sops-v3.11.0.checksums.txt \ --certificate sops-v3.11.0.checksums.pem \ --signature sops-v3.11.0.checksums.sig \ --certificate-identity-regexp=https://github.com/getsops \ --certificate-oidc-issuer=https://token.actions.githubusercontent.com ``` ##### Verify binary integrity To verify the integrity of the downloaded binary, you can utilize the checksums file after having validated its signature: ```shell ### Verify the binary using the checksums file sha256sum -c sops-v3.11.0.checksums.txt --ignore-missing ``` ##### Verify artifact provenance The [SLSA provenance](https://slsa.dev/provenance/v0.2) of the binaries, packages, and SBOMs can be found within the artifacts associated with this release. It is presented through an [in-toto](https://in-toto.io/) link metadata file named `sops-v3.11.0.intoto.jsonl`. To verify the provenance of an artifact, you can utilize the [`slsa-verifier`](https://redirect.github.com/slsa-framework/slsa-verifier#artifacts) tool: ```shell ### Download the metadata file curl -LO https://github.com/getsops/sops/releases/download/v3.11.0/sops-v3.11.0.intoto.jsonl ### Verify the provenance of the artifact slsa-verifier verify-artifact <artifact> \ --provenance-path sops-v3.11.0.intoto.jsonl \ --source-uri github.com/getsops/sops \ --source-tag v3.11.0 ``` #### Container Images The `sops` binaries are also available as container images, based on Debian (slim) and Alpine Linux. The Debian-based container images include any dependencies which may be required to make use of certain key services, such as GnuPG, AWS KMS, Azure Key Vault, and Google Cloud KMS. The Alpine-based container images are smaller in size, but do not include these dependencies. These container images are available for the following architectures: `linux/amd64` and `linux/arm64`. ##### GitHub Container Registry - `ghcr.io/getsops/sops:v3.11.0` - `ghcr.io/getsops/sops:v3.11.0-alpine` ##### Quay.io - `quay.io/getsops/sops:v3.11.0` - `quay.io/getsops/sops:v3.11.0-alpine` ##### Verify container image signature The container images are signed using [Cosign](https://docs.sigstore.dev/cosign/overview/) with GitHub OIDC. To validate the signature of an image, run the following command: ```shell cosign verify ghcr.io/getsops/sops:v3.11.0 \ --certificate-identity-regexp=https://github.com/getsops \ --certificate-oidc-issuer=https://token.actions.githubusercontent.com \ -o text ``` ##### Verify container image provenance The container images include [SLSA provenance](https://slsa.dev/provenance/v0.2) attestations. For more information around the verification of this, please refer to the [`slsa-verifier` documentation](https://redirect.github.com/slsa-framework/slsa-verifier#containers). #### Software Bill of Materials The Software Bill of Materials (SBOM) for each binary is accessible within the artifacts enclosed with this release. It is presented as an [SPDX](https://spdx.dev/) JSON file, formatted as `<binary>.spdx.sbom.json`. #### What's Changed - build(deps): Bump the go group with 4 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1845](https://redirect.github.com/getsops/sops/pull/1845) - build(deps): Bump the go group with 5 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1850](https://redirect.github.com/getsops/sops/pull/1850) - build(deps): Bump the ci group with 4 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1849](https://redirect.github.com/getsops/sops/pull/1849) - build(deps): Bump the go group with 8 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1854](https://redirect.github.com/getsops/sops/pull/1854) - build(deps): Bump tempfile from 3.19.1 to 3.20.0 in /functional-tests in the rust group by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1853](https://redirect.github.com/getsops/sops/pull/1853) - build(deps): Bump actions/setup-go from 5.4.0 to 5.5.0 in the ci group by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1852](https://redirect.github.com/getsops/sops/pull/1852) - use bullet points for structure by [@​md42](https://redirect.github.com/md42) in [#​1844](https://redirect.github.com/getsops/sops/pull/1844) - Introduce EncryptContext and DecryptContext for AWS, Azure, GCP, PGP and HashiCorp Vault by [@​matheuscscp](https://redirect.github.com/matheuscscp) in [#​1848](https://redirect.github.com/getsops/sops/pull/1848) - build(deps): Bump the go group with 5 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1856](https://redirect.github.com/getsops/sops/pull/1856) - build(deps): Bump the ci group with 2 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1857](https://redirect.github.com/getsops/sops/pull/1857) - Allow injecting custom HTTP client for AWS, Azure, GCP and HashiCorp Vault by [@​matheuscscp](https://redirect.github.com/matheuscscp) in [#​1838](https://redirect.github.com/getsops/sops/pull/1838) - Update authors in main.go by [@​jvehent](https://redirect.github.com/jvehent) in [#​1860](https://redirect.github.com/getsops/sops/pull/1860) - build(deps): Bump the go group with 7 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1861](https://redirect.github.com/getsops/sops/pull/1861) - Remove unmatched '\`' from README.rst by [@​wasv](https://redirect.github.com/wasv) in [#​1863](https://redirect.github.com/getsops/sops/pull/1863) - build(deps): Bump the go group with 4 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1867](https://redirect.github.com/getsops/sops/pull/1867) - build(deps): Bump alpine from 3.21 to 3.22 in /.release in the docker group by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1866](https://redirect.github.com/getsops/sops/pull/1866) - build(deps): Bump the go group with 12 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1870](https://redirect.github.com/getsops/sops/pull/1870) - build(deps): Bump github/codeql-action from 3.28.18 to 3.28.19 in the ci group by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1869](https://redirect.github.com/getsops/sops/pull/1869) - build(deps): Bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1871](https://redirect.github.com/getsops/sops/pull/1871) - build(deps): Bump the go group with 12 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1872](https://redirect.github.com/getsops/sops/pull/1872) - build(deps): Bump the ci group across 1 directory with 3 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1874](https://redirect.github.com/getsops/sops/pull/1874) - build(deps): Bump the go group with 8 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1878](https://redirect.github.com/getsops/sops/pull/1878) - build(deps): Bump the ci group with 2 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1879](https://redirect.github.com/getsops/sops/pull/1879) - build(deps): Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1882](https://redirect.github.com/getsops/sops/pull/1882) - Fix Typo in README.rst by [@​inverted-tree](https://redirect.github.com/inverted-tree) in [#​1881](https://redirect.github.com/getsops/sops/pull/1881) - build(deps): Bump the go group with 4 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1884](https://redirect.github.com/getsops/sops/pull/1884) - build(deps): Bump the ci group with 2 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1883](https://redirect.github.com/getsops/sops/pull/1883) - Correct Windows path to store keys.txt by [@​EshemMimi](https://redirect.github.com/EshemMimi) in [#​1885](https://redirect.github.com/getsops/sops/pull/1885) - build(deps): Bump the go group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1888](https://redirect.github.com/getsops/sops/pull/1888) - build(deps): Bump the ci group with 2 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1889](https://redirect.github.com/getsops/sops/pull/1889) - build(deps): Bump the go group with 6 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1893](https://redirect.github.com/getsops/sops/pull/1893) - Add "--value-file" option to "sops set \[...]" by [@​bjornfor](https://redirect.github.com/bjornfor) in [#​1876](https://redirect.github.com/getsops/sops/pull/1876) - Document XDG\_CONFIG\_HOME support on mac by [@​fredericrous](https://redirect.github.com/fredericrous) in [#​1897](https://redirect.github.com/getsops/sops/pull/1897) - Fix Shamir threshold encoding for INI and ENV files by [@​felixfontein](https://redirect.github.com/felixfontein) in [#​1899](https://redirect.github.com/getsops/sops/pull/1899) - build(deps): Bump the go group with 12 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1908](https://redirect.github.com/getsops/sops/pull/1908) - build(deps): Bump serde\_json from 1.0.140 to 1.0.142 in /functional-tests in the rust group by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1907](https://redirect.github.com/getsops/sops/pull/1907) - build(deps): Bump the ci group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1905](https://redirect.github.com/getsops/sops/pull/1905) - Fix docs: mention all stores instead of just YAML, JSON, and BINARY by [@​felixfontein](https://redirect.github.com/felixfontein) in [#​1895](https://redirect.github.com/getsops/sops/pull/1895) - Ensure temporary file for editing is only read-writable by owner by [@​felixfontein](https://redirect.github.com/felixfontein) in [#​1903](https://redirect.github.com/getsops/sops/pull/1903) - Add `--value-stdin` option to `sops set` by [@​felixfontein](https://redirect.github.com/felixfontein) in [#​1894](https://redirect.github.com/getsops/sops/pull/1894) - Collect age identity loading errors and only report if decryption failed by [@​felixfontein](https://redirect.github.com/felixfontein) in [#​1898](https://redirect.github.com/getsops/sops/pull/1898) - add completion script. Resolves [#​1868](https://redirect.github.com/getsops/sops/issues/1868) by [@​longxiucai](https://redirect.github.com/longxiucai) in [#​1892](https://redirect.github.com/getsops/sops/pull/1892) - Resolves [#​1864](https://redirect.github.com/getsops/sops/issues/1864). Adds Native List as an option for configuring keys. by [@​lucqui](https://redirect.github.com/lucqui) in [#​1880](https://redirect.github.com/getsops/sops/pull/1880) - Fix example.yaml file by [@​felixfontein](https://redirect.github.com/felixfontein) in [#​1909](https://redirect.github.com/getsops/sops/pull/1909) - build(deps): Bump the go group with 15 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1912](https://redirect.github.com/getsops/sops/pull/1912) - build(deps): Bump the ci group with 4 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1911](https://redirect.github.com/getsops/sops/pull/1911) - build(deps): Bump the go group with 9 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1917](https://redirect.github.com/getsops/sops/pull/1917) - build(deps): Bump the ci group with 4 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1916](https://redirect.github.com/getsops/sops/pull/1916) - build(deps): Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1920](https://redirect.github.com/getsops/sops/pull/1920) - build(deps): Bump the go group with 14 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1923](https://redirect.github.com/getsops/sops/pull/1923) - build(deps): Bump the rust group in /functional-tests with 2 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1921](https://redirect.github.com/getsops/sops/pull/1921) - build(deps): Bump github/codeql-action from 3.29.9 to 3.29.11 in the ci group by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1922](https://redirect.github.com/getsops/sops/pull/1922) - Docs: remove paragraph on GPG/PGP keyservers by [@​felixfontein](https://redirect.github.com/felixfontein) in [#​1928](https://redirect.github.com/getsops/sops/pull/1928) - Allow to configure --enable-local-keyservice and --keyservice through env variables by [@​felixfontein](https://redirect.github.com/felixfontein) in [#​1930](https://redirect.github.com/getsops/sops/pull/1930) - build(deps): Bump the ci group with 2 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1937](https://redirect.github.com/getsops/sops/pull/1937) - fix: correct destination validation logic to detect all conflicts by [@​bruce-szalwinski-he](https://redirect.github.com/bruce-szalwinski-he) in [#​1936](https://redirect.github.com/getsops/sops/pull/1936) - Switch from deprecated gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by [@​sylr](https://redirect.github.com/sylr) in [#​1934](https://redirect.github.com/getsops/sops/pull/1934) - INI: fix converting integers to strings; improve float and time.Time formatting by [@​felixfontein](https://redirect.github.com/felixfontein) in [#​1929](https://redirect.github.com/getsops/sops/pull/1929) - feat(azkv): Skipping key-version will get latest key by [@​daogilvie](https://redirect.github.com/daogilvie) in [#​1919](https://redirect.github.com/getsops/sops/pull/1919) - Fix keyservice client for unix domain sockets by [@​matheuscscp](https://redirect.github.com/matheuscscp) in [#​1910](https://redirect.github.com/getsops/sops/pull/1910) - README: fix argument order by [@​felixfontein](https://redirect.github.com/felixfontein) in [#​1940](https://redirect.github.com/getsops/sops/pull/1940) - Allow non-complex non-string values in dotenv and exec-env by [@​billy4479](https://redirect.github.com/billy4479) in [#​1933](https://redirect.github.com/getsops/sops/pull/1933) - Fix mention of macOS XDG\_CONFIG\_HOME fallback by [@​felixfontein](https://redirect.github.com/felixfontein) in [#​1944](https://redirect.github.com/getsops/sops/pull/1944) - Improve age identity loading by [@​felixfontein](https://redirect.github.com/felixfontein) in [#​1931](https://redirect.github.com/getsops/sops/pull/1931) - build(deps): Bump the rust group in /functional-tests with 4 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1948](https://redirect.github.com/getsops/sops/pull/1948) - build(deps): Bump the ci group with 2 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1949](https://redirect.github.com/getsops/sops/pull/1949) - build(deps): Bump the rust group in /functional-tests with 2 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1954](https://redirect.github.com/getsops/sops/pull/1954) - build(deps): Bump anchore/sbom-action from 0.20.5 to 0.20.6 in the ci group by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1955](https://redirect.github.com/getsops/sops/pull/1955) - Start documenting the configuration file format by [@​felixfontein](https://redirect.github.com/felixfontein) in [#​1946](https://redirect.github.com/getsops/sops/pull/1946) - CI: Build with Go 1.24 and 1.25, release with 1.25 by [@​felixfontein](https://redirect.github.com/felixfontein) in [#​1945](https://redirect.github.com/getsops/sops/pull/1945) - build(deps): Bump the go group across 1 directory with 21 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1956](https://redirect.github.com/getsops/sops/pull/1956) - When encrypting, load the config only once by [@​felixfontein](https://redirect.github.com/felixfontein) in [#​1939](https://redirect.github.com/getsops/sops/pull/1939) - build(deps): Bump the go group across 1 directory with 10 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1958](https://redirect.github.com/getsops/sops/pull/1958) - Ignore encryption selection options for binary store (and warn when they are used) by [@​felixfontein](https://redirect.github.com/felixfontein) in [#​1927](https://redirect.github.com/getsops/sops/pull/1927) - AZKV: Also allow to omit version for AZKV keys specified in key groups by [@​felixfontein](https://redirect.github.com/felixfontein) in [#​1947](https://redirect.github.com/getsops/sops/pull/1947) - Complex values in dotenv, and exec-env: do not print sensitive value in error message by [@​felixfontein](https://redirect.github.com/felixfontein) in [#​1959](https://redirect.github.com/getsops/sops/pull/1959) - Release 3.11.0 by [@​felixfontein](https://redirect.github.com/felixfontein) in [#​1960](https://redirect.github.com/getsops/sops/pull/1960) #### New Contributors - [@​md42](https://redirect.github.com/md42) made their first contribution in [#​1844](https://redirect.github.com/getsops/sops/pull/1844) - [@​wasv](https://redirect.github.com/wasv) made their first contribution in [#​1863](https://redirect.github.com/getsops/sops/pull/1863) - [@​inverted-tree](https://redirect.github.com/inverted-tree) made their first contribution in [#​1881](https://redirect.github.com/getsops/sops/pull/1881) - [@​EshemMimi](https://redirect.github.com/EshemMimi) made their first contribution in [#​1885](https://redirect.github.com/getsops/sops/pull/1885) - [@​bjornfor](https://redirect.github.com/bjornfor) made their first contribution in [#​1876](https://redirect.github.com/getsops/sops/pull/1876) - [@​fredericrous](https://redirect.github.com/fredericrous) made their first contribution in [#​1897](https://redirect.github.com/getsops/sops/pull/1897) - [@​longxiucai](https://redirect.github.com/longxiucai) made their first contribution in [#​1892](https://redirect.github.com/getsops/sops/pull/1892) - [@​lucqui](https://redirect.github.com/lucqui) made their first contribution in [#​1880](https://redirect.github.com/getsops/sops/pull/1880) - [@​bruce-szalwinski-he](https://redirect.github.com/bruce-szalwinski-he) made their first contribution in [#​1936](https://redirect.github.com/getsops/sops/pull/1936) - [@​sylr](https://redirect.github.com/sylr) made their first contribution in [#​1934](https://redirect.github.com/getsops/sops/pull/1934) - [@​daogilvie](https://redirect.github.com/daogilvie) made their first contribution in [#​1919](https://redirect.github.com/getsops/sops/pull/1919) - [@​billy4479](https://redirect.github.com/billy4479) made their first contribution in [#​1933](https://redirect.github.com/getsops/sops/pull/1933) **Full Changelog**: <https://github.com/getsops/sops/compare/v3.10.2...v3.11.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
a26b0fb310 |
chore(helm): update image ghcr.io/home-operations/radarr 6.0.0.10217 → 6.0.1.10258 (#40140)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/home-operations/radarr](https://ghcr.io/home-operations/radarr) ([source](https://redirect.github.com/Radarr/Radarr)) | patch | `176205e` -> `b67ac38` | --- > [!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>Radarr/Radarr (ghcr.io/home-operations/radarr)</summary> ### [`v6.0.1.10258`](https://redirect.github.com/Radarr/Radarr/releases/tag/v6.0.1.10258): 6.0.1.10258 [Compare Source](https://redirect.github.com/Radarr/Radarr/compare/v6.0.0.10217...v6.0.1.10258) *To receive further Pre-Release updates for a non-docker installation, please change the branch to **develop**. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)* **If you are using docker you will need to update the container image. *Do not attempt to update Radarr within an existing docker container.*** #### Changes: - [`64b2a10`](https://redirect.github.com/Radarr/Radarr/commit/64b2a10b3f538668c9a41493eb5bc52d2cb814af) Fixed: RlsGrp parser exeption for 126811 - [`97c226c`](https://redirect.github.com/Radarr/Radarr/commit/97c226c23c67173f9f19e891f0c4d88aba1a00d6) Fix code coverage on CI - [`9959c65`](https://redirect.github.com/Radarr/Radarr/commit/9959c658bee1a0a822f033c6716f9abe3f1b0fbf) Avoid rewriting file names in builds - [`eaeb668`](https://redirect.github.com/Radarr/Radarr/commit/eaeb668eb553dd4f9dc796ddc0defdba6b36d687) Bump coverlet.collector to official 6.0.4 - [`bb6713f`](https://redirect.github.com/Radarr/Radarr/commit/bb6713f1d22d323084c139b9932401d8b76ecc51) Fixed: Improve IMDb list logging - [`9906b95`](https://redirect.github.com/Radarr/Radarr/commit/9906b95893660a929cb9fd1393e28f09d8ada354) New: Prioritize Exact Exception Release Group Matches over non-Exact Exception Groups - [`8c94581`](https://redirect.github.com/Radarr/Radarr/commit/8c94581cb6267a846ebdae5f2659e541c0e5b72d) Fixed: Treat TAoE and QxR as release groups - [`6bdbc9c`](https://redirect.github.com/Radarr/Radarr/commit/6bdbc9c600eb21e9f92bda0a429f939d278d77e8) align parsing with upstream - [`f28691e`](https://redirect.github.com/Radarr/Radarr/commit/f28691e48d615eff74ca8411fe04b819de8c09d0) New: Add MovieCollectionThe Naming Token ([#​11145](https://redirect.github.com/Radarr/Radarr/issues/11145)) - [`e7bddae`](https://redirect.github.com/Radarr/Radarr/commit/e7bddaeeddb6b566c9911af98b60ee0ca2caa180) Multiple Translations updated by Weblate <details><summary><b>See More</b></summary> - [`94ced8c`](https://redirect.github.com/Radarr/Radarr/commit/94ced8cff99f98652f71a1a74f7e560c61009525) Bump to 6.0.1 This list of changes was [auto generated](https://dev.azure.com/Radarr/961c82cf-1428-4ab0-9257-63be1671eac8/_release?releaseId=195&_a=release-summary).</details> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
ce783ea1ea |
chore(helm): update image docker.io/sissbruecker/linkding 1.42.0 → 1.43.0 (#40137)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/sissbruecker/linkding](https://redirect.github.com/sissbruecker/linkding) | minor | `12ffd6f` -> `b2cbcc0` | --- > [!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>sissbruecker/linkding (docker.io/sissbruecker/linkding)</summary> ### [`v1.43.0`](https://redirect.github.com/sissbruecker/linkding/compare/v1.42.0...v1.43.0) [Compare Source](https://redirect.github.com/sissbruecker/linkding/compare/v1.42.0...v1.43.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
83ac9824d8 | chore(helm): update image lscr.io/linuxserver/calibre-web digest to 527654d (#40133) | ||
|
|
9ce2e93496 |
chore(helm): update image ghcr.io/open-webui/open-webui digest to 5c75d3c (#40132)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/open-webui/open-webui | digest | `05aaa81` -> `5c75d3c` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
0970c179ac |
chore(helm): update image docker.io/josh5/steam-headless digest to 53eb83c (#40130)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/josh5/steam-headless | digest | `385e72e` -> `53eb83c` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
78f2cc40c0 | chore(helm): update image ghcr.io/mintplex-labs/anything-llm digest to e5a0666 (#40131) | ||
|
|
b06f9983d4 |
chore(container): update docker.io/renovate/renovate docker tag to v41.131.9 (#40134)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | patch | `41.131.8-full` -> `41.131.9-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.131.9`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.131.9) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.131.8...41.131.9) ##### Bug Fixes - Revert "fix(jsonata): updates when version and digest changed ([#​36461](https://redirect.github.com/renovatebot/renovate/issues/36461))" ([#​38265](https://redirect.github.com/renovatebot/renovate/issues/38265)) ([d01a346](https://redirect.github.com/renovatebot/renovate/commit/d01a34673c639e185877e471f1a86f7ecd02fe34)), closes [#​38066](https://redirect.github.com/renovatebot/renovate/issues/38066) ##### Miscellaneous Chores - **deps:** update dependency memfs to v4.43.0 (main) ([#​38263](https://redirect.github.com/renovatebot/renovate/issues/38263)) ([63aa389](https://redirect.github.com/renovatebot/renovate/commit/63aa389ae917723e2c537e5078bd09b1b3ea111a)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
5b71ca0ed5 |
chore(flux): update image blocky 18.14.2 → 18.14.3 (clustertool) (#40135)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [blocky](https://truecharts.org/charts/premium/blocky) ([source](https://0xerr0r.github.io/blocky/)) | patch | `18.14.2` -> `18.14.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
91e77e4ed9 |
chore(helm): update chart redis 17.8.1 → 17.8.2 (#40118)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [redis](https://truecharts.org/charts/stable/redis) ([source](https://redirect.github.com/bitnami/bitnami-docker-redis)) | patch | `17.8.1` -> `17.8.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
fb4eb9a44f |
chore(helm): update image ghcr.io/mealie-recipes/mealie v3.2.1 → v3.3.0 (#40126)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/mealie-recipes/mealie](https://redirect.github.com/mealie-recipes/mealie) | minor | `322369a` -> `42a54cf` | --- > [!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>mealie-recipes/mealie (ghcr.io/mealie-recipes/mealie)</summary> ### [`v3.3.0`](https://redirect.github.com/mealie-recipes/mealie/releases/tag/v3.3.0): - Overhauled Ingredient Parsing [Compare Source](https://redirect.github.com/mealie-recipes/mealie/compare/v3.2.1...v3.3.0) ### 🍴🍴🍴🍴🍴🍴 **Welcome to the latest Mealie release!** This update brings a major update to how you parse recipes, home to some of the most heavily-requested features. This update also brings a truckload of fixes to round out some performance issues and fix some fairly-regular annoyances. #### 🎉 Highlights ##### 📋 Semi-automated Ingredient Parser Mealie v3.3.0 introduces [an entirely new workflow to parsing recipes](https://redirect.github.com/mealie-recipes/mealie/pull/6151). The new parsing workflow includes many heavily-requested features such as: - A more focused, guided ingredient parser which lets you parse one ingredient at a time - Initiate parsing immediately after creating a new recipe (with an option to turn this off, though we encourage you to try it!) - Automatically parse ingredients which can be matched with a reasonably high level of accuracy - Much much more! ##### Auth Timeout and `iframe` Support Users have been experiencing issues with authentication, including being logged-out seemingly randomly between sessions (even if `TOKEN_TIME` is set, [which is a requirement for longer session times](https://docs.mealie.io/documentation/getting-started/installation/backend-config/#general)). This update should resolve flaky session times ignoring the `TOKEN_TIME`. Additionally, support for hosting Mealie in an `iframe` (such as via Home Assistant) should be fixed. Note that `iframe` support *only works if being served over HTTPS*, which is a browser requirement. For more information, [see the samesite Cookie header spec](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Set-Cookie#samesitesamesite-value). #### ✨ New features - feat: Manually calculate OpenAI Parsing Confidence [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6141](https://redirect.github.com/mealie-recipes/mealie/issues/6141)) - feat: Upgraded Ingredient Parsing Workflow [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6151](https://redirect.github.com/mealie-recipes/mealie/issues/6151)) - feat: Ingredient Parser Enhancements [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6228](https://redirect.github.com/mealie-recipes/mealie/issues/6228)) - feat: Simplify Default Layout Logic and Add Household.name To Cookbooks API [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6243](https://redirect.github.com/mealie-recipes/mealie/issues/6243)) #### 🐛 Bug fixes - fix: Print Button Does Nothing [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6178](https://redirect.github.com/mealie-recipes/mealie/issues/6178)) - fix: ingredient linker and instructions titles [@​p0lycarpio](https://redirect.github.com/p0lycarpio) ([#​6146](https://redirect.github.com/mealie-recipes/mealie/issues/6146)) - fix: multiple RecipeRating backend calls [@​p0lycarpio](https://redirect.github.com/p0lycarpio) ([#​6194](https://redirect.github.com/mealie-recipes/mealie/issues/6194)) - fix: Actually Fix Token Time [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6215](https://redirect.github.com/mealie-recipes/mealie/issues/6215)) - fix: Remove explicit timeout from OpenAI image API Call [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6227](https://redirect.github.com/mealie-recipes/mealie/issues/6227)) - fix: Workflow Issues with Deleting Ingredient In Parser [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6230](https://redirect.github.com/mealie-recipes/mealie/issues/6230)) - fix: Enabled Using Mealie In iframe If Served Over HTTPS [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6128](https://redirect.github.com/mealie-recipes/mealie/issues/6128)) - fix: Remove constraint on unhashed password being 'LDAP' [@​cmintey](https://redirect.github.com/cmintey) ([#​6236](https://redirect.github.com/mealie-recipes/mealie/issues/6236)) - fix: Remove Double Cookie Refresh [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6242](https://redirect.github.com/mealie-recipes/mealie/issues/6242)) - fix: Misc Issues with Ingredient Parser [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6250](https://redirect.github.com/mealie-recipes/mealie/issues/6250)) - fix: Make Ingredient Parser Dialog Use Full Space [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6253](https://redirect.github.com/mealie-recipes/mealie/issues/6253)) - fix: Check for non-hid properties when injetcing SPA meta [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6256](https://redirect.github.com/mealie-recipes/mealie/issues/6256)) - fix: Stores Not Populating Sometimes [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6266](https://redirect.github.com/mealie-recipes/mealie/issues/6266)) #### 🧰 Maintenance <details> <summary>18 changes</summary> - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6145](https://redirect.github.com/mealie-recipes/mealie/issues/6145)) - chore(auto): Update pre-commit hooks [@​github-actions](https://redirect.github.com/github-actions) ([#​6174](https://redirect.github.com/mealie-recipes/mealie/issues/6174)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6176](https://redirect.github.com/mealie-recipes/mealie/issues/6176)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6213](https://redirect.github.com/mealie-recipes/mealie/issues/6213)) - chore(l10n): Crowdin locale sync [@​github-actions](https://redirect.github.com/github-actions) ([#​6206](https://redirect.github.com/mealie-recipes/mealie/issues/6206)) - chore(auto): Update pre-commit hooks [@​github-actions](https://redirect.github.com/github-actions) ([#​6222](https://redirect.github.com/mealie-recipes/mealie/issues/6222)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6218](https://redirect.github.com/mealie-recipes/mealie/issues/6218)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6224](https://redirect.github.com/mealie-recipes/mealie/issues/6224)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6225](https://redirect.github.com/mealie-recipes/mealie/issues/6225)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6231](https://redirect.github.com/mealie-recipes/mealie/issues/6231)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6234](https://redirect.github.com/mealie-recipes/mealie/issues/6234)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6237](https://redirect.github.com/mealie-recipes/mealie/issues/6237)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6241](https://redirect.github.com/mealie-recipes/mealie/issues/6241)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6254](https://redirect.github.com/mealie-recipes/mealie/issues/6254)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6257](https://redirect.github.com/mealie-recipes/mealie/issues/6257)) - chore: Upgrade Node and Nuxt [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6240](https://redirect.github.com/mealie-recipes/mealie/issues/6240)) - chore: Add Stricter Frontend Formatting [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6262](https://redirect.github.com/mealie-recipes/mealie/issues/6262)) - chore(l10n): New Crowdin updates [@​hay-kot](https://redirect.github.com/hay-kot) ([#​6264](https://redirect.github.com/mealie-recipes/mealie/issues/6264)) </details> #### 📚 Documentation - docs(auto): Update image tag, for release v3.2.1 [@​github-actions](https://redirect.github.com/github-actions) ([#​6172](https://redirect.github.com/mealie-recipes/mealie/issues/6172)) - docs: Add Info Regarding Theme Settings Config [@​michael-genson](https://redirect.github.com/michael-genson) ([#​6198](https://redirect.github.com/mealie-recipes/mealie/issues/6198)) - docs: Fix formatting in some community guides [@​lehnerpat](https://redirect.github.com/lehnerpat) ([#​6223](https://redirect.github.com/mealie-recipes/mealie/issues/6223)) - docs: Update navigation instructions for (admin) settings pages [@​lehnerpat](https://redirect.github.com/lehnerpat) ([#​6220](https://redirect.github.com/mealie-recipes/mealie/issues/6220)) - docs: Improve formatting in 'Automating Backups with n8n' community guide [@​lehnerpat](https://redirect.github.com/lehnerpat) ([#​6221](https://redirect.github.com/mealie-recipes/mealie/issues/6221)) #### ⬆️ Dependency updates <details> <summary>21 changes</summary> - chore(deps): update dependency ruff to ^0.13.0 [@​renovate](https://redirect.github.com/renovate) ([#​6148](https://redirect.github.com/mealie-recipes/mealie/issues/6148)) - chore(deps): update node.js to [`abcf9c9`](https://redirect.github.com/mealie-recipes/mealie/commit/abcf9c9) [@​renovate](https://redirect.github.com/renovate) ([#​6138](https://redirect.github.com/mealie-recipes/mealie/issues/6138)) - fix(deps): update dependency openai to v1.107.3 [@​renovate](https://redirect.github.com/renovate) ([#​6147](https://redirect.github.com/mealie-recipes/mealie/issues/6147)) - fix(deps): update dependency pydantic to v2.11.9 [@​renovate](https://redirect.github.com/renovate) ([#​6159](https://redirect.github.com/mealie-recipes/mealie/issues/6159)) - chore(deps): update dependency mypy to v1.18.1 [@​renovate](https://redirect.github.com/renovate) ([#​6161](https://redirect.github.com/mealie-recipes/mealie/issues/6161)) - chore(deps): update dependency pytest-asyncio to v1.2.0 [@​renovate](https://redirect.github.com/renovate) ([#​6162](https://redirect.github.com/mealie-recipes/mealie/issues/6162)) - chore(deps): update dependency mkdocs-material to v9.6.20 [@​renovate](https://redirect.github.com/renovate) ([#​6179](https://redirect.github.com/mealie-recipes/mealie/issues/6179)) - fix(deps): update dependency fastapi to v0.116.2 [@​renovate](https://redirect.github.com/renovate) ([#​6181](https://redirect.github.com/mealie-recipes/mealie/issues/6181)) - fix(deps): update dependency authlib to v1.6.4 [@​renovate](https://redirect.github.com/renovate) ([#​6182](https://redirect.github.com/mealie-recipes/mealie/issues/6182)) - fix(deps): update dependency openai to v1.108.0 [@​renovate](https://redirect.github.com/renovate) ([#​6185](https://redirect.github.com/mealie-recipes/mealie/issues/6185)) - chore(deps): update dependency ruff to v0.13.1 [@​renovate](https://redirect.github.com/renovate) ([#​6191](https://redirect.github.com/mealie-recipes/mealie/issues/6191)) - chore(deps): update dependency mypy to v1.18.2 [@​renovate](https://redirect.github.com/renovate) ([#​6193](https://redirect.github.com/mealie-recipes/mealie/issues/6193)) - chore(deps): update dependency openai to v1.109.1 [@​renovate](https://redirect.github.com/renovate) ([#​6196](https://redirect.github.com/mealie-recipes/mealie/issues/6196)) - chore(deps): update dependency ruff to v0.13.2 [@​renovate](https://redirect.github.com/renovate) ([#​6239](https://redirect.github.com/mealie-recipes/mealie/issues/6239)) - fix(deps): update dependency uvicorn to ^0.37.0 [@​renovate](https://redirect.github.com/renovate) ([#​6200](https://redirect.github.com/mealie-recipes/mealie/issues/6200)) - fix(deps): update dependency fastapi to ^0.117.0 [@​renovate](https://redirect.github.com/renovate) ([#​6205](https://redirect.github.com/mealie-recipes/mealie/issues/6205)) - chore(deps): update dependency coverage to v7.10.7 [@​renovate](https://redirect.github.com/renovate) ([#​6216](https://redirect.github.com/mealie-recipes/mealie/issues/6216)) - chore(deps): update dependency lxml to v6.0.2 [@​renovate](https://redirect.github.com/renovate) ([#​6219](https://redirect.github.com/mealie-recipes/mealie/issues/6219)) - chore(deps): update dependency pydantic-settings to v2.11.0 [@​renovate](https://redirect.github.com/renovate) ([#​6233](https://redirect.github.com/mealie-recipes/mealie/issues/6233)) - chore(deps): update dependency pyyaml to v6.0.3 [@​renovate](https://redirect.github.com/renovate) ([#​6245](https://redirect.github.com/mealie-recipes/mealie/issues/6245)) - fix(deps): update dependency bcrypt to v5 [@​renovate](https://redirect.github.com/renovate) ([#​6246](https://redirect.github.com/mealie-recipes/mealie/issues/6246)) </details> ### 🍴🍴🍴🍴🍴🍴 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
3966254059 |
chore(helm): update image ghcr.io/home-operations/jackett 0.23.71 → 0.23.74 (#40124)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/home-operations/jackett](https://ghcr.io/home-operations/jackett) ([source](https://redirect.github.com/Jackett/Jackett)) | patch | `3978520` -> `f00b909` | --- > [!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>Jackett/Jackett (ghcr.io/home-operations/jackett)</summary> ### [`v0.23.74`](https://redirect.github.com/Jackett/Jackett/releases/tag/v0.23.74) [Compare Source](https://redirect.github.com/Jackett/Jackett/compare/v0.23.71...v0.23.74) #### Changes: - [`e5f3722`](https://redirect.github.com/Jackett/Jackett/commit/e5f372225fd2cf2c39a5e3ba1bd57f2957836343) Update rudub - [`33bf0a1`](https://redirect.github.com/Jackett/Jackett/commit/33bf0a1d6485b39485690413df9114e88379154d) itorrent: removed. resolves [#​5459](https://redirect.github.com/Jackett/Jackett/issues/5459) - [`17f677e`](https://redirect.github.com/Jackett/Jackett/commit/17f677e42d954d144d8b9c7451cb7384c1ef0d80) bludv: new domain - [`8d58135`](https://redirect.github.com/Jackett/Jackett/commit/8d581355140be39aff941945957f1eacb02a6859) filmeshdtorrent: new domain - [`b517dd0`](https://redirect.github.com/Jackett/Jackett/commit/b517dd0943f3bb91a47b84e66164be575f02fa9d) torrentdosfilmes: new domains This list of changes was [auto generated](https://dev.azure.com/Jackett/Jackett/_build/results?buildId=14503\&view=logs). </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
a6e1b7748f |
chore(helm): update image docker.io/cthulhoo/ttrss-fpm-pgsql-static digest to b868c9a (#40120)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/cthulhoo/ttrss-fpm-pgsql-static | digest | `dea1671` -> `b868c9a` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
1c4d2fc2af |
chore(helm): update image lscr.io/linuxserver/mylar3 digest to 9795f7a (#40122)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [lscr.io/linuxserver/mylar3](https://redirect.github.com/linuxserver/docker-mylar3/packages) ([source](https://redirect.github.com/linuxserver/docker-mylar3)) | digest | `63a8450` -> `9795f7a` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
4f6d921503 | chore(helm): update image ghcr.io/linuxserver/jackett 0.23.71 → 0.23.74 (#40125) | ||
|
|
841c32a633 |
chore(helm): update image ghcr.io/alexta69/metube 2025.09.27 → 2025.09.28 (#40123)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/alexta69/metube | patch | `df89ae0` -> `dfcc268` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
5d9680150c |
chore(helm): update image docker.io/lswl/vertex digest to 48e0322 (#40121)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/lswl/vertex | digest | `0caaa5d` -> `48e0322` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
327bf223f1 |
chore(helm): update chart mariadb 17.4.1 → 17.4.2 (#40115)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mariadb](https://truecharts.org/charts/stable/mariadb) ([source](https://redirect.github.com/bitnami/bitnami-docker-mariadb)) | patch | `17.4.1` -> `17.4.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
dc2781362f | chore(helm): update chart mongodb 16.7.1 → 16.7.2 (#40117) | ||
|
|
5934f81c60 |
chore(helm): update chart clickhouse 16.9.0 → 16.9.1 (#40114)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [clickhouse](https://truecharts.org/charts/stable/clickhouse) ([source](https://clickhouse.com/)) | patch | `16.9.0` -> `16.9.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
9c86b3edc8 |
chore(helm): update image docker.io/mbentley/omada-controller digest to 8131503 (#40103)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/mbentley/omada-controller](https://redirect.github.com/mbentley/docker-omada-controller) | digest | `ec76807` -> `8131503` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
310f25005b |
chore(flux): update image spegel 4.7.0 → 4.7.1 (clustertool) (#40112)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [spegel](https://truecharts.org/charts/system/spegel) ([source](https://ghcr.io/spegel-org/spegel)) | patch | `4.7.0` -> `4.7.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
3e2a8d1e9c | chore(helm): update image docker.io/jgraph/drawio 28.2.3 → 28.2.5 (#40119) | ||
|
|
c1275541d3 |
chore(flux): update image kubernetes-reflector 7.6.1 → 7.6.2 (clustertool) (#40109)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kubernetes-reflector](https://truecharts.org/charts/system/kubernetes-reflector) ([source](https://ghcr.io/emberstack/kubernetes-reflector)) | patch | `7.6.1` -> `7.6.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
0bc6936336 |
chore(helm): update chart memcached 16.7.1 → 16.7.2 (#40116)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [memcached](https://truecharts.org/charts/stable/memcached) ([source](https://redirect.github.com/bitnami/bitnami-docker-memcached)) | patch | `16.7.1` -> `16.7.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
8dbedd1c41 |
chore(helm): update image ghcr.io/linuxserver/remmina digest to 9cf90cd (#40104)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/remmina](https://redirect.github.com/linuxserver/docker-remmina/packages) ([source](https://redirect.github.com/linuxserver/docker-remmina)) | digest | `c410163` -> `9cf90cd` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
3506c66107 | chore(flux): update image blocky 18.14.1 → 18.14.2 (clustertool) (#40105) | ||
|
|
e4de5d7123 |
chore(flux): update image clusterissuer 10.6.0 → 10.6.1 (clustertool) (#40106)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [clusterissuer](https://truecharts.org/charts/premium/clusterissuer) ([source](https://cert-manager.io/)) | patch | `10.6.0` -> `10.6.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
bdef33a1bc | chore(flux): update image kubelet-csr-approver 2.6.0 → 2.6.1 (clustertool) (#40107) | ||
|
|
1ac79e4dee |
chore(flux): update image snapshot-controller 4.6.0 → 4.6.1 (clustertool) (#40111)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [snapshot-controller](https://truecharts.org/charts/system/snapshot-controller) ([source](https://redirect.github.com/kubernetes-csi/external-snapshotter)) | patch | `4.6.0` -> `4.6.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
cad8eb414c |
chore(flux): update image volsync 3.8.1 → 3.8.2 (clustertool) (#40113)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [volsync](https://truecharts.org/charts/system/volsync) ([source](https://redirect.github.com/backube/helm-charts)) | patch | `3.8.1` -> `3.8.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
d440c34f6a |
chore(flux): update image metallb-config 9.6.0 → 9.6.1 (clustertool) (#40110)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [metallb-config](https://truecharts.org/charts/premium/metallb-config) ([source](https://redirect.github.com/metallb/metallb)) | patch | `9.6.0` -> `9.6.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
43ea44d1c3 |
chore(flux): update image kubernetes-dashboard 2.6.0 → 2.6.1 (clustertool) (#40108)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kubernetes-dashboard](https://truecharts.org/charts/premium/kubernetes-dashboard) ([source](https://redirect.github.com/kubernetes-dashboard/kubernetes-dashboard)) | patch | `2.6.0` -> `2.6.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
481370b41a |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
e3b2820089 |
chore(helm): update chart common 28.20.0 → 28.20.1 (#40097)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://truecharts.org/charts/library/common) ([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `28.20.0` -> `28.20.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
aa8b39e497 |
chore(helm): update image docker.io/ghostfolio/ghostfolio 2.202.0 → 2.203.0 (#40100)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio) | minor | `47e0497` -> `74e82ac` | --- > [!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>ghostfolio/ghostfolio (docker.io/ghostfolio/ghostfolio)</summary> ### [`v2.203.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#22030---2025-09-27) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.202.0...2.203.0) ##### Added - Added support for column sorting to the queue jobs table in the admin control panel - Added a blog post: *Hacktoberfest 2025* ##### Changed - Removed the deprecated `ITEM` activity type </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
b3aaa4fb21 |
chore(helm): update image ghcr.io/jlesage/handbrake v25.09.1 → v25.09.2 (#40098)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/jlesage/handbrake](https://redirect.github.com/jlesage/docker-handbrake) | patch | `df472b1` -> `22a57a3` | --- > [!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 (ghcr.io/jlesage/handbrake)</summary> ### [`v25.09.2`](https://redirect.github.com/jlesage/docker-handbrake/releases/tag/v25.09.2): Version 25.09.2 [Compare Source](https://redirect.github.com/jlesage/docker-handbrake/compare/v25.09.1...v25.09.2) Changes in this release: - When possible, create a lock in the watch folder before starting conversion. This allows multiple containers to work on the same watch folder. </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
4e82b37fef |
chore(helm): update image ghcr.io/linuxserver/freshrss 1.27.0 → 1.27.1 (#40099)
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)) | patch | `3c48add` -> `12e0731` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
809d640a48 |
chore(helm): update image ghcr.io/linuxserver/grav digest to 9717790 (#40095)
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 | `6bcbeec` -> `9717790` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
d08cecd5a1 |
chore(helm): update image ghcr.io/linuxserver/tvheadend digest to 7062a6a (#40096)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/linuxserver/tvheadend | digest | `f9fd89a` -> `7062a6a` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
32585870eb |
chore(helm): update image oci.trueforge.org/tccr/code-server v4.104.1 → v4.104.2 (#40085)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/tccr/code-server](https://redirect.github.com/trueforge-org/truecharts) | patch | `82bcff7` -> `82dfb0c` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
95a8c172f6 |
chore(helm): update image ghcr.io/home-operations/jackett 0.23.69 → 0.23.71 (#40083)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/home-operations/jackett](https://ghcr.io/home-operations/jackett) ([source](https://redirect.github.com/Jackett/Jackett)) | patch | `2f93a89` -> `3978520` | --- > [!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>Jackett/Jackett (ghcr.io/home-operations/jackett)</summary> ### [`v0.23.71`](https://redirect.github.com/Jackett/Jackett/releases/tag/v0.23.71) [Compare Source](https://redirect.github.com/Jackett/Jackett/compare/v0.23.69...v0.23.71) #### Changes: - [`0e346c0`](https://redirect.github.com/Jackett/Jackett/commit/0e346c007c200db50198e2172f0db024405cbafc) Update rudub - [`aab59c0`](https://redirect.github.com/Jackett/Jackett/commit/aab59c06215168eb0548fe6e47f062c3ac5b72f2) torrenttip: add flaresolverr info - [`cdb1765`](https://redirect.github.com/Jackett/Jackett/commit/cdb17651203d69d797a2f1dcaca31f957463867a) torrentsome: add flaresolverr info - [`572e7b9`](https://redirect.github.com/Jackett/Jackett/commit/572e7b9cdc6bf73c4d05ebda56a4c5d48b792ca2) teamos: add config info VPN not allowed - [`c37ae99`](https://redirect.github.com/Jackett/Jackett/commit/c37ae999b36278448d30d9378bd8a718d1afc2ee) bitporn: -> 9.1.7 info\_hash removed - [`d96dff9`](https://redirect.github.com/Jackett/Jackett/commit/d96dff92f448565887ecc043480c265f3035cce6) 3dtorrents: update cats This list of changes was [auto generated](https://dev.azure.com/Jackett/Jackett/_build/results?buildId=14500\&view=logs). </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
a3e9db6720 |
chore(helm): update image ghcr.io/linuxserver/doublecommander digest to 3972e98 (#40081)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/linuxserver/doublecommander | digest | `1a9a777` -> `3972e98` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
126cd8b723 |
chore(container): update docker.io/renovate/renovate docker tag to v41.131.8 (#40082)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | patch | `41.131.6-full` -> `41.131.8-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.131.8`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.131.8) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.131.7...41.131.8) ##### Bug Fixes - **maven-wrapper:** handle artifacts update with `mvnw` as package file ([#​38253](https://redirect.github.com/renovatebot/renovate/issues/38253)) ([0ca7f88](https://redirect.github.com/renovatebot/renovate/commit/0ca7f888d6741bb5ccdf24961733ca44ceac7760)) ##### Miscellaneous Chores - ignore Git worktrees from Prettier checks ([#​38249](https://redirect.github.com/renovatebot/renovate/issues/38249)) ([7b057fd](https://redirect.github.com/renovatebot/renovate/commit/7b057fd4dd18e5ed6d2e51dd90dad78136e27542)) ##### Tests - correctly call `toMigrate` with vitest ([#​38242](https://redirect.github.com/renovatebot/renovate/issues/38242)) ([066c702](https://redirect.github.com/renovatebot/renovate/commit/066c7026e7be3dbfec606ef7d12e39000a7d2a1b)), closes [#​38240](https://redirect.github.com/renovatebot/renovate/issues/38240) ### [`v41.131.7`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.131.7) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.131.6...41.131.7) ##### Bug Fixes - **manager/mise:** fix jq release format ([#​38248](https://redirect.github.com/renovatebot/renovate/issues/38248)) ([8643583](https://redirect.github.com/renovatebot/renovate/commit/86435837f3a10d0a21253f6423cd09d2089990a3)) ##### Miscellaneous Chores - **deps:** update dependency type-fest to v5 (main) ([#​38258](https://redirect.github.com/renovatebot/renovate/issues/38258)) ([0c4bb26](https://redirect.github.com/renovatebot/renovate/commit/0c4bb2636a834bfb3eefac945e001db8531c4bcf)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
dbbd057f74 | chore(helm): update chart clickhouse 16.8.3 → 16.9.0 (#40094) | ||
|
|
6132553620 | chore(helm): update image fyb3roptik/threadfin 1.2.38 → 1.2.39 (#40093) | ||
|
|
0e73f248dc |
chore(helm): update image ghcr.io/ich777/steamcmd digest to 175c652 (#40091)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/ich777/steamcmd | digest | `6c14fc1` -> `175c652` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
d770fdf799 |
chore(helm): update image docker.io/yacy/yacy_search_server digest to 3d7df8b (#40089)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/yacy/yacy_search_server | digest | `6eb48da` -> `3d7df8b` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
c5f5d23f97 | chore(helm): update image docker digest to 2ceb471 (#40087) | ||
|
|
00f261c2ed |
chore(helm): update image docker.io/aeonlucid/impostor digest to 91327fa (#40088)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/aeonlucid/impostor | digest | `d35fbbe` -> `91327fa` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
3ad6afac67 |
chore(helm): update image friendica digest to 22441e2 (#40090)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | friendica | digest | `828f39a` -> `22441e2` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
b750c932ab |
chore(container): update traefik docker tag to v3.5.3 (#40092)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [traefik](https://redirect.github.com/containous/traefik) | final | patch | `v3.5.2` -> `v3.5.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>containous/traefik (traefik)</summary> ### [`v3.5.3`](https://redirect.github.com/traefik/traefik/releases/tag/v3.5.3) [Compare Source](https://redirect.github.com/containous/traefik/compare/v3.5.3...v3.5.3) **Bug fixes:** - **\[k8s/crd]** ServersTransport: set minimum MaxIdleConnsPerHost=-1 ([#​12077](https://redirect.github.com/traefik/traefik/pull/12077) by [xe-leon](https://redirect.github.com/xe-leon)) - **\[plugins]** Refactor plugins system ([#​12035](https://redirect.github.com/traefik/traefik/pull/12035) by [jspdown](https://redirect.github.com/jspdown)) - **\[server]** Use client conn to build the proxy protocol header ([#​12069](https://redirect.github.com/traefik/traefik/pull/12069) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[webui]** Update hub-button-app to use a local script ([#​12060](https://redirect.github.com/traefik/traefik/pull/12060) by [mdeliatf](https://redirect.github.com/mdeliatf)) **Documentation:** - **\[acme,middleware]** Fix broken links in documentation ([#​12057](https://redirect.github.com/traefik/traefik/pull/12057) by [mloiseleur](https://redirect.github.com/mloiseleur)) - **\[k8s]** Create Traefik Service CRD sub-resource documentation page ([#​12080](https://redirect.github.com/traefik/traefik/pull/12080) by [nmengin](https://redirect.github.com/nmengin)) - **\[k8s]** Fix conflict in IngressRouteTCP documentation ([#​12064](https://redirect.github.com/traefik/traefik/pull/12064) by [MatBon01](https://redirect.github.com/MatBon01)) - Fix typo in rules and priority documentation ([#​12089](https://redirect.github.com/traefik/traefik/pull/12089) by [Darkangeel-hd](https://redirect.github.com/Darkangeel-hd)) - Add govern section ([#​12067](https://redirect.github.com/traefik/traefik/pull/12067) by [sheddy-traefik](https://redirect.github.com/sheddy-traefik)) - Fix entrypoint config examples ([#​12056](https://redirect.github.com/traefik/traefik/pull/12056) by [markormesher](https://redirect.github.com/markormesher)) - Reorganize the menu entries ([#​12044](https://redirect.github.com/traefik/traefik/pull/12044) by [nmengin](https://redirect.github.com/nmengin)) - Add New Secure Section to the Documentation ([#​11978](https://redirect.github.com/traefik/traefik/pull/11978) by [sheddy-traefik](https://redirect.github.com/sheddy-traefik)) ### [`v3.5.3`](https://redirect.github.com/traefik/traefik/releases/tag/v3.5.3) [Compare Source](https://redirect.github.com/containous/traefik/compare/v3.5.2...v3.5.3) **Bug fixes:** - **\[k8s/crd]** ServersTransport: set minimum MaxIdleConnsPerHost=-1 ([#​12077](https://redirect.github.com/traefik/traefik/pull/12077) by [xe-leon](https://redirect.github.com/xe-leon)) - **\[plugins]** Refactor plugins system ([#​12035](https://redirect.github.com/traefik/traefik/pull/12035) by [jspdown](https://redirect.github.com/jspdown)) - **\[server]** Use client conn to build the proxy protocol header ([#​12069](https://redirect.github.com/traefik/traefik/pull/12069) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[webui]** Update hub-button-app to use a local script ([#​12060](https://redirect.github.com/traefik/traefik/pull/12060) by [mdeliatf](https://redirect.github.com/mdeliatf)) **Documentation:** - **\[acme,middleware]** Fix broken links in documentation ([#​12057](https://redirect.github.com/traefik/traefik/pull/12057) by [mloiseleur](https://redirect.github.com/mloiseleur)) - **\[k8s]** Create Traefik Service CRD sub-resource documentation page ([#​12080](https://redirect.github.com/traefik/traefik/pull/12080) by [nmengin](https://redirect.github.com/nmengin)) - **\[k8s]** Fix conflict in IngressRouteTCP documentation ([#​12064](https://redirect.github.com/traefik/traefik/pull/12064) by [MatBon01](https://redirect.github.com/MatBon01)) - Fix typo in rules and priority documentation ([#​12089](https://redirect.github.com/traefik/traefik/pull/12089) by [Darkangeel-hd](https://redirect.github.com/Darkangeel-hd)) - Add govern section ([#​12067](https://redirect.github.com/traefik/traefik/pull/12067) by [sheddy-traefik](https://redirect.github.com/sheddy-traefik)) - Fix entrypoint config examples ([#​12056](https://redirect.github.com/traefik/traefik/pull/12056) by [markormesher](https://redirect.github.com/markormesher)) - Reorganize the menu entries ([#​12044](https://redirect.github.com/traefik/traefik/pull/12044) by [nmengin](https://redirect.github.com/nmengin)) - Add New Secure Section to the Documentation ([#​11978](https://redirect.github.com/traefik/traefik/pull/11978) by [sheddy-traefik](https://redirect.github.com/sheddy-traefik)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
752d8637aa |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
2859458db8 |
chore(helm): update image docker.io/clickhouse/clickhouse-server 25.8.7.3 → 25.9.2.1 (#40086)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/clickhouse/clickhouse-server | minor | `4769c09` -> `bca6494` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
52f3467e33 |
chore(helm): update image ghcr.io/linuxserver/jackett 0.23.69 → 0.23.71 (#40084)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/jackett](https://redirect.github.com/linuxserver/docker-jackett/packages) ([source](https://redirect.github.com/linuxserver/docker-jackett)) | patch | `f4012c4` -> `54a1a5d` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
3c03469005 |
chore(helm): update image ghcr.io/linuxserver/lazylibrarian digest to db830c1 (#40070)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/linuxserver/lazylibrarian | digest | `84cba0d` -> `db830c1` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
b856b4a109 |
chore(container): update docker.io/codercom/code-server docker tag to v4.104.2 (#40072)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/codercom/code-server | final | patch | `4.104.1` -> `4.104.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
f6eca5a53a |
chore(helm): update image docker.io/ronivay/xen-orchestra 5.188.0 → 5.189.0 (#40079)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/ronivay/xen-orchestra | minor | `d65b3ac` -> `af7f159` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
b966274955 | chore(helm): update image ghcr.io/alexta69/metube 2025.09.26 → 2025.09.27 (#40076) | ||
|
|
cc711ac1d3 |
chore(helm): update image ghcr.io/pmmp/pocketmine-mp 5.34.0 → 5.34.1 (#40077)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/pmmp/pocketmine-mp | patch | `ca521a8` -> `a479a8b` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
69da1a07e0 |
chore(helm): update image docker.io/splunk/splunk 10.0.0 → 10.0.1 (#40075)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/splunk/splunk | patch | `10da23a` -> `4a5ce5a` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
52728fc4d2 |
chore(helm): update image docker.io/codercom/code-server 4.104.1 → 4.104.2 (#40074)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/codercom/code-server | patch | `66b4f0e` -> `6edc8e2` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
c03f081d25 |
chore(helm): update image ghcr.io/meeb/tubesync digest to 3ec2ba1 (#40071)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/meeb/tubesync | digest | `e01417d` -> `3ec2ba1` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
e1c86e764b |
fix(deps): update module github.com/budimanjojo/talhelper/v3 v3.0.35 → v3.0.36 (clustertool) (#40078)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/budimanjojo/talhelper/v3](https://redirect.github.com/budimanjojo/talhelper) | `v3.0.35` -> `v3.0.36` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>budimanjojo/talhelper (github.com/budimanjojo/talhelper/v3)</summary> ### [`v3.0.36`](https://redirect.github.com/budimanjojo/talhelper/releases/tag/v3.0.36) [Compare Source](https://redirect.github.com/budimanjojo/talhelper/compare/v3.0.35...v3.0.36) #### Changelog - [`7b9e887`](https://redirect.github.com/budimanjojo/talhelper/commit/7b9e887da3d59a44b05ad4499c5cfe054e5da871) chore(container): update ghcr.io/siderolabs/talosctl docker tag to v1.11.2 - [`cba4cb0`](https://redirect.github.com/budimanjojo/talhelper/commit/cba4cb0397f8f9a1e5722a4ddb6d76eb7004cdd9) chore(container): update golangci/golangci-lint docker tag to v2.5.0 - [`8b7fdb1`](https://redirect.github.com/budimanjojo/talhelper/commit/8b7fdb16c7efb0c044e2b221f7b40f250bec9813) chore(container): update goreleaser/goreleaser docker tag to v2.12.1 - [`3ce9630`](https://redirect.github.com/budimanjojo/talhelper/commit/3ce9630bedd9fed9d11a660158a5b142f9b28359) chore(container): update goreleaser/goreleaser docker tag to v2.12.2 - [`e2d3728`](https://redirect.github.com/budimanjojo/talhelper/commit/e2d3728c3c2b69b3458b2e552148cffff43e7d9b) chore(container): update goreleaser/goreleaser docker tag to v2.12.3 - [`c42c199`](https://redirect.github.com/budimanjojo/talhelper/commit/c42c1998a10f18912db20fec4bdd9b3ce929a47a) chore(deps): update dependency siderolabs/talos to v1.11.2 - [`cd4f80e`](https://redirect.github.com/budimanjojo/talhelper/commit/cd4f80ed5f993bfb7c3e76526d1ce328e7d12f41) chore(github-action): update renovatebot/github-action action to v43.0.12 - [`90e3a49`](https://redirect.github.com/budimanjojo/talhelper/commit/90e3a49920f42dd9df08916799f07c5b32d659dd) chore(github-action): update renovatebot/github-action action to v43.0.13 - [`978ff73`](https://redirect.github.com/budimanjojo/talhelper/commit/978ff733614feb3f5974d616a7151c5acc35266f) chore(schema): update talos-extensions.yaml JSON schema - [`82b15fb`](https://redirect.github.com/budimanjojo/talhelper/commit/82b15fb216a4765846af3c9b22aa57442c0b5fee) chore(schema): update talos-extensions.yaml JSON schema ([#​1197](https://redirect.github.com/budimanjojo/talhelper/issues/1197)) - [`e3ad323`](https://redirect.github.com/budimanjojo/talhelper/commit/e3ad32321826e8e497fec55a9f65fc48e4d9289a) chore(schema): update talos-extensions.yaml JSON schema ([#​1199](https://redirect.github.com/budimanjojo/talhelper/issues/1199)) - [`33c639a`](https://redirect.github.com/budimanjojo/talhelper/commit/33c639a9d7a03b47d36a5fdfc4b0b17f22a5dc58) chore(schema): update talos-extensions.yaml JSON schema ([#​1201](https://redirect.github.com/budimanjojo/talhelper/issues/1201)) - [`dd48322`](https://redirect.github.com/budimanjojo/talhelper/commit/dd4832265f24473d17a69ec6343d67f833165000) chore(schema): update talos-extensions.yaml JSON schema ([#​1202](https://redirect.github.com/budimanjojo/talhelper/issues/1202)) - [`5d05040`](https://redirect.github.com/budimanjojo/talhelper/commit/5d0504042c5446a6eeb01b98dd0ef9178f09636c) chore(schema): update talos-extensions.yaml JSON schema ([#​1205](https://redirect.github.com/budimanjojo/talhelper/issues/1205)) - [`6d6b70a`](https://redirect.github.com/budimanjojo/talhelper/commit/6d6b70ac03982eebc30605e940fa738c1368f8f8) chore(schema): update talos-extensions.yaml JSON schema ([#​1206](https://redirect.github.com/budimanjojo/talhelper/issues/1206)) - [`53cda42`](https://redirect.github.com/budimanjojo/talhelper/commit/53cda4235e7561e3ed53d4f84333300f812be92f) feat: update Scoop for talhelper version v3.0.35 - [`86e05be`](https://redirect.github.com/budimanjojo/talhelper/commit/86e05bea6fdcc5614b5885f8be186f8cc7310eab) feat: update flake ([#​1194](https://redirect.github.com/budimanjojo/talhelper/issues/1194)) - [`0035a0d`](https://redirect.github.com/budimanjojo/talhelper/commit/0035a0d4a12e185e2f8c8f635dd053f10be08307) fix(deps): update module github.com/budimanjojo/talhelper/v3 to v3.0.35 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
7ba3845107 |
chore(flux): update image kubernetes-reflector 7.6.0 → 7.6.1 (clustertool) (#40073)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kubernetes-reflector](https://truecharts.org/charts/system/kubernetes-reflector) ([source](https://ghcr.io/emberstack/kubernetes-reflector)) | patch | `7.6.0` -> `7.6.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
6e7ffe4a86 |
chore(helm): update image docker.io/kopia/kopia 20250919.0.55521 → 20250925.0.175035 (#40044)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/kopia/kopia | major | `938aa84` -> `ade9874` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=--> |
||
|
|
1eb0fe0ca1 |
chore(helm): update image ghcr.io/coderaiser/cloudcmd 18.8.11 → 19.0.13 (#40045)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/coderaiser/cloudcmd](https://redirect.github.com/coderaiser/cloudcmd) | major | `06ef38a` -> `dff00b0` | --- > [!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>coderaiser/cloudcmd (ghcr.io/coderaiser/cloudcmd)</summary> ### [`v19.0.13`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.0.13): cloudcmd v19.0.13 [Compare Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.0.12...v19.0.13) #### 🔥 feature - [`8477f3e`](https://redirect.github.com/coderaiser/cloudcmd/commit/8477f3e4) cloudcmd: aleman v1.16.3 ([#​446](https://redirect.github.com/coderaiser/cloudcmd/issues/446)) ### [`v19.0.12`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.0.12): cloudcmd v19.0.12 [Compare Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.0.11...v19.0.12) #### 🔥 feature - [`836e908`](https://redirect.github.com/coderaiser/cloudcmd/commit/836e908e) cloudcmd: aleman v1.16.2 ### [`v19.0.11`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.0.11): cloudcmd v19.0.11 [Compare Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.0.8...v19.0.11) #### 🔥 feature - [`f4386a6`](https://redirect.github.com/coderaiser/cloudcmd/commit/f4386a6f) cloudcmd: aleman v1.16.1 ### [`v19.0.8`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.0.8): cloudcmd v19.0.8 [Compare Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.0.5...v19.0.8) #### 🔥 feature - [`efe8132`](https://redirect.github.com/coderaiser/cloudcmd/commit/efe81320) cloudcmd: aleman v1.14.3 ### [`v19.0.5`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.0.5): cloudcmd v19.0.5 [Compare Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.0.4...v19.0.5) #### 🐞 fix - [`64df81b`](https://redirect.github.com/coderaiser/cloudcmd/commit/64df81bc) cloudcmd: client: listeners: f9: stopPropagation #### 🔥 feature - [`38dd510`](https://redirect.github.com/coderaiser/cloudcmd/commit/38dd5101) cloudcmd: aleman v1.12.4 ### [`v19.0.4`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.0.4): cloudcmd v19.0.4 [Compare Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.0.3...v19.0.4) #### 🔥 feature - [`66db798`](https://redirect.github.com/coderaiser/cloudcmd/commit/66db798c) cloudcmd: aleman v1.12.3 ### [`v19.0.3`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.0.3): cloudcmd v19.0.3 [Compare Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.0.2...v19.0.3) #### 🔥 feature - [`c5aed16`](https://redirect.github.com/coderaiser/cloudcmd/commit/c5aed16f) cloudcmd: aleman v1.12.2 ### [`v19.0.2`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.0.2): cloudcmd v19.0.2 [Compare Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.0.1...v19.0.2) #### 🔥 feature - [`511347d`](https://redirect.github.com/coderaiser/cloudcmd/commit/511347d3) cloudcmd: aleman v1.11.0 ### [`v19.0.1`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.0.1): cloudcmd v19.0.1 [Compare Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.0.0...v19.0.1) #### 🐞 fix - [`fc6304a`](https://redirect.github.com/coderaiser/cloudcmd/commit/fc6304a1) tmpl: config: aleman, supermenu #### 🔥 feature - [`a05ecdb`](https://redirect.github.com/coderaiser/cloudcmd/commit/a05ecdb4) cloudcmd: aleman v1.10.0 ### [`v19.0.0`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.0.0): Cloud Commander v19 [Compare Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v18.8.11...v19.0.0) Hi folks! The time is come for a new major release of Cloud Commander 🎉. #### New Menu New Menu [aleman](https://redirect.github.com/putoutjs/aleman) looks the same, but it rewritten from scratch component which supports lot's of keys including vim key bindings. #### Hot Keys | Key | Operation | | :----------- | :----------------- | | `F9` | open | | `Esc` | close | | `Up`, `j` | move cursor up | | `Down`, `k` | move cursor down | | `Left`, `h` | close submenu | | `Right`, `l` | open submenu | | `G` or `$` | navigate to bottom | | `gg` or `^` | navigate to top | To return to `supermenu` use `--menu supermenu` flag, or env variable `CLOUDCMD_MENU=supermenu` or [Config](https://cloudcmd.io/#configuration): <img width="228" height="56" alt="image" src="https://github.com/user-attachments/assets/fc957b51-ac85-4df2-8c86-f4535222054d" /> That's all for now, have a good day 🦔! #### 🔥 feature - [`50b19dc`](https://redirect.github.com/coderaiser/cloudcmd/commit/50b19dcc) cloudcmd: menu: default: supermenu -> aleman - [`5970f10`](https://redirect.github.com/coderaiser/cloudcmd/commit/5970f10a) cloudcmd: drop support of node < 22 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=--> |
||
|
|
72282cefd0 |
chore(helm): update image ghcr.io/linuxserver/firefox 1142.0.1 → 1143.0.1 (#40047)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/firefox](https://redirect.github.com/linuxserver/docker-firefox/packages) ([source](https://redirect.github.com/linuxserver/docker-firefox)) | major | `5cf4b6c` -> `bda1c36` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=--> |
||
|
|
14dcb3cb06 |
chore(helm): update image ghcr.io/home-operations/radarr 5.28.0.10205 → 6.0.0.10217 (#40046)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/home-operations/radarr](https://ghcr.io/home-operations/radarr) ([source](https://redirect.github.com/Radarr/Radarr)) | major | `80dec94` -> `176205e` | --- > [!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>Radarr/Radarr (ghcr.io/home-operations/radarr)</summary> ### [`v6.0.0.10217`](https://redirect.github.com/Radarr/Radarr/releases/tag/v6.0.0.10217): 6.0.0.10217 [Compare Source](https://redirect.github.com/Radarr/Radarr/compare/v5.28.0.10205...v6.0.0.10217) *To receive further Pre-Release updates for a non-docker installation, please change the branch to **develop**. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)* **If you are using docker you will need to update the container image. *Do not attempt to update Radarr within an existing docker container.*** #### Changes: - [`3429fe0`](https://redirect.github.com/Radarr/Radarr/commit/3429fe069647fec154a586f08354e03248d87913) Fixed: Fix Indexer Flag color - [`100e121`](https://redirect.github.com/Radarr/Radarr/commit/100e121afc5517841ae1b334e05d011a12251581) Multiple Translations updated by Weblate - [`24be516`](https://redirect.github.com/Radarr/Radarr/commit/24be516fdbbf363ebee2fc3b64f2dec7c1053af4) Automated API Docs update - [`f49c355`](https://redirect.github.com/Radarr/Radarr/commit/f49c35563de845821699e8f891ed2da84be428f7) Fix syntax - [`6e23750`](https://redirect.github.com/Radarr/Radarr/commit/6e237507051de7dd98987f2419a04c8cf88c4dd4) Fix clearing pending changes for First Run - [`30fc50e`](https://redirect.github.com/Radarr/Radarr/commit/30fc50e04964218850995d42961ca98064eb1371) Bump MailKit and Microsoft.Data.SqlClient - [`8000abc`](https://redirect.github.com/Radarr/Radarr/commit/8000abc2be7f7b207dd1ce098f959ab5c97c912e) Change authentication to Forms if set to Basic - [`62a05e2`](https://redirect.github.com/Radarr/Radarr/commit/62a05e2765ee603fa1a48806f1f20ccc936d8b8c) Fixed: Validation for tags label - [`f04bff8`](https://redirect.github.com/Radarr/Radarr/commit/f04bff8e911ff960ff2a6ca10bcc271ef17dacd1) Fixed: Removed support for movie file tokens in Movie Folder Format - [`8459350`](https://redirect.github.com/Radarr/Radarr/commit/84593502a32d74d00bfe0bfdd93f0033e11a67f2) New: Validation for movie file tokens in Movie Folder Format <details><summary><b>See More</b></summary> - [`d478b40`](https://redirect.github.com/Radarr/Radarr/commit/d478b404dff9b6fca1281841aac21f24c58dbadc) New: Remove Basic Auth - [`80a9fa6`](https://redirect.github.com/Radarr/Radarr/commit/80a9fa68de88132ab39aa05c2b72548e847569ae) New: Default wanted language for quality profiles changed to Original - [`8eb9fc7`](https://redirect.github.com/Radarr/Radarr/commit/8eb9fc71b875009505e9a22b7a542f0a2a6a5846) Bump Swashbuckle to 8.1.4 - [`6b1567d`](https://redirect.github.com/Radarr/Radarr/commit/6b1567ddae43dbe0ac3ecce995bbe7ebddbea34e) Bump version to 6.0.0 - [`265e931`](https://redirect.github.com/Radarr/Radarr/commit/265e9314518b67e819c32a55ca5dcee80b726ad2) New: Support removed for linux-x86 - [`2a886fb`](https://redirect.github.com/Radarr/Radarr/commit/2a886fb26a70b4d48a4ad08d7ee23e5e4d81f522) New: Migrate appdata folder for .NET 8 on OSX - [`2235823`](https://redirect.github.com/Radarr/Radarr/commit/2235823af313ea1f39fd1189b69a75fc5d380c41) New: Bump to .NET 8 - [`f99162b`](https://redirect.github.com/Radarr/Radarr/commit/f99162b8ee24d72db7037a49f0a2873011c43cb0) Multiple Translations updated by Weblate - [`a00ee08`](https://redirect.github.com/Radarr/Radarr/commit/a00ee0875019e41d2119610a063044c54b712f76) Bump to 5.28.1 This list of changes was [auto generated](https://dev.azure.com/Radarr/961c82cf-1428-4ab0-9257-63be1671eac8/_release?releaseId=194&_a=release-summary).</details> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=--> |
||
|
|
3f86f0a8df |
chore(helm): update image docker.io/b4bz/homer v25.08.1 → v25.09.1 (#40068)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/b4bz/homer](https://hub.docker.com/r/b4bz/homer) ([source](https://redirect.github.com/bastienwirtz/homer)) | minor | `6231e77` -> `febb5c4` | --- > [!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>bastienwirtz/homer (docker.io/b4bz/homer)</summary> ### [`v25.09.1`](https://redirect.github.com/bastienwirtz/homer/releases/tag/v25.09.1) [Compare Source](https://redirect.github.com/bastienwirtz/homer/compare/v25.08.1...v25.09.1) <!-- Release notes generated using configuration in .github/release.yml at v25.09.1 --> #### What's Changed ##### Main changes - chore(deps-dev): bump vite from 7.0.6 to 7.0.7 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​982](https://redirect.github.com/bastienwirtz/homer/pull/982) - Update customservices.md by [@​jeremymeyers](https://redirect.github.com/jeremymeyers) in [#​887](https://redirect.github.com/bastienwirtz/homer/pull/887) - Fix v2 auth header traefik by [@​thibaut1304](https://redirect.github.com/thibaut1304) in [#​948](https://redirect.github.com/bastienwirtz/homer/pull/948) - Do not append subtitle to document title when empty by [@​igorkulman](https://redirect.github.com/igorkulman) in [#​974](https://redirect.github.com/bastienwirtz/homer/pull/974) - fix: ensure independent service state between page by [@​bastienwirtz](https://redirect.github.com/bastienwirtz) in [#​984](https://redirect.github.com/bastienwirtz/homer/pull/984) - fix(neon-theme): add missing highlight-variant-inverted colors for better contrast by [@​rodrimaia](https://redirect.github.com/rodrimaia) in [#​980](https://redirect.github.com/bastienwirtz/homer/pull/980) #### New Contributors - [@​igorkulman](https://redirect.github.com/igorkulman) made their first contribution in [#​974](https://redirect.github.com/bastienwirtz/homer/pull/974) - [@​rodrimaia](https://redirect.github.com/rodrimaia) made their first contribution in [#​980](https://redirect.github.com/bastienwirtz/homer/pull/980) **Full Changelog**: <https://github.com/bastienwirtz/homer/compare/v25.08.1...v25.09.1> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
b020112d37 |
chore(helm): update image docker.io/ghostfolio/ghostfolio 2.201.0 → 2.202.0 (#40069)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio) | minor | `0a5dd8d` -> `47e0497` | --- > [!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>ghostfolio/ghostfolio (docker.io/ghostfolio/ghostfolio)</summary> ### [`v2.202.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#22020---2025-09-26) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.201.0...2.202.0) ##### Added - Added `settings` to the `Access` model ##### Changed - Extended the tags selector component to support form control - Changed the deprecated `ITEM` activity type to `VALUABLE` in the create or update activity dialog ##### Fixed - Fixed an issue where the save button was not enabled after editing tags in the create or update activity dialog - Fixed an issue in the investment calculation when selling all units of a holding </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
cc4895c9d1 |
chore(helm): update image lscr.io/linuxserver/pyload-ng digest to 333bb85 (#40062)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/pyload-ng | digest | `1a81e7f` -> `333bb85` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
63eae089be | chore(helm): update image docker.io/slechev/openwebrxplus-softmbe 1.2.92 → 1.2.93 (#40065) | ||
|
|
e0002ee8d3 |
chore(helm): update image ghcr.io/emberstack/kubernetes-reflector 9.1.31 → 9.1.32 (#40067)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/emberstack/kubernetes-reflector](https://redirect.github.com/emberstack/kubernetes-reflector) | patch | `25fb88f` -> `3209a9d` | --- > [!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>emberstack/kubernetes-reflector (ghcr.io/emberstack/kubernetes-reflector)</summary> ### [`v9.1.32`](https://redirect.github.com/emberstack/kubernetes-reflector/releases/tag/v9.1.32) [Compare Source](https://redirect.github.com/emberstack/kubernetes-reflector/compare/v9.1.31...v9.1.32) The release process is automated. #### What's Changed - Bump the all-dependencies group with 1 update by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​555](https://redirect.github.com/emberstack/kubernetes-reflector/pull/555) **Full Changelog**: <https://github.com/emberstack/kubernetes-reflector/compare/v9.1.31...v9.1.32> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
790bcbf2be | chore(helm): update image ghcr.io/suwayomi/tachidesk digest to 9123922 (#40061) | ||
|
|
0d598b7cf8 |
chore(helm): update image docker.io/wiserain/flexget 3.18.10 → 3.18.11 (#40066)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/wiserain/flexget](https://redirect.github.com/linuxserver/docker-baseimage-alpine/packages) ([source](https://redirect.github.com/wiserain/docker-flexget)) | patch | `8e7f2b0` -> `3b9c9a0` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
2b562d9a69 |
chore(helm): update image ghcr.io/linuxserver/medusa digest to 570eeca (#40060)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/medusa](https://redirect.github.com/linuxserver/docker-medusa/packages) ([source](https://redirect.github.com/linuxserver/docker-medusa)) | digest | `b476e62` -> `570eeca` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
349b6b3458 |
chore(helm): update image docker.io/searxng/searxng digest to aefb2aa (#40059)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/searxng/searxng | digest | `7992230` -> `aefb2aa` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
fab7ef91f3 |
chore(helm): update image docker.io/machines/filestash digest to 8f861a4 (#40058)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/machines/filestash | digest | `ca43164` -> `8f861a4` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
adc4a41c10 |
chore(helm): update image docker.io/lmscommunity/lyrionmusicserver digest to de19ad3 (#40057)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/lmscommunity/lyrionmusicserver | digest | `c12ce7e` -> `de19ad3` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
f5e08f6d7e |
chore(container): update docker.io/renovate/renovate docker tag to v41.131.6 (#40063)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | patch | `41.131.5-full` -> `41.131.6-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.131.6`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.131.6) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.131.5...41.131.6) ##### Miscellaneous Chores - **deps:** lock file maintenance (main) ([#​38259](https://redirect.github.com/renovatebot/renovate/issues/38259)) ([c268e51](https://redirect.github.com/renovatebot/renovate/commit/c268e51e30f75c2c63ae19c4e7f756481732f19a)) - **deps:** update actions/dependency-review-action action to v4.7.4 (main) ([#​38250](https://redirect.github.com/renovatebot/renovate/issues/38250)) ([e2475c2](https://redirect.github.com/renovatebot/renovate/commit/e2475c2ca44f0e50cd3d5ee650b893c78bb3c900)) - **deps:** update actions/dependency-review-action action to v4.8.0 (main) ([#​38251](https://redirect.github.com/renovatebot/renovate/issues/38251)) ([de2d6cb](https://redirect.github.com/renovatebot/renovate/commit/de2d6cbdccdc800a9cbeeee21e111ecec4927cca)) - **deps:** update github/codeql-action action to v3.30.5 (main) ([#​38255](https://redirect.github.com/renovatebot/renovate/issues/38255)) ([2d1f1bd](https://redirect.github.com/renovatebot/renovate/commit/2d1f1bdd3274684082d7dad00f0e5b18c49e8e85)) ##### Build System - **deps:** update dependency semantic-release to v24.2.9 (main) ([#​38260](https://redirect.github.com/renovatebot/renovate/issues/38260)) ([b192171](https://redirect.github.com/renovatebot/renovate/commit/b1921710b76deaefbafce582972df63e485533e9)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
9c53ee782c |
chore(container): update public.ecr.aws/docker/library/traefik docker tag to v3.5.3 (#40064)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [public.ecr.aws/docker/library/traefik](https://hub.docker.com/_/traefik) ([source](https://redirect.github.com/traefik/traefik-library-image)) | stage | patch | `v3.5.2` -> `3.5.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>traefik/traefik-library-image (public.ecr.aws/docker/library/traefik)</summary> ### [`v3.5.3`](https://redirect.github.com/traefik/traefik-library-image/compare/v3.5.3...v3.5.3) [Compare Source](https://redirect.github.com/traefik/traefik-library-image/compare/v3.5.3...v3.5.3) ### [`v3.5.3`](https://redirect.github.com/traefik/traefik-library-image/compare/v3.5.2...v3.5.3) [Compare Source](https://redirect.github.com/traefik/traefik-library-image/compare/v3.5.2...v3.5.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
4ad0992cc0 | chore(helm): update image ghcr.io/pmmp/pocketmine-mp 5.33.2 → 5.34.0 (#40056) | ||
|
|
d2788bc0d8 | chore(helm): update image ghcr.io/go-shiori/shiori v1.7.4 → v1.8.0 (#40055) | ||
|
|
8a72c19455 |
chore(helm): update image docker.io/jlesage/mkvtoolnix v25.07.2 → v25.09.1 (#40054)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jlesage/mkvtoolnix](https://redirect.github.com/jlesage/docker-mkvtoolnix) | minor | `7c07ea1` -> `ed0923a` | --- > [!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-mkvtoolnix (docker.io/jlesage/mkvtoolnix)</summary> ### [`v25.09.1`](https://redirect.github.com/jlesage/docker-mkvtoolnix/releases/tag/v25.09.1): Version 25.09.1 [Compare Source](https://redirect.github.com/jlesage/docker-mkvtoolnix/compare/v25.07.2...v25.09.1) Changes in this release: - Updated MKVToolNix to version 95.0. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
42fa725f81 |
fix(website): update astro 5.14.0 → 5.14.1 (#40052)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [astro](https://astro.build) ([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro)) | [`5.14.0` -> `5.14.1`](https://renovatebot.com/diffs/npm/astro/5.14.0/5.14.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. 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.14.1`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#5141) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.14.0...astro@5.14.1) ##### Patch Changes - [#​14440](https://redirect.github.com/withastro/astro/pull/14440) [`a3e16ab`](https://redirect.github.com/withastro/astro/commit/a3e16ab6dd0bef9ab6259f23bfeebed747e27497) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Fixes a case where the URLs generated by the experimental Fonts API would be incorrect in dev </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
61fdf982ff |
chore(helm): update image ghcr.io/linuxserver/calibre 8.11.0 → 8.11.1 (#40051)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/calibre](https://redirect.github.com/linuxserver/docker-calibre/packages) ([source](https://redirect.github.com/linuxserver/docker-calibre)) | patch | `9189d51` -> `b009735` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
f2bdb7ae81 | chore(helm): update image ghcr.io/alexta69/metube 2025.09.24 → 2025.09.26 (#40050) | ||
|
|
e7fa69c4d7 |
chore(helm): update image ghcr.io/linuxserver/boinc digest to 55182dd (#40048)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/linuxserver/boinc | digest | `d63c2f8` -> `55182dd` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
b4b093f4e2 |
chore(flux): update image kube-prometheus-stack 77.11.1 → 77.12.0 (clustertool) (#40053)
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)) | minor | `77.11.1` -> `77.12.0` | --- > [!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> ### [`v77.12.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-77.12.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-77.11.1...kube-prometheus-stack-77.12.0) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] Update <https://github.com/etcd-io/etcd> digest to [`d3f136a`](https://redirect.github.com/prometheus-community/helm-charts/commit/d3f136a) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​6166](https://redirect.github.com/prometheus-community/helm-charts/pull/6166) **Full Changelog**: <https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-77.11.1...kube-prometheus-stack-77.12.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
7c8c05ea96 |
chore(container): update docker.io/renovate/renovate docker tag to v41.131.5 (#40049)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | patch | `41.131.4-full` -> `41.131.5-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.131.5`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.131.5) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.131.4...41.131.5) ##### Bug Fixes - **migrations:** correct expectation in line with implementation ([#​38243](https://redirect.github.com/renovatebot/renovate/issues/38243)) ([9b66b13](https://redirect.github.com/renovatebot/renovate/commit/9b66b1380603f3a6628f75dc54cfd11ba1d161fe)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
15bfe89677 |
chore(helm): update image ghcr.io/a-sync/game-server-watcher v3.1.24 → v3.1.25 (#40038)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/a-sync/game-server-watcher](https://redirect.github.com/a-sync/game-server-watcher) | patch | `14e372e` -> `989096d` | --- > [!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>a-sync/game-server-watcher (ghcr.io/a-sync/game-server-watcher)</summary> ### [`v3.1.25`](https://redirect.github.com/a-sync/game-server-watcher/compare/v3.1.24...v3.1.25) [Compare Source](https://redirect.github.com/a-sync/game-server-watcher/compare/v3.1.24...v3.1.25) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
80654260cc | chore(helm): update image ghcr.io/linuxserver/jackett 0.23.62 → 0.23.69 (#40041) | ||
|
|
10884c79ec | chore(helm): update image ghcr.io/n8n-io/n8n 1.113.2 → 1.113.3 (#40042) | ||
|
|
8ae3617d05 |
chore(helm): update image ghcr.io/home-operations/jackett 0.23.59 → 0.23.69 (#40039)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/home-operations/jackett](https://ghcr.io/home-operations/jackett) ([source](https://redirect.github.com/Jackett/Jackett)) | patch | `07fe5ed` -> `2f93a89` | --- > [!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>Jackett/Jackett (ghcr.io/home-operations/jackett)</summary> ### [`v0.23.69`](https://redirect.github.com/Jackett/Jackett/releases/tag/v0.23.69) [Compare Source](https://redirect.github.com/Jackett/Jackett/compare/v0.23.59...v0.23.69) #### Changes: - [`1c800c9`](https://redirect.github.com/Jackett/Jackett/commit/1c800c9a4ffc1ceeb981389f693931d93e79441c) Update rudub - [`1505e26`](https://redirect.github.com/Jackett/Jackett/commit/1505e26dbddb74787472abebd9d856f84b7bd6b9) darkpeers: bump engine tag, update cat - [`c35da29`](https://redirect.github.com/Jackett/Jackett/commit/c35da294e9a723d6bcc2dd1be2ad1f93cac2500c) itatorrents: bump engine tag - [`2a05962`](https://redirect.github.com/Jackett/Jackett/commit/2a059627e4e6e0a31b61d0a54f4c0bafae06126f) bitbazis: update login test - [`a676df9`](https://redirect.github.com/Jackett/Jackett/commit/a676df9a98dd876173c459392fc80356e653ec78) Update extratorrent-st.yml - [`949edec`](https://redirect.github.com/Jackett/Jackett/commit/949edec2d047c64bb9c0c9fffd3af7d7f9ac3541) torrentqq: bump domains - [`74e9057`](https://redirect.github.com/Jackett/Jackett/commit/74e905760653f140884905db862e8068a8df2ee1) extratorrent-st: update cats This list of changes was [auto generated](https://dev.azure.com/Jackett/Jackett/_build/results?buildId=14498\&view=logs). </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
d2265c43c1 |
chore(helm): update image ghcr.io/manyfold3d/manyfold 0.123.2 → 0.124.0 (#40043)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold) | minor | `02f8713` -> `6c2d9b8` | --- > [!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>manyfold3d/manyfold (ghcr.io/manyfold3d/manyfold)</summary> ### [`v0.124.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.124.0) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.123.2...v0.124.0) Added avatar and background images for creators, including syncing them from external sites, so now you can make your creator profile beautiful! #### What's Changed ##### ✨ New Features ✨ - Add avatar and banner images for Creators, and sync from other hosting sites by [@​Floppy](https://redirect.github.com/Floppy) in [#​4741](https://redirect.github.com/manyfold3d/manyfold/pull/4741) - Show avatars and banners over Activitypub by [@​Floppy](https://redirect.github.com/Floppy) in [#​4749](https://redirect.github.com/manyfold3d/manyfold/pull/4749) - Set avatar and banner for remote ActivityPub creators by [@​Floppy](https://redirect.github.com/Floppy) in [#​4750](https://redirect.github.com/manyfold3d/manyfold/pull/4750) - Add form option to remove avatar and banner images by [@​Floppy](https://redirect.github.com/Floppy) in [#​4755](https://redirect.github.com/manyfold3d/manyfold/pull/4755) ##### 🐛 Bug Fixes 🐛 - Remove hexagon avatars from Vapor theme by [@​Floppy](https://redirect.github.com/Floppy) in [#​4754](https://redirect.github.com/manyfold3d/manyfold/pull/4754) ##### 🛠️ Other Improvements 🛠️ - Make LibraryUploader more generic by [@​Floppy](https://redirect.github.com/Floppy) in [#​4739](https://redirect.github.com/manyfold3d/manyfold/pull/4739) - Translation update by [@​Floppy](https://redirect.github.com/Floppy) in [#​4751](https://redirect.github.com/manyfold3d/manyfold/pull/4751) - Help text to stand out over creator banner backgrounds by [@​Floppy](https://redirect.github.com/Floppy) in [#​4758](https://redirect.github.com/manyfold3d/manyfold/pull/4758) **Full Changelog**: <https://github.com/manyfold3d/manyfold/compare/v0.123.2...v0.124.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
f089a3070d |
chore(helm): update image ghcr.io/home-operations/nzbhydra2 7.19.1 → 7.19.2 (#40040)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/home-operations/nzbhydra2](https://ghcr.io/home-operations/nzbhydra2) ([source](https://redirect.github.com/theotherp/nzbhydra2)) | patch | `babcf6e` -> `c99bfed` | --- > [!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>theotherp/nzbhydra2 (ghcr.io/home-operations/nzbhydra2)</summary> ### [`v7.19.2`](https://redirect.github.com/theotherp/nzbhydra2/blob/HEAD/changelog.md#v7192-2025-09-26) [Compare Source](https://redirect.github.com/theotherp/nzbhydra2/compare/v7.19.1...v7.19.2) **Fixed** Actuator endpoint (for health checks and infos and so on) are only available to admin users </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |