From 336eaca7e94a0a64526d96e45b5ee03015da5ec9 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Mon, 6 Nov 2023 16:01:08 -0700 Subject: [PATCH] docs(changelog): version 1.9.0 [citest skip] Update changelog and .README.html for version 1.9.0 Signed-off-by: Rich Megginson --- .README.html | 9 +++++++-- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.README.html b/.README.html index ed2ca86..f959bce 100644 --- a/.README.html +++ b/.README.html @@ -180,6 +180,7 @@

Contents

  • Example Playbook
  • +
  • rpm-ostree
  • License
  • @@ -207,8 +208,10 @@

    Collection requirements

    If the metrics is a role from the fedora.linux_system_roles collection or from the Fedora RPM package, the requirement is already satisfied.

    -

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

    +

    The role requires additional collections to manage +rpm-ostree systems. If you need to manage +rpm-ostree systems, run the below command to install the +collections.

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

    Role Variables

    @@ -330,6 +333,8 @@

    Example Playbook

    metrics_query_service: true roles: - linux-system-roles.metrics +

    rpm-ostree

    +

    See README-ostree.md

    License

    MIT

    diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bd1515..1f2fce5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ Changelog ========= +[1.9.0] - 2023-11-06 +-------------------- + +### New Features + +- feat: support for ostree systems (#175) + +### Other Changes + +- build(deps): bump actions/checkout from 3 to 4 (#167) +- ci: dependabot commit msg lint; sort badges (#170) +- ci: use dump_packages.py callback to get packages used by role (#172) +- ci: tox-lsr version 3.1.1 (#174) + [1.8.7] - 2023-09-08 --------------------