evobackup/CHANGELOG.md

85 lines
2.1 KiB
Markdown
Raw Normal View History

2020-04-11 08:40:25 +02:00
# Changelog
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).
## [Unreleased]
### Added
### Changed
* Display help message if mandatory arguments are missing.
2020-05-01 10:34:23 +02:00
* Don't recreate jail on sync if it already exists
* Don't sync the whole firewall file, just remake rules for the current jail
* On sync, if local jail is running, reload remote jail if already running, start if not
### Deprecated
### Removed
### Fixed
### Security
2020-04-22 01:17:53 +02:00
## [2.3.1] - 2020-04-22
### Added
* State the age of the current "rm" process when killing it
* Give the new PID after killing the previous "rm" process
### Fixed
* typos
* forgotten quotes
2020-04-20 08:30:00 +02:00
## [2.3.0] - 2020-04-20
### Changed
* Rewrite log messages and format
2020-04-19 10:07:35 +02:00
## [2.2.2] - 2020-04-19
### Changed
* Reorganize temp files and lock files
### Fixed
* Properly call subcommands in bkctld-check-incs and bkctld-check-last-incs
* Log start time in bkctld-rm
2020-04-18 10:34:50 +02:00
## [2.2.1] - 2020-04-18
### Changed
* check-incs.sh and check-last-incs.sh are embedded in bkctld
## [2.2.0] - 2020-04-17
### Added
2020-04-11 08:40:25 +02:00
* Shellcheck directives to have 0 warnings and errors
* Ability to override critical/warning thresholds per jail for bkctld-check
* Support new location for jail configuration (/etc/evobackup/<jail_name>.d/)
* Lock per jail and inc when creating incs
* Global lock when removing incs (kill the currently running instance)
* Create a blank SSH "authorized_keys" file on jail init
* Many new tests with BATS
* Check for firewall configuration in bkcld-check
2020-04-11 08:54:01 +02:00
* Run the test suite on Buster (ext4/btrfs) in addition of Stretch (ext4/btrfs)
2020-04-11 08:40:25 +02:00
### Changed
* Extract variables and heper functions to reduce repetition of knowledge
* Consistent naming of variables in scripts and functions
* Consistent log messages between functions ad commands
* Raise errors if required function arguments are missing
* Configure locales in Vagrant VM
* Split BATS tests file and use helper functions
* Improve "lib" detection
2020-04-11 09:23:09 +02:00
* Revamp the README