From b4503f9319573d7e7e968249751f38d62130c7f6 Mon Sep 17 00:00:00 2001 From: Thilo W Date: Mon, 15 Jan 2024 17:29:41 +0100 Subject: [PATCH] changelog for 0.3.3 --- CHANGELOG.rst | 16 ++++++++++++++++ changelogs/changelog.yaml | 12 ++++++++++++ .../feature_add_x509_module_installation.yml | 3 --- 3 files changed, 28 insertions(+), 3 deletions(-) delete mode 100644 changelogs/fragments/feature_add_x509_module_installation.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cd088bab..f3c6e90f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,22 @@ Icinga.Icinga Release Notes .. contents:: Topics +v0.3.3 +====== + +Release Summary +--------------- + +Bugfix Release + +Bugfixes +-------- + +- ensure backwards compatibility with bool filter (#218) +- icinga2 feature api: fixed missing quotes in delegate ticket command for satellites or second master nodes. +- icingaweb2: run pqslcmd with LANG=C to ensure the output is in english. +- remove superfluous curly brace (#246) + v0.3.2 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 266657ac..fddba26d 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -124,3 +124,15 @@ releases: - feature_adjust_director_source_installation.yml - release.yml release_date: '2023-12-07' + 0.3.3: + changes: + bugfixes: + - ensure backwards compatibility with bool filter (#218) + - 'icinga2 feature api: fixed missing quotes in delegate ticket command for + satellites or second master nodes.(#250)' + - 'icingaweb2: run pqslcmd with LANG=C to ensure the output is in english.(#241)' + - remove superfluous curly brace (#246) + release_summary: Bugfix Release + fragments: + - fix_missing_quotes_delegate_ticket.yml + release_date: '2024-01-15' diff --git a/changelogs/fragments/feature_add_x509_module_installation.yml b/changelogs/fragments/feature_add_x509_module_installation.yml deleted file mode 100644 index 82c1f981..00000000 --- a/changelogs/fragments/feature_add_x509_module_installation.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -major_changes: - - Added Installation of x509 certificate monitoring model