From aa87cffa347e3388d6dbc1f61f621a3b99123c93 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 29 Nov 2023 16:57:13 -0700 Subject: [PATCH] docs(changelog): version 1.6.0 [citest skip] Update changelog and .README.html for version 1.6.0 Signed-off-by: Rich Megginson --- .README.html | 14 +++++++++----- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/.README.html b/.README.html index 716e3ff..d9ba230 100644 --- a/.README.html +++ b/.README.html @@ -211,6 +211,7 @@

Contents

id="toc-libreswan-algorithms">Libreswan algorithms +
  • rpm-ostree
  • License
  • @@ -249,15 +250,16 @@

    Collection requirements

    The role requires the firewall role and the selinux role from the fedora.linux_system_roles collection, if -vpn_manage_firewall and vpn_manage_selinux is +vpn_manage_firewall and vpn_manage_selinux are set to true, respectively. (Please see also the variables in the Firewall and Selinux -section.)

    -

    If the vpn is a role from the +section.) The role requires additional collections to manage +rpm-ostree systems.

    +

    If using the vpn role from the fedora.linux_system_roles collection or from the Fedora RPM -package, the requirement is already satisfied.

    +package, the requirements are already satisfied.

    Otherwise, please run the following command line to install the -collection.

    +collections.

    ansible-galaxy collection install -r meta/collection-requirements.yml

    Top-level variables

    @@ -1103,6 +1105,8 @@

    public_key

    Algorithms

    Libreswan algorithms

    Minimum acceptable algorithms are AES, MODP2048 and SHA2.

    +

    rpm-ostree

    +

    See README-ostree.md

    License

    MIT.

    diff --git a/CHANGELOG.md b/CHANGELOG.md index a870911..1b602a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ Changelog ========= +[1.6.0] - 2023-11-29 +-------------------- + +### New Features + +- feat: support for ostree systems (#134) + +### Other Changes + +- Bump actions/checkout from 3 to 4 (#126) +- ci: ensure dependabot git commit message conforms to commitlint (#129) +- ci: tox-lsr version 3.1.1 (#133) +- tests: add cleanup after each test (#135) + [1.5.9] - 2023-09-07 --------------------