Skip to content

Commit f565a0f

Browse files
Add 1.2.1 release notes and highlights (#3579) (#3581)
* Add 1.2.1 release notes and highlights * Add include statements
1 parent 3485e4c commit f565a0f

File tree

4 files changed

+62
-0
lines changed

4 files changed

+62
-0
lines changed

docs/release-notes.asciidoc

Lines changed: 2 additions & 0 deletions
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.2.1>>
910
* <<release-notes-1.2.0>>
1011
* <<release-notes-1.1.2>>
1112
* <<release-notes-1.1.1>>
@@ -16,6 +17,7 @@ This section summarizes the changes in each release.
1617

1718
--
1819

20+
include::release-notes/1.2.1.asciidoc[]
1921
include::release-notes/1.2.0.asciidoc[]
2022
include::release-notes/1.1.2.asciidoc[]
2123
include::release-notes/1.1.1.asciidoc[]

docs/release-notes/1.2.1.asciidoc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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.2.1]]
5+
== {n} version 1.2.1
6+
7+
8+
9+
10+
[[enhancement-1.2.1]]
11+
[float]
12+
=== Enhancements
13+
14+
* Add support for keystore with Kibana 7.9.0 {pull}3566[#3566] (issue: {issue}3528[#3528])
15+
16+
[[bug-1.2.1]]
17+
[float]
18+
=== Bug fixes
19+
20+
* Check if CA Secret is expected before validating its name {pull}3527[#3527] (issue: {issue}3523[#3523])
21+
* Fix memory corruption from pod template validation {pull}3524[#3524] (issue: {issue}3421[#3421])
22+
23+
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
[[release-highlights-1.2.1]]
2+
== 1.2.1 release highlights
3+
4+
This is a patch release to address some issues found after the 1.2.0 release. See <<release-highlights-1.2.0>> for the full highlights of the 1.2.x series.
5+
6+
7+
[float]
8+
[id="{p}-121-fixes"]
9+
=== Fixes
10+
11+
[float]
12+
[id="{p}-121-fix-kibana-keystore"]
13+
==== Support for Kibana 7.9.0
14+
15+
Support has been added for managing secure settings for Kibana 7.9.0 which expects the keystore to be located at a different path from previous versions.
16+
17+
[float]
18+
[id="{p}-121-bug-kibana-ref"]
19+
==== APM Server and Beats not starting up when referenced Kibana has TLS disabled
20+
21+
APM Server and Beats resources should no longer fail to start if the Kibana referenced using `kibanaRef` has TLS disabled.
22+
23+
[float]
24+
[id="{p}-121-bug-memory-corruption"]
25+
==== Elasticsearch failing to start under certain conditions
26+
27+
Having the Istio CNI plugin enabled or enabling `automountServiceAccountToken` in the pod template should no longer prevent the Elasticsearch containers from failing to start with the error message `/usr/local/bin/docker-entrypoint.sh: line 49: /usr/share/elasticsearch/bin/elasticsearch-env-from-file: No such file or directory`.
28+
29+
30+
[float]
31+
[id="{p}-121-known-issues"]
32+
=== Known issues
33+
34+
- Elasticsearch link:https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-node.html#transform-node[transform nodes] are not automatically labelled by the operator. If you need to identify transform nodes, use the `podTemplate` of the `nodeSet` to add your own label.
35+
- If you want to try out Workplace Search, use the <<{p}-licensing,ECK trial licensing>> mechanism instead of clicking on the _Start a Free Trial_ button on the Enterprise Search splash screen.

docs/release-notes/highlights.asciidoc

Lines changed: 2 additions & 0 deletions
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.2.1>>
89
* <<release-highlights-1.2.0>>
910
* <<release-highlights-1.1.2>>
1011
* <<release-highlights-1.1.1>>
@@ -15,6 +16,7 @@ This section summarizes the most important changes in each release. For the full
1516

1617
--
1718

19+
include::highlights-1.2.1.asciidoc[]
1820
include::highlights-1.2.0.asciidoc[]
1921
include::highlights-1.1.2.asciidoc[]
2022
include::highlights-1.1.1.asciidoc[]

0 commit comments

Comments
 (0)