2022-03-27 10:01:35 +02:00
|
|
|
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
|
|
|
|
|
|
|
This project does not follow semantic versioning.
|
|
|
|
The **major** part of the version is the year
|
|
|
|
The **minor** part changes is the month
|
|
|
|
The **patch** part changes is incremented if multiple releases happen the same month
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
### Removed
|
|
|
|
|
|
|
|
### Security
|
|
|
|
|
2022-04-26 18:21:03 +02:00
|
|
|
## [22.04.3] 2022-04-26
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* debug() accepts stdin
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* task_mysql_processes: try mysqladmin ping before dumping the processlist
|
|
|
|
|
2022-04-26 09:55:55 +02:00
|
|
|
## [22.04.2] 2022-04-26
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
2022-04-26 18:21:03 +02:00
|
|
|
* Ignore errors with mysqladmin, until we find a way to deal with multiple instances.
|
2022-04-26 09:55:55 +02:00
|
|
|
|
2022-04-20 11:06:17 +02:00
|
|
|
## [22.04.1] 2022-04-20
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
redirect df errors to stdout
|
|
|
|
|
2022-04-03 11:17:45 +02:00
|
|
|
## [22.04] 2022-04-03
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
Better iptables/ip6tables dump
|
|
|
|
|
2022-03-29 09:05:15 +02:00
|
|
|
## [22.03.10] 2022-03-29
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
use nft is available and ignore iptables errors
|
|
|
|
|
2022-03-27 10:39:57 +02:00
|
|
|
## [22.03.9] 2022-03-27
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* `--all` and `--none` options to execute all of no task.
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* rename internal variables to use "task" as concept of unit of work
|
|
|
|
|
2022-03-27 10:01:35 +02:00
|
|
|
## [22.03.8] 2022-03-27
|
|
|
|
|
|
|
|
dump-server-state has its own repository and changelog
|