Skip to content

Commit 7e6d3f9

Browse files
author
Michael Friedrich
committed
Release version 2.11.1
1 parent a6c76ae commit 7e6d3f9

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ Obihörnchen <[email protected]>
167167
Oleg Artenii <[email protected]>
168168
Pall Sigurdsson <[email protected]>
169169
Paolo Schiro <[email protected]>
170+
170171
Patrick Huy <[email protected]>
171172
Paul Richards <[email protected]>
172173
Pawel Szafer <[email protected]>

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,29 @@ 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.11.1 (2019-10-17)
11+
12+
This release fixes a hidden long lasting bug unveiled with 2.11 and distributed setups.
13+
If you are affected by agents/satellites not accepting configuration
14+
anymore, or not reloading, please upgrade.
15+
16+
### Bugfixes
17+
18+
* Cluster Config Sync
19+
* Never accept authoritative config markers from other instances #7552
20+
* This affects setups where agent/satellites are newer than the config master, e.g. satellite/agent=2.11.0, master=2.10.
21+
* Configuration
22+
* Error message for `command_endpoint` should hint that zone is not set #7514
23+
* Global variable 'ActiveStageOverride' has been set implicitly via 'ActiveStageOverride ... #7521
24+
25+
### Documentation
26+
27+
* Docs: Add upgrading/troubleshooting details for repos, config sync, agents #7526
28+
* Explain repository requirements for 2.11: https://icinga.com/docs/icinga2/latest/doc/16-upgrading-icinga-2/#added-boost-166
29+
* `command_endpoint` objects require a zone: https://icinga.com/docs/icinga2/latest/doc/16-upgrading-icinga-2/#agent-hosts-with-command-endpoint-require-a-zone
30+
* Zones declared in zones.d are not loaded anymore: https://icinga.com/docs/icinga2/latest/doc/16-upgrading-icinga-2/#config-sync-zones-in-zones
31+
32+
1033
## 2.11.0 (2019-09-19)
1134

1235
[Issue and PRs](https://github.com/Icinga/icinga2/issues?utf8=%E2%9C%93&q=milestone%3A2.11.0)

VERSION

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

0 commit comments

Comments
 (0)