Skip to content

Commit

Permalink
Release Notes + Highlights for 2.11.1 (#7510) (#7513)
Browse files Browse the repository at this point in the history
* Release notes + Highlights for 2.11.1
* Also added known issues section in 2.11.0 highlights.
---------
Signed-off-by: Michael Montgomery <mmontg1@gmail.com>
(cherry picked from commit c95a6ca)
  • Loading branch information
naemono authored Jan 29, 2024
1 parent dd6704c commit ddde995
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/release-notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

This section summarizes the changes in each release.

* <<release-notes-2.11.1>>
* <<release-notes-2.11.0>>
* <<release-notes-2.10.0>>
* <<release-notes-2.9.0>>
Expand Down Expand Up @@ -44,6 +45,7 @@ This section summarizes the changes in each release.

--

include::release-notes/2.11.1.asciidoc[]
include::release-notes/2.11.0.asciidoc[]
include::release-notes/2.10.0.asciidoc[]
include::release-notes/2.9.0.asciidoc[]
Expand Down
3 changes: 1 addition & 2 deletions docs/release-notes/2.11.0.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[float]
=== Breaking changes

* The `resourceStatuses` field of the status subresource of the Stack Configuration Policy is no longer in use. Instead a new `details` field is populated which now also contains information about configured Kibana applications. Unless users have built automation that parses the status subresource, there should be no impact on users, as these fields serve only informational purposes. {pull}7433[#7433]
* The `resourceStatuses` field of the status subresource of the Stack Configuration Policy is no longer in use. Instead a new `details` field is populated which now also contains information about configured Kibana applications. This change could cause errors during an upgrade of the CRDs while your operator is still running an older version, however 2.11.1 has been released to mitigate this issue. {pull}7433[#7433]


[[feature-2.11.0]]
Expand Down Expand Up @@ -71,4 +71,3 @@
* fix(deps): update module github.com/google/uuid to v1.4.0 {pull}7270[#7270]
* fix(deps): update module sigs.k8s.io/controller-runtime to v0.16.3 {pull}7249[#7249]
* fix(deps): update module github.com/prometheus/common to v0.45.0 {pull}7246[#7246]

12 changes: 12 additions & 0 deletions docs/release-notes/2.11.1.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
:issue: https://github.com/elastic/cloud-on-k8s/issues/
:pull: https://github.com/elastic/cloud-on-k8s/pull/

[[release-notes-2.11.1]]
== {n} version 2.11.1


[[bug-2.11.1]]
[float]
=== Bug fixes

* Add `resourceStatuses` back into the status subresource section of the Stack Configuration Policy for backwards compatability {pull}7500[#7500]
5 changes: 5 additions & 0 deletions docs/release-notes/highlights-2.11.0.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[[release-highlights-2.11.0]]
== 2.11.0 release highlights

[float]
[id="{p}-2110-known-issues"]
=== Known issues
- The `resourceStatuses` field of the status subresource of the Stack Configuration Policy was removed which could cause errors when running older versions of the operator with the new CRDs during upgrades.

[float]
[id="{p}-2110-new-and-notable"]
=== New and notable
Expand Down
10 changes: 10 additions & 0 deletions docs/release-notes/highlights-2.11.1.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[[release-highlights-2.11.1]]
== 2.11.1 release highlights

[float]
[id="{p}-2111-new-and-notable"]
=== Bug fix

This release fixes an issue introduced in ECK 2.11.0 where the `resourceStatuses` field of the status subresource of the Stack Configuration Policy was removed.

Also refer to <<{p}-2110-known-issues>> for more information.
2 changes: 2 additions & 0 deletions docs/release-notes/highlights.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
--
This section summarizes the most important changes in each release. For the full list, check <<eck-release-notes>>.

* <<release-highlights-2.11.1>>
* <<release-highlights-2.11.0>>
* <<release-highlights-2.10.0>>
* <<release-highlights-2.9.0>>
Expand Down Expand Up @@ -43,6 +44,7 @@ This section summarizes the most important changes in each release. For the full

--

include::highlights-2.11.1.asciidoc[]
include::highlights-2.11.0.asciidoc[]
include::highlights-2.10.0.asciidoc[]
include::highlights-2.9.0.asciidoc[]
Expand Down

0 comments on commit ddde995

Please sign in to comment.