From abccdef6cb8f091ff5592b912ec431cda52782cb Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 12 Mar 2026 08:59:04 -0400 Subject: [PATCH] Pin Patchmon to 1.4.2 (#12789) --- ct/patchmon.sh | 4 ++-- install/patchmon-install.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ct/patchmon.sh b/ct/patchmon.sh index 4684d3383..43421d42d 100644 --- a/ct/patchmon.sh +++ b/ct/patchmon.sh @@ -37,7 +37,7 @@ function update_script() { fi NODE_VERSION="24" setup_nodejs - if check_for_gh_release "PatchMon" "PatchMon/PatchMon"; then + if check_for_gh_release "PatchMon" "PatchMon/PatchMon" "v1.4.2"; then msg_info "Stopping Service" systemctl stop patchmon-server msg_ok "Stopped Service" @@ -47,7 +47,7 @@ function update_script() { cp /opt/patchmon/frontend/.env /opt/frontend.env msg_ok "Backup Created" - CLEAN_INSTALL=1 fetch_and_deploy_gh_release "PatchMon" "PatchMon/PatchMon" "tarball" "latest" "/opt/patchmon" + CLEAN_INSTALL=1 fetch_and_deploy_gh_release "PatchMon" "PatchMon/PatchMon" "tarball" "v1.4.2" "/opt/patchmon" msg_info "Updating PatchMon" VERSION=$(get_latest_github_release "PatchMon/PatchMon") diff --git a/install/patchmon-install.sh b/install/patchmon-install.sh index 70cc00f28..eb9911591 100644 --- a/install/patchmon-install.sh +++ b/install/patchmon-install.sh @@ -24,7 +24,7 @@ NODE_VERSION="24" setup_nodejs PG_VERSION="17" setup_postgresql PG_DB_NAME="patchmon_db" PG_DB_USER="patchmon_usr" setup_postgresql_db -fetch_and_deploy_gh_release "PatchMon" "PatchMon/PatchMon" "tarball" "latest" "/opt/patchmon" +fetch_and_deploy_gh_release "PatchMon" "PatchMon/PatchMon" "tarball" "v1.4.2" "/opt/patchmon" msg_info "Configuring PatchMon" VERSION=$(get_latest_github_release "PatchMon/PatchMon")