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/HISTORY.md
2020-11-12 16:26:45 +01:00

2.9 KiB

Changelog

This project adheres to Semantic Versioning and human-readable changelog.

Unreleased

0.2.8 2020-09-08

Added

  • Sanity check for restic binary
  • Support for the Backblaze B2 backend

0.2.7 2020-08-05

Added

  • Config option to exclude files
  • Contributing guide

0.2.6 2020-06-05

Changed

  • Password now use regex_escape() filter in templates

0.2.5 - 2020-06-02

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 - 2020-06-01

Added

  • aws_default_region for repos

0.2.3 - 2020-05-18

Fixed

  • extraction path is actually generated

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

Fixed

  • Crontab entries are now created correctly (@dnmvisser)
  • Molecule now correctly runs lint (@mleutenegger)

0.2.0

Added

  • S3 Support

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

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

0.1.3

Changed

  • Creating script dir before templating out scripts

0.1.2

Changed

  • build sucessfully completes

0.1.1

Changed

  • restic_url is now set in defaults

0.1.0

Added

  • initial release