1
0
Fork 0

Merge branch '47-create-release-1-0-0' into 'main'

Resolve "Create release 1.0.0"

Closes #47

See merge request lydra/yunohost/ansible-yunohost!27
This commit is contained in:
Christophe Chaudier 2022-05-23 14:31:02 +00:00
commit 850a251322

View file

@ -1,48 +1,69 @@
# lydra.yunohost Changelog # lydra.yunohost Changelog
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 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), 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/). and the commits message folow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
## [Unreleased] - [1.0.0] ## [[1.0.0] - 2022-05-23](https://lab.frogg.it/lydra/yunohost/ansible-yunohost/-/releases/1.0.0)
### Added ### Added
- As we grew in terms of added features we have decided to transform this role into a collection. - As we grew in terms of added features we have decided to transform this role into a collection.
- You can now define symoblic links for `/etc/yunohost/` and `/var/www/`. - You can now define symoblic links for `/etc/yunohost/` and `/var/www/`.
- You can now create backups for Yunohost core and apps using `ynh_backup` role. - You can now create backups for Yunohost core and apps using `ynh_backup` role.
### Changed ### Changed
- This role is now divided into four roles: `ynh_setup`, `ynh_config`, `ynh_apps`, `ynh_backup`. Each role has its own README so you can easily navigate between them and understand their purpose.
## [0.2.0] - 2022-03-31 - This role is now divided into four roles: `ynh_setup`, `ynh_config`, `ynh_apps`, `ynh_backup`. Each role has its own README so you can easily navigate between them and understand their purpose.
### Deprecated
- Be careful when you upgrade because of the modularity of the different roles. Don't hesitate to read the latest REDME for an example on how to incorporate the roles into a playbook.
## [[0.2.0] - 2022-03-31](https://lab.frogg.it/lydra/yunohost/ansible-yunohost/-/releases/0.2.0)
### Added ### Added
- Creation of the CHANGELOG. - Creation of the CHANGELOG.
- CI: Ansible galaxy lint - CI: Ansible galaxy lint
### Deprecated ### Deprecated
- The v1.0.0 will transform this role into an ansible collection. - The v1.0.0 will transform this role into an ansible collection.
The roles will be more modular. Be careful when you upgrade to v1.0.0. The roles will be more modular. Be careful when you upgrade to v1.0.0.
## [0.1.3] - 2021-11-09 ## [0.1.3] - 2021-11-09
### Added ### Added
- Two new tasks have been added for post-install apps feature. During Yunohost application setup you can now add additionnal scripts / configuration files which will be transferred to your Yunohost instance and run if necessary. - Two new tasks have been added for post-install apps feature. During Yunohost application setup you can now add additionnal scripts / configuration files which will be transferred to your Yunohost instance and run if necessary.
### Changed ### Changed
- README explains how to use apps post-install feature. - README explains how to use apps post-install feature.
## [0.1.2] - 2021-10-27 ## [0.1.2] - 2021-10-27
### Added ### Added
- SMTP relay settings in Yunohost core can now be changed. This is a new task called `SMTP`. - SMTP relay settings in Yunohost core can now be changed. This is a new task called `SMTP`.
### Changed ### Changed
- README explains how to change SMTP relay values using specific variables. - README explains how to change SMTP relay values using specific variables.
## [0.1.1] - 2021-10-21 [YANKED] ## [0.1.1] - 2021-10-21 [YANKED]
### Fixed ### Fixed
- fix default folder name into "defaults" to respect Ansible file architecture. - fix default folder name into "defaults" to respect Ansible file architecture.
## [0.1.0] - 2021-10-21 ## [0.1.0] - 2021-10-21
### Added ### Added
- The first release of the lydra.yunohost role. This role is a fork of two former Ansible roles : <https://github.com/TheRojam/ansible-yunohost> and <https://github.com/e-lie/ansible-yunohost>. - The first release of the lydra.yunohost role. This role is a fork of two former Ansible roles : <https://github.com/TheRojam/ansible-yunohost> and <https://github.com/e-lie/ansible-yunohost>.
- CI: ansible lint and syntax check - CI: ansible lint and syntax check
- README is present in French and English as well as License info. - README is present in French and English as well as License info.