Update rcourtman/pulse Docker tag to v4.31.0 #107

Merged
aggarwalakshun merged 1 commits from renovate/rcourtman-pulse-4.x into main 2025-11-14 15:30:44 +00:00

This PR contains the following updates:

Package Update Change
rcourtman/pulse minor 4.30.0 -> 4.31.0

Release Notes

rcourtman/Pulse (rcourtman/pulse)

v4.31.0: Pulse v4.31.0

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-14 00:19:26 UTC
Workflow: Validate Release Assets #​32

Validation Summary
  • All required assets present ✓
  • Checksums verified ✓
  • Version strings correct ✓
  • Binary architectures validated ✓
What's Changed
New Features
  • Added HTTP mode to pulse-sensor-proxy, letting proxies register via the API and receive temperature polling over HTTPS for multi-instance deployments (#​571).
  • Sensor-proxy installer now auto-populates allowed_nodes so temperature monitoring works immediately after installation, even on clustered Proxmox deployments.
Bug Fixes
  • Restored temperature monitoring for standalone Proxmox, clustered nodes, and LXC environments by fixing detection logic and SSH fallbacks (#​571).
  • Added context deadlines so local temperature collectors cannot hang the proxy when a node stops responding (#​571).
  • Hardened the security fallback so the proxy never drops into a permissive mode; localhost-only access is enforced during degraded scenarios and Codex security review findings are addressed.
  • Improved Windows host agent installer logging and diagnostics for cleaner upgrades (related to #​709).
Improvements
  • Raised startup rate limits so Pulse can handle large bursts of telemetry connections without throttling.
  • Expanded sensor-proxy diagnostics and tests to surface registration issues earlier.
  • Cleaned up documentation (removed the obsolete installer-v2 rollout plan and CONTRIBUTING-SCRIPTS notes).
Breaking Changes

None.

Installation

Quick Install (systemd / LXC / Proxmox VE):

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

Docker:

docker pull rcourtman/pulse:v4.31.0
docker stop pulse && docker rm pulse || true
docker run -d --name pulse \
  --restart unless-stopped \
  -p 7655:7655 -p 7656:7656 \
  -v /opt/pulse/data:/data \
  rcourtman/pulse:v4.31.0

Manual Binary (amd64 example):

curl -LO https://github.com/rcourtman/Pulse/releases/download/v4.31.0/pulse-v4.31.0-linux-amd64.tar.gz
sudo systemctl stop pulse
sudo tar -xzf pulse-v4.31.0-linux-amd64.tar.gz -C /usr/local/bin pulse
sudo systemctl start pulse

Helm:

helm upgrade --install pulse oci://ghcr.io/rcourtman/pulse-chart \
  --version 4.31.0 \
  --namespace pulse \
  --create-namespace
Downloads
  • Universal tarball with auto-detected architecture: pulse-v4.31.0.tar.gz
  • Architecture-specific server builds: pulse-v4.31.0-linux-{amd64,arm64,armv7,armv6,386}.tar.gz
  • Docker/VM installer script: install.sh with companion SHA256 files
  • Host agent packages for macOS (amd64/arm64) and Windows (386/amd64/arm64)
  • Helm chart: pulse-4.31.0.tgz
  • SHA256 manifests: checksums.txt plus per-file .sha256
Notes
  • Re-run the sensor-proxy installer to switch existing deployments to HTTP mode; the installer now auto-registers allowed nodes and enforces localhost-only fallbacks.
  • Docker images rcourtman/pulse:v4.31.0 and rcourtman/pulse-docker-agent:v4.31.0 are already pushed for amd64 and arm64.
  • If you manage Windows hosts, expect clearer installer logs when upgrading to this release.

v4.31.0: Pulse v4.31.0

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-14 00:19:26 UTC
Workflow: Validate Release Assets #​32

Validation Summary
  • All required assets present ✓
  • Checksums verified ✓
  • Version strings correct ✓
  • Binary architectures validated ✓
What's Changed
New Features
  • Added HTTP mode to pulse-sensor-proxy, letting proxies register via the API and receive temperature polling over HTTPS for multi-instance deployments (#​571).
  • Sensor-proxy installer now auto-populates allowed_nodes so temperature monitoring works immediately after installation, even on clustered Proxmox deployments.
Bug Fixes
  • Restored temperature monitoring for standalone Proxmox, clustered nodes, and LXC environments by fixing detection logic and SSH fallbacks (#​571).
  • Added context deadlines so local temperature collectors cannot hang the proxy when a node stops responding (#​571).
  • Hardened the security fallback so the proxy never drops into a permissive mode; localhost-only access is enforced during degraded scenarios and Codex security review findings are addressed.
  • Improved Windows host agent installer logging and diagnostics for cleaner upgrades (related to #​709).
Improvements
  • Raised startup rate limits so Pulse can handle large bursts of telemetry connections without throttling.
  • Expanded sensor-proxy diagnostics and tests to surface registration issues earlier.
  • Cleaned up documentation (removed the obsolete installer-v2 rollout plan and CONTRIBUTING-SCRIPTS notes).
Breaking Changes

None.

Installation

Quick Install (systemd / LXC / Proxmox VE):

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

Docker:

docker pull rcourtman/pulse:v4.31.0
docker stop pulse && docker rm pulse || true
docker run -d --name pulse \
  --restart unless-stopped \
  -p 7655:7655 -p 7656:7656 \
  -v /opt/pulse/data:/data \
  rcourtman/pulse:v4.31.0

Manual Binary (amd64 example):

curl -LO https://github.com/rcourtman/Pulse/releases/download/v4.31.0/pulse-v4.31.0-linux-amd64.tar.gz
sudo systemctl stop pulse
sudo tar -xzf pulse-v4.31.0-linux-amd64.tar.gz -C /usr/local/bin pulse
sudo systemctl start pulse

Helm:

helm upgrade --install pulse oci://ghcr.io/rcourtman/pulse-chart \
  --version 4.31.0 \
  --namespace pulse \
  --create-namespace
Downloads
  • Universal tarball with auto-detected architecture: pulse-v4.31.0.tar.gz
  • Architecture-specific server builds: pulse-v4.31.0-linux-{amd64,arm64,armv7,armv6,386}.tar.gz
  • Docker/VM installer script: install.sh with companion SHA256 files
  • Host agent packages for macOS (amd64/arm64) and Windows (386/amd64/arm64)
  • Helm chart: pulse-4.31.0.tgz
  • SHA256 manifests: checksums.txt plus per-file .sha256
Notes
  • Re-run the sensor-proxy installer to switch existing deployments to HTTP mode; the installer now auto-registers allowed nodes and enforces localhost-only fallbacks.
  • Docker images rcourtman/pulse:v4.31.0 and rcourtman/pulse-docker-agent:v4.31.0 are already pushed for amd64 and arm64.
  • If you manage Windows hosts, expect clearer installer logs when upgrading to this release.

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.30.0` -> `4.31.0` | --- ### Release Notes <details> <summary>rcourtman/Pulse (rcourtman/pulse)</summary> ### [`v4.31.0`](https://github.com/rcourtman/Pulse/releases/tag/v4.31.0): Pulse v4.31.0 [Compare Source](https://github.com/rcourtman/Pulse/compare/v4.31.0...v4.31.0) <!-- 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-14 00:19:26 UTC **Workflow**: [Validate Release Assets #&#8203;32](https://github.com/rcourtman/Pulse/actions/runs/19350009838) ##### Validation Summary - All required assets present ✓ - Checksums verified ✓ - Version strings correct ✓ - Binary architectures validated ✓ <!-- VALIDATION_STATUS_END --> ##### What's Changed ##### New Features - Added HTTP mode to `pulse-sensor-proxy`, letting proxies register via the API and receive temperature polling over HTTPS for multi-instance deployments ([#&#8203;571](https://github.com/rcourtman/Pulse/issues/571)). - Sensor-proxy installer now auto-populates `allowed_nodes` so temperature monitoring works immediately after installation, even on clustered Proxmox deployments. ##### Bug Fixes - Restored temperature monitoring for standalone Proxmox, clustered nodes, and LXC environments by fixing detection logic and SSH fallbacks ([#&#8203;571](https://github.com/rcourtman/Pulse/issues/571)). - Added context deadlines so local temperature collectors cannot hang the proxy when a node stops responding ([#&#8203;571](https://github.com/rcourtman/Pulse/issues/571)). - Hardened the security fallback so the proxy never drops into a permissive mode; localhost-only access is enforced during degraded scenarios and Codex security review findings are addressed. - Improved Windows host agent installer logging and diagnostics for cleaner upgrades (related to [#&#8203;709](https://github.com/rcourtman/Pulse/issues/709)). ##### Improvements - Raised startup rate limits so Pulse can handle large bursts of telemetry connections without throttling. - Expanded sensor-proxy diagnostics and tests to surface registration issues earlier. - Cleaned up documentation (removed the obsolete installer-v2 rollout plan and CONTRIBUTING-SCRIPTS notes). ##### Breaking Changes None. ##### Installation **Quick Install (systemd / LXC / Proxmox VE):** ```bash curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash ``` **Docker:** ```bash docker pull rcourtman/pulse:v4.31.0 docker stop pulse && docker rm pulse || true docker run -d --name pulse \ --restart unless-stopped \ -p 7655:7655 -p 7656:7656 \ -v /opt/pulse/data:/data \ rcourtman/pulse:v4.31.0 ``` **Manual Binary (amd64 example):** ```bash curl -LO https://github.com/rcourtman/Pulse/releases/download/v4.31.0/pulse-v4.31.0-linux-amd64.tar.gz sudo systemctl stop pulse sudo tar -xzf pulse-v4.31.0-linux-amd64.tar.gz -C /usr/local/bin pulse sudo systemctl start pulse ``` **Helm:** ```bash helm upgrade --install pulse oci://ghcr.io/rcourtman/pulse-chart \ --version 4.31.0 \ --namespace pulse \ --create-namespace ``` ##### Downloads - Universal tarball with auto-detected architecture: `pulse-v4.31.0.tar.gz` - Architecture-specific server builds: `pulse-v4.31.0-linux-{amd64,arm64,armv7,armv6,386}.tar.gz` - Docker/VM installer script: `install.sh` with companion SHA256 files - Host agent packages for macOS (amd64/arm64) and Windows (386/amd64/arm64) - Helm chart: `pulse-4.31.0.tgz` - SHA256 manifests: `checksums.txt` plus per-file `.sha256` ##### Notes - Re-run the sensor-proxy installer to switch existing deployments to HTTP mode; the installer now auto-registers allowed nodes and enforces localhost-only fallbacks. - Docker images `rcourtman/pulse:v4.31.0` and `rcourtman/pulse-docker-agent:v4.31.0` are already pushed for amd64 and arm64. - If you manage Windows hosts, expect clearer installer logs when upgrading to this release. ### [`v4.31.0`](https://github.com/rcourtman/Pulse/releases/tag/v4.31.0): Pulse v4.31.0 [Compare Source](https://github.com/rcourtman/Pulse/compare/v4.30.0...v4.31.0) <!-- 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-14 00:19:26 UTC **Workflow**: [Validate Release Assets #&#8203;32](https://github.com/rcourtman/Pulse/actions/runs/19350009838) ##### Validation Summary - All required assets present ✓ - Checksums verified ✓ - Version strings correct ✓ - Binary architectures validated ✓ <!-- VALIDATION_STATUS_END --> ##### What's Changed ##### New Features - Added HTTP mode to `pulse-sensor-proxy`, letting proxies register via the API and receive temperature polling over HTTPS for multi-instance deployments ([#&#8203;571](https://github.com/rcourtman/Pulse/issues/571)). - Sensor-proxy installer now auto-populates `allowed_nodes` so temperature monitoring works immediately after installation, even on clustered Proxmox deployments. ##### Bug Fixes - Restored temperature monitoring for standalone Proxmox, clustered nodes, and LXC environments by fixing detection logic and SSH fallbacks ([#&#8203;571](https://github.com/rcourtman/Pulse/issues/571)). - Added context deadlines so local temperature collectors cannot hang the proxy when a node stops responding ([#&#8203;571](https://github.com/rcourtman/Pulse/issues/571)). - Hardened the security fallback so the proxy never drops into a permissive mode; localhost-only access is enforced during degraded scenarios and Codex security review findings are addressed. - Improved Windows host agent installer logging and diagnostics for cleaner upgrades (related to [#&#8203;709](https://github.com/rcourtman/Pulse/issues/709)). ##### Improvements - Raised startup rate limits so Pulse can handle large bursts of telemetry connections without throttling. - Expanded sensor-proxy diagnostics and tests to surface registration issues earlier. - Cleaned up documentation (removed the obsolete installer-v2 rollout plan and CONTRIBUTING-SCRIPTS notes). ##### Breaking Changes None. ##### Installation **Quick Install (systemd / LXC / Proxmox VE):** ```bash curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash ``` **Docker:** ```bash docker pull rcourtman/pulse:v4.31.0 docker stop pulse && docker rm pulse || true docker run -d --name pulse \ --restart unless-stopped \ -p 7655:7655 -p 7656:7656 \ -v /opt/pulse/data:/data \ rcourtman/pulse:v4.31.0 ``` **Manual Binary (amd64 example):** ```bash curl -LO https://github.com/rcourtman/Pulse/releases/download/v4.31.0/pulse-v4.31.0-linux-amd64.tar.gz sudo systemctl stop pulse sudo tar -xzf pulse-v4.31.0-linux-amd64.tar.gz -C /usr/local/bin pulse sudo systemctl start pulse ``` **Helm:** ```bash helm upgrade --install pulse oci://ghcr.io/rcourtman/pulse-chart \ --version 4.31.0 \ --namespace pulse \ --create-namespace ``` ##### Downloads - Universal tarball with auto-detected architecture: `pulse-v4.31.0.tar.gz` - Architecture-specific server builds: `pulse-v4.31.0-linux-{amd64,arm64,armv7,armv6,386}.tar.gz` - Docker/VM installer script: `install.sh` with companion SHA256 files - Host agent packages for macOS (amd64/arm64) and Windows (386/amd64/arm64) - Helm chart: `pulse-4.31.0.tgz` - SHA256 manifests: `checksums.txt` plus per-file `.sha256` ##### Notes - Re-run the sensor-proxy installer to switch existing deployments to HTTP mode; the installer now auto-registers allowed nodes and enforces localhost-only fallbacks. - Docker images `rcourtman/pulse:v4.31.0` and `rcourtman/pulse-docker-agent:v4.31.0` are already pushed for amd64 and arm64. - If you manage Windows hosts, expect clearer installer logs when upgrading to this release. </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-14 11:26:06 +00:00
aggarwalakshun merged commit 8ef568e17a into main 2025-11-14 15:30:44 +00:00
aggarwalakshun deleted branch renovate/rcourtman-pulse-4.x 2025-11-14 15:30:44 +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#107