Update Helm release pulse to v5.0.17 #293

Merged
aggarwalakshun merged 1 commits from renovate/pulse-5.x into main 2026-01-21 19:57:41 +05:30

This PR contains the following updates:

Package Update Change
pulse patch 5.0.165.0.17

Release Notes

rcourtman/Pulse (pulse)

v5.0.17: Pulse v5.0.17

Compare Source

Release Asset Validation (Post-Publish): PASSED

Assets were revalidated after publication due to a release edit.

Status: Live release assets re-validated
Validated: 2026-01-20 22:07:06 UTC
Workflow: Validate Release Assets #​72

Validation Summary
  • All required assets present ✓
  • Checksums verified ✓
  • Version strings correct ✓
  • Binary architectures validated ✓

v5.0.17

New Features

Webhook Mentions
Add @​mentions to Discord, Slack, and Teams webhook notifications. Configure per-webhook to ping specific users, roles, or channels when alerts fire. (#​1118)

Kiosk Mode Toggle
New header button to quickly enable/disable kiosk mode without editing URL parameters.

PBS Datastore Exclusions
Exclude removable or offline PBS datastores from monitoring to reduce unnecessary log noise.

Docker-in-LXC Detection
Pulse now automatically detects Docker running inside LXC containers and enables container monitoring.

Per-Volume Disk Thresholds
Host agents can now have different alert thresholds for individual disk volumes.

AI-Assisted Profile Suggestions
Get AI-powered recommendations when configuring threshold profiles.


Bug Fixes

Threshold Settings

  • Fixed backup/snapshot age thresholds resetting to 0 when saving other threshold edits (#​1126)
  • Fixed alert enabled/disabled state not persisting correctly when saving config (#​1096)
  • Alerts configuration now accessible even when alerts are disabled

UI Fixes

  • Fixed Proxmox settings tab selection not updating visually (#​1127)
  • Fixed Docker Update button stuck on "Loading settings" (#​1114)
  • Fixed setup credentials not persisting for first-run wizard (#​1110)
  • Fixed storage usage progress bar not filling column width
  • Improved NodeSummaryTable column width balance
  • User preferences now correctly persist across logout/login sessions

Stability

  • Fixed nil pointer crash in findDuplicate() under race conditions (#​1119)
  • Fixed concurrent map writes in Docker agent CPU tracking
  • Added Unraid agent watchdog for crash recovery

Performance

  • Agent profiles now cached (60s TTL) to prevent disk I/O on every report (#​1094)
  • Docker agent report size limit increased from 512KB to 2MB

Host Agent

  • Fixed memory calculation for agents running in LXC containers (now calculates Used from Total-Free)

Installation

Quick Install (LXC / Proxmox VE):

curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash

Docker:

docker pull rcourtman/pulse:5.0.17

Helm:

helm upgrade --install pulse oci://ghcr.io/rcourtman/pulse-chart --version 5.0.17

See the Installation Guide for details.


Configuration

📅 Schedule: 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 Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pulse](https://github.com/rcourtman/Pulse) | patch | `5.0.16` → `5.0.17` | --- ### Release Notes <details> <summary>rcourtman/Pulse (pulse)</summary> ### [`v5.0.17`](https://github.com/rcourtman/Pulse/releases/tag/v5.0.17): Pulse v5.0.17 [Compare Source](https://github.com/rcourtman/Pulse/compare/v5.0.16...v5.0.17) <!-- VALIDATION_STATUS_START --> #### ✅ Release Asset Validation (Post-Publish): PASSED Assets were revalidated after publication due to a release edit. **Status**: Live release assets re-validated ✅ **Validated**: 2026-01-20 22:07:06 UTC **Workflow**: [Validate Release Assets #&#8203;72](https://github.com/rcourtman/Pulse/actions/runs/21188968176) ##### Validation Summary - All required assets present ✓ - Checksums verified ✓ - Version strings correct ✓ - Binary architectures validated ✓ <!-- VALIDATION_STATUS_END --> #### v5.0.17 ##### New Features **Webhook Mentions** Add @&#8203;mentions to Discord, Slack, and Teams webhook notifications. Configure per-webhook to ping specific users, roles, or channels when alerts fire. ([#&#8203;1118](https://github.com/rcourtman/Pulse/issues/1118)) **Kiosk Mode Toggle** New header button to quickly enable/disable kiosk mode without editing URL parameters. **PBS Datastore Exclusions** Exclude removable or offline PBS datastores from monitoring to reduce unnecessary log noise. **Docker-in-LXC Detection** Pulse now automatically detects Docker running inside LXC containers and enables container monitoring. **Per-Volume Disk Thresholds** Host agents can now have different alert thresholds for individual disk volumes. **AI-Assisted Profile Suggestions** Get AI-powered recommendations when configuring threshold profiles. *** ##### Bug Fixes **Threshold Settings** - Fixed backup/snapshot age thresholds resetting to 0 when saving other threshold edits ([#&#8203;1126](https://github.com/rcourtman/Pulse/issues/1126)) - Fixed alert enabled/disabled state not persisting correctly when saving config ([#&#8203;1096](https://github.com/rcourtman/Pulse/issues/1096)) - Alerts configuration now accessible even when alerts are disabled **UI Fixes** - Fixed Proxmox settings tab selection not updating visually ([#&#8203;1127](https://github.com/rcourtman/Pulse/issues/1127)) - Fixed Docker Update button stuck on "Loading settings" ([#&#8203;1114](https://github.com/rcourtman/Pulse/issues/1114)) - Fixed setup credentials not persisting for first-run wizard ([#&#8203;1110](https://github.com/rcourtman/Pulse/issues/1110)) - Fixed storage usage progress bar not filling column width - Improved NodeSummaryTable column width balance - User preferences now correctly persist across logout/login sessions **Stability** - Fixed nil pointer crash in findDuplicate() under race conditions ([#&#8203;1119](https://github.com/rcourtman/Pulse/issues/1119)) - Fixed concurrent map writes in Docker agent CPU tracking - Added Unraid agent watchdog for crash recovery **Performance** - Agent profiles now cached (60s TTL) to prevent disk I/O on every report ([#&#8203;1094](https://github.com/rcourtman/Pulse/issues/1094)) - Docker agent report size limit increased from 512KB to 2MB **Host Agent** - Fixed memory calculation for agents running in LXC containers (now calculates Used from Total-Free) *** #### Installation **Quick Install (LXC / Proxmox VE):** ```bash curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash ``` **Docker:** ```bash docker pull rcourtman/pulse:5.0.17 ``` **Helm:** ```bash helm upgrade --install pulse oci://ghcr.io/rcourtman/pulse-chart --version 5.0.17 ``` See the [Installation Guide](https://github.com/rcourtman/Pulse#installation) for details. </details> --- ### Configuration 📅 **Schedule**: 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42NC4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
aggarwalakshun added 1 commit 2026-01-21 05:32:29 +05:30
Update Helm release pulse to v5.0.17
All checks were successful
Validate Kubernetes Manifests / kubeconform (push) Successful in 13s
dc9c035468
aggarwalakshun merged commit 162c021f9d into main 2026-01-21 19:57:41 +05:30
aggarwalakshun deleted branch renovate/pulse-5.x 2026-01-21 19:57:41 +05:30
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: aggarwalakshun/k3s-at-home#293