mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-08 12:53:29 +01:00
docs(changelog): version v0.20.0 [citest skip]
Create changelog update and release for version v0.20.0 Signed-off-by: Sergei Petrosian <spetrosi@redhat.com>
This commit is contained in:
parent
807c1d7758
commit
9c811ad721
1 changed files with 35 additions and 0 deletions
35
CHANGELOG.md
35
CHANGELOG.md
|
@ -1,6 +1,41 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
[v0.20.0] - 2023-06-19
|
||||
--------------------
|
||||
|
||||
### New Features
|
||||
|
||||
- feat: debian 12 support and small config fixes for debian (#238)
|
||||
|
||||
This PR adds Debian 12 (aka bookworm) support to the role.
|
||||
The workflow fails at the moment because there is no roles-ansible/check-ansible-debian-bookworm-action repo yet. As soon as @DO1JLR has created the repo it should pass all checks.
|
||||
|
||||
Furthermore i fixed some small oversights in older debian defaults.
|
||||
|
||||
- feat: Fix alpine tests by adding a new configuration options (#240)
|
||||
|
||||
### Other Changes
|
||||
|
||||
- proper Subsystem sftp default for RHEL9 (#220)
|
||||
|
||||
Basically the same as for RHEL6/7/8
|
||||
|
||||
- ci: Add pull request template and run commitlint on PR title only (#237)
|
||||
|
||||
We now ensure the conventional commits format only on PR titles and not on
|
||||
commits to let developers keep commit messages targeted for other developers
|
||||
i.e. describe actual changes to code that users should not care about.
|
||||
And PR titles, on the contrary, must be aimed at end users.
|
||||
|
||||
For more info, see
|
||||
https://linux-system-roles.github.io/contribute.html#write-a-good-pr-title-and-description
|
||||
|
||||
- chore: moved debian 7 (wheezy) config to explicit file (#239)
|
||||
|
||||
This removes the `defaults/Debian.yml` file and moves it to the `defaults/Debian_7.yml` file. This prohibits rolling out ancient config on new Debian-Systems which aren't supported by this role.
|
||||
|
||||
|
||||
[v0.19.0] - 2023-04-27
|
||||
|
||||
### New Features
|
||||
|
|
Loading…
Reference in a new issue