diff --git a/.README.html b/.README.html index c314f74..8aa9501 100644 --- a/.README.html +++ b/.README.html @@ -201,7 +201,7 @@
meta/collection-requirements.yml. These are not
automatically installed. You must install them like this:
ansible-galaxy install -vv -r meta/collection-requirements.yml`ansible-galaxy install -vv -r meta/collection-requirements.yml
These are the variables that can be passed to the role:
indicates the state the nbde_server should be. It can be either
started (default) or stopped.
started means the server is accepting connections, whereas
-stopped means it is not accepting connections. |
+
nbde_server_rotate_keys |
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4bdacce..deb4cf8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,18 @@
Changelog
=========
+[1.5.0] - 2025-06-23
+--------------------
+
+### New Features
+
+- feat: Support this role in container builds (#188)
+
+### Other Changes
+
+- ci: Add support for bootc end-to-end validation tests (#186)
+- ci: Use ansible 2.19 for fedora 42 testing; support python 3.13 (#187)
+
[1.4.10] - 2025-05-21
--------------------