From fa50481e10ecad1ec25ea238fb537ea6cdd6a0e2 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Sat, 25 Nov 2023 21:57:03 +0000 Subject: [PATCH] Generate Changelog for version 1.0.0rc28 --- CHANGELOG.rst | 27 +++++++++++++++++++++++++++ changelog/168.bugfix.rst | 1 - changelog/169.doc.rst | 1 - changelog/169.feature.rst | 1 - changelog/169.improvement.rst | 1 - 5 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 changelog/168.bugfix.rst delete mode 100644 changelog/169.doc.rst delete mode 100644 changelog/169.feature.rst delete mode 100644 changelog/169.improvement.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6ebf3137..957be97e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -20,6 +20,33 @@ Backward incompatible (breaking) changes will only be introduced in major versio .. towncrier release notes start +1.0.0rc28 (2023-11-25) +====================== + +Features +-------- + +- Added a containarized salt master class implementation, ``SaltMaster`` (`#169 `_) + + +Improvements +------------ + +- Switch to testing against Salt 3006.x instead of 3005.x (`#169 `_) + + +Bug Fixes +--------- + +- The ``Container._pull_container`` callback now properly registers on the ``SaltMinion`` and the ``SaltMaster`` classes when ``pull_before_start`` is True (`#168 `_) + + +Improved Documentation +---------------------- + +- Fix the readthedocs builds due to https://blog.readthedocs.com/migrate-configuration-v2/ (`#169 `_) + + 1.0.0rc27 (2023-09-27) ====================== diff --git a/changelog/168.bugfix.rst b/changelog/168.bugfix.rst deleted file mode 100644 index 76f31b5c..00000000 --- a/changelog/168.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -The ``Container._pull_container`` callback now properly registers on the ``SaltMinion`` and the ``SaltMaster`` classes when ``pull_before_start`` is True diff --git a/changelog/169.doc.rst b/changelog/169.doc.rst deleted file mode 100644 index 08c69c65..00000000 --- a/changelog/169.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Fix the readthedocs builds due to https://blog.readthedocs.com/migrate-configuration-v2/ diff --git a/changelog/169.feature.rst b/changelog/169.feature.rst deleted file mode 100644 index b44815fb..00000000 --- a/changelog/169.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Added a containarized salt master class implementation, ``SaltMaster`` diff --git a/changelog/169.improvement.rst b/changelog/169.improvement.rst deleted file mode 100644 index d6ddd4a6..00000000 --- a/changelog/169.improvement.rst +++ /dev/null @@ -1 +0,0 @@ -Switch to testing against Salt 3006.x instead of 3005.x