diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c76f6a46..cd088bab 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,7 +11,13 @@ v0.3.2 Release Summary --------------- -Bugfix Release +This is a bugfix release, bringing two QOL features and a fix for the installation process of some of the roles which broke with v0.3.1. + +Minor Changes +------------- + +- Added possibility to delegate ticket creation to satellites +- Adjusted the installation of the director module when using the source installation. Bugfixes -------- diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index cda5e461..266657ac 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -114,8 +114,13 @@ releases: changes: bugfixes: - 'Role repos: Fix bug in variable search - thanks to @gianmarco-mameli #224' + minor_changes: + - Added possibility to delegate ticket creation to satellites + - Adjusted the installation of the director module when using the source installation. release_summary: Bugfix Release fragments: - bugfix_variable_search.yml + - feature_add_satellite_delegation.yml + - feature_adjust_director_source_installation.yml - release.yml - release_date: '2023-11-30' + release_date: '2023-12-07' diff --git a/changelogs/fragments/feature_add_satellite_delegation.yml b/changelogs/fragments/feature_add_satellite_delegation.yml deleted file mode 100644 index f67ad698..00000000 --- a/changelogs/fragments/feature_add_satellite_delegation.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - Added possibility to delegate ticket creation to satellites diff --git a/changelogs/fragments/feature_adjust_director_source_installation.yml b/changelogs/fragments/feature_adjust_director_source_installation.yml deleted file mode 100644 index b80bb855..00000000 --- a/changelogs/fragments/feature_adjust_director_source_installation.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_change: - - Adjusted the installation of the director module when using the source installation.