From 5b1d1a52909e42ad31fa2eec3c4bdc21ea18e8cb Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 21 Mar 2024 15:54:13 +0000 Subject: [PATCH] Generate Changelog for version 1.0.0 --- CHANGELOG.rst | 20 ++++++++++++++++++++ changelog/176.bugfix.rst | 1 - changelog/177.trivial.rst | 6 ------ 3 files changed, 20 insertions(+), 7 deletions(-) delete mode 100644 changelog/176.bugfix.rst delete mode 100644 changelog/177.trivial.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 74123b45..b9007c9b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -20,6 +20,26 @@ Backward incompatible (breaking) changes will only be introduced in major versio .. towncrier release notes start +1.0.0 (2024-03-21) +================== + +Improvements +------------ + +- The `SSHD` daemon implementation now has a `get_host_keys` method which returns the host keys that can then be written to a ``known_hosts`` file. (`#176 `_) + + +Trivial/Internal Changes +------------------------ + +- CI pipeline changes: + + * Stop testing against Pytest 8.0.0rc2 and instead test against 8.0.x + * Stop testing against Salt 3005.x + * Add Salt 3007.x to the versions to test + * Stop testing against Pytest 7.3.x and add 8.1.x to the list of versions to test (`#177 `_) + + 1.0.0rc29 (2024-01-23) ====================== diff --git a/changelog/176.bugfix.rst b/changelog/176.bugfix.rst deleted file mode 100644 index ddef0a5a..00000000 --- a/changelog/176.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -The `SSHD` daemon implementation now has a `get_host_keys` method which returns the host keys that can then be written to a ``known_hosts`` file. diff --git a/changelog/177.trivial.rst b/changelog/177.trivial.rst deleted file mode 100644 index e7d22477..00000000 --- a/changelog/177.trivial.rst +++ /dev/null @@ -1,6 +0,0 @@ -CI pipeline changes: - -* Stop testing against Pytest 8.0.0rc2 and instead test against 8.0.x -* Stop testing against Salt 3005.x -* Add Salt 3007.x to the versions to test -* Stop testing against Pytest 7.3.x and add 8.1.x to the list of versions to test