1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_restic_archiver.git synced 2024-08-16 10:09:49 +02:00
ansible_role_restic_archiver/CHANGELOG.md

41 lines
882 B
Markdown
Raw Normal View History

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
### Added
* S3 Support
2019-09-11 16:07:03 +02:00
## 0.1.5
### 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
2019-09-11 11:35:30 +02:00
## 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
### Added
* Added a template which only adds credentials for use with `source` on linux distros
2019-09-09 16:19:18 +02:00
## 0.1.3
### Changed
* Creating script dir before templating out scripts
2019-08-17 09:34:06 +02:00
## 0.1.2
### Changed
* build sucessfully completes
## 0.1.1
### 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