✅ 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
..
- The installer script can now handle URLs with variations like
-
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.sha256endpoint for binary verification - Installer scripts can now verify downloads with checksums
- New
-
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.7Docker Compose:
Update your docker-compose.yml to use rcourtman/pulse:4.32.7
See the Installation Guide for complete setup instructions.