From 0bd273d90c7a72fef85906565ced1e1e7b3ac73d Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Mon, 18 Aug 2025 22:28:49 +0000 Subject: [PATCH] docs: update documentation for v4.5.0 release cycle --- README.md | 6 +++--- docs/CONFIGURATION.md | 2 +- docs/DOCKER.md | 2 +- docs/SECURITY.md | 2 +- docs/TROUBLESHOOTING.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7b2fe6673..a228c893a 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | s # Install specific version or release channel curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | sudo bash -s -- --rc # Latest RC -curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | sudo bash -s -- --version v4.4.0 # Specific version +curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | sudo bash -s -- --version v4.5.0 # Specific version ``` ### Initial Setup @@ -196,7 +196,7 @@ curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | s curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | sudo bash -s -- --rc # Install specific version -curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | sudo bash -s -- --version v4.4.0-rc.1 +curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | sudo bash -s -- --version v4.5.0-rc.1 ``` ### Docker Updates @@ -208,7 +208,7 @@ docker pull rcourtman/pulse:latest docker pull rcourtman/pulse:rc # Specific version -docker pull rcourtman/pulse:v4.4.0-rc.1 +docker pull rcourtman/pulse:v4.5.0-rc.1 ``` ## Configuration diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md index ec99cd4ce..3dc65c6cf 100644 --- a/docs/CONFIGURATION.md +++ b/docs/CONFIGURATION.md @@ -35,7 +35,7 @@ ENABLE_AUDIT_LOG=true # Enable security audit logging **Important Notes:** - Password hash MUST be in single quotes to prevent shell expansion -- API tokens are stored in plain text (48 hex characters) +- API tokens are stored in plain text (48-64 hex characters) - This file should have restricted permissions (600) - Never commit this file to version control - ProxmoxVE installations may pre-configure API_TOKEN diff --git a/docs/DOCKER.md b/docs/DOCKER.md index 57ecfefe9..baa9109d3 100644 --- a/docs/DOCKER.md +++ b/docs/DOCKER.md @@ -166,7 +166,7 @@ environment: ## Common Issues ### Can't Access After Upgrade -If upgrading from pre-v4.4.0: +If upgrading from pre-v4.5.0: 1. You'll see the security setup wizard 2. Complete the setup - your nodes are preserved 3. Use your new credentials to login diff --git a/docs/SECURITY.md b/docs/SECURITY.md index cf34c4cab..5c15f4e13 100644 --- a/docs/SECURITY.md +++ b/docs/SECURITY.md @@ -2,7 +2,7 @@ ## Mandatory Authentication -**Starting with v4.4.0, authentication is required for all Pulse installations.** This protects your Proxmox API credentials from unauthorized access. +**Starting with v4.5.0, authentication setup is prompted for all new Pulse installations.** This protects your Proxmox API credentials from unauthorized access. ### First-Run Security Setup When you first access Pulse, you'll be guided through a mandatory security setup: diff --git a/docs/TROUBLESHOOTING.md b/docs/TROUBLESHOOTING.md index 37a3d3824..5bca29753 100644 --- a/docs/TROUBLESHOOTING.md +++ b/docs/TROUBLESHOOTING.md @@ -39,7 +39,7 @@ docker restart pulse **Symptoms**: Can't access Pulse after upgrade, no credentials work **Solution**: -- If upgrading from pre-v4.4.0, you need to complete security setup first +- If upgrading from pre-v4.5.0, you need to complete security setup first - Clear browser cache and cookies - Access http://your-ip:7655 to see setup wizard - Complete setup, then restart container