Commit Graph
41771 Commits
Author SHA1 Message Date
TrueCharts BotandGitHub 59eb7d0ac2 chore(helm): update image docker.io/lancachenet/lancache-dns digest to 02a2c51 (#33790)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/lancachenet/lancache-dns | digest | `53538be` -> `02a2c51` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIyMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-01 02:37:06 +02:00
TrueCharts BotandGitHub 580bb08dc5 fix(deps): update module github.com/getsops/sops/v3 v3.9.4 → v3.10.1 (clustertool) (#33798)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/getsops/sops/v3](https://redirect.github.com/getsops/sops)
| require | minor | `v3.9.4` -> `v3.10.1` |

---

### Release Notes

<details>
<summary>getsops/sops (github.com/getsops/sops/v3)</summary>

###
[`v3.10.1`](https://redirect.github.com/getsops/sops/releases/tag/v3.10.1)

[Compare
Source](https://redirect.github.com/getsops/sops/compare/v3.10.0...v3.10.1)

#### 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.10.1/sops-v3.10.1.linux.amd64

### Move the binary in to your PATH
mv sops-v3.10.1.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.10.1/sops-v3.10.1.checksums.txt
curl -LO https://github.com/getsops/sops/releases/download/v3.10.1/sops-v3.10.1.checksums.pem
curl -LO https://github.com/getsops/sops/releases/download/v3.10.1/sops-v3.10.1.checksums.sig

### Verify the checksums file
cosign verify-blob sops-v3.10.1.checksums.txt \
  --certificate sops-v3.10.1.checksums.pem \
  --signature sops-v3.10.1.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.10.1.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.10.1.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.10.1/sops-v3.10.1.intoto.jsonl

### Verify the provenance of the artifact
slsa-verifier verify-artifact <artifact> \
  --provenance-path sops-v3.10.1.intoto.jsonl \
  --source-uri github.com/getsops/sops \
  --source-tag v3.10.1
```

#### 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.10.1`
-   `ghcr.io/getsops/sops:v3.10.1-alpine`

##### Quay.io

-   `quay.io/getsops/sops:v3.10.1`
-   `quay.io/getsops/sops:v3.10.1-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.10.1 \
  --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 ci group with 2 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1826](https://redirect.github.com/getsops/sops/pull/1826)
- Release 3.10.1 by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[https://github.com/getsops/sops/pull/1827](https://redirect.github.com/getsops/sops/pull/1827)

**Full Changelog**:
https://github.com/getsops/sops/compare/v3.10.0...v3.10.1

###
[`v3.10.0`](https://redirect.github.com/getsops/sops/releases/tag/v3.10.0)

[Compare
Source](https://redirect.github.com/getsops/sops/compare/v3.9.4...v3.10.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.10.0/sops-v3.10.0.linux.amd64

### Move the binary in to your PATH
mv sops-v3.10.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.10.0/sops-v3.10.0.checksums.txt
curl -LO https://github.com/getsops/sops/releases/download/v3.10.0/sops-v3.10.0.checksums.pem
curl -LO https://github.com/getsops/sops/releases/download/v3.10.0/sops-v3.10.0.checksums.sig

### Verify the checksums file
cosign verify-blob sops-v3.10.0.checksums.txt \
  --certificate sops-v3.10.0.checksums.pem \
  --signature sops-v3.10.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.10.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.10.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.10.0/sops-v3.10.0.intoto.jsonl

### Verify the provenance of the artifact
slsa-verifier verify-artifact <artifact> \
  --provenance-path sops-v3.10.0.intoto.jsonl \
  --source-uri github.com/getsops/sops \
  --source-tag v3.10.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.10.0`
-   `ghcr.io/getsops/sops:v3.10.0-alpine`

##### Quay.io

-   `quay.io/getsops/sops:v3.10.0`
-   `quay.io/getsops/sops:v3.10.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.10.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 alpine from 3.18 to 3.21 in /.release in the docker
group across 1 directory by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1700](https://redirect.github.com/getsops/sops/pull/1700)
- Convert changelog to MarkDown by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[https://github.com/getsops/sops/pull/1741](https://redirect.github.com/getsops/sops/pull/1741)
- build(deps): Bump the go group with 7 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1743](https://redirect.github.com/getsops/sops/pull/1743)
- build(deps): Bump the go group with 9 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1745](https://redirect.github.com/getsops/sops/pull/1745)
- build(deps): Bump the rust group in /functional-tests with 2 updates
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1744](https://redirect.github.com/getsops/sops/pull/1744)
- build(deps): Bump github/codeql-action from 3.28.5 to 3.28.8 in the ci
group by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1746](https://redirect.github.com/getsops/sops/pull/1746)
- build(deps): Bump the go group with 12 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1751](https://redirect.github.com/getsops/sops/pull/1751)
- build(deps): Bump the ci group with 4 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1750](https://redirect.github.com/getsops/sops/pull/1750)
- Add --input-type option for filestatus subcommand by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[https://github.com/getsops/sops/pull/1601](https://redirect.github.com/getsops/sops/pull/1601)
- Use SOPS_EDITOR before EDITOR by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[https://github.com/getsops/sops/pull/1611](https://redirect.github.com/getsops/sops/pull/1611)
- Allow users to disable version check via environment variable by
[@&#8203;nicklasfrahm](https://redirect.github.com/nicklasfrahm) in
[https://github.com/getsops/sops/pull/1684](https://redirect.github.com/getsops/sops/pull/1684)
- add duplicate section support to ini store by
[@&#8203;reindlt](https://redirect.github.com/reindlt) in
[https://github.com/getsops/sops/pull/1452](https://redirect.github.com/getsops/sops/pull/1452)
- stores: test for duplicate keys, reserve keyword (yaml only now) by
[@&#8203;holiman](https://redirect.github.com/holiman) in
[https://github.com/getsops/sops/pull/1203](https://redirect.github.com/getsops/sops/pull/1203)
- Add same process option for exec-env by
[@&#8203;ricmatsui](https://redirect.github.com/ricmatsui) in
[https://github.com/getsops/sops/pull/880](https://redirect.github.com/getsops/sops/pull/880)
- outputs: add trailing newline at the end of JSON files by
[@&#8203;duthils](https://redirect.github.com/duthils) in
[https://github.com/getsops/sops/pull/1476](https://redirect.github.com/getsops/sops/pull/1476)
- set subcommand: add --idempotent flag that will not write the file if
no change happened by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[https://github.com/getsops/sops/pull/1754](https://redirect.github.com/getsops/sops/pull/1754)
- Encrypt and decrypt time.Time objects by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[https://github.com/getsops/sops/pull/1759](https://redirect.github.com/getsops/sops/pull/1759)
- build(deps): Bump the go group with 8 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1763](https://redirect.github.com/getsops/sops/pull/1763)
- build(deps): Bump tempfile from 3.16.0 to 3.17.0 in /functional-tests
in the rust group by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1762](https://redirect.github.com/getsops/sops/pull/1762)
- build(deps): Bump goreleaser/goreleaser-action from 6.1.0 to 6.2.1 in
the ci group by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1761](https://redirect.github.com/getsops/sops/pull/1761)
- fix(docs): typo in README.rst by
[@&#8203;Paredev](https://redirect.github.com/Paredev) in
[https://github.com/getsops/sops/pull/1765](https://redirect.github.com/getsops/sops/pull/1765)
- Add SSH support for age by
[@&#8203;haoqixu](https://redirect.github.com/haoqixu) in
[https://github.com/getsops/sops/pull/1692](https://redirect.github.com/getsops/sops/pull/1692)
- make sure that tests do not pick keys.txt from user's HOME dir by
[@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23) in
[https://github.com/getsops/sops/pull/1766](https://redirect.github.com/getsops/sops/pull/1766)
- support for age identity with passphrase by
[@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23) in
[https://github.com/getsops/sops/pull/1400](https://redirect.github.com/getsops/sops/pull/1400)
- build(deps): Bump the rust group in /functional-tests with 4 updates
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1768](https://redirect.github.com/getsops/sops/pull/1768)
- build(deps): Bump the go group with 12 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1769](https://redirect.github.com/getsops/sops/pull/1769)
- build(deps): Bump the ci group with 4 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1770](https://redirect.github.com/getsops/sops/pull/1770)
- build(deps): Bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1773](https://redirect.github.com/getsops/sops/pull/1773)
- feat: add age plugin support by
[@&#8203;brianmcgee](https://redirect.github.com/brianmcgee) in
[https://github.com/getsops/sops/pull/1641](https://redirect.github.com/getsops/sops/pull/1641)
- Check GnuPG decryption result for non-empty size by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[https://github.com/getsops/sops/pull/1776](https://redirect.github.com/getsops/sops/pull/1776)
- vendored age code: consolidate passphrase reading functionality by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[https://github.com/getsops/sops/pull/1775](https://redirect.github.com/getsops/sops/pull/1775)
- Allow to encrypt and decrypt from stdin by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[https://github.com/getsops/sops/pull/1690](https://redirect.github.com/getsops/sops/pull/1690)
- build(deps): Bump the go group with 11 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1784](https://redirect.github.com/getsops/sops/pull/1784)
- build(deps): Bump the ci group with 5 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1782](https://redirect.github.com/getsops/sops/pull/1782)
- build(deps): Bump serde_json from 1.0.139 to 1.0.140 in
/functional-tests in the rust group; bump Rust to 1.85.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1783](https://redirect.github.com/getsops/sops/pull/1783)
- build(deps): Bump the go group with 13 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1797](https://redirect.github.com/getsops/sops/pull/1797)
- build(deps): Bump the rust group in /functional-tests with 3 updates
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1796](https://redirect.github.com/getsops/sops/pull/1796)
- build(deps): Bump github/codeql-action from 3.28.10 to 3.28.11 in the
ci group by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/getsops/sops/pull/1795](https://redirect.github.com/getsops/sops/pull/1795)
- build(deps): Bump the go group with 6 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1802](https://redirect.github.com/getsops/sops/pull/1802)
- build(deps): Bump tempfile from 3.18.0 to 3.19.0 in /functional-tests
in the rust group by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1800](https://redirect.github.com/getsops/sops/pull/1800)
- build(deps): Bump docker/login-action from 3.3.0 to 3.4.0 in the ci
group by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1801](https://redirect.github.com/getsops/sops/pull/1801)
- build(deps): Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1806](https://redirect.github.com/getsops/sops/pull/1806)
- goreleaser: add windows arm64 by
[@&#8203;duthils](https://redirect.github.com/duthils) in
[https://github.com/getsops/sops/pull/1791](https://redirect.github.com/getsops/sops/pull/1791)
- Add a way to set sops config location via envvar by
[@&#8203;sledzikowy](https://redirect.github.com/sledzikowy) in
[https://github.com/getsops/sops/pull/1701](https://redirect.github.com/getsops/sops/pull/1701)
- build(deps): Bump the go group with 3 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1809](https://redirect.github.com/getsops/sops/pull/1809)
- build(deps): Bump the ci group with 5 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1808](https://redirect.github.com/getsops/sops/pull/1808)
- build(deps): Bump tempfile from 3.19.0 to 3.19.1 in /functional-tests
in the rust group by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1807](https://redirect.github.com/getsops/sops/pull/1807)
- Support --config option in publish subcommand by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[https://github.com/getsops/sops/pull/1779](https://redirect.github.com/getsops/sops/pull/1779)
- Fix caching of Metadata.DataKey by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[https://github.com/getsops/sops/pull/1781](https://redirect.github.com/getsops/sops/pull/1781)
- Lint by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[https://github.com/getsops/sops/pull/1780](https://redirect.github.com/getsops/sops/pull/1780)
- updatekeys subcommand: rename GroupQuorum to ShamirThreshold by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[https://github.com/getsops/sops/pull/1631](https://redirect.github.com/getsops/sops/pull/1631)
- If --filename-override is specified, convert it to an absolute path
same as regular filenames by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[https://github.com/getsops/sops/pull/1793](https://redirect.github.com/getsops/sops/pull/1793)
- Add support for `oauth2.TokenSource` in GCP KMS by
[@&#8203;matheuscscp](https://redirect.github.com/matheuscscp) in
[https://github.com/getsops/sops/pull/1794](https://redirect.github.com/getsops/sops/pull/1794)
- Added SOPS_AGE_KEY_CMD option to age, fixes
[#&#8203;1323](https://redirect.github.com/getsops/sops/issues/1323) by
[@&#8203;danilobuerger](https://redirect.github.com/danilobuerger) in
[https://github.com/getsops/sops/pull/1811](https://redirect.github.com/getsops/sops/pull/1811)
- chore: omitempty metadata to reduce the size of stored config by
[@&#8203;cgetzen](https://redirect.github.com/cgetzen) in
[https://github.com/getsops/sops/pull/1571](https://redirect.github.com/getsops/sops/pull/1571)
- Improve Shamir Secret Sharing code by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[https://github.com/getsops/sops/pull/1813](https://redirect.github.com/getsops/sops/pull/1813)
- Update all dependencies by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[https://github.com/getsops/sops/pull/1814](https://redirect.github.com/getsops/sops/pull/1814)
- Run 'gofmt -w' on all .go files by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[https://github.com/getsops/sops/pull/1817](https://redirect.github.com/getsops/sops/pull/1817)
- Add option to explicitly check for the latest version; deprecate
current default of always doing that unless disabled by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[https://github.com/getsops/sops/pull/1816](https://redirect.github.com/getsops/sops/pull/1816)
- Build using Go 1.24 and drop support for 1.22 by
[@&#8203;hiddeco](https://redirect.github.com/hiddeco) in
[https://github.com/getsops/sops/pull/1819](https://redirect.github.com/getsops/sops/pull/1819)
- Support `GOOGLE_OAUTH_ACCESS_TOKEN` for Google Cloud Platform by
[@&#8203;marensofier](https://redirect.github.com/marensofier) in
[https://github.com/getsops/sops/pull/1578](https://redirect.github.com/getsops/sops/pull/1578)
- Warn about `.sops.yml` files found while searching for `.sops.yaml` by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[https://github.com/getsops/sops/pull/1820](https://redirect.github.com/getsops/sops/pull/1820)
- Release 3.10.0 by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[https://github.com/getsops/sops/pull/1815](https://redirect.github.com/getsops/sops/pull/1815)
- Added support for multiarch windows release binaries by
[@&#8203;sabre1041](https://redirect.github.com/sabre1041) in
[https://github.com/getsops/sops/pull/1823](https://redirect.github.com/getsops/sops/pull/1823)

#### New Contributors

- [@&#8203;reindlt](https://redirect.github.com/reindlt) made their
first contribution in
[https://github.com/getsops/sops/pull/1452](https://redirect.github.com/getsops/sops/pull/1452)
- [@&#8203;ricmatsui](https://redirect.github.com/ricmatsui) made their
first contribution in
[https://github.com/getsops/sops/pull/880](https://redirect.github.com/getsops/sops/pull/880)
- [@&#8203;Paredev](https://redirect.github.com/Paredev) made their
first contribution in
[https://github.com/getsops/sops/pull/1765](https://redirect.github.com/getsops/sops/pull/1765)
- [@&#8203;haoqixu](https://redirect.github.com/haoqixu) made their
first contribution in
[https://github.com/getsops/sops/pull/1692](https://redirect.github.com/getsops/sops/pull/1692)
- [@&#8203;brianmcgee](https://redirect.github.com/brianmcgee) made
their first contribution in
[https://github.com/getsops/sops/pull/1641](https://redirect.github.com/getsops/sops/pull/1641)
- [@&#8203;sledzikowy](https://redirect.github.com/sledzikowy) made
their first contribution in
[https://github.com/getsops/sops/pull/1701](https://redirect.github.com/getsops/sops/pull/1701)
- [@&#8203;matheuscscp](https://redirect.github.com/matheuscscp) made
their first contribution in
[https://github.com/getsops/sops/pull/1794](https://redirect.github.com/getsops/sops/pull/1794)
- [@&#8203;danilobuerger](https://redirect.github.com/danilobuerger)
made their first contribution in
[https://github.com/getsops/sops/pull/1811](https://redirect.github.com/getsops/sops/pull/1811)
- [@&#8203;cgetzen](https://redirect.github.com/cgetzen) made their
first contribution in
[https://github.com/getsops/sops/pull/1571](https://redirect.github.com/getsops/sops/pull/1571)
- [@&#8203;marensofier](https://redirect.github.com/marensofier) made
their first contribution in
[https://github.com/getsops/sops/pull/1578](https://redirect.github.com/getsops/sops/pull/1578)
- [@&#8203;sabre1041](https://redirect.github.com/sabre1041) made their
first contribution in
[https://github.com/getsops/sops/pull/1823](https://redirect.github.com/getsops/sops/pull/1823)

**Full Changelog**:
https://github.com/getsops/sops/compare/v3.9.4...v3.10.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIyMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-04-01 02:25:42 +02:00
TrueCharts BotandGitHub c2767130a5 chore(container): update public.ecr.aws/docker/library/traefik docker tag to v3.3.5 (#33794) 2025-04-01 02:25:25 +02:00
TrueCharts BotandGitHub 592af2ad06 chore(flux): update image volsync 2.11.0 → 2.11.1 (clustertool) (#33795)
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 |
`2.11.0` -> `2.11.1` |

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIyMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-01 02:25:18 +02:00
TrueCharts-Bot a171e4e32c Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2025-04-01 00:15:18 +00:00
BoemeltreinandGitHub d671927e73 fix(volsync): metrics and dashboard (#33789)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
Fix Dashboard, so Prometheus is configured as datasource
Fix values so metrics will be scraped, changes read from .
-
https://github.com/backube/volsync/blob/main/helm/volsync/templates/servicemonitor-volsync.yaml
-
https://volsync.readthedocs.io/en/stable/usage/metrics/index.html#metrics-monitoring
-
https://github.com/backube/volsync/blob/5272a5f2e9d3c41066c2d5888412b6ba8cdad072/helm/volsync/templates/deployment-controller.yaml#L64
- Decided to disableAuth for Metrics as I don't know how to make a
ClusterRole via the helm template.

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->
All tested via my own cluster. 
In the webinterface of prometeus/targets all changes are needed. Added
those step by step.

**📃 Notes:**
<!-- Please enter any other relevant information here -->
All changes will at least dashboard working and metrics are scraped. I
don't see timing of Volsync Replication Duration.
But as I understood sofar you need to set schedules. Which I don't have.
Will check, test and try further when this PR is OK.


**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2025-03-31 23:10:15 +02:00
Kjeld Schouten 5ce7bc14cc setup cnpg backup and recovery for bitmagnet 2025-03-31 21:01:10 +02:00
TrueCharts BotandGitHub 77eb2203dc chore(helm): update image ghcr.io/hotio/whisparr v3-3.0.0.926 → v3-3.0.0.932 (#33788)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/hotio/whisparr](https://hotio.dev/containers/whisparr)
([source](https://redirect.github.com/hotio/whisparr)) | patch |
`5952605` -> `a7d041b` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-31 20:31:48 +02:00
TrueCharts BotandGitHub 1edb6fc501 chore(flux): update image jackett 23.3.58 → 23.3.59 (#33787)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jackett](https://truecharts.org/charts/stable/jackett)
([source](https://ghcr.io/elfhosted/jackett)) | patch | `23.3.58` ->
`23.3.59` |

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-31 20:25:53 +02:00
ca3bc79a3f chore(flux): update image renovate 1.23.0 → 1.24.0 (#33785)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [renovate](https://truecharts.org/charts/stable/renovate)
([source](https://redirect.github.com/truecharts/charts/tree/HEAD/charts/stable/renovate))
| minor | `1.23.0` -> `1.24.0` |

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-03-31 18:06:30 +00:00
TrueCharts BotandGitHub 8a8c55440f chore(helm): update jupyter 2025-03-28 → 2025-03-31 (patch) (#33784)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/jupyter/all-spark-notebook | patch | `017bae8` -> `aa36c40` |
| quay.io/jupyter/base-notebook | patch | `dd2cf34` -> `84e0498` |
| quay.io/jupyter/datascience-notebook | patch | `552f36b` -> `4035be5`
|
| quay.io/jupyter/minimal-notebook | patch | `4985ba7` -> `ec3fa33` |
| quay.io/jupyter/pyspark-notebook | patch | `250f8b6` -> `b916eff` |
| quay.io/jupyter/r-notebook | patch | `89e588c` -> `e1c580c` |
| quay.io/jupyter/scipy-notebook | patch | `a488688` -> `bc3a982` |
| quay.io/jupyter/tensorflow-notebook | patch | `3388373` -> `5551c29` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-31 14:33:07 +02:00
TrueCharts BotandGitHub 42b3e3c072 chore(helm): update image ghcr.io/elfhosted/emby 4.9.0.42 → 4.9.0.43 (#33782) 2025-03-31 14:32:58 +02:00
TrueCharts BotandGitHub 1307248777 chore(helm): update image ghcr.io/elfhosted/jackett 0.22.1709 → 0.22.1712 (#33783)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/elfhosted/jackett | patch | `aa8750b` -> `1c2c892` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-31 14:32:50 +02:00
TrueCharts BotandGitHub 122af59f2d chore(helm): update image docker.io/automaticrippingmachine/automatic-ripping-machine 2.12.0 → 2.12.1 (#33781)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/automaticrippingmachine/automatic-ripping-machine](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine)
| patch | `f1dc1bc` -> `c9584b0` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>automatic-ripping-machine/automatic-ripping-machine
(docker.io/automaticrippingmachine/automatic-ripping-machine)</summary>

###
[`v2.12.1`](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/releases/tag/2.12.1)

[Compare
Source](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/compare/2.12.0...2.12.1)

#### What's Changed

- \[BUGFIX] Gracefully fail identification loop by
[@&#8203;shitwolfymakes](https://redirect.github.com/shitwolfymakes) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1354](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1354)

**Full Changelog**:
https://github.com/automatic-ripping-machine/automatic-ripping-machine/compare/2.12.0...2.12.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-31 14:32:41 +02:00
TrueCharts BotandGitHub 45ef04cc75 chore(helm): update image docker.io/clamav/clamav digest to dd5da3b (#33778) 2025-03-31 14:31:20 +02:00
TrueCharts BotandGitHub 23ed32ed3e chore(helm): update image docker.io/nginxinc/nginx-unprivileged digest to 7f5f11a (#33779)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/nginxinc/nginx-unprivileged](https://redirect.github.com/nginx/docker-nginx-unprivileged)
| digest | `b977cb0` -> `7f5f11a` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-31 14:31:11 +02:00
TrueCharts BotandGitHub 9a18c8f35a chore(flux): update image renovate 1.23.0 → 1.23.1 (#33780)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [renovate](https://truecharts.org/charts/stable/renovate)
([source](https://redirect.github.com/truecharts/charts/tree/HEAD/charts/stable/renovate))
| patch | `1.23.0` -> `1.23.1` |

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-31 14:22:04 +02:00
dc309a7057 chore(helm): update image docker.io/joplin/server 3.3.4 → 3.3.9 (#33765)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/joplin/server](https://joplinapp.org/)
([source](https://redirect.github.com/laurent22/joplin)) | patch |
`2eee59e` -> `4b57f0b` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-03-31 09:12:19 +00:00
b8fb0ab8ee chore(helm): update image docker.io/renovate/renovate 39.219.2 → 39.222.2 (#33775)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/renovate/renovate](https://renovatebot.com)
([source](https://redirect.github.com/renovatebot/renovate)) | minor |
-> |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>renovatebot/renovate (docker.io/renovate/renovate)</summary>

###
[`v39.222.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.222.2)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.222.1...39.222.2)

##### Bug Fixes

- **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.8.9
(main)
([#&#8203;35090](https://redirect.github.com/renovatebot/renovate/issues/35090))
([0cc4b50](https://redirect.github.com/renovatebot/renovate/commit/0cc4b508cb99da7f4c35220eea6cc8c5f4e9f904))

##### Documentation

- update references to renovate/renovate (main)
([#&#8203;35084](https://redirect.github.com/renovatebot/renovate/issues/35084))
([b9bb0ee](https://redirect.github.com/renovatebot/renovate/commit/b9bb0ee25b01caed7d39bb9d3d311dd4acdef805))

##### Miscellaneous Chores

- **deps:** lock file maintenance (main)
([#&#8203;35085](https://redirect.github.com/renovatebot/renovate/issues/35085))
([3d6d77f](https://redirect.github.com/renovatebot/renovate/commit/3d6d77fe29465799b94b5cc87850158efa677746))
- **deps:** update containerbase/internal-tools action to v3.10.14
(main)
([#&#8203;35086](https://redirect.github.com/renovatebot/renovate/issues/35086))
([dc33bfa](https://redirect.github.com/renovatebot/renovate/commit/dc33bfaba878acefddcf3a5c2ab4cc3c0b376291))
- **deps:** update dependency renovatebot/github-action to v41.0.18
(main)
([#&#8203;35088](https://redirect.github.com/renovatebot/renovate/issues/35088))
([e31458f](https://redirect.github.com/renovatebot/renovate/commit/e31458fba7020825982bf114fe7e125d404c5684))
- **deps:** update ghcr.io/containerbase/devcontainer docker tag to
v13.8.9 (main)
([#&#8203;35089](https://redirect.github.com/renovatebot/renovate/issues/35089))
([019dc5b](https://redirect.github.com/renovatebot/renovate/commit/019dc5b828a604fe2902915031c9a7ad15f4a2de))

###
[`v39.222.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.222.1)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.222.0...39.222.1)

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.51.5
(main)
([#&#8203;35083](https://redirect.github.com/renovatebot/renovate/issues/35083))
([182acb6](https://redirect.github.com/renovatebot/renovate/commit/182acb62479ca77211b652c7369a8553ee25e9e7))

###
[`v39.222.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.222.0)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.221.0...39.222.0)

##### Features

- **maven:** Unify fetching utilities
([#&#8203;32999](https://redirect.github.com/renovatebot/renovate/issues/32999))
([77fa0a0](https://redirect.github.com/renovatebot/renovate/commit/77fa0a0010fad381dd4cdd7d31a2381d7bcc2cc0))

###
[`v39.221.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.221.0)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.220.7...39.221.0)

##### Features

- **maven:** Increase cache TTL for successful postprocess checks
([#&#8203;35069](https://redirect.github.com/renovatebot/renovate/issues/35069))
([55cb6f7](https://redirect.github.com/renovatebot/renovate/commit/55cb6f7df5bcf6f16bf58f0dc8291b2d54d687bb))

###
[`v39.220.7`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.220.7)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.220.6...39.220.7)

##### Bug Fixes

- **deps:** update dependency mkdocs-material to v9.6.10 (main)
([#&#8203;35075](https://redirect.github.com/renovatebot/renovate/issues/35075))
([e83e428](https://redirect.github.com/renovatebot/renovate/commit/e83e428697cfe0a0ec86d249d0146365ba7c67b0))

###
[`v39.220.6`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.220.6)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.220.5...39.220.6)

##### Bug Fixes

- Explicitly disable `memCache` when caching is switched on/off
([#&#8203;35060](https://redirect.github.com/renovatebot/renovate/issues/35060))
([db8dda2](https://redirect.github.com/renovatebot/renovate/commit/db8dda2378141bb129f9428e306d1d5369559589))

###
[`v39.220.5`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.220.5)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.220.4...39.220.5)

##### Bug Fixes

- **kustomize:** Fix artifact inflate option
([#&#8203;35071](https://redirect.github.com/renovatebot/renovate/issues/35071))
([730988c](https://redirect.github.com/renovatebot/renovate/commit/730988c9687e607fa3600fb50f36006f3ee71cb7))

###
[`v39.220.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.220.4)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.220.3...39.220.4)

##### Bug Fixes

- **gerrit:** memCache being used all the time
([#&#8203;35056](https://redirect.github.com/renovatebot/renovate/issues/35056))
([f2fffbf](https://redirect.github.com/renovatebot/renovate/commit/f2fffbf8f5823434f2112bdf7dc2c02c18108b33))

##### Documentation

- add a note how to fix minimum release age with GAR's maven
([#&#8203;35025](https://redirect.github.com/renovatebot/renovate/issues/35025))
([4ac9378](https://redirect.github.com/renovatebot/renovate/commit/4ac9378346c1910ee382437d87d82e95d02fe030))

###
[`v39.220.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.220.3)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.220.2...39.220.3)

##### Bug Fixes

- **flux:** always detect deps in values of HelmRelease
([#&#8203;35055](https://redirect.github.com/renovatebot/renovate/issues/35055))
([d28c7e1](https://redirect.github.com/renovatebot/renovate/commit/d28c7e1e291c53ca18d99d10f7c64c8c1a55b17f))

##### Miscellaneous Chores

- **deps:** update dependency
[@&#8203;eslint/js](https://redirect.github.com/eslint/js) to v9.23.0
(main)
([#&#8203;35062](https://redirect.github.com/renovatebot/renovate/issues/35062))
([17fc968](https://redirect.github.com/renovatebot/renovate/commit/17fc9687387bf6e9c2535e10cca56c6d6fcb16d6))
- **deps:** update dependency eslint to v9.23.0 (main)
([#&#8203;35063](https://redirect.github.com/renovatebot/renovate/issues/35063))
([f65d2fb](https://redirect.github.com/renovatebot/renovate/commit/f65d2fb8cf40bc7d46ea7f4846f79da1e7aa6362))

###
[`v39.220.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.220.2)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.220.1...39.220.2)

##### Build System

- **deps:** update dependency
[@&#8203;renovatebot/osv-offline](https://redirect.github.com/renovatebot/osv-offline)
to v1.6.3 (main)
([#&#8203;35058](https://redirect.github.com/renovatebot/renovate/issues/35058))
([be598a7](https://redirect.github.com/renovatebot/renovate/commit/be598a7ece36462f5ede0b8a409b41fa1a3f8c4e))

###
[`v39.220.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.220.1)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.220.0...39.220.1)

##### Bug Fixes

- **github-action:** fix actions schema
([#&#8203;35054](https://redirect.github.com/renovatebot/renovate/issues/35054))
([89700e8](https://redirect.github.com/renovatebot/renovate/commit/89700e8433dbd517d1134404b1d5826ec8267de7))

###
[`v39.220.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.220.0)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.219.3...39.220.0)

##### Features

- **bitbucket-server:** implement pr cache
([#&#8203;34945](https://redirect.github.com/renovatebot/renovate/issues/34945))
([a21a22f](https://redirect.github.com/renovatebot/renovate/commit/a21a22fceb91487e72bb01f428a390cdf7f13195))

###
[`v39.219.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.219.3)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.219.2...39.219.3)

##### Bug Fixes

- **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.51.4
(main)
([#&#8203;35051](https://redirect.github.com/renovatebot/renovate/issues/35051))
([8c53e7d](https://redirect.github.com/renovatebot/renovate/commit/8c53e7ddcc5e125a02b4ad75c059210eb31b2aff))

##### Miscellaneous Chores

- **deps:** update dependency
[@&#8203;types/node](https://redirect.github.com/types/node) to
v22.13.11 (main)
([#&#8203;35050](https://redirect.github.com/renovatebot/renovate/issues/35050))
([95a490c](https://redirect.github.com/renovatebot/renovate/commit/95a490c2be28d8b289febcfde8b48cb3ff879863))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-03-31 09:03:31 +00:00
TrueCharts BotandGitHub a4982b76c2 chore(helm): update image docker.io/thelounge/thelounge digest to 0f8b2e4 (#33761)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/thelounge/thelounge](https://redirect.github.com/thelounge/thelounge-docker)
| digest | `c056578` -> `0f8b2e4` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-31 09:00:17 +00:00
TrueCharts BotandGitHub 6750db0897 chore(helm): update image docker.io/teslamate/teslamate 1.32.0 → 1.33.0 (#33777)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/teslamate/teslamate](https://redirect.github.com/teslamate-org/teslamate)
| minor | `8c282ad` -> `0767c59` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>teslamate-org/teslamate
(docker.io/teslamate/teslamate)</summary>

###
[`v1.33.0`](https://redirect.github.com/teslamate-org/teslamate/blob/HEAD/CHANGELOG.md#1330---2025-03-28)

[Compare
Source](https://redirect.github.com/teslamate-org/teslamate/compare/v1.32.0...v1.33.0)

As always, there are many improvements.

We now use Grafana 11.6.0 which was release the last days, improved the
logging and state transitions, added a new dashboard for database
information and improved other dashboards. We also added a new section
to the documentation about the Entity Relationship Model (ERM) of
TeslaMate. This is a great help for developers who want to understand
the data model of TeslaMate and how to extend it.

Enjoy it.

##### New features

##### Improvements and bug fixes

- fix(nix): wait for mosquitto to start before starting teslamate
([#&#8203;4419](https://redirect.github.com/teslamate-org/teslamate/issues/4419)
- [@&#8203;brianmay](https://redirect.github.com/brianmay))
- feat: use Grafana 11.4.0
([#&#8203;4299](https://redirect.github.com/teslamate-org/teslamate/issues/4299)
- [@&#8203;swiffer](https://redirect.github.com/swiffer))
- feat: improve logging messages
([#&#8203;4467](https://redirect.github.com/teslamate-org/teslamate/issues/4467)
- [@&#8203;micves](https://redirect.github.com/micves) and
[@&#8203;brianmay](https://redirect.github.com/brianmay))
- feat: optimize state transitions
([#&#8203;4473](https://redirect.github.com/teslamate-org/teslamate/issues/4473)
- [@&#8203;micves](https://redirect.github.com/micves) and
[@&#8203;brianmay](https://redirect.github.com/brianmay))
    -   don't try to sleep if power > 0
- cancel an ongoing suspended state/trying to sleep and go back to
online
    -   add conditions to enter charging
- feat: support accessing PostgreSQL on unix domain sockets
([#&#8203;4456](https://redirect.github.com/teslamate-org/teslamate/issues/4456)
- [@&#8203;j-baker](https://redirect.github.com/j-baker))
- fix(nix): temporarily disable browser locale in date formats for nix
deployment as well
([#&#8203;4480](https://redirect.github.com/teslamate-org/teslamate/issues/4480)
- [@&#8203;swiffer](https://redirect.github.com/swiffer))
- feat: Grafana 11.5.0
([#&#8203;4509](https://redirect.github.com/teslamate-org/teslamate/issues/4509)
- [@&#8203;swiffer](https://redirect.github.com/swiffer))
- feat: Grafana 11.5.2
([#&#8203;4551](https://redirect.github.com/teslamate-org/teslamate/issues/4551)
- [@&#8203;swiffer](https://redirect.github.com/swiffer))
- fix(nix): update mix dependency hash in nix builds.
([#&#8203;4577](https://redirect.github.com/teslamate-org/teslamate/issues/4577)
- [@&#8203;weiren2](https://redirect.github.com/weiren2))
- feat: Grafana 11.6.0
([#&#8203;4570](https://redirect.github.com/teslamate-org/teslamate/issues/4570)
- [@&#8203;swiffer](https://redirect.github.com/swiffer))

##### Build, CI, internal

- build(deps): bump castore from 1.0.9 to 1.0.10
([#&#8203;4414](https://redirect.github.com/teslamate-org/teslamate/issues/4414))
- build(deps): bump
[@&#8203;docusaurus/preset-classic](https://redirect.github.com/docusaurus/preset-classic)
from 3.5.2 to 3.6.3 in /website
([#&#8203;4412](https://redirect.github.com/teslamate-org/teslamate/issues/4412))
- build(deps): bump path-to-regexp from 1.8.0 to 1.9.0 in /website
([#&#8203;4424](https://redirect.github.com/teslamate-org/teslamate/issues/4424))
- build(deps): bump crate-ci/typos from 1.27.0 to 1.28.1
([#&#8203;4411](https://redirect.github.com/teslamate-org/teslamate/issues/4411))
- build(deps): bump tesla from 1.13.0 to 1.13.2
([#&#8203;4416](https://redirect.github.com/teslamate-org/teslamate/issues/4416))
- build(deps): bump postgrex from 0.19.1 to 0.19.3
([#&#8203;4415](https://redirect.github.com/teslamate-org/teslamate/issues/4415))
- build(nix): switch to nixos-24.11
([#&#8203;4420](https://redirect.github.com/teslamate-org/teslamate/issues/4420)
- [@&#8203;brianmay](https://redirect.github.com/brianmay))
- build(deps): update flake.lock
([#&#8203;4427](https://redirect.github.com/teslamate-org/teslamate/issues/4427))
- fix: update mix deps hash to fix build error on recent NixOS 24.11
update
([#&#8203;4428](https://redirect.github.com/teslamate-org/teslamate/issues/4428))
- build(deps): bump path-to-regexp and express in /website
([#&#8203;4433](https://redirect.github.com/teslamate-org/teslamate/issues/4433))
- build(deps): update flake.lock
([#&#8203;4440](https://redirect.github.com/teslamate-org/teslamate/issues/4440))
- build(deps): bump actions/cache from 4.1.2 to 4.2.0
([#&#8203;4465](https://redirect.github.com/teslamate-org/teslamate/issues/4465))
- build(deps): bump phoenix from 1.7.14 to 1.7.18
([#&#8203;4462](https://redirect.github.com/teslamate-org/teslamate/issues/4462))
- build(deps-dev): bump dialyxir from 1.4.4 to 1.4.5
([#&#8203;4460](https://redirect.github.com/teslamate-org/teslamate/issues/4460))
- build(deps): bump ex_cldr from 2.40.1 to 2.40.2
([#&#8203;4461](https://redirect.github.com/teslamate-org/teslamate/issues/4461))
- build(deps): bump crate-ci/typos from 1.28.1 to 1.29.0
([#&#8203;4464](https://redirect.github.com/teslamate-org/teslamate/issues/4464))
- ci: update actions/cache to v4.2.0
([79107d5](https://redirect.github.com/teslamate-org/teslamate/commit/79107d53b7712934587bbe40c503e63d5dd9f122)
-
[@&#8203;JakobLichterfeld](https://redirect.github.com/JakobLichterfeld))
- build(deps): bump DeterminateSystems/magic-nix-cache-action from 8 to
9
([#&#8203;4515](https://redirect.github.com/teslamate-org/teslamate/issues/4515))
- build(deps): bump actions/stale from 9.0.0 to 9.1.0
([#&#8203;4516](https://redirect.github.com/teslamate-org/teslamate/issues/4516))
- build(deps): bump crate-ci/typos from 1.29.0 to 1.29.5
([#&#8203;4514](https://redirect.github.com/teslamate-org/teslamate/issues/4514))
- build(deps-dev): bump excoveralls from 0.18.3 to 0.18.5
([#&#8203;4524](https://redirect.github.com/teslamate-org/teslamate/issues/4524))
- build(deps-dev): bump credo from 1.7.8 to 1.7.11
([#&#8203;4523](https://redirect.github.com/teslamate-org/teslamate/issues/4523))
- build(deps): bump
[@&#8203;docusaurus/preset-classic](https://redirect.github.com/docusaurus/preset-classic)
from 3.6.3 to 3.7.0 in /website
([#&#8203;4518](https://redirect.github.com/teslamate-org/teslamate/issues/4518))
- build(deps): bump serialize-javascript from 6.0.1 to 6.0.2 in /website
([#&#8203;4548](https://redirect.github.com/teslamate-org/teslamate/issues/4548))
- build(deps): update flake.lock
([#&#8203;4455](https://redirect.github.com/teslamate-org/teslamate/issues/4455))
- style(markdownlint): allow 'details', 'summary', and 'TabItem'
elements
([d5b1a55](https://redirect.github.com/teslamate-org/teslamate/commit/d5b1a55007eefedd5d852ecd50d67b8c4d36faa5)
-
[@&#8203;JakobLichterfeld](https://redirect.github.com/JakobLichterfeld))
- style(environment_variables): remove multiple whitespaces
([603ff82](https://redirect.github.com/teslamate-org/teslamate/commit/603ff824b052b4465fcce9fe77e5e40ad586c07a)
-
[@&#8203;JakobLichterfeld](https://redirect.github.com/JakobLichterfeld))
- style(docs): fix line length fenced-code-style, no bare url links,
multiple whitespaces, alt text, header style
([1972584](https://redirect.github.com/teslamate-org/teslamate/commit/1972584d8f9d11c2f640de046a8e9fd47b43c4fb)
-
[@&#8203;JakobLichterfeld](https://redirect.github.com/JakobLichterfeld))
- build(deps): bump actions/cache from 4.2.0 to 4.2.2
([#&#8203;4564](https://redirect.github.com/teslamate-org/teslamate/issues/4564))
- build(deps): bump crate-ci/typos from 1.29.5 to 1.30.0
([#&#8203;4563](https://redirect.github.com/teslamate-org/teslamate/issues/4563))
- build(deps): bump castore from 1.0.11 to 1.0.12
([#&#8203;4565](https://redirect.github.com/teslamate-org/teslamate/issues/4565))
- build(deps): bump plug_cowboy from 2.7.2 to 2.7.3
([#&#8203;4566](https://redirect.github.com/teslamate-org/teslamate/issues/4566))
- build(deps): bump prismjs from 1.29.0 to 1.30.0 in /website
([#&#8203;4582](https://redirect.github.com/teslamate-org/teslamate/issues/4582))
- build(deps): bump
[@&#8203;babel/runtime](https://redirect.github.com/babel/runtime) from
7.26.0 to 7.26.10 in /website
([#&#8203;4589](https://redirect.github.com/teslamate-org/teslamate/issues/4589))
- build(deps): bump
[@&#8203;babel/helpers](https://redirect.github.com/babel/helpers) from
7.26.7 to 7.26.10 in /website
([#&#8203;4588](https://redirect.github.com/teslamate-org/teslamate/issues/4588))
- build(deps): bump
[@&#8203;babel/runtime-corejs3](https://redirect.github.com/babel/runtime-corejs3)
in /website
([#&#8203;4587](https://redirect.github.com/teslamate-org/teslamate/issues/4587))
- build(deps): update flake.lock
([#&#8203;4562](https://redirect.github.com/teslamate-org/teslamate/issues/4562))

##### Dashboards

- fix: for battery health dashboard erroring out if no charge data has
been collected so far
([#&#8203;4448](https://redirect.github.com/teslamate-org/teslamate/issues/4448)
- [@&#8203;swiffer](https://redirect.github.com/swiffer))
- fix: url for releases in home dashboard
([#&#8203;4452](https://redirect.github.com/teslamate-org/teslamate/issues/4452)
-[@&#8203;FLX3009](https://redirect.github.com/FLX3009))
- feat: add 0 as lower bound for gauge to ensure proper scaling
([#&#8203;4498](https://redirect.github.com/teslamate-org/teslamate/issues/4498)
- [@&#8203;swiffer](https://redirect.github.com/swiffer))
- feat(dashboards): improve elevation scale in drive stats
([#&#8203;4546](https://redirect.github.com/teslamate-org/teslamate/issues/4546)
- [@&#8203;swiffer](https://redirect.github.com/swiffer))
- feat: add Database Information Dashboard
([#&#8203;4578](https://redirect.github.com/teslamate-org/teslamate/issues/4578)
- [@&#8203;jheredianet](https://redirect.github.com/jheredianet))

##### Translations

- feat: Translate remaining Spanish sentences
([#&#8203;4529](https://redirect.github.com/teslamate-org/teslamate/issues/4529)
- [@&#8203;jheredianet](https://redirect.github.com/jheredianet))

##### Documentation

- doc: bump elixir based on availability
([#&#8203;4431](https://redirect.github.com/teslamate-org/teslamate/issues/4431)
- [@&#8203;swiffer](https://redirect.github.com/swiffer))
- doc: align node req with what is used in CI
([#&#8203;4430](https://redirect.github.com/teslamate-org/teslamate/issues/4430)
- [@&#8203;swiffer](https://redirect.github.com/swiffer))
- doc: added missing topic "charging_state" in mqtt doc
([#&#8203;4466](https://redirect.github.com/teslamate-org/teslamate/issues/4466)
- [@&#8203;Beme99](https://redirect.github.com/Beme99))
- docs: Grafana 11.4 for manual install on FreeBSD
([#&#8203;4474](https://redirect.github.com/teslamate-org/teslamate/issues/4474)
- [@&#8203;swiffer](https://redirect.github.com/swiffer))
- doc: Fixing typo for sensor psi calculation
([#&#8203;4470](https://redirect.github.com/teslamate-org/teslamate/issues/4470)
- [@&#8203;Phazz](https://redirect.github.com/Phazz))
- doc: Simplify Home Assistant sensors, add device_class to allow
changing measurement units
([#&#8203;4472](https://redirect.github.com/teslamate-org/teslamate/issues/4472)
- [@&#8203;longzheng](https://redirect.github.com/longzheng))
- docs: add reindexing instructions for database maintenance to improve
performance in case of index bloat due to frequent updates or deletions
([#&#8203;4558](https://redirect.github.com/teslamate-org/teslamate/issues/4558)
and
[#&#8203;4574](https://redirect.github.com/teslamate-org/teslamate/issues/4574)
- [@&#8203;jheredianet](https://redirect.github.com/jheredianet))
- docs: Update projects using TeslaMate
([#&#8203;4573](https://redirect.github.com/teslamate-org/teslamate/issues/4573)
- [@&#8203;jheredianet](https://redirect.github.com/jheredianet))
- docs: fix and rearrange screenshot links (alphabetical)
([#&#8203;4580](https://redirect.github.com/teslamate-org/teslamate/issues/4580)
- [@&#8203;swiffer](https://redirect.github.com/swiffer))
- docs: enhance TeslaFi import documentation with updated Python script
for bulk data export
([#&#8203;4575](https://redirect.github.com/teslamate-org/teslamate/issues/4575)
- [@&#8203;TheLinuxGuy](https://redirect.github.com/TheLinuxGuy) and
[@&#8203;JakobLichterfeld](https://redirect.github.com/JakobLichterfeld))
- docs: add Entity Relationship Model section to development
documentation
([#&#8203;4586](https://redirect.github.com/teslamate-org/teslamate/issues/4586)
- [@&#8203;DrMichael](https://redirect.github.com/DrMichael) and
[@&#8203;JakobLichterfeld](https://redirect.github.com/JakobLichterfeld))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-03-31 09:10:32 +02:00
TrueCharts BotandGitHub de8ee2786e chore(helm): update image docker.io/ronivay/xen-orchestra 5.174.0 → 5.175.0 (#33776)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/ronivay/xen-orchestra | minor | `a55fefc` -> `2487617` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-03-31 08:58:03 +02:00
TrueCharts BotandGitHub 996183668c chore(helm): update image docker.io/haveagitgat/tdarr_node 2.36.01 → 2.37.01 (#33774) 2025-03-31 08:57:53 +02:00
TrueCharts BotandGitHub 88b833d588 chore(helm): update image docker.io/haveagitgat/tdarr 2.36.01 → 2.37.01 (#33773)
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 | `ad1e528` -> `5b15acb` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-03-31 08:57:46 +02:00
TrueCharts BotandGitHub 7937fb95e2 chore(helm): update image docker.io/ghostfolio/ghostfolio 2.148.0 → 2.149.0 (#33772)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio)
| minor | `d3de758` -> `38c0f2d` |

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.149.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21490---2025-03-30)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.148.0...2.149.0)

##### Added

- Added support for changing the asset profile identifier (`dataSource`
and `symbol`) in the asset profile details dialog of the admin control
panel (experimental)
-   Set up the terms of service for the *Ghostfolio* SaaS (cloud)

##### Changed

- Improved the static portfolio analysis rule: Emergency fund setup by
supporting assets
- Restricted the historical market data gathering to active asset
profiles
-   Improved the language localization for German (`de`)
-   Upgraded `Nx` from version `20.5.0` to `20.6.4`

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-03-31 08:57:44 +02:00
TrueCharts BotandGitHub f94fd9975a chore(helm): update image ghcr.io/hotio/whisparr v3-3.0.0.925 → v3-3.0.0.926 (#33771)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/hotio/whisparr](https://hotio.dev/containers/whisparr)
([source](https://redirect.github.com/hotio/whisparr)) | patch |
`f0eab21` -> `5952605` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-31 08:57:08 +02:00
TrueCharts BotandGitHub 82adb3e477 chore(helm): update image docker.io/wiserain/flexget 3.15.29 → 3.15.30 (#33770)
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
| `bfefc7f` -> `04d068b` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-31 08:56:52 +02:00
TrueCharts BotandGitHub 2555e84fd6 chore(helm): update image docker.io/semaphoreui/semaphore v2.13.2 → v2.13.3 (#33769)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/semaphoreui/semaphore](https://redirect.github.com/semaphoreui/semaphore)
| patch | `a24114a` -> `02a8d53` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>semaphoreui/semaphore
(docker.io/semaphoreui/semaphore)</summary>

###
[`v2.13.3`](https://redirect.github.com/semaphoreui/semaphore/releases/tag/v2.13.3)

[Compare
Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.13.2...v2.13.3)

#### Bugfixes

-   Support `requirements.yml` in repository root.
-   Saving options for Postgres.

#### What's Changed

- chore(deps): update dependency chai to v5.2.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/semaphoreui/semaphore/pull/2839](https://redirect.github.com/semaphoreui/semaphore/pull/2839)
- fix(deps): update dependency core-js to v3.41.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/semaphoreui/semaphore/pull/2842](https://redirect.github.com/semaphoreui/semaphore/pull/2842)
- chore(deps): update dependency prettier to v3.5.3 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/semaphoreui/semaphore/pull/2840](https://redirect.github.com/semaphoreui/semaphore/pull/2840)
- fix(deps): update module github.com/go-sql-driver/mysql to v1.9.1 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/semaphoreui/semaphore/pull/2844](https://redirect.github.com/semaphoreui/semaphore/pull/2844)
- fix(deps): update module github.com/spf13/cobra to v1.9.1 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/semaphoreui/semaphore/pull/2845](https://redirect.github.com/semaphoreui/semaphore/pull/2845)
- chore(deps): update dependency eslint-config-prettier to v10 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/semaphoreui/semaphore/pull/2850](https://redirect.github.com/semaphoreui/semaphore/pull/2850)
- support previous root collections & roles. by
[@&#8203;svennd](https://redirect.github.com/svennd) in
[https://github.com/semaphoreui/semaphore/pull/2687](https://redirect.github.com/semaphoreui/semaphore/pull/2687)
- chore(deps): update dependency openai to v4.89.1 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/semaphoreui/semaphore/pull/2855](https://redirect.github.com/semaphoreui/semaphore/pull/2855)
- chore(deps): update dependency nyc to v17 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/semaphoreui/semaphore/pull/2856](https://redirect.github.com/semaphoreui/semaphore/pull/2856)

#### New Contributors

- [@&#8203;svennd](https://redirect.github.com/svennd) made their first
contribution in
[https://github.com/semaphoreui/semaphore/pull/2687](https://redirect.github.com/semaphoreui/semaphore/pull/2687)

**Full Changelog**:
https://github.com/semaphoreui/semaphore/compare/v2.13.2...v2.13.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-31 08:56:23 +02:00
TrueCharts BotandGitHub a45a371411 chore(helm): update image docker.io/renovate/renovate 39.219.2 → 39.219.3 (#33768) 2025-03-31 08:55:41 +02:00
TrueCharts BotandGitHub e8eb850073 chore(helm): update image docker.io/privoce/vocechat-server v0.4.2 → v0.4.3 (#33767)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/privoce/vocechat-server | patch | `fb4c83c` -> `6c0e207` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-31 08:55:38 +02:00
TrueCharts BotandGitHub 02686ee807 chore(helm): update image docker.io/openhab/openhab 4.3.3 → 4.3.4 (#33766)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/openhab/openhab](https://www.openhab.org/)
([source](https://redirect.github.com/openhab/openhab-docker)) | patch |
`c097fea` -> `18b88d0` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-31 08:54:53 +02:00
TrueCharts BotandGitHub 5201b43655 chore(helm): update image docker.io/aceberg/watchyourlan 2.1.1 → 2.1.2 (#33763)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/aceberg/watchyourlan | patch | `e58b3fc` -> `a78d41f` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-31 08:54:33 +02:00
TrueCharts BotandGitHub 0c976c540f chore(helm): update image docker.io/brandawg93/peanut 5.6.0 → 5.6.1 (#33764)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/brandawg93/peanut](https://redirect.github.com/Brandawg93/PeaNUT)
| patch | `19f64af` -> `9a39ee5` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>Brandawg93/PeaNUT (docker.io/brandawg93/peanut)</summary>

###
[`v5.6.1`](https://redirect.github.com/Brandawg93/PeaNUT/releases/tag/v5.6.1)

[Compare
Source](https://redirect.github.com/Brandawg93/PeaNUT/compare/v5.6.0...v5.6.1)

#### What's Changed

- Package updates by
[@&#8203;Brandawg93](https://redirect.github.com/Brandawg93) in
[https://github.com/Brandawg93/PeaNUT/pull/204](https://redirect.github.com/Brandawg93/PeaNUT/pull/204)
- Bump actions/setup-node from 4.2.0 to 4.3.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Brandawg93/PeaNUT/pull/208](https://redirect.github.com/Brandawg93/PeaNUT/pull/208)
- More unit tests by
[@&#8203;Brandawg93](https://redirect.github.com/Brandawg93) in
[https://github.com/Brandawg93/PeaNUT/pull/209](https://redirect.github.com/Brandawg93/PeaNUT/pull/209)
- Sonarqube fixes by
[@&#8203;Brandawg93](https://redirect.github.com/Brandawg93) in
[https://github.com/Brandawg93/PeaNUT/pull/210](https://redirect.github.com/Brandawg93/PeaNUT/pull/210)
- Fix when device is unplugged by
[@&#8203;Brandawg93](https://redirect.github.com/Brandawg93) in
[https://github.com/Brandawg93/PeaNUT/pull/212](https://redirect.github.com/Brandawg93/PeaNUT/pull/212)
- Update TailwindCSS by
[@&#8203;Brandawg93](https://redirect.github.com/Brandawg93) in
[https://github.com/Brandawg93/PeaNUT/pull/216](https://redirect.github.com/Brandawg93/PeaNUT/pull/216)

**Full Changelog**:
https://github.com/Brandawg93/PeaNUT/compare/v5.6.0...v5.6.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-31 08:53:41 +02:00
TrueCharts BotandGitHub 685eb1245c chore(helm): update image ghcr.io/hotio/cloudflareddns digest to b2185b0 (#33762)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/hotio/cloudflareddns | digest | `5a2b98c` -> `b2185b0` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-31 08:53:18 +02:00
TrueCharts BotandGitHub f4ab5771e1 chore(helm): update image docker.io/mbentley/omada-controller digest to f724843 (#33760)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/mbentley/omada-controller](https://redirect.github.com/mbentley/docker-omada-controller)
| digest | `01f7741` -> `f724843` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-31 08:51:02 +02:00
TrueCharts BotandGitHub 04a6476761 chore(helm): update image docker.io/lmscommunity/lyrionmusicserver digest to ce0e859 (#33759)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/lmscommunity/lyrionmusicserver | digest | `1b759bd` ->
`ce0e859` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-31 08:49:58 +02:00
TrueCharts BotandGitHub 32f710c8e4 chore(helm): update image docker.io/jgraph/drawio digest to 038e614 (#33758)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/jgraph/drawio](https://www.drawio.com)
([source](https://redirect.github.com/jgraph/docker-drawio)) | digest |
`f349ab7` -> `038e614` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-31 08:49:32 +02:00
TrueCharts BotandGitHub df1c8a7da1 chore(helm): update image docker.io/alpine/socat digest to 16b584a (#33757)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/alpine/socat | digest | `0ebad2c` -> `16b584a` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-31 08:47:27 +02:00
TrueCharts BotandGitHub c837d7f2d7 chore(helm): update image ghcr.io/hotio/whisparr v3-3.0.0.918 → v3-3.0.0.925 (#33756)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/hotio/whisparr](https://hotio.dev/containers/whisparr)
([source](https://redirect.github.com/hotio/whisparr)) | patch |
`bb7accf` -> `f0eab21` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-31 02:34:39 +02:00
TrueCharts BotandGitHub 872e4e3b91 chore(helm): update image docker.io/searxng/searxng digest to 1625cb9 (#33755)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/searxng/searxng | digest | `cb56cfb` -> `1625cb9` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-31 02:34:25 +02:00
TrueCharts BotandGitHub 2c13aad43f chore(helm): update image ghcr.io/home-operations/sabnzbd 4.4.1 → 4.5.0 (#33754) 2025-03-30 20:20:24 +02:00
TrueCharts BotandGitHub c259e1472d chore(helm): update image ghcr.io/carlreid/streammaster 0.12.0 → 0.13.0 (#33753)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/carlreid/streammaster](https://hub.docker.com/r/carlreid/streammaster/)
([source](https://redirect.github.com/carlreid/StreamMaster)) | minor |
`bc12d13` -> `84f4edf` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>carlreid/StreamMaster (ghcr.io/carlreid/streammaster)</summary>

###
[`v0.13.0`](https://redirect.github.com/carlreid/StreamMaster/blob/HEAD/CHANGELOG.md#0130-2025-03-30)

[Compare
Source](https://redirect.github.com/carlreid/StreamMaster/compare/v0.12.0...v0.13.0)

##### Bug Fixes

- Remove debug log message
([4435801](https://redirect.github.com/carlreid/StreamMaster/commit/443580116bf6ca5c209d77491a4ce33c1e1597a4))
- Use `Release` version
([2fe37db](https://redirect.github.com/carlreid/StreamMaster/commit/2fe37db654f3c724922fef18a16221b9eb658520))

##### Features

- Give credit to contributors
([96b90c6](https://redirect.github.com/carlreid/StreamMaster/commit/96b90c6897e367a90d379d582f98deec9f160118))
- Video player fallback to hls/mpegts
([ba8c87e](https://redirect.github.com/carlreid/StreamMaster/commit/ba8c87e1b8ebc35d3b601b71bede7991e90bc3a7))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-03-30 20:20:09 +02:00
TrueCharts BotandGitHub c5579bc1a6 chore(helm): update image ghcr.io/pi-hole/pihole 2025.03.0 → 2025.03.1 (#33752)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/pi-hole/pihole](https://redirect.github.com/pi-hole/docker-pi-hole)
| patch | `6c872c3` -> `c874ed4` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>pi-hole/docker-pi-hole (ghcr.io/pi-hole/pihole)</summary>

###
[`v2025.03.1`](https://redirect.github.com/pi-hole/docker-pi-hole/releases/tag/2025.03.1)

[Compare
Source](https://redirect.github.com/pi-hole/docker-pi-hole/compare/2025.03.0...2025.03.1)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed (Docker Specific)

- **Prevent container from starting on old versions of docker due to
incompatibility with newer versions of alpine by
[@&#8203;LizenzFass78851](https://redirect.github.com/LizenzFass78851)
in
[https://github.com/pi-hole/docker-pi-hole/pull/1794](https://redirect.github.com/pi-hole/docker-pi-hole/pull/1794)**
- Add bash-completion package by
[@&#8203;casperklein](https://redirect.github.com/casperklein) in
[https://github.com/pi-hole/docker-pi-hole/pull/1787](https://redirect.github.com/pi-hole/docker-pi-hole/pull/1787)
- Set day of week for gravity update to be the same as bare metal
install by
[@&#8203;mwoolweaver](https://redirect.github.com/mwoolweaver) in
[https://github.com/pi-hole/docker-pi-hole/pull/1788](https://redirect.github.com/pi-hole/docker-pi-hole/pull/1788)
- Update note RE: Blank passwords by
[@&#8203;PromoFaux](https://redirect.github.com/PromoFaux) in
[https://github.com/pi-hole/docker-pi-hole/pull/1778](https://redirect.github.com/pi-hole/docker-pi-hole/pull/1778)

#### New Contributors

- [@&#8203;mwoolweaver](https://redirect.github.com/mwoolweaver) made
their first contribution in
[https://github.com/pi-hole/docker-pi-hole/pull/1788](https://redirect.github.com/pi-hole/docker-pi-hole/pull/1788)
- [@&#8203;LizenzFass78851](https://redirect.github.com/LizenzFass78851)
made their first contribution in
[https://github.com/pi-hole/docker-pi-hole/pull/1794](https://redirect.github.com/pi-hole/docker-pi-hole/pull/1794)

**Full Changelog**:
https://github.com/pi-hole/docker-pi-hole/compare/2025.03.0...2025.03.1

***

Also contains core component updates:

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed (FTL v6.1)

- The domain pi.hole should be fully local by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2331](https://redirect.github.com/pi-hole/FTL/pull/2331)
- Add total CPU % to /info/system endpoint by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2297](https://redirect.github.com/pi-hole/FTL/pull/2297)
- Do not read empty values from versions file. Use null instead by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2335](https://redirect.github.com/pi-hole/FTL/pull/2335)
- Ensure proper shutdown when crashing in a thread by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2332](https://redirect.github.com/pi-hole/FTL/pull/2332)
- README.md: switch to the SVG logos by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/FTL/pull/2344](https://redirect.github.com/pi-hole/FTL/pull/2344)
- Allow newlines in env vars as separator by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2346](https://redirect.github.com/pi-hole/FTL/pull/2346)
- Update npm dependencies by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/FTL/pull/2342](https://redirect.github.com/pi-hole/FTL/pull/2342)
- Fix unlocking warning in /api/history/clients by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2351](https://redirect.github.com/pi-hole/FTL/pull/2351)
- Increase restrictions on POST /api/teleporter by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2352](https://redirect.github.com/pi-hole/FTL/pull/2352)
- Use keep-alive by [@&#8203;DL6ER](https://redirect.github.com/DL6ER)
in
[https://github.com/pi-hole/FTL/pull/2357](https://redirect.github.com/pi-hole/FTL/pull/2357)
- Change default file serving behavior **possibly breaking** by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2355](https://redirect.github.com/pi-hole/FTL/pull/2355)
- Add new special permitted upstream filter for Query Log by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2345](https://redirect.github.com/pi-hole/FTL/pull/2345)
- Fix typo in json_macros.h for HTTP Status Code body return check by
[@&#8203;Gabriel-H4](https://redirect.github.com/Gabriel-H4) in
[https://github.com/pi-hole/FTL/pull/2338](https://redirect.github.com/pi-hole/FTL/pull/2338)
- API validation: update CI by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/FTL/pull/2341](https://redirect.github.com/pi-hole/FTL/pull/2341)
- Do not overwrite externally given MAKEFLAGS if set by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2360](https://redirect.github.com/pi-hole/FTL/pull/2360)
- Default-off 0x20 encoding by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2365](https://redirect.github.com/pi-hole/FTL/pull/2365)
- Simplify overTime processing by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2353](https://redirect.github.com/pi-hole/FTL/pull/2353)
- Tweak API documentation for /docs by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2337](https://redirect.github.com/pi-hole/FTL/pull/2337)
- Add Discovery of Designated Resolvers special zone blocking by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2315](https://redirect.github.com/pi-hole/FTL/pull/2315)
- Still save clients when database.maxDBdays is 0 by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2367](https://redirect.github.com/pi-hole/FTL/pull/2367)
- Add new Lua function pihole.format_path() by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2370](https://redirect.github.com/pi-hole/FTL/pull/2370)
- Do not update webserver.threads in-place by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2368](https://redirect.github.com/pi-hole/FTL/pull/2368)
- Update embedded dnsmasq to v2.91rc6 by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2374](https://redirect.github.com/pi-hole/FTL/pull/2374)
- Also set Expires= property for deleted cookies by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2336](https://redirect.github.com/pi-hole/FTL/pull/2336)
- Fix docs for lists batchDelete by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2379](https://redirect.github.com/pi-hole/FTL/pull/2379)
- Update dnsmasq tag to 2.91 by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2380](https://redirect.github.com/pi-hole/FTL/pull/2380)
- Allow prefix multiplexing behind reverse proxy by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/2319](https://redirect.github.com/pi-hole/FTL/pull/2319)
- NTP - Provide correct stratum to clients by
[@&#8203;rrobgill](https://redirect.github.com/rrobgill) in
[https://github.com/pi-hole/FTL/pull/2386](https://redirect.github.com/pi-hole/FTL/pull/2386)
- Set X-DNS-Prefetch-Control header by
[@&#8203;yubiuser](https://redirect.github.com/yubiuser) in
[https://github.com/pi-hole/FTL/pull/2396](https://redirect.github.com/pi-hole/FTL/pull/2396)

#### New Contributors

- [@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) made their
first contribution in
[https://github.com/pi-hole/FTL/pull/2344](https://redirect.github.com/pi-hole/FTL/pull/2344)
- [@&#8203;Gabriel-H4](https://redirect.github.com/Gabriel-H4) made
their first contribution in
[https://github.com/pi-hole/FTL/pull/2338](https://redirect.github.com/pi-hole/FTL/pull/2338)

**Full Changelog**: https://github.com/pi-hole/FTL/compare/v6.0.4...v6.1

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed (Web v6.1)

- Fix typo in DHCP settings page by
[@&#8203;alexwhitman](https://redirect.github.com/alexwhitman) in
[https://github.com/pi-hole/web/pull/3279](https://redirect.github.com/pi-hole/web/pull/3279)
- Live long and prosper by
[@&#8203;PromoFaux](https://redirect.github.com/PromoFaux) in
[https://github.com/pi-hole/web/pull/3280](https://redirect.github.com/pi-hole/web/pull/3280)
- Fix CPU% by [@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/web/pull/3262](https://redirect.github.com/pi-hole/web/pull/3262)
- Fix top lists links on the dashboard by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/web/pull/3283](https://redirect.github.com/pi-hole/web/pull/3283)
- Improve HTTPS detection behind reverse proxy by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/web/pull/3285](https://redirect.github.com/pi-hole/web/pull/3285)
- Improve CodeQL action by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/web/pull/3289](https://redirect.github.com/pi-hole/web/pull/3289)
- package.json: properly configure xo and postcss by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/web/pull/3248](https://redirect.github.com/pi-hole/web/pull/3248)
- Set default values for each property of `versions` object by
[@&#8203;rdwebdesign](https://redirect.github.com/rdwebdesign) in
[https://github.com/pi-hole/web/pull/3268](https://redirect.github.com/pi-hole/web/pull/3268)
- Fix the text and icon used to report end-to-end encryption status
(TLS/SSL) on the top menu by
[@&#8203;rdwebdesign](https://redirect.github.com/rdwebdesign) in
[https://github.com/pi-hole/web/pull/3288](https://redirect.github.com/pi-hole/web/pull/3288)
- .gitattributes: enforce LF by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/web/pull/3282](https://redirect.github.com/pi-hole/web/pull/3282)
- Sort IPv4 before IPv6 addresses on the network overview by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/web/pull/3286](https://redirect.github.com/pi-hole/web/pull/3286)
- Add missing img dimensions by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/web/pull/3294](https://redirect.github.com/pi-hole/web/pull/3294)
- Sort interfaces by [@&#8203;DL6ER](https://redirect.github.com/DL6ER)
in
[https://github.com/pi-hole/web/pull/3284](https://redirect.github.com/pi-hole/web/pull/3284)
- Remove the obsolete `X-UA-Compatible` meta tag by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/web/pull/3305](https://redirect.github.com/pi-hole/web/pull/3305)
- logout.js: add missing preventDefault call by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/web/pull/3301](https://redirect.github.com/pi-hole/web/pull/3301)
- Switch to Font Awesome CSS by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/web/pull/3300](https://redirect.github.com/pi-hole/web/pull/3300)
- Ran autoprefixer by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/web/pull/3246](https://redirect.github.com/pi-hole/web/pull/3246)
- `testpr`: run prefix script too by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/web/pull/3307](https://redirect.github.com/pi-hole/web/pull/3307)
- Updated run gravity message when importing config in Teleporter by
[@&#8203;jmui](https://redirect.github.com/jmui) in
[https://github.com/pi-hole/web/pull/3312](https://redirect.github.com/pi-hole/web/pull/3312)
- Fix a few CodeQL issues by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/web/pull/3290](https://redirect.github.com/pi-hole/web/pull/3290)
- Remove trailing slash from void elements by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/web/pull/3315](https://redirect.github.com/pi-hole/web/pull/3315)
- sidebar: fix missing span end-closing tags by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/web/pull/3316](https://redirect.github.com/pi-hole/web/pull/3316)
- Fix stray `-` by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/web/pull/3318](https://redirect.github.com/pi-hole/web/pull/3318)
- Fix issues found in LCARS theme after recent changes in CSS and HTML
by [@&#8203;rdwebdesign](https://redirect.github.com/rdwebdesign) in
[https://github.com/pi-hole/web/pull/3327](https://redirect.github.com/pi-hole/web/pull/3327)
- Remove a few unused CSS rules from pi-hole.css and LCARS theme by
[@&#8203;rdwebdesign](https://redirect.github.com/rdwebdesign) in
[https://github.com/pi-hole/web/pull/3329](https://redirect.github.com/pi-hole/web/pull/3329)
- Update browserslistc by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/web/pull/3322](https://redirect.github.com/pi-hole/web/pull/3322)
- Use `em` instead of `i` and `strong` instead of `b` by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/web/pull/3321](https://redirect.github.com/pi-hole/web/pull/3321)
- Update fonts by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/web/pull/3309](https://redirect.github.com/pi-hole/web/pull/3309)
- Add missing rel="noopener" for external links by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/web/pull/3333](https://redirect.github.com/pi-hole/web/pull/3333)
- Allow path prefix multiplexing the dashboard and API by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/web/pull/3269](https://redirect.github.com/pi-hole/web/pull/3269)
- login.lp: remove mention of sudo by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/web/pull/3334](https://redirect.github.com/pi-hole/web/pull/3334)
- Refactor assets loading by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/web/pull/3295](https://redirect.github.com/pi-hole/web/pull/3295)
- queries: switch to a real `button` by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/web/pull/3339](https://redirect.github.com/pi-hole/web/pull/3339)
- Logout: fix redirect by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/web/pull/3304](https://redirect.github.com/pi-hole/web/pull/3304)
- sidebar: switch to a real button by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/web/pull/3342](https://redirect.github.com/pi-hole/web/pull/3342)
- parseQueryString: switch to URLSearchParams and remove unused param by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/web/pull/3340](https://redirect.github.com/pi-hole/web/pull/3340)
- Queries: user fieldtext directly by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/web/pull/3343](https://redirect.github.com/pi-hole/web/pull/3343)
- Queries: escape querystatus.fieldtext by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/web/pull/3348](https://redirect.github.com/pi-hole/web/pull/3348)
- Fix typo in advanced DNS help text by
[@&#8203;yubiuser](https://redirect.github.com/yubiuser) in
[https://github.com/pi-hole/web/pull/3350](https://redirect.github.com/pi-hole/web/pull/3350)
- Set an upper limit on the number of rows returned for the query log by
[@&#8203;PromoFaux](https://redirect.github.com/PromoFaux) in
[https://github.com/pi-hole/web/pull/3346](https://redirect.github.com/pi-hole/web/pull/3346)
- Use pretty URLs when possible by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/web/pull/3351](https://redirect.github.com/pi-hole/web/pull/3351)
- Use modernized waitMe plugin by
[@&#8203;yubiuser](https://redirect.github.com/yubiuser) in
[https://github.com/pi-hole/web/pull/3213](https://redirect.github.com/pi-hole/web/pull/3213)
- Query Log: Add QUERY_EXTERNAL_BLOCKED_EDE15 rules by
[@&#8203;DL6ER](https://redirect.github.com/DL6ER) in
[https://github.com/pi-hole/web/pull/3347](https://redirect.github.com/pi-hole/web/pull/3347)
- index: remove useless empty title attributes by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/web/pull/3352](https://redirect.github.com/pi-hole/web/pull/3352)
- Remove `meta http-equiv="cache-control"` by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/web/pull/3353](https://redirect.github.com/pi-hole/web/pull/3353)
- Regenerate package-lock.json with npm 10.9 by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/web/pull/3356](https://redirect.github.com/pi-hole/web/pull/3356)

#### New Contributors

- [@&#8203;alexwhitman](https://redirect.github.com/alexwhitman) made
their first contribution in
[https://github.com/pi-hole/web/pull/3279](https://redirect.github.com/pi-hole/web/pull/3279)
- [@&#8203;jmui](https://redirect.github.com/jmui) made their first
contribution in
[https://github.com/pi-hole/web/pull/3312](https://redirect.github.com/pi-hole/web/pull/3312)

**Full Changelog**: https://github.com/pi-hole/web/compare/v6.0.2...v6.1

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed (Core v.6.0.6)

- README.md: switch to the SVG logo by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/pi-hole/pull/6052](https://redirect.github.com/pi-hole/pi-hole/pull/6052)
- version.sh: fix typo in comment by
[@&#8203;XhmikosR](https://redirect.github.com/XhmikosR) in
[https://github.com/pi-hole/pi-hole/pull/6056](https://redirect.github.com/pi-hole/pi-hole/pull/6056)
- Add trailing / when changing ownership of /etc/pihole by
[@&#8203;casperklein](https://redirect.github.com/casperklein) in
[https://github.com/pi-hole/pi-hole/pull/6057](https://redirect.github.com/pi-hole/pi-hole/pull/6057)
- Add 2FA handling to api.sh by
[@&#8203;yubiuser](https://redirect.github.com/yubiuser) in
[https://github.com/pi-hole/pi-hole/pull/6065](https://redirect.github.com/pi-hole/pi-hole/pull/6065)
- Create webserver.log on FTL startup by
[@&#8203;yubiuser](https://redirect.github.com/yubiuser) in
[https://github.com/pi-hole/pi-hole/pull/6051](https://redirect.github.com/pi-hole/pi-hole/pull/6051)
- Remove WEB_CALL from COL_TABLE by
[@&#8203;yubiuser](https://redirect.github.com/yubiuser) in
[https://github.com/pi-hole/pi-hole/pull/6062](https://redirect.github.com/pi-hole/pi-hole/pull/6062)
- revert
[#&#8203;6030](https://redirect.github.com/pi-hole/docker-pi-hole/issues/6030)
in preparation for docker-pi-hole
[#&#8203;1794](https://redirect.github.com/pi-hole/docker-pi-hole/issues/1794)
by [@&#8203;mwoolweaver](https://redirect.github.com/mwoolweaver) in
[https://github.com/pi-hole/pi-hole/pull/6086](https://redirect.github.com/pi-hole/pi-hole/pull/6086)

#### New Contributors

- [@&#8203;casperklein](https://redirect.github.com/casperklein) made
their first contribution in
[https://github.com/pi-hole/pi-hole/pull/6057](https://redirect.github.com/pi-hole/pi-hole/pull/6057)

**Full Changelog**:
https://github.com/pi-hole/pi-hole/compare/v6.0.5...v6.0.6

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-30 20:19:53 +02:00
TrueCharts BotandGitHub 0e1b383279 chore(helm): update image ghcr.io/elfhosted/comet v2.4.1 → v2.4.3 (#33751) 2025-03-30 20:19:49 +02:00
TrueCharts BotandGitHub 7fe32d0736 chore(helm): update image docker.io/machines/filestash digest to 1742870 (#33749)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/machines/filestash | digest | `093df72` -> `1742870` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-30 20:19:02 +02:00
TrueCharts BotandGitHub 5121a65808 chore(helm): update image docker.io/diygod/rsshub digest to bca0cf1 (#33748)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/diygod/rsshub | digest | `1f9e515` -> `bca0cf1` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-30 20:18:53 +02:00
TrueCharts BotandGitHub 70752b6257 chore(flux): update image jackett 23.3.57 → 23.3.58 (#33750)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jackett](https://truecharts.org/charts/stable/jackett)
([source](https://ghcr.io/elfhosted/jackett)) | patch | `23.3.57` ->
`23.3.58` |

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-30 20:10:56 +02:00
TrueCharts BotandGitHub c0207da08d chore(helm): update image ghcr.io/home-operations/radarr 5.21.1.9799 → 5.22.0.9808 (#33747) 2025-03-30 14:26:15 +02:00
TrueCharts BotandGitHub e151dadda5 chore(helm): update image ghcr.io/elfhosted/readarr-develop 0.4.12.2753 → 0.4.13.2760 (#33744) 2025-03-30 14:26:13 +02:00
TrueCharts BotandGitHub a77f729401 chore(helm): update image ghcr.io/elfhosted/jackett 0.22.1705 → 0.22.1709 (#33743) 2025-03-30 14:26:06 +02:00