Commit Graph

1120 Commits

Author SHA1 Message Date
TrueCharts Bot 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` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgetsops%2fsops%2fv3/v3.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgetsops%2fsops%2fv3/v3.10.2/v3.11.0?slim=true)](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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1845](https://redirect.github.com/getsops/sops/pull/1845)
- build(deps): Bump the go group with 5 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1850](https://redirect.github.com/getsops/sops/pull/1850)
- build(deps): Bump the ci group with 4 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1849](https://redirect.github.com/getsops/sops/pull/1849)
- build(deps): Bump the go group with 8 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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 [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1852](https://redirect.github.com/getsops/sops/pull/1852)
- use bullet points for structure by
[@&#8203;md42](https://redirect.github.com/md42) in
[#&#8203;1844](https://redirect.github.com/getsops/sops/pull/1844)
- Introduce EncryptContext and DecryptContext for AWS, Azure, GCP, PGP
and HashiCorp Vault by
[@&#8203;matheuscscp](https://redirect.github.com/matheuscscp) in
[#&#8203;1848](https://redirect.github.com/getsops/sops/pull/1848)
- build(deps): Bump the go group with 5 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1856](https://redirect.github.com/getsops/sops/pull/1856)
- build(deps): Bump the ci group with 2 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1857](https://redirect.github.com/getsops/sops/pull/1857)
- Allow injecting custom HTTP client for AWS, Azure, GCP and HashiCorp
Vault by [@&#8203;matheuscscp](https://redirect.github.com/matheuscscp)
in [#&#8203;1838](https://redirect.github.com/getsops/sops/pull/1838)
- Update authors in main.go by
[@&#8203;jvehent](https://redirect.github.com/jvehent) in
[#&#8203;1860](https://redirect.github.com/getsops/sops/pull/1860)
- build(deps): Bump the go group with 7 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1861](https://redirect.github.com/getsops/sops/pull/1861)
- Remove unmatched '\`' from README.rst by
[@&#8203;wasv](https://redirect.github.com/wasv) in
[#&#8203;1863](https://redirect.github.com/getsops/sops/pull/1863)
- build(deps): Bump the go group with 4 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1866](https://redirect.github.com/getsops/sops/pull/1866)
- build(deps): Bump the go group with 12 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1871](https://redirect.github.com/getsops/sops/pull/1871)
- build(deps): Bump the go group with 12 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1872](https://redirect.github.com/getsops/sops/pull/1872)
- build(deps): Bump the ci group across 1 directory with 3 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1874](https://redirect.github.com/getsops/sops/pull/1874)
- build(deps): Bump the go group with 8 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1878](https://redirect.github.com/getsops/sops/pull/1878)
- build(deps): Bump the ci group with 2 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1882](https://redirect.github.com/getsops/sops/pull/1882)
- Fix Typo in README.rst by
[@&#8203;inverted-tree](https://redirect.github.com/inverted-tree) in
[#&#8203;1881](https://redirect.github.com/getsops/sops/pull/1881)
- build(deps): Bump the go group with 4 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1884](https://redirect.github.com/getsops/sops/pull/1884)
- build(deps): Bump the ci group with 2 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1883](https://redirect.github.com/getsops/sops/pull/1883)
- Correct Windows path to store keys.txt by
[@&#8203;EshemMimi](https://redirect.github.com/EshemMimi) in
[#&#8203;1885](https://redirect.github.com/getsops/sops/pull/1885)
- build(deps): Bump the go group with 3 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1888](https://redirect.github.com/getsops/sops/pull/1888)
- build(deps): Bump the ci group with 2 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1889](https://redirect.github.com/getsops/sops/pull/1889)
- build(deps): Bump the go group with 6 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1893](https://redirect.github.com/getsops/sops/pull/1893)
- Add "--value-file" option to "sops set \[...]" by
[@&#8203;bjornfor](https://redirect.github.com/bjornfor) in
[#&#8203;1876](https://redirect.github.com/getsops/sops/pull/1876)
- Document XDG\_CONFIG\_HOME support on mac by
[@&#8203;fredericrous](https://redirect.github.com/fredericrous) in
[#&#8203;1897](https://redirect.github.com/getsops/sops/pull/1897)
- Fix Shamir threshold encoding for INI and ENV files by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[#&#8203;1899](https://redirect.github.com/getsops/sops/pull/1899)
- build(deps): Bump the go group with 12 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1907](https://redirect.github.com/getsops/sops/pull/1907)
- build(deps): Bump the ci group with 3 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1905](https://redirect.github.com/getsops/sops/pull/1905)
- Fix docs: mention all stores instead of just YAML, JSON, and BINARY by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[#&#8203;1895](https://redirect.github.com/getsops/sops/pull/1895)
- Ensure temporary file for editing is only read-writable by owner by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[#&#8203;1903](https://redirect.github.com/getsops/sops/pull/1903)
- Add `--value-stdin` option to `sops set` by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[#&#8203;1894](https://redirect.github.com/getsops/sops/pull/1894)
- Collect age identity loading errors and only report if decryption
failed by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[#&#8203;1898](https://redirect.github.com/getsops/sops/pull/1898)
- add completion script. Resolves
[#&#8203;1868](https://redirect.github.com/getsops/sops/issues/1868) by
[@&#8203;longxiucai](https://redirect.github.com/longxiucai) in
[#&#8203;1892](https://redirect.github.com/getsops/sops/pull/1892)
- Resolves
[#&#8203;1864](https://redirect.github.com/getsops/sops/issues/1864).
Adds Native List as an option for configuring keys. by
[@&#8203;lucqui](https://redirect.github.com/lucqui) in
[#&#8203;1880](https://redirect.github.com/getsops/sops/pull/1880)
- Fix example.yaml file by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[#&#8203;1909](https://redirect.github.com/getsops/sops/pull/1909)
- build(deps): Bump the go group with 15 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1912](https://redirect.github.com/getsops/sops/pull/1912)
- build(deps): Bump the ci group with 4 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1911](https://redirect.github.com/getsops/sops/pull/1911)
- build(deps): Bump the go group with 9 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1917](https://redirect.github.com/getsops/sops/pull/1917)
- build(deps): Bump the ci group with 4 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1920](https://redirect.github.com/getsops/sops/pull/1920)
- build(deps): Bump the go group with 14 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1923](https://redirect.github.com/getsops/sops/pull/1923)
- build(deps): Bump the rust group in /functional-tests with 2 updates
by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1922](https://redirect.github.com/getsops/sops/pull/1922)
- Docs: remove paragraph on GPG/PGP keyservers by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[#&#8203;1928](https://redirect.github.com/getsops/sops/pull/1928)
- Allow to configure --enable-local-keyservice and --keyservice through
env variables by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[#&#8203;1930](https://redirect.github.com/getsops/sops/pull/1930)
- build(deps): Bump the ci group with 2 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1937](https://redirect.github.com/getsops/sops/pull/1937)
- fix: correct destination validation logic to detect all conflicts by
[@&#8203;bruce-szalwinski-he](https://redirect.github.com/bruce-szalwinski-he)
in [#&#8203;1936](https://redirect.github.com/getsops/sops/pull/1936)
- Switch from deprecated gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by
[@&#8203;sylr](https://redirect.github.com/sylr) in
[#&#8203;1934](https://redirect.github.com/getsops/sops/pull/1934)
- INI: fix converting integers to strings; improve float and time.Time
formatting by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[#&#8203;1929](https://redirect.github.com/getsops/sops/pull/1929)
- feat(azkv): Skipping key-version will get latest key by
[@&#8203;daogilvie](https://redirect.github.com/daogilvie) in
[#&#8203;1919](https://redirect.github.com/getsops/sops/pull/1919)
- Fix keyservice client for unix domain sockets by
[@&#8203;matheuscscp](https://redirect.github.com/matheuscscp) in
[#&#8203;1910](https://redirect.github.com/getsops/sops/pull/1910)
- README: fix argument order by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[#&#8203;1940](https://redirect.github.com/getsops/sops/pull/1940)
- Allow non-complex non-string values in dotenv and exec-env by
[@&#8203;billy4479](https://redirect.github.com/billy4479) in
[#&#8203;1933](https://redirect.github.com/getsops/sops/pull/1933)
- Fix mention of macOS XDG\_CONFIG\_HOME fallback by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[#&#8203;1944](https://redirect.github.com/getsops/sops/pull/1944)
- Improve age identity loading by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[#&#8203;1931](https://redirect.github.com/getsops/sops/pull/1931)
- build(deps): Bump the rust group in /functional-tests with 4 updates
by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1948](https://redirect.github.com/getsops/sops/pull/1948)
- build(deps): Bump the ci group with 2 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1949](https://redirect.github.com/getsops/sops/pull/1949)
- build(deps): Bump the rust group in /functional-tests with 2 updates
by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1955](https://redirect.github.com/getsops/sops/pull/1955)
- Start documenting the configuration file format by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[#&#8203;1946](https://redirect.github.com/getsops/sops/pull/1946)
- CI: Build with Go 1.24 and 1.25, release with 1.25 by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[#&#8203;1945](https://redirect.github.com/getsops/sops/pull/1945)
- build(deps): Bump the go group across 1 directory with 21 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1956](https://redirect.github.com/getsops/sops/pull/1956)
- When encrypting, load the config only once by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[#&#8203;1939](https://redirect.github.com/getsops/sops/pull/1939)
- build(deps): Bump the go group across 1 directory with 10 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1958](https://redirect.github.com/getsops/sops/pull/1958)
- Ignore encryption selection options for binary store (and warn when
they are used) by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[#&#8203;1927](https://redirect.github.com/getsops/sops/pull/1927)
- AZKV: Also allow to omit version for AZKV keys specified in key groups
by [@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[#&#8203;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
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[#&#8203;1959](https://redirect.github.com/getsops/sops/pull/1959)
- Release 3.11.0 by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[#&#8203;1960](https://redirect.github.com/getsops/sops/pull/1960)

#### New Contributors

- [@&#8203;md42](https://redirect.github.com/md42) made their first
contribution in
[#&#8203;1844](https://redirect.github.com/getsops/sops/pull/1844)
- [@&#8203;wasv](https://redirect.github.com/wasv) made their first
contribution in
[#&#8203;1863](https://redirect.github.com/getsops/sops/pull/1863)
- [@&#8203;inverted-tree](https://redirect.github.com/inverted-tree)
made their first contribution in
[#&#8203;1881](https://redirect.github.com/getsops/sops/pull/1881)
- [@&#8203;EshemMimi](https://redirect.github.com/EshemMimi) made their
first contribution in
[#&#8203;1885](https://redirect.github.com/getsops/sops/pull/1885)
- [@&#8203;bjornfor](https://redirect.github.com/bjornfor) made their
first contribution in
[#&#8203;1876](https://redirect.github.com/getsops/sops/pull/1876)
- [@&#8203;fredericrous](https://redirect.github.com/fredericrous) made
their first contribution in
[#&#8203;1897](https://redirect.github.com/getsops/sops/pull/1897)
- [@&#8203;longxiucai](https://redirect.github.com/longxiucai) made
their first contribution in
[#&#8203;1892](https://redirect.github.com/getsops/sops/pull/1892)
- [@&#8203;lucqui](https://redirect.github.com/lucqui) made their first
contribution in
[#&#8203;1880](https://redirect.github.com/getsops/sops/pull/1880)
-
[@&#8203;bruce-szalwinski-he](https://redirect.github.com/bruce-szalwinski-he)
made their first contribution in
[#&#8203;1936](https://redirect.github.com/getsops/sops/pull/1936)
- [@&#8203;sylr](https://redirect.github.com/sylr) made their first
contribution in
[#&#8203;1934](https://redirect.github.com/getsops/sops/pull/1934)
- [@&#8203;daogilvie](https://redirect.github.com/daogilvie) made their
first contribution in
[#&#8203;1919](https://redirect.github.com/getsops/sops/pull/1919)
- [@&#8203;billy4479](https://redirect.github.com/billy4479) made their
first contribution in
[#&#8203;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=-->
2025-09-28 21:37:08 +02:00
TrueCharts Bot 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=-->
2025-09-28 15:12:27 +02:00
Oliver Simons 32942657ff fix(longhorn): Convert default values from int to string (#40127)
**Description**

Flux seems to complain for default values provided as int:

```
Helm install failed for release longhorn-system/longhorn with chart longhorn@1.10.0: execution error at
(longhorn/templates/default-setting.yaml:67:8): defaultSettings.* must be a string
```

for both `defaultReplicaCount` and `storageoverProvisioningPercentage`
in the longhorn chart embedded into clustertool
**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
`clustertool init` yielded the `helm-release.yaml` with `int`s, and I
had to manually convert them to strings in order to get longhorn to
deploy.

Versions: `clustertool==2.0.6` and `talos==1.11.1`

**📃 Notes:**
Might be worth adding a test that covers this, though I'm not sure where
to start.

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2025-09-28 10:32:35 +02:00
TrueCharts Bot 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=-->
2025-09-28 03:04:20 +02:00
TrueCharts Bot 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=-->
2025-09-28 03:04:07 +02:00
TrueCharts Bot 3506c66107 chore(flux): update image blocky 18.14.1 → 18.14.2 (clustertool) (#40105) 2025-09-28 03:01:56 +02:00
TrueCharts Bot 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=-->
2025-09-28 03:01:49 +02:00
TrueCharts Bot bdef33a1bc chore(flux): update image kubelet-csr-approver 2.6.0 → 2.6.1 (clustertool) (#40107) 2025-09-28 03:01:37 +02:00
TrueCharts Bot 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=-->
2025-09-28 03:00:44 +02:00
TrueCharts Bot 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=-->
2025-09-28 03:00:16 +02:00
TrueCharts Bot 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=-->
2025-09-28 03:00:08 +02:00
TrueCharts Bot 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=-->
2025-09-28 02:59:18 +02:00
TrueCharts-Bot 752d8637aa Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2025-09-27 11:58:31 +00:00
TrueCharts Bot 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` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fbudimanjojo%2ftalhelper%2fv3/v3.0.36?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fbudimanjojo%2ftalhelper%2fv3/v3.0.35/v3.0.36?slim=true)](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
([#&#8203;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
([#&#8203;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
([#&#8203;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
([#&#8203;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
([#&#8203;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
([#&#8203;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
([#&#8203;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=-->
2025-09-27 06:35:42 +02:00
TrueCharts Bot 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=-->
2025-09-27 06:35:07 +02:00
TrueCharts Bot 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 [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;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=-->
2025-09-26 18:25:19 +02:00
TrueCharts Bot 7332d770cd chore(deps): update ghcr.io/siderolabs/installer docker tag to v1.11.2 (clustertool) (#40012)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/siderolabs/installer | patch | `v1.11.1` -> `v1.11.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**: 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInN5c3RlbS11cGdyYWRlIiwidHlwZS9wYXRjaCJdfQ==-->
2025-09-26 06:06:49 +02:00
TrueCharts Bot acd9574e93 chore(flux): update image kube-prometheus-stack 77.11.0 → 77.11.1 (clustertool) (#40028)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus)
([source](https://redirect.github.com/prometheus-community/helm-charts))
| patch | `77.11.0` -> `77.11.1` |

---

> [!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.11.1`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-77.11.1)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-77.11.0...kube-prometheus-stack-77.11.1)

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 kube-prometheus-stack dependency
non-major updates by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;6165](https://redirect.github.com/prometheus-community/helm-charts/pull/6165)

**Full Changelog**:
<https://github.com/prometheus-community/helm-charts/compare/prometheus-postgres-exporter-7.2.0...kube-prometheus-stack-77.11.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-09-26 06:05:48 +02:00
Oliver Simons 2eb7770519 fix(devcontainer): Export KREW_PATH to fish shell (#40021)
**Description**

This allow us to actually use krew and installed plugins from fish
shells inside our devcontainer

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**

On local vs-code install, I was hitting
```
talos_clustertool on  main [$] 
⬢ [Docker] ❯ kubectl krew
error: unknown command "krew" for "kubectl"

talos_clustertool on  main [$] 
⬢ [Docker] ❯ kubectl pv-mounter
error: unknown command "pv-mounter" for "kubectl"
```
before fix inside a devcontainer. After exporting the krew path to fish,
we can find the installed plugins.

```
talos_clustertool on  main [!] 
⬢ [Docker] ❯ kubectl pv-mounter
pv-mounter is a kubectl plugin that allows you to easily mount and unmount
Kubernetes PersistentVolumeClaims (PVCs) locally via SSHFS.

It transparently manages proxy pods, ephemeral containers, port-forwarding,
and SSHFS connections.
...
``` 

**📃 Notes:**
Not sure if relevant, but I used:
```
(base) ➜  truecharts git:(orippler/export_krew_path_to_fish) code --version
1.104.1
0f0d87fa9e96c856c5212fc86db137ac0d783365
x64
```
on Ubuntu 22.04
**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2025-09-26 06:05:35 +02:00
TrueCharts Bot 8c90dee176 chore(flux): update image volsync 3.8.0 → 3.8.1 (clustertool) (#40022) 2025-09-26 00:03:00 +02:00
TrueCharts Bot a6f8d2ce2b chore(flux): update image longhorn 1.9.2 → 1.10.0 (clustertool) (#40007) 2025-09-25 13:46:13 +02:00
TrueCharts Bot 203b228940 chore(flux): update image blocky 18.14.0 → 18.14.1 (clustertool) (#39965)
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.0` ->
`18.14.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=-->
2025-09-24 13:11:40 +02:00
TrueCharts Bot 9752f5871f chore(flux): update image longhorn 1.9.1 → 1.9.2 (clustertool) (#39966)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| longhorn | patch | `1.9.1` -> `1.9.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=-->
2025-09-24 13:11:27 +02:00
TrueCharts Bot 1de838ce43 chore(flux): update image kube-prometheus-stack 77.10.0 → 77.11.0 (clustertool) (#39948) 2025-09-24 00:52:07 +02:00
TrueCharts Bot 36eaf929ef chore(flux): update image blocky 18.13.0 → 18.14.0 (clustertool) (#39924)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [blocky](https://truecharts.org/charts/premium/blocky)
([source](https://0xerr0r.github.io/blocky/)) | minor | `18.13.0` ->
`18.14.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-09-23 12:40:10 +02:00
TrueCharts Bot 321e41d4b9 chore(flux): update image volsync 3.7.2 → 3.8.0 (clustertool) (#39901)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [volsync](https://truecharts.org/charts/system/volsync)
([source](https://redirect.github.com/backube/helm-charts)) | minor |
`3.7.2` -> `3.8.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-09-23 00:24:26 +02:00
TrueCharts Bot 605f5bcc7b chore(flux): update image metallb-config 9.5.2 → 9.6.0 (clustertool) (#39898)
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)) | minor |
`9.5.2` -> `9.6.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-09-23 00:23:39 +02:00
TrueCharts Bot df17838778 chore(flux): update image snapshot-controller 4.5.2 → 4.6.0 (clustertool) (#39899)
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))
| minor | `4.5.2` -> `4.6.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-09-23 00:22:01 +02:00
TrueCharts Bot 3550fceba6 chore(flux): update image spegel 4.6.2 → 4.7.0 (clustertool) (#39900) 2025-09-23 00:21:49 +02:00
TrueCharts Bot a444d57c03 chore(flux): update image kubernetes-reflector 7.5.2 → 7.6.0 (clustertool) (#39897)
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)) | minor |
`7.5.2` -> `7.6.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-09-23 00:21:46 +02:00
TrueCharts Bot 80bd48e233 chore(flux): update image kubernetes-dashboard 2.5.3 → 2.6.0 (clustertool) (#39896)
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))
| minor | `2.5.3` -> `2.6.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-09-23 00:16:11 +02:00
TrueCharts Bot 9701943f20 chore(flux): update image kubelet-csr-approver 2.5.2 → 2.6.0 (clustertool) (#39895) 2025-09-23 00:14:56 +02:00
TrueCharts Bot 873b94babf chore(flux): update image clusterissuer 10.5.2 → 10.6.0 (clustertool) (#39894)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clusterissuer](https://truecharts.org/charts/premium/clusterissuer)
([source](https://cert-manager.io/)) | minor | `10.5.2` -> `10.6.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-09-23 00:14:49 +02:00
TrueCharts Bot 239e4fe39a chore(flux): update image blocky 18.12.3 → 18.13.0 (clustertool) (#39893) 2025-09-23 00:14:46 +02:00
TrueCharts Bot f497b1e064 chore(flux): update image node-feature-discovery 0.17.3 → 0.17.4 (clustertool) (#39877)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| node-feature-discovery | patch | `0.17.3` -> `0.17.4` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-09-22 17:50:26 +02:00
TrueCharts Bot 2094cee085 chore(flux): update image blocky 18.12.2 → 18.12.3 (clustertool) (#39827)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [blocky](https://truecharts.org/charts/premium/blocky)
([source](https://0xerr0r.github.io/blocky/)) | patch | `18.12.2` ->
`18.12.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=-->
2025-09-21 06:02:23 +02:00
TrueCharts Bot 4778a73fa3 chore(flux): update image volsync 3.7.1 → 3.7.2 (clustertool) (#39814)
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.7.1` -> `3.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-09-21 00:10:52 +02:00
TrueCharts Bot e1c5eceef7 chore(flux): update image kubernetes-reflector 7.5.1 → 7.5.2 (clustertool) (#39810) 2025-09-21 00:01:14 +02:00
TrueCharts Bot 4bb3305fab chore(flux): update image snapshot-controller 4.5.1 → 4.5.2 (clustertool) (#39812)
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.5.1` -> `4.5.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-09-21 00:01:10 +02:00
TrueCharts Bot 78b46603e9 chore(flux): update image spegel 4.6.1 → 4.6.2 (clustertool) (#39813)
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.6.1` ->
`4.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=-->
2025-09-21 00:01:03 +02:00
TrueCharts Bot 3f91b60ee1 chore(flux): update image metallb-config 9.5.1 → 9.5.2 (clustertool) (#39811)
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.5.1` -> `9.5.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-09-21 00:00:54 +02:00
TrueCharts Bot 820121e5fd chore(flux): update image kubernetes-dashboard 2.5.2 → 2.5.3 (clustertool) (#39809)
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.5.2` -> `2.5.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=-->
2025-09-21 00:00:38 +02:00
TrueCharts Bot 4ce45a45e6 chore(flux): update image kubelet-csr-approver 2.5.1 → 2.5.2 (clustertool) (#39808)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kubelet-csr-approver](https://truecharts.org/charts/system/kubelet-csr-approver)
([source](https://ghcr.io/postfinance/kubelet-csr-approver)) | patch |
`2.5.1` -> `2.5.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-09-20 23:59:38 +02:00
TrueCharts Bot 4f0ef70a80 chore(flux): update image clusterissuer 10.5.1 → 10.5.2 (clustertool) (#39807)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clusterissuer](https://truecharts.org/charts/premium/clusterissuer)
([source](https://cert-manager.io/)) | patch | `10.5.1` -> `10.5.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-09-20 23:59:34 +02:00
TrueCharts Bot 0ae7bcf511 chore(flux): update image blocky 18.12.1 → 18.12.2 (clustertool) (#39806)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [blocky](https://truecharts.org/charts/premium/blocky)
([source](https://0xerr0r.github.io/blocky/)) | patch | `18.12.1` ->
`18.12.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=-->
2025-09-20 23:59:11 +02:00
TrueCharts Bot 77617aa45b chore(flux): update image spegel 4.6.0 → 4.6.1 (clustertool) (#39791)
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.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=-->
2025-09-20 16:32:57 +02:00
TrueCharts Bot 348e75e8d2 chore(flux): update image metallb-config 9.5.0 → 9.5.1 (clustertool) (#39789) 2025-09-20 16:32:30 +02:00
TrueCharts Bot a975801ef3 chore(flux): update image volsync 3.7.0 → 3.7.1 (clustertool) (#39792) 2025-09-20 16:32:28 +02:00
TrueCharts Bot b16bebd748 chore(flux): update image snapshot-controller 4.5.0 → 4.5.1 (clustertool) (#39790)
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.5.0` -> `4.5.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=-->
2025-09-20 16:32:26 +02:00
TrueCharts Bot 1ec1d65a6c chore(flux): update image blocky 18.12.0 → 18.12.1 (clustertool) (#39784) 2025-09-20 16:31:15 +02:00