From e7c419a353199e36fa28dbaee9f7a2ada6aa5736 Mon Sep 17 00:00:00 2001 From: ivanch Date: Sun, 20 Sep 2026 15:35:18 +0000 Subject: [PATCH] Update ghcr.io/henrygd/beszel/beszel Docker tag to v0.20.0 (#14) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/henrygd/beszel/beszel](https://github.com/henrygd/beszel) | minor | `0.19.0` → `0.20.0` | --- ### Release Notes
henrygd/beszel (ghcr.io/henrygd/beszel/beszel) ### [`v0.20.0`](https://github.com/henrygd/beszel/releases/tag/v0.20.0) [Compare Source](https://github.com/henrygd/beszel/compare/v0.19.0...v0.20.0) #### What's Changed - Add network monitoring from agents ([#​2266](https://github.com/henrygd/beszel/issues/2266), [#​1911](https://github.com/henrygd/beszel/issues/1911)) - Add container image update available flag ([#​2211](https://github.com/henrygd/beszel/issues/2211)) - Add btrfs filesystem reporting as storage pools ([#​2315](https://github.com/henrygd/beszel/issues/2315)) - Add persistence of view preferences and language to user settings ([#​1831](https://github.com/henrygd/beszel/issues/1831)) - Add `TRUSTED_PROXY_IPS` allowlist for `TRUSTED_AUTH_HEADER` ([#​2327](https://github.com/henrygd/beszel/issues/2327)) - Add ZFS utilities to Intel and NVIDIA agent images ([#​2288](https://github.com/henrygd/beszel/issues/2288), [#​2311](https://github.com/henrygd/beszel/issues/2311)) - Revert SMART warnings for certain attributes ([#​2296](https://github.com/henrygd/beszel/issues/2296), [#​2308](https://github.com/henrygd/beszel/issues/2308), [#​2347](https://github.com/henrygd/beszel/issues/2347)) - Improve NVMe data units display as human-readable GB/TB ([#​2303](https://github.com/henrygd/beszel/issues/2303)) - Fix agent disconnects during slow collections by extending WebSocket deadline ([#​2294](https://github.com/henrygd/beszel/issues/2294)) - Fix missing root CA certificates in base agent image ([#​2291](https://github.com/henrygd/beszel/issues/2291)) - Fix false RAID health warnings during healthy data scrubbing ([#​2109](https://github.com/henrygd/beszel/issues/2109)) - Fix ZFS monitoring when /dev/zfs is unavailable ([#​2325](https://github.com/henrygd/beszel/issues/2325)) - Fix spurious `HUB_URL` warning in SSH-only mode ([#​2316](https://github.com/henrygd/beszel/issues/2316)) - Fix idle GPU utilization display in systems table ([#​2312](https://github.com/henrygd/beszel/issues/2312)) - Fix session handling to clear auth store after token expiry ([#​2310](https://github.com/henrygd/beszel/issues/2310)) - Fix chart history handling when switching to live charts ([#​2333](https://github.com/henrygd/beszel/issues/2333)) - Update Go dependencies #### New Contributors - [@​arnolicious](https://github.com/arnolicious) made their first contribution in [#​2288](https://github.com/henrygd/beszel/pull/2288) - [@​matth3wdsouza](https://github.com/matth3wdsouza) made their first contribution in [#​2303](https://github.com/henrygd/beszel/pull/2303) - [@​anaisbetts](https://github.com/anaisbetts) made their first contribution in [#​2315](https://github.com/henrygd/beszel/pull/2315) - [@​brunob45](https://github.com/brunob45) made their first contribution in [#​2211](https://github.com/henrygd/beszel/pull/2211) - [@​ChangkeunJ](https://github.com/ChangkeunJ) made their first contribution in [#​2333](https://github.com/henrygd/beszel/pull/2333) - [@​rajtslegr](https://github.com/rajtslegr) made their first contribution in [#​2328](https://github.com/henrygd/beszel/pull/2328) - [@​jmrplens](https://github.com/jmrplens) made their first contribution in [#​2327](https://github.com/henrygd/beszel/pull/2327) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). --------- Co-authored-by: Renovate Bot Reviewed-on: https://git.ivanch.me/ivanch/haven/pulls/14 --- apps/infra/beszel.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/infra/beszel.yaml b/apps/infra/beszel.yaml index 5ff246a..b28433c 100644 --- a/apps/infra/beszel.yaml +++ b/apps/infra/beszel.yaml @@ -26,7 +26,7 @@ spec: - amd64 containers: - name: beszel - image: ghcr.io/henrygd/beszel/beszel:0.19.0 + image: ghcr.io/henrygd/beszel/beszel:0.20.0 ports: - containerPort: 8090 name: beszel-port