Skip to content

Commit 31c4ba3

Browse files
authored
Merge pull request #9087 from Icinga/feature/2.13.2-changelog-and-version
Add 2.13.2 CHANGELOG and bump version
2 parents dbe5465 + 4a9e77f commit 31c4ba3

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,32 @@ documentation before upgrading to a new release.
77

88
Released closed milestones can be found on [GitHub](https://github.com/Icinga/icinga2/milestones?state=closed).
99

10+
## 2.13.2 (2021-11-12)
11+
12+
This version only includes changes needed for the release of Icinga DB 1.0.0 RC2 and doesn't include any other bugfixes or features.
13+
14+
### Icinga DB
15+
16+
* Prefix command_id with command type #9085
17+
* Decouple environment from Icinga 2 Environment constant #9082
18+
* Make icinga:history:stream:*#event_id deterministic #9076
19+
* Add downtime.duration & service_state.host_id to Redis #9084
20+
* Sync checkables along with their states first #9081
21+
* Flush both buffered states and state checksums on initial dump #9079
22+
* Introduce icinga:history:stream:downtime#scheduled_by #9080
23+
* Actually write parent to parent_id of zones #9078
24+
* Set value in milliseconds for program_start in stats/heartbeat #9077
25+
* Clean up vanished objects from icinga:checksum:*:state #9074
26+
* Remove usernotification history stream #9073
27+
* Write IDs of notified users into notification history stream #9071
28+
* Make CheckResult#scheduling_source available to Icinga DB #9072
29+
* Stream runtime state updates only to icinga:runtime:state #9068
30+
* Publish Redis schema version via XADD icinga:schema #9069
31+
* Don't include checkable types in history IDs #9070
32+
* Remove unused Redis key 'icinga:zone:parent' #9075
33+
* Make sure object relationships are handled correctly during runtime updates #9089
34+
* Only log queries at debug level #9088
35+
1036
## 2.13.1 (2021-08-19)
1137

1238
The main focus of this version is a security vulnerability in the TLS certificate verification of our metrics writers ElasticsearchWriter, GelfWriter, InfluxdbWriter and Influxdb2Writer.

ICINGA2_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Version: 2.13.1
1+
Version: 2.13.2
22
Revision: 1

0 commit comments

Comments
 (0)