Releases: roles-ansible/ansible_role_restic
v0.7.2
What's Changed
- Bump github/super-linter from 4.8.5 to 4.9.0 by @dependabot in #60
- Bump robertdebock/molecule-action from 2.7.2 to 4.0.7 by @dependabot in #59
- Bump actions/checkout from 2.4.0 to 3 by @dependabot in #61
- Bump robertdebock/galaxy-action from 1.1.1 to 1.2.0 by @dependabot in #63
- improve README by @DO1JLR in #65
Breaking changes:
Change restic_systemd_timer_default_OnCalendar to lowercase.
Full Changelog: v0.7.1...v0.7.2
v0.7.1
v0.7.0
What's Changed
-
increase role verion for quick version check by @DO1JLR in #48
-
restructure schedule.yml to prevent failing on Ansible 5 by @DO1JLR in #51
- restructure schedule.yml and split more between cron and systemd
- cleanup old cron stuff and dirty-clean it to be ansible-5 compatible
- adding
restic_do_not_cleanup_cronfor skip cleaning and write it to README - add pidfile to prevent running the script multiple times at once
- changed task names to show more precice what ansible does
-
Bump github/super-linter from 4.8.4 to 4.8.5 by @dependabot in #50
Full Changelog: v0.6.1...v0.7.0
v0.6.1 improved error handling
What's Changed
- README.md: Backup from stdin - clarify
srcvariable and add example for a backup job using stdin by @z-bsod in #40 - Bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #41
- Bump github/super-linter from 4.8.1 to 4.8.4 by @dependabot in #43
- Fix support for systemd OnCalendar by @lisuml in #44
- Fix #45: send email also on the main command failure by @lisuml in #46
New Contributors
Full Changelog: v0.6.0...v0.6.1
v0.6.0 it is now possible to log to journald
What's Changed
- improve install permissions by @DO1JLR in #35
- Bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #36
- add option to log to journald by @rndmh3ro in #37
- put errorlogs in journald, too by @rndmh3ro in #38
- increase simple versionschek number by @DO1JLR in #39
New Contributors
Full Changelog: v0.5.0...v0.6.0
Improved systemd timer and cronjob behaviour
Implement systemd timer
First Rlease of the role at this repo.
We have built in systemd timer support. Although the documentation could still grow. cron as fallback still exists of course.
The windows support is out. And the allocation of tasks has been restructured.
In addition, there is now a basic version check to prevent that old versions of the role are accidentally rolled out by inexperienced admins and break things.