mirror of
https://github.com/roles-ansible/ansible_role_restic_archiver.git
synced 2024-08-16 10:09:49 +02:00
CHANGE: update comparison titles
This commit is contained in:
parent
3a75c1c793
commit
7e611a0297
1 changed files with 20 additions and 8 deletions
28
CHANGELOG.md
28
CHANGELOG.md
|
@ -7,23 +7,23 @@ and [human-readable changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
## 0.2.3 - 2020-05-18
|
||||
### Fixed
|
||||
* extraction path is actually generated
|
||||
## 0.2.2
|
||||
## [0.2.2]
|
||||
### Changed
|
||||
* Updated default Restic version to `'0.9.6'`
|
||||
### Fixed
|
||||
* Backup scripts use bash (@maciekmm)
|
||||
* SFTP Link correctly renders in MD
|
||||
|
||||
## 0.2.1
|
||||
## [0.2.1]
|
||||
### Fixed
|
||||
* Crontab entries are now created correctly (@dnmvisser)
|
||||
* Molecule now correctly runs lint (@mleutenegger)
|
||||
|
||||
## 0.2.0
|
||||
## [0.2.0]
|
||||
### Added
|
||||
* S3 Support
|
||||
|
||||
## 0.1.5
|
||||
## [0.1.5]
|
||||
### Changed
|
||||
* Path generation for `forget` task now checks if `src` is actually filled and not only defined.
|
||||
|
||||
|
@ -31,7 +31,7 @@ and [human-readable changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
* `prune` option for automatic pruning during forget
|
||||
|
||||
|
||||
## 0.1.4
|
||||
## [0.1.4]
|
||||
### Changed
|
||||
* `--keep-tags` tags are correctly applied to the forget command
|
||||
* Backup policies now also check if the respective variable actually contains a value
|
||||
|
@ -39,18 +39,30 @@ and [human-readable changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
### Added
|
||||
* Added a template which only adds credentials for use with `source` on linux distros
|
||||
|
||||
## 0.1.3
|
||||
## [0.1.3]
|
||||
### Changed
|
||||
* Creating script dir before templating out scripts
|
||||
|
||||
## 0.1.2
|
||||
## [0.1.2]
|
||||
### Changed
|
||||
* build sucessfully completes
|
||||
|
||||
## 0.1.1
|
||||
## [0.1.1]
|
||||
### Changed
|
||||
* `restic_url` is now set in defaults
|
||||
|
||||
## 0.1.0
|
||||
### Added
|
||||
* initial release
|
||||
|
||||
|
||||
[Unreleased]: https://github.com/arillso/ansible.restic/compare/0.2.3...HEAD
|
||||
[0.2.3]: https://github.com/arillso/ansible.restic/compare/0.2.2...0.2.3
|
||||
[0.2.2]: https://github.com/arillso/ansible.restic/compare/0.2.1...0.2.2
|
||||
[0.2.1]: https://github.com/arillso/ansible.restic/compare/0.2.0...0.2.1
|
||||
[0.2.0]: https://github.com/arillso/ansible.restic/compare/0.1.5...0.2.0
|
||||
[0.1.5]: https://github.com/arillso/ansible.restic/compare/0.1.4...0.1.5
|
||||
[0.1.4]: https://github.com/arillso/ansible.restic/compare/0.1.3...0.1.4
|
||||
[0.1.3]: https://github.com/arillso/ansible.restic/compare/0.1.2...0.1.3
|
||||
[0.1.2]: https://github.com/arillso/ansible.restic/compare/0.1.1...0.1.2
|
||||
[0.1.1]: https://github.com/arillso/ansible.restic/compare/0.1.0...0.1.1
|
||||
|
|
Loading…
Reference in a new issue