diff --git a/.README.html b/.README.html index f4c618a..ec7b6fd 100644 --- a/.README.html +++ b/.README.html @@ -179,6 +179,7 @@

Contents

id="toc-example-5-deploy-nbde-server-with-custom-port-and-zone">Example 5: deploy NBDE server with custom port and zone +
  • rpm-ostree
  • License
  • @@ -394,6 +395,8 @@

    Example nbde_server_firewall_zone: dmz roles: - linux-system-roles.nbde_server +

    rpm-ostree

    +

    See README-ostree.md

    License

    MIT

    diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cdc329..3385e94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ Changelog ========= +[1.4.0] - 2023-11-29 +-------------------- + +### New Features + +- feat: support for ostree systems (#124) + +### Other Changes + +- Bump actions/checkout from 3 to 4 (#116) +- ci: ensure dependabot git commit message conforms to commitlint (#119) +- ci: tox-lsr version 3.1.1 (#123) + [1.3.9] - 2023-09-08 --------------------