Correct changelog

This commit is contained in:
Adrien Ferrand 2018-10-09 17:33:14 +02:00
parent 7cc83d3010
commit cb46368131

View File

@ -2,14 +2,14 @@
## Unreleased ## Unreleased
## [4.2.1-1] - 14/05/2018 ## [4.2.1-2] - 09/10/2018
### Added ### Added
* Set up a complete CI/CD system for this Docker, using CircleCI: docker is noz automatically packaged, tested and deployed to Docker Hub * Set up a complete CI/CD system for this Docker, using CircleCI: docker is now automatically packaged, tested and deployed to Docker Hub
### Changed ### Changed
* Hotfix for BZIP2 binary, due to latest Alpine layout modifications, is now applied when the container is created, removing the error `n: /bin/bzip2: File exists` when container is restarted. * Hotfix for BZIP2 binary, due to latest Alpine layout modifications, is now applied when the container is created, removing the error `n: /bin/bzip2: File exists` when container is restarted.
## [4.2.1-1] - 14/05/2018 ## [4.2.1-1] - 12/09/2018
### Added ### Added
* Add and configure circus, an alternative to supervisor, compatible with Python 3, with better control over environment variables propagation, and network sockets supervision (not used yet here) * Add and configure circus, an alternative to supervisor, compatible with Python 3, with better control over environment variables propagation, and network sockets supervision (not used yet here)
* Mandatory perl modules for Backuppc are now installed as pre-compiled binaries from Alpine repos * Mandatory perl modules for Backuppc are now installed as pre-compiled binaries from Alpine repos