Update rcourtman/pulse Docker tag to v4.32.2 #130

Merged
aggarwalakshun merged 1 commits from renovate/rcourtman-pulse-4.x into main 2025-11-21 00:22:29 +00:00

This PR contains the following updates:

Package Update Change
rcourtman/pulse minor 4.31.0 -> 4.32.2

Release Notes

rcourtman/Pulse (rcourtman/pulse)

v4.32.2: Pulse v4.32.2

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-20 22:26:23 UTC
Workflow: Validate Release Assets #​34

Validation Summary
  • All required assets present ✓
  • Checksums verified ✓
  • Version strings correct ✓
  • Binary architectures validated ✓
New Features
  • Sensor proxy now uses atomic config updates for safer host-side changes.
  • Host agent installers include an agent ID for clearer attribution and management.
  • Docker resources table supports sorting controls for faster triage.
  • Notification testing adds Apprise support to validate endpoints directly.
Bug Fixes
  • Scheduler now honors the configured PVE monitoring cadence (UI setting applies to real polls).
  • Windows installer initializes ObservedValues to avoid nil reference issues.
  • Legacy sensor-proxy config commands are handled gracefully during installs.
  • Persisted Proxmox hosts are normalized to prevent mismatches.
Improvements
  • Public URL detection and setup token handling are hardened to cover more deployment setups.
Notes
Installation

Docker (recommended):

docker pull rcourtman/pulse:4.32.2

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

See the Installation Guide for complete setup instructions.

v4.32.2: Pulse v4.32.2

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-20 22:26:23 UTC
Workflow: Validate Release Assets #​34

Validation Summary
  • All required assets present ✓
  • Checksums verified ✓
  • Version strings correct ✓
  • Binary architectures validated ✓
New Features
  • Sensor proxy now uses atomic config updates for safer host-side changes.
  • Host agent installers include an agent ID for clearer attribution and management.
  • Docker resources table supports sorting controls for faster triage.
  • Notification testing adds Apprise support to validate endpoints directly.
Bug Fixes
  • Scheduler now honors the configured PVE monitoring cadence (UI setting applies to real polls).
  • Windows installer initializes ObservedValues to avoid nil reference issues.
  • Legacy sensor-proxy config commands are handled gracefully during installs.
  • Persisted Proxmox hosts are normalized to prevent mismatches.
Improvements
  • Public URL detection and setup token handling are hardened to cover more deployment setups.
Notes
Installation

Docker (recommended):

docker pull rcourtman/pulse:4.32.2

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

See the Installation Guide for complete setup instructions.

v4.32.1: Pulse v4.32.1

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-20 16:58:57 UTC
Workflow: Validate Release Assets #​33

Validation Summary
  • All required assets present ✓
  • Checksums verified ✓
  • Version strings correct ✓
  • Binary architectures validated ✓
Bug Fixes
  • Restore default Proxmox ports when host URLs omit an explicit port so nodes populate correctly again (#​727).
  • Prevent Helm chart-only releases from taking the GitHub “Latest” slot, keeping Pulse installers and community scripts pulling the real release assets (community-scripts/ProxmoxVE#9312).
  • Auto-restore missing host agent binaries during startup so download endpoints stay healthy (#​712).
Improvements
  • Skip demo update flows when the target version is already running and avoid redundant demo updates for non-latest releases.
Installation

Docker (recommended):

docker pull rcourtman/pulse:4.32.1

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

See the Installation Guide for complete setup instructions.

v4.32.1: Pulse v4.32.1

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-20 16:58:57 UTC
Workflow: Validate Release Assets #​33

Validation Summary
  • All required assets present ✓
  • Checksums verified ✓
  • Version strings correct ✓
  • Binary architectures validated ✓
Bug Fixes
  • Restore default Proxmox ports when host URLs omit an explicit port so nodes populate correctly again (#​727).
  • Prevent Helm chart-only releases from taking the GitHub “Latest” slot, keeping Pulse installers and community scripts pulling the real release assets (community-scripts/ProxmoxVE#9312).
  • Auto-restore missing host agent binaries during startup so download endpoints stay healthy (#​712).
Improvements
  • Skip demo update flows when the target version is already running and avoid redundant demo updates for non-latest releases.
Installation

Docker (recommended):

docker pull rcourtman/pulse:4.32.1

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

See the Installation Guide for complete setup instructions.

v4.32.0: Pulse v4.32.0

Compare Source

Release Asset Validation: PASSED

All release assets have been validated successfully!

Status: Ready for publication
Validated: 2025-11-20 14:24:45 UTC
Workflow: Pulse Release Pipeline #​13

Validation Summary
  • All required assets present ✓
  • Checksums verified ✓
  • Version strings correct ✓
  • Binary architectures validated ✓
What's Changed
New Features
  • Sensor proxy Phase 2 is complete: config is now managed via CLI with atomic writes, automatic cleanup of stale state, and better allowed_nodes handling for cluster and standalone installs.
  • Added configurable PVE polling interval and shared status indicators, plus a poll watchdog to prevent worker leaks (#​467, #​696).
  • UI now surfaces LXC mountpoints and avoids redundant PBS snapshot polling, improving visibility for proxmox storage and backups (#​715, #​717).
Bug Fixes
  • Fixed multiple sensor-proxy installer issues: accurate arch/CTID detection, HTTPS/allowed_nodes regeneration, duplicate sanitization, and safe reinstallation paths for standalone or clustered hosts.
  • Resolved login UX glitches (remember-me toggle), Node modal typing, and macOS hot-dev build failures for the sensor proxy.
  • Hardened Windows installer arch detection and download handling so .exe lookups work consistently (#​684, #​723).
  • Prevented token collisions and cleaned up installer failures that left partial allowed_nodes entries.
Improvements
  • Upgraded dependencies: js-yaml security fix (CVE-2025-64718) and golang.org/x/crypto v0.45.0.
  • Expanded installer resilience: better sensor-proxy self-heal, backup polling guardrails, and Docker installer purge/arch overrides.
  • Reused Docker build cache across integration/release jobs and tightened release workflow triggers for faster, more reliable builds.
  • Documentation refreshed for sensor-proxy configuration, operations runbooks, and auto-update guidance.
Breaking Changes

None.

Installation

Docker (recommended):

docker pull rcourtman/pulse:4.32.0

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

See the Installation Guide for complete setup instructions.

v4.32.0: Pulse v4.32.0

Compare Source

Release Asset Validation: PASSED

All release assets have been validated successfully!

Status: Ready for publication
Validated: 2025-11-20 14:24:45 UTC
Workflow: Pulse Release Pipeline #​13

Validation Summary
  • All required assets present ✓
  • Checksums verified ✓
  • Version strings correct ✓
  • Binary architectures validated ✓
What's Changed
New Features
  • Sensor proxy Phase 2 is complete: config is now managed via CLI with atomic writes, automatic cleanup of stale state, and better allowed_nodes handling for cluster and standalone installs.
  • Added configurable PVE polling interval and shared status indicators, plus a poll watchdog to prevent worker leaks (#​467, #​696).
  • UI now surfaces LXC mountpoints and avoids redundant PBS snapshot polling, improving visibility for proxmox storage and backups (#​715, #​717).
Bug Fixes
  • Fixed multiple sensor-proxy installer issues: accurate arch/CTID detection, HTTPS/allowed_nodes regeneration, duplicate sanitization, and safe reinstallation paths for standalone or clustered hosts.
  • Resolved login UX glitches (remember-me toggle), Node modal typing, and macOS hot-dev build failures for the sensor proxy.
  • Hardened Windows installer arch detection and download handling so .exe lookups work consistently (#​684, #​723).
  • Prevented token collisions and cleaned up installer failures that left partial allowed_nodes entries.
Improvements
  • Upgraded dependencies: js-yaml security fix (CVE-2025-64718) and golang.org/x/crypto v0.45.0.
  • Expanded installer resilience: better sensor-proxy self-heal, backup polling guardrails, and Docker installer purge/arch overrides.
  • Reused Docker build cache across integration/release jobs and tightened release workflow triggers for faster, more reliable builds.
  • Documentation refreshed for sensor-proxy configuration, operations runbooks, and auto-update guidance.
Breaking Changes

None.

Installation

Docker (recommended):

docker pull rcourtman/pulse:4.32.0

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

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) | minor | `4.31.0` -> `4.32.2` | --- ### Release Notes <details> <summary>rcourtman/Pulse (rcourtman/pulse)</summary> ### [`v4.32.2`](https://github.com/rcourtman/Pulse/releases/tag/v4.32.2): Pulse v4.32.2 [Compare Source](https://github.com/rcourtman/Pulse/compare/v4.32.2...v4.32.2) <!-- 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-20 22:26:23 UTC **Workflow**: [Validate Release Assets #&#8203;34](https://github.com/rcourtman/Pulse/actions/runs/19553292791) ##### Validation Summary - All required assets present ✓ - Checksums verified ✓ - Version strings correct ✓ - Binary architectures validated ✓ <!-- VALIDATION_STATUS_END --> ##### New Features - Sensor proxy now uses atomic config updates for safer host-side changes. - Host agent installers include an agent ID for clearer attribution and management. - Docker resources table supports sorting controls for faster triage. - Notification testing adds Apprise support to validate endpoints directly. ##### Bug Fixes - Scheduler now honors the configured PVE monitoring cadence (UI setting applies to real polls). - Windows installer initializes ObservedValues to avoid nil reference issues. - Legacy sensor-proxy config commands are handled gracefully during installs. - Persisted Proxmox hosts are normalized to prevent mismatches. ##### Improvements - Public URL detection and setup token handling are hardened to cover more deployment setups. ##### Notes - Related to [#&#8203;467](https://github.com/rcourtman/Pulse/issues/467). ##### Installation **Docker (recommended):** ```bash docker pull rcourtman/pulse:4.32.2 ``` **Docker Compose:** Update your `docker-compose.yml` to use `rcourtman/pulse:4.32.2` See the [Installation Guide](https://github.com/rcourtman/Pulse#installation) for complete setup instructions. ### [`v4.32.2`](https://github.com/rcourtman/Pulse/releases/tag/v4.32.2): Pulse v4.32.2 [Compare Source](https://github.com/rcourtman/Pulse/compare/v4.32.1...v4.32.2) <!-- 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-20 22:26:23 UTC **Workflow**: [Validate Release Assets #&#8203;34](https://github.com/rcourtman/Pulse/actions/runs/19553292791) ##### Validation Summary - All required assets present ✓ - Checksums verified ✓ - Version strings correct ✓ - Binary architectures validated ✓ <!-- VALIDATION_STATUS_END --> ##### New Features - Sensor proxy now uses atomic config updates for safer host-side changes. - Host agent installers include an agent ID for clearer attribution and management. - Docker resources table supports sorting controls for faster triage. - Notification testing adds Apprise support to validate endpoints directly. ##### Bug Fixes - Scheduler now honors the configured PVE monitoring cadence (UI setting applies to real polls). - Windows installer initializes ObservedValues to avoid nil reference issues. - Legacy sensor-proxy config commands are handled gracefully during installs. - Persisted Proxmox hosts are normalized to prevent mismatches. ##### Improvements - Public URL detection and setup token handling are hardened to cover more deployment setups. ##### Notes - Related to [#&#8203;467](https://github.com/rcourtman/Pulse/issues/467). ##### Installation **Docker (recommended):** ```bash docker pull rcourtman/pulse:4.32.2 ``` **Docker Compose:** Update your `docker-compose.yml` to use `rcourtman/pulse:4.32.2` See the [Installation Guide](https://github.com/rcourtman/Pulse#installation) for complete setup instructions. ### [`v4.32.1`](https://github.com/rcourtman/Pulse/releases/tag/v4.32.1): Pulse v4.32.1 [Compare Source](https://github.com/rcourtman/Pulse/compare/v4.32.1...v4.32.1) <!-- 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-20 16:58:57 UTC **Workflow**: [Validate Release Assets #&#8203;33](https://github.com/rcourtman/Pulse/actions/runs/19544818984) ##### Validation Summary - All required assets present ✓ - Checksums verified ✓ - Version strings correct ✓ - Binary architectures validated ✓ <!-- VALIDATION_STATUS_END --> ##### Bug Fixes - Restore default Proxmox ports when host URLs omit an explicit port so nodes populate correctly again ([#&#8203;727](https://github.com/rcourtman/Pulse/issues/727)). - Prevent Helm chart-only releases from taking the GitHub “Latest” slot, keeping Pulse installers and community scripts pulling the real release assets ([community-scripts/ProxmoxVE#9312](https://github.com/community-scripts/ProxmoxVE/issues/9312)). - Auto-restore missing host agent binaries during startup so download endpoints stay healthy ([#&#8203;712](https://github.com/rcourtman/Pulse/issues/712)). ##### Improvements - Skip demo update flows when the target version is already running and avoid redundant demo updates for non-latest releases. ##### Installation **Docker (recommended):** ```bash docker pull rcourtman/pulse:4.32.1 ``` **Docker Compose:** Update your `docker-compose.yml` to use `rcourtman/pulse:4.32.1` See the [Installation Guide](https://github.com/rcourtman/Pulse#installation) for complete setup instructions. ### [`v4.32.1`](https://github.com/rcourtman/Pulse/releases/tag/v4.32.1): Pulse v4.32.1 [Compare Source](https://github.com/rcourtman/Pulse/compare/v4.32.0...v4.32.1) <!-- 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-20 16:58:57 UTC **Workflow**: [Validate Release Assets #&#8203;33](https://github.com/rcourtman/Pulse/actions/runs/19544818984) ##### Validation Summary - All required assets present ✓ - Checksums verified ✓ - Version strings correct ✓ - Binary architectures validated ✓ <!-- VALIDATION_STATUS_END --> ##### Bug Fixes - Restore default Proxmox ports when host URLs omit an explicit port so nodes populate correctly again ([#&#8203;727](https://github.com/rcourtman/Pulse/issues/727)). - Prevent Helm chart-only releases from taking the GitHub “Latest” slot, keeping Pulse installers and community scripts pulling the real release assets ([community-scripts/ProxmoxVE#9312](https://github.com/community-scripts/ProxmoxVE/issues/9312)). - Auto-restore missing host agent binaries during startup so download endpoints stay healthy ([#&#8203;712](https://github.com/rcourtman/Pulse/issues/712)). ##### Improvements - Skip demo update flows when the target version is already running and avoid redundant demo updates for non-latest releases. ##### Installation **Docker (recommended):** ```bash docker pull rcourtman/pulse:4.32.1 ``` **Docker Compose:** Update your `docker-compose.yml` to use `rcourtman/pulse:4.32.1` See the [Installation Guide](https://github.com/rcourtman/Pulse#installation) for complete setup instructions. ### [`v4.32.0`](https://github.com/rcourtman/Pulse/releases/tag/v4.32.0): Pulse v4.32.0 [Compare Source](https://github.com/rcourtman/Pulse/compare/v4.32.0...v4.32.0) <!-- VALIDATION_STATUS_START --> ##### ✅ Release Asset Validation: PASSED All release assets have been validated successfully! **Status**: Ready for publication ✅ **Validated**: 2025-11-20 14:24:45 UTC **Workflow**: [Pulse Release Pipeline #&#8203;13](https://github.com/rcourtman/Pulse/actions/runs/19539513934) ##### Validation Summary - All required assets present ✓ - Checksums verified ✓ - Version strings correct ✓ - Binary architectures validated ✓ <!-- VALIDATION_STATUS_END --> ##### What's Changed ##### New Features - Sensor proxy Phase 2 is complete: config is now managed via CLI with atomic writes, automatic cleanup of stale state, and better allowed\_nodes handling for cluster and standalone installs. - Added configurable PVE polling interval and shared status indicators, plus a poll watchdog to prevent worker leaks ([#&#8203;467](https://github.com/rcourtman/Pulse/issues/467), [#&#8203;696](https://github.com/rcourtman/Pulse/issues/696)). - UI now surfaces LXC mountpoints and avoids redundant PBS snapshot polling, improving visibility for proxmox storage and backups ([#&#8203;715](https://github.com/rcourtman/Pulse/issues/715), [#&#8203;717](https://github.com/rcourtman/Pulse/issues/717)). ##### Bug Fixes - Fixed multiple sensor-proxy installer issues: accurate arch/CTID detection, HTTPS/allowed\_nodes regeneration, duplicate sanitization, and safe reinstallation paths for standalone or clustered hosts. - Resolved login UX glitches (remember-me toggle), Node modal typing, and macOS hot-dev build failures for the sensor proxy. - Hardened Windows installer arch detection and download handling so .exe lookups work consistently ([#&#8203;684](https://github.com/rcourtman/Pulse/issues/684), [#&#8203;723](https://github.com/rcourtman/Pulse/issues/723)). - Prevented token collisions and cleaned up installer failures that left partial allowed\_nodes entries. ##### Improvements - Upgraded dependencies: js-yaml security fix (CVE-2025-64718) and golang.org/x/crypto v0.45.0. - Expanded installer resilience: better sensor-proxy self-heal, backup polling guardrails, and Docker installer purge/arch overrides. - Reused Docker build cache across integration/release jobs and tightened release workflow triggers for faster, more reliable builds. - Documentation refreshed for sensor-proxy configuration, operations runbooks, and auto-update guidance. ##### Breaking Changes None. ##### Installation **Docker (recommended):** ```bash docker pull rcourtman/pulse:4.32.0 ``` **Docker Compose:** Update your `docker-compose.yml` to use `rcourtman/pulse:4.32.0` See the [Installation Guide](https://github.com/rcourtman/Pulse#installation) for complete setup instructions. ### [`v4.32.0`](https://github.com/rcourtman/Pulse/releases/tag/v4.32.0): Pulse v4.32.0 [Compare Source](https://github.com/rcourtman/Pulse/compare/v4.31.0...v4.32.0) <!-- VALIDATION_STATUS_START --> ##### ✅ Release Asset Validation: PASSED All release assets have been validated successfully! **Status**: Ready for publication ✅ **Validated**: 2025-11-20 14:24:45 UTC **Workflow**: [Pulse Release Pipeline #&#8203;13](https://github.com/rcourtman/Pulse/actions/runs/19539513934) ##### Validation Summary - All required assets present ✓ - Checksums verified ✓ - Version strings correct ✓ - Binary architectures validated ✓ <!-- VALIDATION_STATUS_END --> ##### What's Changed ##### New Features - Sensor proxy Phase 2 is complete: config is now managed via CLI with atomic writes, automatic cleanup of stale state, and better allowed\_nodes handling for cluster and standalone installs. - Added configurable PVE polling interval and shared status indicators, plus a poll watchdog to prevent worker leaks ([#&#8203;467](https://github.com/rcourtman/Pulse/issues/467), [#&#8203;696](https://github.com/rcourtman/Pulse/issues/696)). - UI now surfaces LXC mountpoints and avoids redundant PBS snapshot polling, improving visibility for proxmox storage and backups ([#&#8203;715](https://github.com/rcourtman/Pulse/issues/715), [#&#8203;717](https://github.com/rcourtman/Pulse/issues/717)). ##### Bug Fixes - Fixed multiple sensor-proxy installer issues: accurate arch/CTID detection, HTTPS/allowed\_nodes regeneration, duplicate sanitization, and safe reinstallation paths for standalone or clustered hosts. - Resolved login UX glitches (remember-me toggle), Node modal typing, and macOS hot-dev build failures for the sensor proxy. - Hardened Windows installer arch detection and download handling so .exe lookups work consistently ([#&#8203;684](https://github.com/rcourtman/Pulse/issues/684), [#&#8203;723](https://github.com/rcourtman/Pulse/issues/723)). - Prevented token collisions and cleaned up installer failures that left partial allowed\_nodes entries. ##### Improvements - Upgraded dependencies: js-yaml security fix (CVE-2025-64718) and golang.org/x/crypto v0.45.0. - Expanded installer resilience: better sensor-proxy self-heal, backup polling guardrails, and Docker installer purge/arch overrides. - Reused Docker build cache across integration/release jobs and tightened release workflow triggers for faster, more reliable builds. - Documentation refreshed for sensor-proxy configuration, operations runbooks, and auto-update guidance. ##### Breaking Changes None. ##### Installation **Docker (recommended):** ```bash docker pull rcourtman/pulse:4.32.0 ``` **Docker Compose:** Update your `docker-compose.yml` to use `rcourtman/pulse:4.32.0` 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-21 00:02:30 +00:00
aggarwalakshun merged commit 572521c3b6 into main 2025-11-21 00:22:29 +00:00
aggarwalakshun deleted branch renovate/rcourtman-pulse-4.x 2025-11-21 00:22:29 +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#130