Release 22.04.3
parent
14e67de360
commit
80d6b5a67e
12
CHANGELOG
12
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
|
||||
|
||||
|
|
|
@ -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=
|
||||
|
|
Loading…
Reference in New Issue