Skip to content

Commit 61f99ee

Browse files
authored
[2.15] Release notes and highlights for 2.15 (#8172) (#8191)
* added release notes and lightlights for 2.15 * change title updates * remove known issues section * removed leftover comment * simplified release highlights * release notes regenerated * metricset pr description update * release notes updates * lines sorted * release notes regenerated (cherry picked from commit 31861ea)
1 parent 5ca97e1 commit 61f99ee

File tree

4 files changed

+79
-0
lines changed

4 files changed

+79
-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-2.15.0>>
910
* <<release-notes-2.14.0>>
1011
* <<release-notes-2.13.0>>
1112
* <<release-notes-2.12.1>>
@@ -49,6 +50,7 @@ This section summarizes the changes in each release.
4950

5051
--
5152

53+
include::release-notes/2.15.0.asciidoc[]
5254
include::release-notes/2.14.0.asciidoc[]
5355
include::release-notes/2.13.0.asciidoc[]
5456
include::release-notes/2.12.1.asciidoc[]

docs/release-notes/2.15.0.asciidoc

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
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.15.0]]
5+
== {n} version 2.15.0
6+
7+
8+
9+
10+
[[enhancement-2.15.0]]
11+
[float]
12+
=== Enhancements
13+
14+
* Log when k8s resources are created/updated/deleted successfully {pull}8094[#8094]
15+
* More meaningful error in readiness script {pull}8091[#8091] (issue: {issue}8088[#8088])
16+
* Update Elastic Maps Server images to multi-arch {pull}8085[#8085] (issue: {issue}8034[#8034])
17+
* Add more metrics collected by stack monitoring {pull}8048[#8048] (issue: {issue}7277[#7277])
18+
* Move to Wolfi-based images {pull}7977[#7977]
19+
20+
[[bug-2.15.0]]
21+
[float]
22+
=== Bug fixes
23+
24+
* Ensure Elasticsearch client is closed after each reconciliation {pull}8175[#8175] (issue: {issue}8174[#8174])
25+
* Fix resetting service type to default when not specified {pull}8165[#8165] (issue: {issue}8161[#8161])
26+
* Fix Logstash templating issue in Helm chart {pull}8087[#8087] (issue: {issue}8000[#8000])
27+
* Move '$leading_path' variable definition in eck-operator Helm chart {pull}8075[#8075]
28+
* Support Kibana basepath in associations {pull}8053[#8053] (issue: {issue}7909[#7909])
29+
* Fix eck-stack Kibana examples in Helm chart {pull}8041[#8041]
30+
* Add watcher for StatefulSets in Elastic Agent controller {pull}8011[#8011]
31+
* Add old readiness probe related ENVs {pull}8009[#8009] (issue: {issue}8006[#8006])
32+
33+
[[docs-2.15.0]]
34+
[float]
35+
=== Documentation improvements
36+
37+
* Clarify high availability recommendations in Elasticsearch orchestration docs {pull}8151[#8151]
38+
* Add note on how to access generated Kibana encryptionKeys {pull}8150[#8150] (issue: {issue}8129[#8129])
39+
* Move Troubleshooting section to top level of ToC {pull}8145[#8145] (issue: {issue}8131[#8131])
40+
* Document manual steps for reconfiguring role mappings after upgrading to ECK 8.15.3 {pull}8112[#8112]
41+
* Fix broken link to StatefulSet update strategies in documentation {pull}8084[#8084]
42+
* Emphasize the importance of having snapshot {pull}8051[#8051]
43+
44+
[[nogroup-2.15.0]]
45+
[float]
46+
=== Misc
47+
48+
* Bump github.com/docker/docker from 26.1.4+incompatible to 26.1.5+incompatible {pull}7996[#7996]
49+
* chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.4-1227.1726694542 {pull}8055[#8055]
50+
* chore(deps): update wolfi/go to v1.23.2 and wolfi/static {pull}8083[#8083]
51+
* fix(deps): update k8s controller libraries to v0.31.1 {pull}8056[#8056]
52+
* fix(deps): update k8s controller tools {pull}8101[#8101]
53+
* fix(deps): update module cloud.google.com/go/storage to v1.44.0 {pull}8103[#8103]
54+
* fix(deps): update module dario.cat/mergo to v1.0.1 {pull}8013[#8013]
55+
* fix(deps): update module github.com/gkampitakis/go-snaps to v0.5.7 {pull}7986[#7986]
56+
* fix(deps): update module github.com/gobuffalo/flect to v1.0.3 {pull}8071[#8071]
57+
* fix(deps): update module github.com/google/go-containerregistry to v0.20.2 {pull}7998[#7998]
58+
* fix(deps): update module github.com/hashicorp/vault/api to v1.15.0 {pull}8104[#8104]
59+
* fix(deps): update module github.com/masterminds/sprig/v3 to v3.3.0 {pull}8105[#8105]
60+
* fix(deps): update module github.com/prometheus/client_golang to v1.20.4 {pull}8045[#8045]
61+
* fix(deps): update module github.com/prometheus/common to v0.60.0 {pull}8106[#8106]
62+
* fix(deps): update module go.elastic.co/apm/v2 to v2.6.2 {pull}8036[#8036]
63+
* fix(deps): update module go.uber.org/automaxprocs to v1.6.0 {pull}8107[#8107]
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[[release-highlights-2.15.0]]
2+
== 2.15.0 release highlights
3+
4+
[float]
5+
[id="{p}-2150-new-and-notable"]
6+
=== New and notable
7+
8+
New and notable changes in version 2.15.0 of {n}.
9+
10+
This is a maintenance release with various enhancements, bug fixes, and dependency upgrades, including the transition to Wolfi-based images for improved security.
11+
12+
Check <<release-notes-2.15.0>> for the full list of changes.

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

8+
* <<release-highlights-2.15.0>>
89
* <<release-highlights-2.14.0>>
910
* <<release-highlights-2.13.0>>
1011
* <<release-highlights-2.12.1>>
@@ -48,6 +49,7 @@ This section summarizes the most important changes in each release. For the full
4849

4950
--
5051

52+
include::highlights-2.15.0.asciidoc[]
5153
include::highlights-2.14.0.asciidoc[]
5254
include::highlights-2.13.0.asciidoc[]
5355
include::highlights-2.12.1.asciidoc[]

0 commit comments

Comments
 (0)