diff --git a/CHANGELOG b/CHANGELOG index 8903a71..9104411 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -20,11 +20,21 @@ The **patch** part changes is incremented if multiple releases happen the same m ### Security +## [22.04.3] 2022-04-26 + +### Added + +* debug() accepts stdin + +### Changed + +* task_mysql_processes: try mysqladmin ping before dumping the processlist + ## [22.04.2] 2022-04-26 ### Changed -Ignore errors with mysqladmin, until we find a way to deal with multiple instances. +* Ignore errors with mysqladmin, until we find a way to deal with multiple instances. ## [22.04.1] 2022-04-20 diff --git a/dump-server-state.sh b/dump-server-state.sh index c14b29e..5f76413 100644 --- a/dump-server-state.sh +++ b/dump-server-state.sh @@ -3,7 +3,7 @@ PROGNAME="dump-server-state" REPOSITORY="https://gitea.evolix.org/evolix/dump-server-state" -VERSION="22.04.2" +VERSION="22.04.3" readonly VERSION dump_dir=