Hotfix release 1.9.5 - fixed watchdog domain detection

develop
Dominik Dzienia 2 months ago
parent a775ca7309
commit 0112d0a966

@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.9.4],[1.9.3] - 2025-03-19
## [1.9.5],[1.9.4],[1.9.3] - 2025-03-19
### Fixed

@ -1,11 +1,11 @@
#!/bin/bash
### version: 1.9.4
### version: 1.9.5
# ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.#
# Nightscout Mikr.us setup script #
# ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.#
# (c)2023 by Dominik Dzienia #
# (c)2025 by Dominik Dzienia #
# <dominik.dzienia@gmail.com> #
# Licensed under MIT license #
# ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.#
@ -54,7 +54,7 @@ DISK_LOW_MAIL=5184000 # == 60 days in seconds
DISK_CRITICAL_WARNING=104857600 # == 100 MiB
DISK_CRITICAL_MAIL=604800 # == 7 days in seconds
DOCKER_DOWN_MAIL=604800 # == 7 days in seconds
SCRIPT_VERSION="1.9.4" #auto-update
SCRIPT_VERSION="1.9.5" #auto-update
SCRIPT_BUILD_TIME="2025.03.19" #auto-update
#=======================================
@ -2909,7 +2909,7 @@ startup_version() {
local updateInstalled=$(read_or_default "$UPDATES_DIR/updated" "???")
msgnote "nightscout-tool version $SCRIPT_VERSION ($SCRIPT_BUILD_TIME)"
msgnote "build ${updateInstalled}"
msgnote "$uni_copyright 2023-2024 Dominik Dzienia"
msgnote "$uni_copyright 2023-2025 Dominik Dzienia"
msgnote "Licensed under CC BY-NC-ND 4.0"
}

@ -1,6 +1,6 @@
{
"name": "@dlvoy/ns-installer-mikrus",
"version": "1.9.4",
"version": "1.9.5",
"description": "Nightscout installer for mikr.us VPS",
"main": "index.js",
"scripts": {

@ -38,8 +38,8 @@ DISK_LOW_MAIL=5184000 # == 60 days in seconds
DISK_CRITICAL_WARNING=104857600 # == 100 MiB
DISK_CRITICAL_MAIL=604800 # == 7 days in seconds
DOCKER_DOWN_MAIL=604800 # == 7 days in seconds
SCRIPT_VERSION="1.9.4" #auto-update
SCRIPT_BUILD_TIME="2024.10.26" #auto-update
SCRIPT_VERSION="1.9.5" #auto-update
SCRIPT_BUILD_TIME="2025.03.19" #auto-update
#=======================================
# SETUP
@ -2893,7 +2893,7 @@ startup_version() {
local updateInstalled=$(read_or_default "$UPDATES_DIR/updated" "???")
msgnote "nightscout-tool version $SCRIPT_VERSION ($SCRIPT_BUILD_TIME)"
msgnote "build ${updateInstalled}"
msgnote "$uni_copyright 2023-2024 Dominik Dzienia"
msgnote "$uni_copyright 2023-2025 Dominik Dzienia"
msgnote "Licensed under CC BY-NC-ND 4.0"
}

@ -1,11 +1,11 @@
#!/bin/bash
### version: 1.9.4
### version: 1.9.5
# ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.#
# Nightscout Mikr.us setup script #
# ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.#
# (c)2023 by Dominik Dzienia #
# (c)2025 by Dominik Dzienia #
# <dominik.dzienia@gmail.com> #
# Licensed under MIT license #
# ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.#

@ -1 +1 @@
2025-03-19T00:07:24.204Z
2025-03-19T00:28:37.502Z
Loading…
Cancel
Save