Update rcourtman/pulse Docker tag to v4.32.7 #141

Merged
aggarwalakshun merged 1 commits from renovate/rcourtman-pulse-4.x into main 2025-11-26 10:00:41 +00:00

This PR contains the following updates:

Package Update Change
rcourtman/pulse patch 4.32.3 -> 4.32.7

Release Notes

rcourtman/Pulse (rcourtman/pulse)

v4.32.7: Pulse v4.32.7

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: 2025-11-24 18:46:27 UTC
Workflow: Validate Release Assets #​35

Validation Summary
  • All required assets present ✓
  • Checksums verified ✓
  • Version strings correct ✓
  • Binary architectures validated ✓
Fixes
  • Allow double slashes in install script URLs (#​751)

    • The installer script can now handle URLs with variations like //install-host-agent.sh
    • Improves robustness when users copy URLs from browsers or proxies that add extra slashes
    • Security check still prevents actual path traversal attacks with ..
  • Add PULSE_AUTH_HIDE_LOCAL_LOGIN option to hide password form

    • New environment variable allows hiding the local login form when using SSO/OIDC
    • Helps prevent user confusion when only SSO authentication is intended
  • Allow HEAD requests for download endpoints (#​735)

    • Download endpoints now properly support HEAD requests for availability checks
    • Fixes installer scripts that verify binary availability before download
  • Fix host agent registration verification issues (#​746)

    • Improved hostname matching logic for registration confirmation
    • Better retry mechanisms in installer scripts
  • Fix dashboard layout on wide screens (#​643)

    • Removed wasted whitespace on large displays
    • Improved column width handling for better screen utilization
  • Add host agent checksum route

    • New /download/pulse-host-agent.sha256 endpoint for binary verification
    • Installer scripts can now verify downloads with checksums
  • Add mutex protection for config watcher reloads (#​748)

    • Prevents race conditions during configuration reloads
    • Improves stability when .env files change
Installation

Docker (recommended):

docker pull rcourtman/pulse:4.32.7

Docker Compose:
Update your docker-compose.yml to use rcourtman/pulse:4.32.7

See the Installation Guide for complete setup instructions.

v4.32.7: Pulse v4.32.7

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: 2025-11-24 18:46:27 UTC
Workflow: Validate Release Assets #​35

Validation Summary
  • All required assets present ✓
  • Checksums verified ✓
  • Version strings correct ✓
  • Binary architectures validated ✓
Fixes
  • Allow double slashes in install script URLs (#​751)

    • The installer script can now handle URLs with variations like //install-host-agent.sh
    • Improves robustness when users copy URLs from browsers or proxies that add extra slashes
    • Security check still prevents actual path traversal attacks with ..
  • Add PULSE_AUTH_HIDE_LOCAL_LOGIN option to hide password form

    • New environment variable allows hiding the local login form when using SSO/OIDC
    • Helps prevent user confusion when only SSO authentication is intended
  • Allow HEAD requests for download endpoints (#​735)

    • Download endpoints now properly support HEAD requests for availability checks
    • Fixes installer scripts that verify binary availability before download
  • Fix host agent registration verification issues (#​746)

    • Improved hostname matching logic for registration confirmation
    • Better retry mechanisms in installer scripts
  • Fix dashboard layout on wide screens (#​643)

    • Removed wasted whitespace on large displays
    • Improved column width handling for better screen utilization
  • Add host agent checksum route

    • New /download/pulse-host-agent.sha256 endpoint for binary verification
    • Installer scripts can now verify downloads with checksums
  • Add mutex protection for config watcher reloads (#​748)

    • Prevents race conditions during configuration reloads
    • Improves stability when .env files change
Installation

Docker (recommended):

docker pull rcourtman/pulse:4.32.7

Docker Compose:
Update your docker-compose.yml to use rcourtman/pulse:4.32.7

See the Installation Guide for complete setup instructions.

v4.32.4: Pulse v4.32.4

Compare Source

Release Asset Validation: PASSED

All release assets have been validated successfully!

Status: Ready for publication
Validated: 2025-11-23 10:04:40 UTC
Workflow: Pulse Release Pipeline #​25

Validation Summary
  • All required assets present ✓
  • Checksums verified ✓
  • Version strings correct ✓
  • Binary architectures validated ✓
New Features
  • Degraded status indicators: Proxmox and Docker tabs now show a degraded status dot when issues are detected (fixes #​744)
  • Alert grouping controls: New settings to control alert grouping behavior and display recovery notifications
  • OIDC CA bundle support: Custom CA certificates can now be configured for OIDC authentication
  • Configurable log levels: Docker agent and host agent now support log level control for better debugging
Bug Fixes
  • PBS discovery: Fixed authentication failures during Proxmox Backup Server discovery
  • Cluster parsing: Fixed pvecm status parsing to support decimal node IDs and QDevice flags (#​738)
  • ZFS storage: Fixed ZFS storage reporting on TrueNAS SCALE (#​718)
  • Docker permissions: Fixed docker agent permissions issue and prevented token manager auth swap (#​740)
  • Host agent: Guard against noexec filesystem issues during installation (#​718)
  • VM guest agent: Handle VM guest agent errors without marking entire nodes as unhealthy (#​736)
  • Sensor proxy: Improved mount detection and made proxy mount migration-safe (#​738)
  • Alert handling: Fixed ignored container handling during alert reevaluation (#​561)
  • Storage display: Ensure Proxmox nodes display even when cluster endpoints are missing
  • SMART temps: Handle standby SMART temperatures and capture disk identity correctly
Improvements
  • LXC config: Improved LXC configuration modification for Proxmox pmxcfs filesystem
  • PVE fallback: Enhanced Proxmox connection handling with portless fallback when default port fails
  • Alert grouping: Aligned frontend alert grouping defaults with backend behavior
  • Documentation: Added TrueNAS exec requirement documentation for host agent
Installation

Docker (recommended):

docker pull rcourtman/pulse:4.32.4

Docker Compose:
Update your docker-compose.yml to use rcourtman/pulse:4.32.4

See the Installation Guide for complete setup instructions.

v4.32.4: Pulse v4.32.4

Compare Source

Release Asset Validation: PASSED

All release assets have been validated successfully!

Status: Ready for publication
Validated: 2025-11-23 10:04:40 UTC
Workflow: Pulse Release Pipeline #​25

Validation Summary
  • All required assets present ✓
  • Checksums verified ✓
  • Version strings correct ✓
  • Binary architectures validated ✓
New Features
  • Degraded status indicators: Proxmox and Docker tabs now show a degraded status dot when issues are detected (fixes #​744)
  • Alert grouping controls: New settings to control alert grouping behavior and display recovery notifications
  • OIDC CA bundle support: Custom CA certificates can now be configured for OIDC authentication
  • Configurable log levels: Docker agent and host agent now support log level control for better debugging
Bug Fixes
  • PBS discovery: Fixed authentication failures during Proxmox Backup Server discovery
  • Cluster parsing: Fixed pvecm status parsing to support decimal node IDs and QDevice flags (#​738)
  • ZFS storage: Fixed ZFS storage reporting on TrueNAS SCALE (#​718)
  • Docker permissions: Fixed docker agent permissions issue and prevented token manager auth swap (#​740)
  • Host agent: Guard against noexec filesystem issues during installation (#​718)
  • VM guest agent: Handle VM guest agent errors without marking entire nodes as unhealthy (#​736)
  • Sensor proxy: Improved mount detection and made proxy mount migration-safe (#​738)
  • Alert handling: Fixed ignored container handling during alert reevaluation (#​561)
  • Storage display: Ensure Proxmox nodes display even when cluster endpoints are missing
  • SMART temps: Handle standby SMART temperatures and capture disk identity correctly
Improvements
  • LXC config: Improved LXC configuration modification for Proxmox pmxcfs filesystem
  • PVE fallback: Enhanced Proxmox connection handling with portless fallback when default port fails
  • Alert grouping: Aligned frontend alert grouping defaults with backend behavior
  • Documentation: Added TrueNAS exec requirement documentation for host agent
Installation

Docker (recommended):

docker pull rcourtman/pulse:4.32.4

Docker Compose:
Update your docker-compose.yml to use rcourtman/pulse:4.32.4

See the Installation Guide for complete setup instructions.


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 | |---|---|---| | [rcourtman/pulse](https://github.com/rcourtman/Pulse) | patch | `4.32.3` -> `4.32.7` | --- ### Release Notes <details> <summary>rcourtman/Pulse (rcourtman/pulse)</summary> ### [`v4.32.7`](https://github.com/rcourtman/Pulse/releases/tag/v4.32.7): Pulse v4.32.7 [Compare Source](https://github.com/rcourtman/Pulse/compare/v4.32.7...v4.32.7) <!-- 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**: 2025-11-24 18:46:27 UTC **Workflow**: [Validate Release Assets #&#8203;35](https://github.com/rcourtman/Pulse/actions/runs/19645458720) ##### Validation Summary - All required assets present ✓ - Checksums verified ✓ - Version strings correct ✓ - Binary architectures validated ✓ <!-- VALIDATION_STATUS_END --> ##### Fixes - Allow double slashes in install script URLs ([#&#8203;751](https://github.com/rcourtman/Pulse/issues/751)) - The installer script can now handle URLs with variations like `//install-host-agent.sh` - Improves robustness when users copy URLs from browsers or proxies that add extra slashes - Security check still prevents actual path traversal attacks with `..` - Add PULSE\_AUTH\_HIDE\_LOCAL\_LOGIN option to hide password form - New environment variable allows hiding the local login form when using SSO/OIDC - Helps prevent user confusion when only SSO authentication is intended - Allow HEAD requests for download endpoints ([#&#8203;735](https://github.com/rcourtman/Pulse/issues/735)) - Download endpoints now properly support HEAD requests for availability checks - Fixes installer scripts that verify binary availability before download - Fix host agent registration verification issues ([#&#8203;746](https://github.com/rcourtman/Pulse/issues/746)) - Improved hostname matching logic for registration confirmation - Better retry mechanisms in installer scripts - Fix dashboard layout on wide screens ([#&#8203;643](https://github.com/rcourtman/Pulse/issues/643)) - Removed wasted whitespace on large displays - Improved column width handling for better screen utilization - Add host agent checksum route - New `/download/pulse-host-agent.sha256` endpoint for binary verification - Installer scripts can now verify downloads with checksums - Add mutex protection for config watcher reloads ([#&#8203;748](https://github.com/rcourtman/Pulse/issues/748)) - Prevents race conditions during configuration reloads - Improves stability when .env files change ##### Installation **Docker (recommended):** ```bash docker pull rcourtman/pulse:4.32.7 ``` **Docker Compose:** Update your `docker-compose.yml` to use `rcourtman/pulse:4.32.7` See the [Installation Guide](https://github.com/rcourtman/Pulse#installation) for complete setup instructions. ### [`v4.32.7`](https://github.com/rcourtman/Pulse/releases/tag/v4.32.7): Pulse v4.32.7 [Compare Source](https://github.com/rcourtman/Pulse/compare/v4.32.4...v4.32.7) <!-- 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**: 2025-11-24 18:46:27 UTC **Workflow**: [Validate Release Assets #&#8203;35](https://github.com/rcourtman/Pulse/actions/runs/19645458720) ##### Validation Summary - All required assets present ✓ - Checksums verified ✓ - Version strings correct ✓ - Binary architectures validated ✓ <!-- VALIDATION_STATUS_END --> ##### Fixes - Allow double slashes in install script URLs ([#&#8203;751](https://github.com/rcourtman/Pulse/issues/751)) - The installer script can now handle URLs with variations like `//install-host-agent.sh` - Improves robustness when users copy URLs from browsers or proxies that add extra slashes - Security check still prevents actual path traversal attacks with `..` - Add PULSE\_AUTH\_HIDE\_LOCAL\_LOGIN option to hide password form - New environment variable allows hiding the local login form when using SSO/OIDC - Helps prevent user confusion when only SSO authentication is intended - Allow HEAD requests for download endpoints ([#&#8203;735](https://github.com/rcourtman/Pulse/issues/735)) - Download endpoints now properly support HEAD requests for availability checks - Fixes installer scripts that verify binary availability before download - Fix host agent registration verification issues ([#&#8203;746](https://github.com/rcourtman/Pulse/issues/746)) - Improved hostname matching logic for registration confirmation - Better retry mechanisms in installer scripts - Fix dashboard layout on wide screens ([#&#8203;643](https://github.com/rcourtman/Pulse/issues/643)) - Removed wasted whitespace on large displays - Improved column width handling for better screen utilization - Add host agent checksum route - New `/download/pulse-host-agent.sha256` endpoint for binary verification - Installer scripts can now verify downloads with checksums - Add mutex protection for config watcher reloads ([#&#8203;748](https://github.com/rcourtman/Pulse/issues/748)) - Prevents race conditions during configuration reloads - Improves stability when .env files change ##### Installation **Docker (recommended):** ```bash docker pull rcourtman/pulse:4.32.7 ``` **Docker Compose:** Update your `docker-compose.yml` to use `rcourtman/pulse:4.32.7` See the [Installation Guide](https://github.com/rcourtman/Pulse#installation) for complete setup instructions. ### [`v4.32.4`](https://github.com/rcourtman/Pulse/releases/tag/v4.32.4): Pulse v4.32.4 [Compare Source](https://github.com/rcourtman/Pulse/compare/v4.32.4...v4.32.4) <!-- VALIDATION_STATUS_START --> ##### ✅ Release Asset Validation: PASSED All release assets have been validated successfully! **Status**: Ready for publication ✅ **Validated**: 2025-11-23 10:04:40 UTC **Workflow**: [Pulse Release Pipeline #&#8203;25](https://github.com/rcourtman/Pulse/actions/runs/19609389430) ##### Validation Summary - All required assets present ✓ - Checksums verified ✓ - Version strings correct ✓ - Binary architectures validated ✓ <!-- VALIDATION_STATUS_END --> ##### New Features - **Degraded status indicators**: Proxmox and Docker tabs now show a degraded status dot when issues are detected (fixes [#&#8203;744](https://github.com/rcourtman/Pulse/issues/744)) - **Alert grouping controls**: New settings to control alert grouping behavior and display recovery notifications - **OIDC CA bundle support**: Custom CA certificates can now be configured for OIDC authentication - **Configurable log levels**: Docker agent and host agent now support log level control for better debugging ##### Bug Fixes - **PBS discovery**: Fixed authentication failures during Proxmox Backup Server discovery - **Cluster parsing**: Fixed pvecm status parsing to support decimal node IDs and QDevice flags ([#&#8203;738](https://github.com/rcourtman/Pulse/issues/738)) - **ZFS storage**: Fixed ZFS storage reporting on TrueNAS SCALE ([#&#8203;718](https://github.com/rcourtman/Pulse/issues/718)) - **Docker permissions**: Fixed docker agent permissions issue and prevented token manager auth swap ([#&#8203;740](https://github.com/rcourtman/Pulse/issues/740)) - **Host agent**: Guard against noexec filesystem issues during installation ([#&#8203;718](https://github.com/rcourtman/Pulse/issues/718)) - **VM guest agent**: Handle VM guest agent errors without marking entire nodes as unhealthy ([#&#8203;736](https://github.com/rcourtman/Pulse/issues/736)) - **Sensor proxy**: Improved mount detection and made proxy mount migration-safe ([#&#8203;738](https://github.com/rcourtman/Pulse/issues/738)) - **Alert handling**: Fixed ignored container handling during alert reevaluation ([#&#8203;561](https://github.com/rcourtman/Pulse/issues/561)) - **Storage display**: Ensure Proxmox nodes display even when cluster endpoints are missing - **SMART temps**: Handle standby SMART temperatures and capture disk identity correctly ##### Improvements - **LXC config**: Improved LXC configuration modification for Proxmox pmxcfs filesystem - **PVE fallback**: Enhanced Proxmox connection handling with portless fallback when default port fails - **Alert grouping**: Aligned frontend alert grouping defaults with backend behavior - **Documentation**: Added TrueNAS exec requirement documentation for host agent ##### Installation **Docker (recommended):** ```bash docker pull rcourtman/pulse:4.32.4 ``` **Docker Compose:** Update your `docker-compose.yml` to use `rcourtman/pulse:4.32.4` See the [Installation Guide](https://github.com/rcourtman/Pulse#installation) for complete setup instructions. ### [`v4.32.4`](https://github.com/rcourtman/Pulse/releases/tag/v4.32.4): Pulse v4.32.4 [Compare Source](https://github.com/rcourtman/Pulse/compare/v4.32.3...v4.32.4) <!-- VALIDATION_STATUS_START --> ##### ✅ Release Asset Validation: PASSED All release assets have been validated successfully! **Status**: Ready for publication ✅ **Validated**: 2025-11-23 10:04:40 UTC **Workflow**: [Pulse Release Pipeline #&#8203;25](https://github.com/rcourtman/Pulse/actions/runs/19609389430) ##### Validation Summary - All required assets present ✓ - Checksums verified ✓ - Version strings correct ✓ - Binary architectures validated ✓ <!-- VALIDATION_STATUS_END --> ##### New Features - **Degraded status indicators**: Proxmox and Docker tabs now show a degraded status dot when issues are detected (fixes [#&#8203;744](https://github.com/rcourtman/Pulse/issues/744)) - **Alert grouping controls**: New settings to control alert grouping behavior and display recovery notifications - **OIDC CA bundle support**: Custom CA certificates can now be configured for OIDC authentication - **Configurable log levels**: Docker agent and host agent now support log level control for better debugging ##### Bug Fixes - **PBS discovery**: Fixed authentication failures during Proxmox Backup Server discovery - **Cluster parsing**: Fixed pvecm status parsing to support decimal node IDs and QDevice flags ([#&#8203;738](https://github.com/rcourtman/Pulse/issues/738)) - **ZFS storage**: Fixed ZFS storage reporting on TrueNAS SCALE ([#&#8203;718](https://github.com/rcourtman/Pulse/issues/718)) - **Docker permissions**: Fixed docker agent permissions issue and prevented token manager auth swap ([#&#8203;740](https://github.com/rcourtman/Pulse/issues/740)) - **Host agent**: Guard against noexec filesystem issues during installation ([#&#8203;718](https://github.com/rcourtman/Pulse/issues/718)) - **VM guest agent**: Handle VM guest agent errors without marking entire nodes as unhealthy ([#&#8203;736](https://github.com/rcourtman/Pulse/issues/736)) - **Sensor proxy**: Improved mount detection and made proxy mount migration-safe ([#&#8203;738](https://github.com/rcourtman/Pulse/issues/738)) - **Alert handling**: Fixed ignored container handling during alert reevaluation ([#&#8203;561](https://github.com/rcourtman/Pulse/issues/561)) - **Storage display**: Ensure Proxmox nodes display even when cluster endpoints are missing - **SMART temps**: Handle standby SMART temperatures and capture disk identity correctly ##### Improvements - **LXC config**: Improved LXC configuration modification for Proxmox pmxcfs filesystem - **PVE fallback**: Enhanced Proxmox connection handling with portless fallback when default port fails - **Alert grouping**: Aligned frontend alert grouping defaults with backend behavior - **Documentation**: Added TrueNAS exec requirement documentation for host agent ##### Installation **Docker (recommended):** ```bash docker pull rcourtman/pulse:4.32.4 ``` **Docker Compose:** Update your `docker-compose.yml` to use `rcourtman/pulse:4.32.4` See the [Installation Guide](https://github.com/rcourtman/Pulse#installation) for complete setup instructions. </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNjUuMiIsInVwZGF0ZWRJblZlciI6IjQxLjE2NS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
aggarwalakshun added 1 commit 2025-11-23 12:50:08 +00:00
aggarwalakshun force-pushed renovate/rcourtman-pulse-4.x from 413c484787 to 2de654d804 2025-11-25 00:01:58 +00:00 Compare
aggarwalakshun changed title from Update rcourtman/pulse Docker tag to v4.32.4 to Update rcourtman/pulse Docker tag to v4.32.7 2025-11-25 00:02:03 +00:00
aggarwalakshun merged commit b970448dc5 into main 2025-11-26 10:00:41 +00:00
aggarwalakshun deleted branch renovate/rcourtman-pulse-4.x 2025-11-26 10:00:41 +00:00
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#141