Skip to content

Commit 75cb4d4

Browse files
david-kowthbkrkr
andauthored
Add 1.9.1 release notes (#5174) (#5179)
* Add 1.9.1 release notes * Also regenerate 1.9.0 release notes * Fix bad link * Add mitigation description * Update docs/release-notes/1.9.1.asciidoc Co-authored-by: Thibault Richard <[email protected]> Co-authored-by: Thibault Richard <[email protected]> Co-authored-by: Thibault Richard <[email protected]>
1 parent 3fff454 commit 75cb4d4

File tree

5 files changed

+51
-1
lines changed

5 files changed

+51
-1
lines changed

docs/release-notes.asciidoc

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
This section summarizes the changes in each release.
88

9+
* <<release-notes-1.9.1>>
910
* <<release-notes-1.9.0>>
1011
* <<release-notes-1.8.0>>
1112
* <<release-notes-1.7.1>>
@@ -29,6 +30,7 @@ This section summarizes the changes in each release.
2930

3031
--
3132

33+
include::release-notes/1.9.1.asciidoc[]
3234
include::release-notes/1.9.0.asciidoc[]
3335
include::release-notes/1.8.0.asciidoc[]
3436
include::release-notes/1.7.1.asciidoc[]

docs/release-notes/1.9.0.asciidoc

+3-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ spec:
4848
[float]
4949
=== Enhancements
5050

51+
* Stop using deprecated xpack.monitoring.* settings {pull}5136[#5136] (issue: {issue}5083[#5083])
52+
* Stop using Enterprise Search deprecated setting in 7.17+ {pull}5085[#5085] (issue: {issue}5082[#5082])
5153
* Add logging for call to ES {pull}4958[#4958] (issue: {issue}4935[#4935])
5254
* Shorten the reconciliation loop duration if Elasticsearch is down {pull}4938[#4938] (issues: {issue}2939[#2939], {issue}3496[#3496])
5355
* Ignore ClusterIPs, and IPFamilyPolicy in services, and timestamp in license during reconciliation {pull}4929[#4929]
@@ -61,6 +63,7 @@ spec:
6163
[float]
6264
=== Bug fixes
6365

66+
* Add kibana.host setting only to Enterprise Search 7.15+ {pull}5122[#5122]
6467
* Avoid updating the association status when no association {pull}4986[#4986] (issue: {issue}4985[#4985])
6568
* Forcibly recreate Beat keystore {pull}4942[#4942] (issues: {issue}4527[#4527], {issue}4926[#4926])
6669
* Init. fs container: make cp more resilient {pull}4888[#4888] (issue: {issue}4877[#4877])
@@ -73,4 +76,3 @@ spec:
7376
* Update module github.com/go-test/deep to v1.0.8 {pull}4948[#4948]
7477
* Update golang Docker tag to v1.17.2 {pull}4934[#4934]
7578
* Update module github.com/spf13/viper to v1.9.0 {pull}4847[#4847]
76-

docs/release-notes/1.9.1.asciidoc

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
:issue: https://github.com/elastic/cloud-on-k8s/issues/
2+
:pull: https://github.com/elastic/cloud-on-k8s/pull/
3+
4+
[[release-notes-1.9.1]]
5+
== {n} version 1.9.1
6+
7+
8+
[[enhancement-1.9.1]]
9+
[float]
10+
=== Enhancements
11+
12+
* Add log4j2.formatMsgNoLookups logging property to ES < 7.2 {pull}5157[#5157]
13+
14+
This change will mitigate the link:https://github.com/advisories/GHSA-jfh8-c2jp-5v3q[Log4Shell] vulnerability (CVE-2021-44228) in susceptible Elasticsearch clusters (below version `7.2`). ECK will prepend the `-Dlog4j2.formatMsgNoLookups=true` JVM parameter to the environment variable `ES_JAVA_OPTS`` if it is not yet defined by the user. This triggers a rolling restart of all Pods of the affected Elasticsearch clusters to apply these changes.
15+
16+
* Add internal product header to requests {pull}5129[#5129]
17+
18+
[[bug-1.9.1]]
19+
[float]
20+
=== Bug fixes
21+
22+
* Resource aggregator should handle missing memory settings {pull}5158[#5158]
23+
24+
[[nogroup-1.9.1]]
25+
[float]
26+
=== Misc
27+
28+
* Update golang Docker tag to v1.17.5 {pull}5149[#5149]
29+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[[release-highlights-1.9.1]]
2+
== 1.9.1 release highlights
3+
4+
[float]
5+
[id="{p}-191-new-and-notable"]
6+
=== New and notable
7+
8+
New and notable changes in version 1.9.1 of {n}. See <<release-notes-1.9.1>> for the full list of changes.
9+
10+
11+
[float]
12+
[id="{p}-191-mitigate"]
13+
==== Mitigate CVE-2021-44228 in vulnerable Elasticsearch clusters
14+
15+
This release introduces a preemptive measure to mitigate link:https://github.com/advisories/GHSA-jfh8-c2jp-5v3q[Log4Shell] vulnerability in Elasticsearch versions below `7.2`.

docs/release-notes/highlights.asciidoc

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
--
66
This section summarizes the most important changes in each release. For the full list, see <<eck-release-notes>>.
77

8+
* <<release-highlights-1.9.1>>
89
* <<release-highlights-1.9.0>>
910
* <<release-highlights-1.8.0>>
1011
* <<release-highlights-1.7.1>>
@@ -28,6 +29,7 @@ This section summarizes the most important changes in each release. For the full
2829

2930
--
3031

32+
include::highlights-1.9.1.asciidoc[]
3133
include::highlights-1.9.0.asciidoc[]
3234
include::highlights-1.8.0.asciidoc[]
3335
include::highlights-1.7.1.asciidoc[]

0 commit comments

Comments
 (0)