1
0
Fork 0

build: create ansible-galaxy build 1.1.2

This commit is contained in:
Arthur BOUDREAULT 2022-12-07 15:18:59 +01:00
parent 7c982f8322
commit fdb7dac851
2 changed files with 12 additions and 1 deletions

View file

@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and the commits message folow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
## [[1.1.2] - 2022-12-07](https://lab.frogg.it/lydra/yunohost/ansible-yunohost/-/releases/1.1.2)
### Added
- In role `ynh_backup`:
- Added Ansible variable `restic_version`. The default version of Restic is 0.14.0, but it can easily be changed by overriding the default value. You can check the releases of Restic [here](https://github.com/restic/restic/releases).
- Updated the readme files.
- In role `ynh_apps`:
- Updated readme for details about API calls.
## [[1.1.1] - 2022-09-05](https://lab.frogg.it/lydra/yunohost/ansible-yunohost/-/releases/1.1.1)
### Added

View file

@ -1,6 +1,6 @@
namespace: lydra
name: yunohost
version: 1.1.1
version: 1.1.2
readme: README.md
authors:
- Lydra (<support@lydra.fr>)