2019-08-15 15:45:21 +02:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
|
|
|
|
and [human-readable changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
|
|
2019-12-17 14:19:25 +01:00
|
|
|
## Unreleased
|
2020-06-01 19:29:33 +02:00
|
|
|
### Added
|
|
|
|
* `aws_default_region` for repos
|
2020-05-18 11:29:12 +02:00
|
|
|
## 0.2.3 - 2020-05-18
|
|
|
|
### Fixed
|
|
|
|
* extraction path is actually generated
|
2020-06-01 19:28:22 +02:00
|
|
|
## [0.2.2]
|
2020-04-07 09:32:16 +02:00
|
|
|
### Changed
|
|
|
|
* Updated default Restic version to `'0.9.6'`
|
|
|
|
### Fixed
|
2020-05-18 09:20:23 +02:00
|
|
|
* Backup scripts use bash (@maciekmm)
|
2020-04-07 09:32:16 +02:00
|
|
|
* SFTP Link correctly renders in MD
|
|
|
|
|
2020-06-01 19:28:22 +02:00
|
|
|
## [0.2.1]
|
2020-04-07 09:01:03 +02:00
|
|
|
### Fixed
|
|
|
|
* Crontab entries are now created correctly (@dnmvisser)
|
|
|
|
* Molecule now correctly runs lint (@mleutenegger)
|
2019-12-17 14:21:14 +01:00
|
|
|
|
2020-06-01 19:28:22 +02:00
|
|
|
## [0.2.0]
|
2019-12-17 14:19:25 +01:00
|
|
|
### Added
|
|
|
|
* S3 Support
|
|
|
|
|
2020-06-01 19:28:22 +02:00
|
|
|
## [0.1.5]
|
2019-09-11 16:07:03 +02:00
|
|
|
### Changed
|
|
|
|
* Path generation for `forget` task now checks if `src` is actually filled and not only defined.
|
|
|
|
|
|
|
|
### Added
|
|
|
|
* `prune` option for automatic pruning during forget
|
|
|
|
|
|
|
|
|
2020-06-01 19:28:22 +02:00
|
|
|
## [0.1.4]
|
2019-09-11 11:35:30 +02:00
|
|
|
### Changed
|
|
|
|
* `--keep-tags` tags are correctly applied to the forget command
|
|
|
|
* Backup policies now also check if the respective variable actually contains a value
|
|
|
|
|
|
|
|
### Added
|
|
|
|
* Added a template which only adds credentials for use with `source` on linux distros
|
|
|
|
|
2020-06-01 19:28:22 +02:00
|
|
|
## [0.1.3]
|
2019-09-09 16:19:18 +02:00
|
|
|
### Changed
|
|
|
|
* Creating script dir before templating out scripts
|
|
|
|
|
2020-06-01 19:28:22 +02:00
|
|
|
## [0.1.2]
|
2019-08-17 09:34:06 +02:00
|
|
|
### Changed
|
|
|
|
* build sucessfully completes
|
|
|
|
|
2020-06-01 19:28:22 +02:00
|
|
|
## [0.1.1]
|
2019-08-17 09:34:06 +02:00
|
|
|
### Changed
|
|
|
|
* `restic_url` is now set in defaults
|
|
|
|
|
2019-08-15 15:46:31 +02:00
|
|
|
## 0.1.0
|
2019-08-15 15:45:21 +02:00
|
|
|
### Added
|
2019-08-17 09:26:21 +02:00
|
|
|
* initial release
|
2020-06-01 19:28:22 +02:00
|
|
|
|
|
|
|
|
|
|
|
[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
|