From 82cff52e55158aea32132d14e6347b886d20d8b7 Mon Sep 17 00:00:00 2001 From: Rene Garcia Date: Tue, 5 Dec 2023 10:50:20 +0100 Subject: [PATCH] Release version 2.6.1 --- Makefile | 2 +- readme.txt | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index f4b9f24..a03b62b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # upsmon for WMware ESXi 5.0 to 8.0 # Rene Garcia 2023 - GPL Licence -PROJECT_VERSION=2.6.0 +PROJECT_VERSION=2.6.1 SMTPTOOLS_VERSION=0.2.3 LIBRESSL_VERSION=3.8.2 diff --git a/readme.txt b/readme.txt index c2be5c0..6a40ef2 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Network UPS Tools client for VMWare ESXi 5.0-8.0 ------------------------------------------------ Author : Rene Garcia -Date : 17-11-2023 -Release: 2.6.0 +Date : 05-12-2023 +Release: 2.6.1 Licence: GPLv3 PURPOSE @@ -21,7 +21,7 @@ The old way, for all ESXi versions from 5 to 8 - Connect via ssh to the hypervisor and type the followind commands cd /tmp - tar -xzvf NutClient-ESXi-2.8.1-2.6.0.x86_64.tar.gz + tar -xzvf NutClient-ESXi-2.8.1-2.6.1.x86_64.tar.gz ./upsmon-install.sh - No need to reboot, upsmon can be started immediatly but you need @@ -33,12 +33,12 @@ The modern way, for ESXi 6 and above - Copy via scp the offline bundle ZIP file to /tmp directory on host - Connect via ssh to the host and type the following command - esxcli software vib install -d /tmp/NutClient-ESXi-2.8.1-2.6.0-offline_bundle.zip + esxcli software vib install -d /tmp/NutClient-ESXi-2.8.1-2.6.1-offline_bundle.zip UPDATE - Same as install but use ./upsmon-update.sh -- Or use esxcli software vib update -d /tmp/NutClient-ESXi-2.8.1-2.6.0-offline_bundle.zip +- Or use esxcli software vib update -d /tmp/NutClient-ESXi-2.8.1-2.6.1-offline_bundle.zip UNINSTALL @@ -122,3 +122,4 @@ ascending compatibility. 2.4.2 - 19/02/2023 - libressl 3.6.2 2.5.0 - 01/11/2023 - nut updated to version 2.8.1 - libressl 3.7.3 - UserVars description 2.6.0 - 17/11/2023 - new SMTP relay feature for mail notifications - verbose mail option +2.6.1 - 05/12:2023 - Fix default SMPT value to 'none' to be supported on ESXi 6.7 and previous