Skip to content

Commit b29e70d

Browse files
authored
[2.16.1] Release notes, highlights, known issues (#8412) (#8418)
* Release notes, highlights, known issues for 2.16.1 --------- Signed-off-by: Michael Montgomery <[email protected]> (cherry picked from commit 5166e39)
1 parent e4ff2f3 commit b29e70d

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

docs/release-notes/2.16.1.asciidoc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
:issue: https://github.com/elastic/cloud-on-k8s/issues/
2+
:pull: https://github.com/elastic/cloud-on-k8s/pull/
3+
4+
[[release-notes-2.16.1]]
5+
== {n} version 2.16.1
6+
7+
8+
[[bug-2.16.1]]
9+
[float]
10+
=== Bug fixes
11+
12+
* Add an additional volume for Kibana logs when hardened security context is enabled {pull}8380[#8380]
13+
* Allow persisting of Kibana plugins when hardened security context is enabled {pull}8389[#8389]
14+
15+
[[security-2.16.1]]
16+
[float]
17+
=== Security updates
18+
19+
* Updated golang.org/x/net to mitigate CVE-2024-45338 {pull}8372[#8372]
20+
21+
[[docs-2.16.1]]
22+
[float]
23+
=== Documentation improvements
24+
25+
* Update Kubernetes supported versions to 1.27-1.32 {pull}8403[#8403]

docs/release-notes/highlights-2.16.0.asciidoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
[[release-highlights-2.16.0]]
22
== 2.16.0 release highlights
33

4+
[float]
5+
[id="{p}-2160-known-issues"]
6+
=== Known issues
7+
8+
- Enabling a Kibana hardened security context (only supported in Kibana 7.10+) as well as enabling Kibana audit logs will cause Kibana to go into a `CrashLoopBackoff` state with the error `read-only file system, open '/usr/share/kibana/logs/audit.log'`.
9+
- Enabling a Kibana hardened security context (only supported in Kibana 7.10+) as well as utilizing Kibana plugins would cause the plugins to fail to load.
10+
411
[float]
512
[id="{p}-2160-new-and-notable"]
613
=== New and notable
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[[release-highlights-2.16.1]]
2+
== 2.16.1 release highlights
3+
4+
[float]
5+
[id="{p}-2161-new-and-notable"]
6+
=== Bug fix
7+
8+
This release fixes an issue introduced in ECK 2.16.0 where enabling a Kibana hardened security context as well as enabling Kibana audit logs would cause Kibana to go into a `CrashLoopBackoff` state with the error `read-only file system, open '/usr/share/kibana/logs/audit.log'`.
9+
10+
This release also fixes an additional issue in ECK 2.16.0 where enabling a Kibana hardened security context and utilizing Kibana plugins would cause the plugins to fail to load.
11+
12+
Also refer to <<{p}-2160-known-issues>> for more information.

0 commit comments

Comments
 (0)