Releases: arillso/ansible.restic
Releases · arillso/ansible.restic
0.3.0
🍰 Added
- support for basic logging of backup result (#21)
- git-chglog
- github workflows (#25)
- example for backup syntax (#24)
🐞 Fixed
- error when trying to re-initialize b2 repository (#22)
🔧 Changed
- set default restic version to
0.12.0
(#39) - backups can be defined as dicts (#28)
- bump default restic version to
0.11.0
(#27) - move old changelog
🧬 Dependencies
- robertdebock/molecule-action from 2.6.8 to 2.6.16 (#34)
- robertdebock/galaxy-action from 1.1.0 to 1.1.1 (#36)
- github/super-linter from v3 to v3.15.3 (#38)
- robertdebock/molecule-action from 2.6.4 to 2.6.8 (#31)
- robertdebock/molecule-action from 2.6.3 to 2.6.4 (#29)
- robertdebock/galaxy-action from 1.0.3 to 1.1.0 (#26)
0.2.8
Added
- Sanity check for restic binary
- Support for the Backblaze B2 backend
0.2.7
Added
- Config option to exclude files
- Contributing guide
0.2.6
Changed
- Password now use
regex_escape()
filter in templates
0.2.5
Fixed:
- AWS credentials are now supplied to the initialising step
- Cronjob step does not fail if
scheduled
parameter is not set on repo - init respects
'config already initialized'
string
0.2.4
Added
aws_default_region
for repos
0.2.3
Fixed
- extraction path is actually generated
0.2.2
0.2.1
Fixed
- Crontab entries are now created correctly (@dnmvisser)
- Molecule now correctly runs lint (@mleutenegger)
Release 0.2.0
Added
- S3 Support