🔧 Renovate: Update (minor) henrygd/beszel-agent Docker tag to v0.18.2 #239

Merged
Trez.One merged 1 commits from renovate/docker-compose-henrygd-beszel-agent-0-18-2 into main 2026-01-24 11:13:40 -05:00
Member

This PR contains the following updates:

Package Update Change
henrygd/beszel-agent minor 0.17.00.18.2

Renovate Update Info

  • Update Type: minor

  • Automerge: 🛑 This update requires manual approval


Release Notes

henrygd/beszel (henrygd/beszel-agent)

v0.18.2

Compare Source

This release fixes a regression that resulted in the agent binary being dynamically linked, causing it to fail on musl-based Linux distributions like Alpine and OpenWrt. If you were affected by this, see below for instructions to fix.

What's Changed

  • Add separate dynamically linked glibc build for Linux. (#​1618)
  • Fix GPU ID collision between Intel and NVIDIA collectors. (#​1522)
  • Agent update command now detects your system's C library and downloads the optimal binary (static or glibc) on Linux.
  • fix: some of indonesia translate by @​marmar76 in #​1625
  • Jetson tegrastats regex pre jetpack5 by @​Vascolas007 in #​1631
  • site: only hide GPU engine graph if entire usage is 0% by @​crimist in #​1624

New Contributors

Fix for musl-based Linux distributions

If you updated to a version that currently fails to start (./beszel-agent: not found), you can restore your agent by running the following commands:


# 1. Download latest static binary (replace 'amd64' with your arch if different)
curl -L https://github.com/henrygd/beszel/releases/latest/download/beszel-agent_linux_amd64.tar.gz | tar -xz

# 2. Replace the broken binary
mv beszel-agent /opt/beszel-agent/beszel-agent
chmod +x /opt/beszel-agent/beszel-agent

# 3. Restart the service

# For Alpine:
rc-service beszel-agent restart

# For OpenWRT:
/etc/init.d/beszel-agent restart

Full Changelog: https://github.com/henrygd/beszel/compare/v0.18.1...v0.18.2

v0.18.1

Compare Source

Fixes bug in 0.18.0 release where all containers were cleared from the "All Containers" page when any system returned no containers.

Additionally, there was a temporary problem with the :latest Docker image which may have caused your agents to report as down. This is fixed now and you can re-pull the image if necessary: #​1618 (comment)

v0.18.0

Compare Source

What's Changed

  • Add option to make universal token permanent. (#​1097, #​1614)
  • Add experimental NVML GPU collector. (#​1522, #​1587)
  • Add low battery alerts. (#​1507)
  • Add battery charge to systems table.
  • Add --url and --token command line arguments to the agent. (#​1524)
  • Collect S.M.A.R.T. data in the background every hour.
  • Add SMART_INTERVAL environment variable to customize S.M.A.R.T. data collection interval.
  • Collect system distribution and architecture.
  • Add system_details collection to store infrequently updated system information.
  • Improve S.M.A.R.T. device path lookup for NVMe devices. (#​1504)
  • Raise smartctl timeout to 15 seconds. (#​1465)
  • Fix container logs decoding for raw streams. (#​1535)
  • Rename login honeypot field to prevent password manager autofill (#​1011).
  • fix: When there is no client, LoaderCircle will always transfer by @​Zero2A11 in #​1511
  • fix non unique fingerprint by @​deadbeef84 in #​1556
  • bug: fix disk sorting in smart table by @​svenvg93 in #​1551
  • chore; add check for systemd before monitoring by @​svenvg93 in #​1550
  • fix: use origin country flags for Spanish and Portuguese languages by @​Natxo09 in #​1571
  • Add Serbian and Bahasa Indonesia translations.
  • Update Go dependencies.

New Contributors

Full Changelog: https://github.com/henrygd/beszel/compare/v0.17.0...v0.18.0


Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [henrygd/beszel-agent](https://github.com/henrygd/beszel) | minor | `0.17.0` → `0.18.2` | ### ⚡ Renovate Update Info - **Update Type:** minor - **Automerge:** 🛑 This update requires manual approval --- ### Release Notes <details> <summary>henrygd/beszel (henrygd/beszel-agent)</summary> ### [`v0.18.2`](https://github.com/henrygd/beszel/releases/tag/v0.18.2) [Compare Source](https://github.com/henrygd/beszel/compare/v0.18.1...v0.18.2) This release fixes a regression that resulted in the agent binary being dynamically linked, causing it to fail on musl-based Linux distributions like Alpine and OpenWrt. If you were affected by this, see below for instructions to fix. #### What's Changed - Add separate dynamically linked glibc build for Linux. ([#&#8203;1618](https://github.com/henrygd/beszel/issues/1618)) - Fix GPU ID collision between Intel and NVIDIA collectors. ([#&#8203;1522](https://github.com/henrygd/beszel/issues/1522)) - Agent `update` command now detects your system's C library and downloads the optimal binary (static or glibc) on Linux. - fix: some of indonesia translate by [@&#8203;marmar76](https://github.com/marmar76) in [#&#8203;1625](https://github.com/henrygd/beszel/pull/1625) - Jetson tegrastats regex pre jetpack5 by [@&#8203;Vascolas007](https://github.com/Vascolas007) in [#&#8203;1631](https://github.com/henrygd/beszel/pull/1631) - site: only hide GPU engine graph if entire usage is 0% by [@&#8203;crimist](https://github.com/crimist) in [#&#8203;1624](https://github.com/henrygd/beszel/pull/1624) #### New Contributors - [@&#8203;marmar76](https://github.com/marmar76) made their first contribution in [#&#8203;1625](https://github.com/henrygd/beszel/pull/1625) - [@&#8203;Vascolas007](https://github.com/Vascolas007) made their first contribution in [#&#8203;1631](https://github.com/henrygd/beszel/pull/1631) #### Fix for musl-based Linux distributions If you updated to a version that currently fails to start (`./beszel-agent: not found`), you can restore your agent by running the following commands: ```bash # 1. Download latest static binary (replace 'amd64' with your arch if different) curl -L https://github.com/henrygd/beszel/releases/latest/download/beszel-agent_linux_amd64.tar.gz | tar -xz # 2. Replace the broken binary mv beszel-agent /opt/beszel-agent/beszel-agent chmod +x /opt/beszel-agent/beszel-agent # 3. Restart the service # For Alpine: rc-service beszel-agent restart # For OpenWRT: /etc/init.d/beszel-agent restart ``` **Full Changelog**: <https://github.com/henrygd/beszel/compare/v0.18.1...v0.18.2> ### [`v0.18.1`](https://github.com/henrygd/beszel/releases/tag/v0.18.1) [Compare Source](https://github.com/henrygd/beszel/compare/v0.18.0...v0.18.1) Fixes bug in `0.18.0` release where all containers were cleared from the "All Containers" page when any system returned no containers. Additionally, there was a temporary problem with the `:latest` Docker image which may have caused your agents to report as down. This is fixed now and you can re-pull the image if necessary: [#&#8203;1618 (comment)](https://github.com/henrygd/beszel/issues/1618#issuecomment-3736640026) ### [`v0.18.0`](https://github.com/henrygd/beszel/releases/tag/v0.18.0) [Compare Source](https://github.com/henrygd/beszel/compare/v0.17.0...v0.18.0) #### What's Changed - Add option to make universal token permanent. ([#&#8203;1097](https://github.com/henrygd/beszel/issues/1097), [#&#8203;1614](https://github.com/henrygd/beszel/issues/1614)) - Add experimental NVML GPU collector. ([#&#8203;1522](https://github.com/henrygd/beszel/issues/1522), [#&#8203;1587](https://github.com/henrygd/beszel/issues/1587)) - Add low battery alerts. ([#&#8203;1507](https://github.com/henrygd/beszel/issues/1507)) - Add battery charge to systems table. - Add `--url` and `--token` command line arguments to the agent. ([#&#8203;1524](https://github.com/henrygd/beszel/issues/1524)) - Collect S.M.A.R.T. data in the background every hour. - Add `SMART_INTERVAL` environment variable to customize S.M.A.R.T. data collection interval. - Collect system distribution and architecture. - Add `system_details` collection to store infrequently updated system information. - Improve S.M.A.R.T. device path lookup for NVMe devices. ([#&#8203;1504](https://github.com/henrygd/beszel/issues/1504)) - Raise `smartctl` timeout to 15 seconds. ([#&#8203;1465](https://github.com/henrygd/beszel/issues/1465)) - Fix container logs decoding for raw streams. ([#&#8203;1535](https://github.com/henrygd/beszel/issues/1535)) - Rename login honeypot field to prevent password manager autofill ([#&#8203;1011](https://github.com/henrygd/beszel/issues/1011)). - fix: When there is no client, LoaderCircle will always transfer by [@&#8203;Zero2A11](https://github.com/Zero2A11) in [#&#8203;1511](https://github.com/henrygd/beszel/pull/1511) - fix non unique fingerprint by [@&#8203;deadbeef84](https://github.com/deadbeef84) in [#&#8203;1556](https://github.com/henrygd/beszel/pull/1556) - bug: fix disk sorting in smart table by [@&#8203;svenvg93](https://github.com/svenvg93) in [#&#8203;1551](https://github.com/henrygd/beszel/pull/1551) - chore; add check for systemd before monitoring by [@&#8203;svenvg93](https://github.com/svenvg93) in [#&#8203;1550](https://github.com/henrygd/beszel/pull/1550) - fix: use origin country flags for Spanish and Portuguese languages by [@&#8203;Natxo09](https://github.com/Natxo09) in [#&#8203;1571](https://github.com/henrygd/beszel/pull/1571) - Add Serbian and Bahasa Indonesia translations. - Update Go dependencies. #### New Contributors - [@&#8203;Zero2A11](https://github.com/Zero2A11) made their first contribution in [#&#8203;1511](https://github.com/henrygd/beszel/pull/1511) - [@&#8203;daviddavis](https://github.com/daviddavis) made their first contribution in [#&#8203;1530](https://github.com/henrygd/beszel/pull/1530) - [@&#8203;deadbeef84](https://github.com/deadbeef84) made their first contribution in [#&#8203;1556](https://github.com/henrygd/beszel/pull/1556) - [@&#8203;crimist](https://github.com/crimist) made their first contribution in [#&#8203;1587](https://github.com/henrygd/beszel/pull/1587) - [@&#8203;Natxo09](https://github.com/Natxo09) made their first contribution in [#&#8203;1571](https://github.com/henrygd/beszel/pull/1571) **Full Changelog**: <https://github.com/henrygd/beszel/compare/v0.17.0...v0.18.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42My4wIiwidXBkYXRlZEluVmVyIjoiNDIuODQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=-->
renovate-bot added the dependenciesrenovate labels 2026-01-19 07:22:26 -05:00
renovate-bot added 1 commit 2026-01-19 07:22:27 -05:00
renovate-bot force-pushed renovate/docker-compose-henrygd-beszel-agent-0-18-2 from 670fdf6486 to a9725050aa 2026-01-19 08:08:02 -05:00 Compare
renovate-bot force-pushed renovate/docker-compose-henrygd-beszel-agent-0-18-2 from a9725050aa to 7a8cd4cea9 2026-01-19 09:36:22 -05:00 Compare
renovate-bot force-pushed renovate/docker-compose-henrygd-beszel-agent-0-18-2 from 7a8cd4cea9 to ef00d72e0a 2026-01-19 13:34:19 -05:00 Compare
renovate-bot force-pushed renovate/docker-compose-henrygd-beszel-agent-0-18-2 from ef00d72e0a to 99f6d57501 2026-01-23 17:05:09 -05:00 Compare
Trez.One merged commit 83a37f712f into main 2026-01-24 11:13:40 -05:00
Trez.One deleted branch renovate/docker-compose-henrygd-beszel-agent-0-18-2 2026-01-24 11:14:17 -05:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Trez/rikku-home-assistant#239