Update ghcr.io/henrygd/beszel/beszel Docker tag to v0.18.8 #2

Merged
ivanch merged 1 commits from renovate/ghcr.io-henrygd-beszel-beszel-0.x into main 2026-08-29 18:39:28 +00:00
Owner

This PR contains the following updates:

Package Update Change
ghcr.io/henrygd/beszel/beszel patch 0.18.70.18.8

Release Notes

henrygd/beszel (ghcr.io/henrygd/beszel/beszel)

v0.18.8

Compare Source

What's Changed

  • Add multi-battery monitoring
  • Add Linux fan RPM monitoring (#​2032)
  • Add Intel Arc GPU monitoring through nvtop (#​2020, #​2223)
  • Add CPU and ACPI thermal zone monitoring on FreeBSD (#​2227)
  • Add popup-free OAuth login when OAUTH_DISABLE_POPUP=true (#​2171)
  • Add a :slim NVIDIA agent container image (#​2002, #​2003)
  • Add Intel sysfs GPU power collector (Xe/i915 hwmon energy counters) - #​2020
  • Add ARMv5 and ARMv6 builds, and ARM64 support for the NVIDIA agent image (#​1884, #​2207)
  • Improve mdraid consistency checks (fixes false positives) (#​2067)
  • Improve SMART device detection for shared paths and explicit device type hints (#​2102)
  • Improve agent startup after OPNsense and pfSense reboots (#​2089, #​2214)
  • Improve SSH-pull agent reconnection when connections silently fail (#​2126)
  • Add checksum verification and archive path containment to update process
  • Add public key display to universal token settings (#​2028)
  • Add system theme selection in addition to light/dark mode (#​1903)
  • Add support for showing all IP and port mappings for containers bound to multiple IPs (#​1993)
  • Fix stale SMART records when drives are no longer reported (#​2178)
  • Fix Docker memory charts and container statistics after malformed or backwards Docker counters (#​2027, #​2066, #​2205)
  • Fix memory calculation underflow and Linux battery percentages (#​1978, #​1957)
  • Improve connection source IP detection behind proxies (#​1973)
  • Add EXIT_ON_INITIAL_FAILURE environment variable by @​utafrali in #​1929
  • Allow agent to connect to hub via SOCKS5 proxy by @​marmelo in #​1919
  • Use rfcEmail validator to allow IDN/Punycode email addresses by @​BootstrapperSBL in #​1935
  • Prevent a malformed Docker response from permanently breaking container stats by @​Quadrubo in #​2066
  • Update Go and JavaScript dependencies (fixes Matrix notification issues)
  • Other small fixes and improvements

New Contributors

Full Changelog: https://github.com/henrygd/beszel/compare/v0.18.7...v0.18.8


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.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/henrygd/beszel/beszel](https://github.com/henrygd/beszel) | patch | `0.18.7` → `0.18.8` | --- ### Release Notes <details> <summary>henrygd/beszel (ghcr.io/henrygd/beszel/beszel)</summary> ### [`v0.18.8`](https://github.com/henrygd/beszel/releases/tag/v0.18.8) [Compare Source](https://github.com/henrygd/beszel/compare/v0.18.7...v0.18.8) #### What's Changed - Add multi-battery monitoring - Add Linux fan RPM monitoring ([#&#8203;2032](https://github.com/henrygd/beszel/issues/2032)) - Add Intel Arc GPU monitoring through `nvtop` ([#&#8203;2020](https://github.com/henrygd/beszel/issues/2020), [#&#8203;2223](https://github.com/henrygd/beszel/issues/2223)) - Add CPU and ACPI thermal zone monitoring on FreeBSD ([#&#8203;2227](https://github.com/henrygd/beszel/issues/2227)) - Add popup-free OAuth login when `OAUTH_DISABLE_POPUP=true` ([#&#8203;2171](https://github.com/henrygd/beszel/issues/2171)) - Add a `:slim` NVIDIA agent container image ([#&#8203;2002](https://github.com/henrygd/beszel/issues/2002), [#&#8203;2003](https://github.com/henrygd/beszel/issues/2003)) - Add Intel sysfs GPU power collector (Xe/i915 hwmon energy counters) - [#&#8203;2020](https://github.com/henrygd/beszel/issues/2020) - Add ARMv5 and ARMv6 builds, and ARM64 support for the NVIDIA agent image ([#&#8203;1884](https://github.com/henrygd/beszel/issues/1884), [#&#8203;2207](https://github.com/henrygd/beszel/issues/2207)) - Improve mdraid consistency checks (fixes false positives) ([#&#8203;2067](https://github.com/henrygd/beszel/issues/2067)) - Improve SMART device detection for shared paths and explicit device type hints ([#&#8203;2102](https://github.com/henrygd/beszel/issues/2102)) - Improve agent startup after OPNsense and pfSense reboots ([#&#8203;2089](https://github.com/henrygd/beszel/issues/2089), [#&#8203;2214](https://github.com/henrygd/beszel/issues/2214)) - Improve SSH-pull agent reconnection when connections silently fail ([#&#8203;2126](https://github.com/henrygd/beszel/issues/2126)) - Add checksum verification and archive path containment to update process - Add public key display to universal token settings ([#&#8203;2028](https://github.com/henrygd/beszel/issues/2028)) - Add system theme selection in addition to light/dark mode ([#&#8203;1903](https://github.com/henrygd/beszel/issues/1903)) - Add support for showing all IP and port mappings for containers bound to multiple IPs ([#&#8203;1993](https://github.com/henrygd/beszel/issues/1993)) - Fix stale SMART records when drives are no longer reported ([#&#8203;2178](https://github.com/henrygd/beszel/issues/2178)) - Fix Docker memory charts and container statistics after malformed or backwards Docker counters ([#&#8203;2027](https://github.com/henrygd/beszel/issues/2027), [#&#8203;2066](https://github.com/henrygd/beszel/issues/2066), [#&#8203;2205](https://github.com/henrygd/beszel/issues/2205)) - Fix memory calculation underflow and Linux battery percentages ([#&#8203;1978](https://github.com/henrygd/beszel/issues/1978), [#&#8203;1957](https://github.com/henrygd/beszel/issues/1957)) - Improve connection source IP detection behind proxies ([#&#8203;1973](https://github.com/henrygd/beszel/issues/1973)) - Add EXIT\_ON\_INITIAL\_FAILURE environment variable by [@&#8203;utafrali](https://github.com/utafrali) in [#&#8203;1929](https://github.com/henrygd/beszel/pull/1929) - Allow agent to connect to hub via SOCKS5 proxy by [@&#8203;marmelo](https://github.com/marmelo) in [#&#8203;1919](https://github.com/henrygd/beszel/pull/1919) - Use rfcEmail validator to allow IDN/Punycode email addresses by [@&#8203;BootstrapperSBL](https://github.com/BootstrapperSBL) in [#&#8203;1935](https://github.com/henrygd/beszel/pull/1935) - Prevent a malformed Docker response from permanently breaking container stats by [@&#8203;Quadrubo](https://github.com/Quadrubo) in [#&#8203;2066](https://github.com/henrygd/beszel/pull/2066) - Update Go and JavaScript dependencies (fixes Matrix notification issues) - Other small fixes and improvements #### New Contributors - [@&#8203;y0tka](https://github.com/y0tka) made their first contribution in [#&#8203;1903](https://github.com/henrygd/beszel/pull/1903) - [@&#8203;FlintyLemming](https://github.com/FlintyLemming) made their first contribution in [#&#8203;1899](https://github.com/henrygd/beszel/pull/1899) - [@&#8203;alrs](https://github.com/alrs) made their first contribution in [#&#8203;1908](https://github.com/henrygd/beszel/pull/1908) - [@&#8203;bl4ckswordsman](https://github.com/bl4ckswordsman) made their first contribution in [#&#8203;1906](https://github.com/henrygd/beszel/pull/1906) - [@&#8203;marmelo](https://github.com/marmelo) made their first contribution in [#&#8203;1919](https://github.com/henrygd/beszel/pull/1919) - [@&#8203;utafrali](https://github.com/utafrali) made their first contribution in [#&#8203;1929](https://github.com/henrygd/beszel/pull/1929) - [@&#8203;Iriome-Santana](https://github.com/Iriome-Santana) made their first contribution in [#&#8203;2001](https://github.com/henrygd/beszel/pull/2001) - [@&#8203;dependabot](https://github.com/dependabot)\[bot] made their first contribution in [#&#8203;2187](https://github.com/henrygd/beszel/pull/2187) - [@&#8203;Anikesh348](https://github.com/Anikesh348) made their first contribution in [#&#8203;2214](https://github.com/henrygd/beszel/pull/2214) - [@&#8203;polter-rnd](https://github.com/polter-rnd) made their first contribution in [#&#8203;2171](https://github.com/henrygd/beszel/pull/2171) - [@&#8203;Quadrubo](https://github.com/Quadrubo) made their first contribution in [#&#8203;2066](https://github.com/henrygd/beszel/pull/2066) - [@&#8203;kobihikri](https://github.com/kobihikri) made their first contribution in [#&#8203;2159](https://github.com/henrygd/beszel/pull/2159) - [@&#8203;rajkumaar23](https://github.com/rajkumaar23) made their first contribution in [#&#8203;2207](https://github.com/henrygd/beszel/pull/2207) - [@&#8203;ryanchou1994](https://github.com/ryanchou1994) made their first contribution in [#&#8203;2205](https://github.com/henrygd/beszel/pull/2205) - [@&#8203;TowyTowy](https://github.com/TowyTowy) made their first contribution in [#&#8203;2126](https://github.com/henrygd/beszel/pull/2126) - [@&#8203;mhlas7](https://github.com/mhlas7) made their first contribution in [#&#8203;2089](https://github.com/henrygd/beszel/pull/2089) - [@&#8203;maxmaxme](https://github.com/maxmaxme) made their first contribution in [#&#8203;2032](https://github.com/henrygd/beszel/pull/2032) - [@&#8203;venku122](https://github.com/venku122) made their first contribution in [#&#8203;2020](https://github.com/henrygd/beszel/pull/2020) - [@&#8203;miloszkolber](https://github.com/miloszkolber) made their first contribution in [#&#8203;2223](https://github.com/henrygd/beszel/pull/2223) - [@&#8203;SAY-5](https://github.com/SAY-5) made their first contribution in [#&#8203;1968](https://github.com/henrygd/beszel/pull/1968) - [@&#8203;DQ-Kwon](https://github.com/DQ-Kwon) made their first contribution in [#&#8203;2003](https://github.com/henrygd/beszel/pull/2003) - [@&#8203;QuantumFlux21](https://github.com/QuantumFlux21) made their first contribution in [#&#8203;2227](https://github.com/henrygd/beszel/pull/2227) **Full Changelog**: <https://github.com/henrygd/beszel/compare/v0.18.7...v0.18.8> </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zOS4zIiwidXBkYXRlZEluVmVyIjoiNDQuMzkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
ivanch added 1 commit 2026-08-29 18:37:53 +00:00
ivanch merged commit 3c5d38fa58 into main 2026-08-29 18:39:28 +00:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
No labels
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ivanch/haven-ops#2