-
Arthur BOUDREAULT authoredArthur BOUDREAULT authored
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 5.70 KiB
lydra.yunohost Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, this project adheres to Semantic Versioning, and the commits message folow the Conventional Commits.
[1.1.1] - 2022-09-05
Added
-
In role
ynh_backup
:- Added Ansible variable
m3nu_ansible_role_borgbackup_version
. The default version of the role is v0.9.3, but it can easily be changed by overriding the default value. You can check the releases of the role here. - Updated the readme files.
- Added Ansible variable
-
In general readme:
- Added restic tag.
Fixed
- In role
ynh_backup
:- Ansible role Borg has been updated to v0.9.3 due to a bug that I discovered. More info here.
[1.1.0] - 2022-08-30
Added
- In role
ynh_backup
:- You now have the possibility to use BorgBackup with an extra Ansible role as well as Restic. These are built-in into this role, which means that once configured correctly, Ansible will download the chosen roles and will trigger their tasks.
- In order to use Restic Ansible role, you need to install the pip package jmespath. For developers of the collection, it can be installed from the provided Pipfile using the following command:
pipenv install
.
Changed
-
In roles:
- Changed various tasks-related tags.
-
In role
ynh_backup
:- The
ynh_backup.sh
script now has a pruning function. By default, all local backups older than two days old are automatically deleted when a new backup is being created by the cron task. - Improved README for the local backups.
- The
Fixed
- In role
ynh_backup
:- Only one of
ynh_backup.system
orynh_backup.apps
is required. If the user puts varynh_backup.system
andynh_backup.apps
to False the role throws an error.
- Only one of
[1.0.4] - 2022-06-27
Added
- In role
ynh_setup
:- New symbolic link created by default
/home/yunohost/backup
failed to get created. Added a new task so that the folder is created beforehand and then force the creation of the symbolic link.
- New symbolic link created by default
Fixed
- In role
ynh_backup
:- A WIP version of a dev branch has been uploaded in version 1.0.3. Therefore,
lydra.yunohost
v1.0.3 is malfunctioning and shouldn't be used. This new version contains the right source files from version 1.0.3.
- A WIP version of a dev branch has been uploaded in version 1.0.3. Therefore,