Skip to content

Commit 62f2e27

Browse files
authored
Release notes and highlights for 2.6.1 (#6312) (#6314)
- Adds release notes and highlights for the upcoming 2.6.1 release - Adds a know issue section in the 2.6.0 release highlights - Updates versions in the StackConfigPolicy doc
1 parent 458671a commit 62f2e27

File tree

6 files changed

+38
-1
lines changed

6 files changed

+38
-1
lines changed

docs/orchestrating-elastic-stack-applications/stack-config-policy.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ experimental[]
1111

1212
NOTE: This requires a valid Enterprise license or Enterprise trial license. Check <<{p}-licensing,the license documentation>> for more details about managing licenses.
1313

14-
Starting from ECK `2.6.0` and Elasticsearch `8.6.0`, Elastic Stack configuration policies allow you to configure the following settings:
14+
Starting from ECK `2.6.1` and Elasticsearch `8.6.1`, Elastic Stack configuration policies allow you to configure the following settings:
1515

1616
- link:https://www.elastic.co/guide/en/elasticsearch/reference/current/settings.html[Cluster Settings]
1717
- link:https://www.elastic.co/guide/en/elasticsearch/reference/current/put-snapshot-repo-api.html[Snapshot Repositories]

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-2.6.1>>
910
* <<release-notes-2.6.0>>
1011
* <<release-notes-2.5.0>>
1112
* <<release-notes-2.4.0>>
@@ -37,6 +38,7 @@ This section summarizes the changes in each release.
3738

3839
--
3940

41+
include::release-notes/2.6.1.asciidoc[]
4042
include::release-notes/2.6.0.asciidoc[]
4143
include::release-notes/2.5.0.asciidoc[]
4244
include::release-notes/2.4.0.asciidoc[]

docs/release-notes/2.6.1.asciidoc

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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.6.1]]
5+
== {n} version 2.6.1
6+
7+
8+
9+
10+
11+
[[bug-2.6.1]]
12+
[float]
13+
=== Bug fixes
14+
15+
* Update minimum version to use Elasticsearch file-based settings feature {pull}6305[#6305] (issue: {issue}6303[#6303])
16+
17+

docs/release-notes/highlights-2.6.0.asciidoc

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
[[release-highlights-2.6.0]]
22
== 2.6.0 release highlights
33

4+
[float]
5+
[id="{p}-260-known-issues"]
6+
=== Known issues
7+
- Upgrading ECK to 2.6.0 and then Elasticsearch to 8.6.0 may lead to Elasticsearch master nodes unable to join the cluster. Upgrade to ECK 2.6.1 before attempting to upgrade Elasticsearch to 8.6.0. The underlying link:https://github.com/elastic/cloud-on-k8s/issues/6303[issue] will be fixed in a future Elasticsearch release.
8+
9+
410
[float]
511
[id="{p}-260-new-and-notable"]
612
=== New and notable
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[[release-highlights-2.6.1]]
2+
== 2.6.1 release highlights
3+
4+
[float]
5+
[id="{p}-261-new-and-notable"]
6+
=== Bug fix
7+
8+
This release fixes an issue introduced in ECK 2.6.0 when upgrading Elasticsearch to 8.6.0 by making the new Elastic Stack configuration policies feature available only from Elasticsearch 8.6.1.
9+
10+
Also refer to <<{p}-260-known-issues>> for more information.

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, check <<eck-release-notes>>.
77

8+
* <<release-highlights-2.6.1>>
89
* <<release-highlights-2.6.0>>
910
* <<release-highlights-2.5.0>>
1011
* <<release-highlights-2.4.0>>
@@ -36,6 +37,7 @@ This section summarizes the most important changes in each release. For the full
3637

3738
--
3839

40+
include::highlights-2.6.1.asciidoc[]
3941
include::highlights-2.6.0.asciidoc[]
4042
include::highlights-2.5.0.asciidoc[]
4143
include::highlights-2.4.0.asciidoc[]

0 commit comments

Comments
 (0)