Skip to content

Commit 5cfaa87

Browse files
committed
Generate Changelogs for 0.3.4
1 parent e25c60c commit 5cfaa87

File tree

8 files changed

+38
-21
lines changed

8 files changed

+38
-21
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ Icinga.Icinga Release Notes
55
.. contents:: Topics
66

77

8+
v0.3.4
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
Bugfix release
15+
16+
Bugfixes
17+
--------
18+
19+
- Added missing port paramater to mysql command within icingadb role (#267)
20+
- Fixed collect of icinga2_objects when icinga2_config_host is not defined (#228)
21+
- Fixed issue where reusing the repos role within the monitoring_plugins could cause the deactivation of the repos; using standalone task now (#270)
22+
- Icinga's packages no longer create '/var/log/icingadb-redis/'. Added tasks that create a log directory based on `icingadb_redis_logfile` (#298).
23+
824
v0.3.3
925
======
1026

@@ -17,8 +33,8 @@ Bugfixes
1733
--------
1834

1935
- ensure backwards compatibility with bool filter (#218)
20-
- icinga2 feature api: fixed missing quotes in delegate ticket command for satellites or second master nodes.
21-
- icingaweb2: run pqslcmd with LANG=C to ensure the output is in english.
36+
- icinga2 feature api: fixed missing quotes in delegate ticket command for satellites or second master nodes.(#250)
37+
- icingaweb2: run pqslcmd with LANG=C to ensure the output is in english.(#241)
2238
- remove superfluous curly brace (#246)
2339

2440
v0.3.2
@@ -27,7 +43,7 @@ v0.3.2
2743
Release Summary
2844
---------------
2945

30-
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.
46+
Bugfix Release
3147

3248
Minor Changes
3349
-------------

changelogs/changelog.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,22 @@ releases:
136136
fragments:
137137
- fix_missing_quotes_delegate_ticket.yml
138138
release_date: '2024-01-15'
139+
0.3.4:
140+
changes:
141+
bugfixes:
142+
- Added missing port paramater to mysql command within icingadb role (#267)
143+
- Fixed collect of icinga2_objects when icinga2_config_host is not defined (#228)
144+
- Fixed issue where reusing the repos role within the monitoring_plugins could
145+
cause the deactivation of the repos; using standalone task now (#270)
146+
- Icinga's packages no longer create '/var/log/icingadb-redis/'. Added tasks
147+
that create a log directory based on `icingadb_redis_logfile` (#298).
148+
release_summary: Bugfix release
149+
fragments:
150+
- fix_issue_228.yml
151+
- fix_issue_267.yml
152+
- fix_issue_268.yml
153+
- fix_issue_269.yml
154+
- fix_issue_270.yml
155+
- fix_issue_298.yml
156+
- release_summary.yml
157+
release_date: '2024-07-23'

changelogs/fragments/fix_issue_228.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/fix_issue_267.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/fix_issue_268.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/fix_issue_269.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/fix_issue_270.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/fix_issue_298.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)