Skip to content

Commit

Permalink
Merge pull request #46 from coopdevs/feat/restic-0.16.4
Browse files Browse the repository at this point in the history
Bump restic version to latest (0.16.4).
  • Loading branch information
oyale authored Apr 8, 2024
2 parents 6fbefba + 74026e7 commit 82cebdb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
- Update restic version to latest (v0.16.4)
See [#46](https://github.com/coopdevs/backups_role/pull/46)

- Fix coopdevs.restic-role version [See]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Role Variables
--------------
```yaml
# Restic version
backups_role_restic_version: '0.9.3'
backups_role_restic_version: '0.16.4'

# Location of the scripts
backups_role_path: '/opt/backup'
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
backups_role_restic_version: '0.9.3'
backups_role_restic_version: '0.16.4'
backups_role_path: '/opt/backup'
backups_role_script_dir: "{{ backups_role_path }}/bin"
backups_role_script_path: "{{ backups_role_script_dir }}/backup.sh"
Expand Down

0 comments on commit 82cebdb

Please sign in to comment.