Skip to content

Commit 2687676

Browse files
committed
Release notes and highlights for 1.7.1 (#4782) (#4783)
1 parent 0431244 commit 2687676

File tree

4 files changed

+43
-0
lines changed

4 files changed

+43
-0
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.7.1>>
910
* <<release-notes-1.7.0>>
1011
* <<release-notes-1.6.0>>
1112
* <<release-notes-1.5.0>>
@@ -26,6 +27,7 @@ This section summarizes the changes in each release.
2627

2728
--
2829

30+
include::release-notes/1.7.1.asciidoc[]
2931
include::release-notes/1.7.0.asciidoc[]
3032
include::release-notes/1.6.0.asciidoc[]
3133
include::release-notes/1.5.0.asciidoc[]

docs/release-notes/1.7.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-1.7.1]]
5+
== {n} version 1.7.1
6+
7+
8+
9+
10+
11+
[[bug-1.7.1]]
12+
[float]
13+
=== Bug fixes
14+
15+
* Remove x-kubernetes-preserve-unknown-fields from volumeClaimTemplates {pull}4768[#4768] (issue: {issue}4737[#4737])
16+
17+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[[release-highlights-1.7.1]]
2+
== 1.7.1 release highlights
3+
4+
[float]
5+
[id="{p}-171-new-and-notable"]
6+
=== Bug fix
7+
8+
This release fixes a compatibility issue introduced in ECK 1.7.0 with some versions of Kubernetes. Once ECK 1.7.0 is installed, subsequent `kubectl` commands may fail with the following message:
9+
10+
[source,bash]
11+
----
12+
error: SchemaError(co.elastic.k8s.elasticsearch.v1.Elasticsearch.spec.nodeSets.volumeClaimTemplates): array should have exactly one sub-item
13+
----
14+
15+
If you are experiencing this issue you must first patch the Elasticsearch CRD with the following command before upgrading to a more recent version of ECK:
16+
17+
[source,bash]
18+
----
19+
kubectl patch crd elasticsearches.elasticsearch.k8s.elastic.co --type json -p='[{"op": "remove", "path": "/spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/nodeSets/items/properties/volumeClaimTemplates/x-kubernetes-preserve-unknown-fields"}]'
20+
----
21+
22+
Also refer to <<{p}-170-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, see <<eck-release-notes>>.
77

8+
* <<release-highlights-1.7.1>>
89
* <<release-highlights-1.7.0>>
910
* <<release-highlights-1.6.0>>
1011
* <<release-highlights-1.5.0>>
@@ -25,6 +26,7 @@ This section summarizes the most important changes in each release. For the full
2526

2627
--
2728

29+
include::highlights-1.7.1.asciidoc[]
2830
include::highlights-1.7.0.asciidoc[]
2931
include::highlights-1.6.0.asciidoc[]
3032
include::highlights-1.5.0.asciidoc[]

0 commit comments

Comments
 (0)