fix(blocky): update image ghcr.io/0xerr0r/blocky v0.32.0 → v0.32.1 (#49305)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/0xerr0r/blocky](https://redirect.github.com/0xERR0R/blocky) |
patch | `6fddc6f` → `19d856a` |

---

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

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

---

### Release Notes

<details>
<summary>0xERR0R/blocky (ghcr.io/0xerr0r/blocky)</summary>

###
[`v0.32.1`](https://redirect.github.com/0xERR0R/blocky/releases/tag/v0.32.1)

[Compare
Source](https://redirect.github.com/0xERR0R/blocky/compare/v0.32.0...v0.32.1)

#### Changelog

##### Bug fixes

-
[`d3a1fe5`](https://redirect.github.com/0xERR0R/blocky/commit/d3a1fe57d5ee70b3c573f2bcade0556957f0a028):
fix(dnssec): don't cache transient Indeterminate validation results
([#&#8203;2120](https://redirect.github.com/0xERR0R/blocky/issues/2120))
([#&#8203;2127](https://redirect.github.com/0xERR0R/blocky/issues/2127))
([@&#8203;0xERR0R](https://redirect.github.com/0xERR0R))
-
[`fc353a0`](https://redirect.github.com/0xERR0R/blocky/commit/fc353a009230735e20888e08e373ad88f4bc15bb):
fix(dnssec): only validate public-upstream answers
([#&#8203;2126](https://redirect.github.com/0xERR0R/blocky/issues/2126))
([#&#8203;2128](https://redirect.github.com/0xERR0R/blocky/issues/2128))
([@&#8203;0xERR0R](https://redirect.github.com/0xERR0R))
-
[`53cfbda`](https://redirect.github.com/0xERR0R/blocky/commit/53cfbda3399b256527394ef837ce15a6b2007034):
fix(querylog): add loong64 to unsupported list
([#&#8203;2123](https://redirect.github.com/0xERR0R/blocky/issues/2123))
([@&#8203;rtmongold](https://redirect.github.com/rtmongold))

##### Build and dependencies

-
[`cad2480`](https://redirect.github.com/0xERR0R/blocky/commit/cad2480c4ede15165ddfc034cf5cdf3091f1672d):
build(deps): bump actions/checkout from 6 to 7
([#&#8203;2124](https://redirect.github.com/0xERR0R/blocky/issues/2124))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`6ff7db7`](https://redirect.github.com/0xERR0R/blocky/commit/6ff7db7b61202c4e3a7053e67db052f821b4a2b8):
build(deps): bump github.com/moby/moby/api from 1.54.2 to 1.55.0
([#&#8203;2125](https://redirect.github.com/0xERR0R/blocky/issues/2125))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])

***

#### ❤️ Support Blocky

Blocky is free and open source, developed in my spare time — no
telemetry, no ads, no hidden
filtering. If it's useful to you, please consider supporting its
continued development:

[GitHub Sponsors](https://redirect.github.com/sponsors/0xERR0R) ·
[thanks.dev](https://thanks.dev/u/gh/0xERR0R) ·
[Liberapay](https://liberapay.com/spx01) ·
[Ko-fi](https://ko-fi.com/0xerr0r) ·
[PayPal](https://paypal.me/spx01)

Thank you to everyone supporting Blocky! 🙏

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9ibG9ja3kiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
TrueCharts Bot
2026-06-20 14:15:28 +02:00
committed by GitHub
parent 1999c803a9
commit 57157d3f72
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ annotations:
trueforge.org/min_helm_version: "3.14"
trueforge.org/train: stable
apiVersion: v2
appVersion: 0.32.0
appVersion: 0.32.1
dependencies:
- name: common
version: 29.5.3
@@ -46,5 +46,5 @@ sources:
- https://github.com/Mozart409/blocky-frontend
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/blocky
type: application
version: 22.11.1
version: 22.11.2
+1 -1
View File
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=./values.schema.json
image:
repository: ghcr.io/0xerr0r/blocky
tag: v0.32.0@sha256:6fddc6f430221dbbfcbbef23e6913bfa4b84a6757a9715bc4bf783bb3a55a74e
tag: v0.32.1@sha256:19d856a00569f24b6e295d95feec87d2c07c92f4ee60c3bf2324f1e4b5348e97
pullPolicy: IfNotPresent
k8sgatewayImage:
repository: ghcr.io/k8s-gateway/k8s_gateway