Skip to content

Commit bce5e79

Browse files
kvalliyurnattbarkbaypebrc
authored
Update release notes for 3.0 (elastic#8561)
* Update release notes for 3.0 --------- Co-authored-by: Michael Morello <michael.morello@gmail.com> Co-authored-by: Peter Brachwitz <peter.brachwitz@gmail.com>
1 parent 29ade22 commit bce5e79

File tree

4 files changed

+50
-13
lines changed

4 files changed

+50
-13
lines changed

docs/release-notes/breaking-changes.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ Breaking changes can impact your Elastic applications, potentially disrupting no
1616

1717
## 3.0.0 [elastic-cloud-kubernetes-300-breaking-changes]
1818

19-
::::{dropdown} Title of breaking change
20-
Description of the breaking change.
21-
For more information, check [PR #](PR link).
22-
**Impact**<br> Impact of the breaking change.
23-
**Action**<br> Steps for mitigating deprecation impact.
19+
::::{dropdown} Enterprise Search no longer available since version 9.0.0
20+
The standalone Enterprise Search, App Search and Workplace Search products remain available in maintenance mode and are no longer recommended for new search experiences. We recommend transitioning to our actively developed Elastic Stack tools to build new semantic and AI powered search experiences. There will be no standalone Enterprise Search 9.x image to update to.
21+
For more information, check [Migrating to 9.x from Enterprise Search 8.x versions](https://www.elastic.co/guide/en/enterprise-search/8.18/upgrading-to-9-x.html).
22+
23+
**Impact**<br> The upgrade to version 9.0.0 is not possible for standalone Enterprise search resources.
24+
25+
**Action**<br> Migrate away from Enterprise Search following [this guide](https://www.elastic.co/guide/en/enterprise-search/8.18/upgrading-to-9-x.html). Only once the standalone Enterprise Search resources have been deleted attempt the upgrade of the Elastic Stack to version 9.0.0.
2426
::::

docs/release-notes/deprecations.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,4 @@ Review the deprecated functionality for Elastic Cloud on Kubernetes. While depre
1919

2020
## 3.0.0 [elastic-cloud-kubernetes-300-deprecations]
2121

22-
::::{dropdown} Deprecation title
23-
Description of the deprecation.
24-
For more information, check [PR #](PR link).
25-
**Impact**<br> Impact of deprecation.
26-
**Action**<br> Steps for mitigating deprecation impact.
27-
::::
22+
There are no deprecations for ECK 3.0

docs/release-notes/index.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
navigation_title: "Elastic Cloud on Kubernetes"
2+
navigation_title: "Release Notes"
33
mapped_pages:
44
- https://www.elastic.co/guide/en/cloud-on-k8s/current/release-highlights.html
55
- https://www.elastic.co/guide/en/cloud-on-k8s/current/eck-release-notes.html
@@ -18,6 +18,42 @@ Review the changes, fixes, and more in each release of Elastic Cloud on Kubernet
1818

1919
## 3.0.0 [elastic-cloud-kubernetes-300-release-notes]
2020

21+
### Release Highlights
22+
- ECK 3.0.0 adds support for Elastic Stack version 9.0.0. Elastic Stack version 9.0.0 is not supported on ECK operators running versions earlier than 3.0.0.
23+
2124
### Features and enhancements [elastic-cloud-kubernetes-300-features-enhancements]
25+
- Add support for defining `dnsPolicy` and `dnsConfig` options for the ECK operator StatefulSet [#7999](https://github.com/elastic/cloud-on-k8s/pull/7999)
26+
- Config: Allow escaping dots in keys via `[unsplit.key]` syntax [#8512](https://github.com/elastic/cloud-on-k8s/pull/8512) (issue: [#8499](https://github.com/elastic/cloud-on-k8s/issues/8499))
27+
- Enable copying of ECK images to Amazon ECR to make it easier for users to find our own ECK operator in the AWS marketplace [#8427](https://github.com/elastic/cloud-on-k8s/pull/8427)
28+
- Support new agent image path as of 9.0 [#8518](https://github.com/elastic/cloud-on-k8s/pull/8518)
29+
- Remove ubi suffix for 9.x images [#8509](https://github.com/elastic/cloud-on-k8s/pull/8509)
30+
- Remove support for 6.x Stack version [#8507](https://github.com/elastic/cloud-on-k8s/pull/8507)
31+
- Log resourceVersion on Create and Update [#8503](https://github.com/elastic/cloud-on-k8s/pull/8503)
32+
- Remove policyID validation [#8449](https://github.com/elastic/cloud-on-k8s/pull/8449) (issue: [#8446](https://github.com/elastic/cloud-on-k8s/issues/8446))
33+
- Refactor APM server for 9.0.0 [#8448](https://github.com/elastic/cloud-on-k8s/pull/8448) (issue: [#8447](https://github.com/elastic/cloud-on-k8s/issues/8447))
34+
- Improve error messages and events during Fleet setup [#8350](https://github.com/elastic/cloud-on-k8s/pull/8350)
35+
- Validate updates to 9.0 go through 8.18 [#8559](https://github.com/elastic/cloud-on-k8s/pull/8559) (issue: [#8557](https://github.com/elastic/cloud-on-k8s/issues/8557))
2236

2337
### Fixes [elastic-cloud-kubernetes-300-fixes]
38+
- Correctly parse managed namespaces when specified as an environment variable [#8513](https://github.com/elastic/cloud-on-k8s/pull/8513) (issue: [#7542](https://github.com/elastic/cloud-on-k8s/issues/7542))
39+
40+
### Documentation improvements [elastic-cloud-kubernetes-300-documentation-improvements]
41+
- Fix unresolved attribute in ECK Quickstart [#8432](https://github.com/elastic/cloud-on-k8s/pull/8432)
42+
- Add synthetic monitoring example [#8385](https://github.com/elastic/cloud-on-k8s/pull/8385) (issue: [#6294](https://github.com/elastic/cloud-on-k8s/issues/6294))
43+
- Update heap dump command to use the most recent Java process [#8294](https://github.com/elastic/cloud-on-k8s/pull/8294)
44+
- Document the need for an ingest node for Enterprise Search analytics [#8271](https://github.com/elastic/cloud-on-k8s/pull/8271)
45+
46+
### Miscellaneous
47+
- chore(deps): update Docker tag `registry.access.redhat.com/ubi9/ubi-minimal` to `v9.5-1741850109` [#8544](https://github.com/elastic/cloud-on-k8s/pull/8544)
48+
- Update `golang.org/x/net` package to `0.37.0` [#8521](https://github.com/elastic/cloud-on-k8s/pull/8521)
49+
- chore(deps): update Docker tag `docker.elastic.co/wolfi/go` to `v1.24` [#8453](https://github.com/elastic/cloud-on-k8s/pull/8453)
50+
- fix(deps): update module `go.elastic.co/apm/v2/*` to `v2.6.3` [#8440](https://github.com/elastic/cloud-on-k8s/pull/8440)
51+
- chore(deps): update Wolfi to `v1.23.5-r1` [#8434](https://github.com/elastic/cloud-on-k8s/pull/8434)
52+
- fix(deps): update k8s [#8400](https://github.com/elastic/cloud-on-k8s/pull/8400)
53+
- fix(deps): update module `github.com/gkampitakis/go-snaps` to `v0.5.8` [#8393](https://github.com/elastic/cloud-on-k8s/pull/8393)
54+
- Bump `golang.org/x/crypto` from `0.29.0` to `0.31.0` [#8334](https://github.com/elastic/cloud-on-k8s/pull/8334)
55+
- fix(deps): update module `github.com/prometheus/common` to `v0.61.0` [#8333](https://github.com/elastic/cloud-on-k8s/pull/8333)
56+
- fix(deps): update Kubernetes dependencies to `v0.32.0` and controller-runtime to `v0.19.3` [#8330](https://github.com/elastic/cloud-on-k8s/pull/8330)
57+
- fix(deps): update module `github.com/magiconair/properties` to `v1.8.9` [#8307](https://github.com/elastic/cloud-on-k8s/pull/8307)
58+
- chore(deps): update Docker tag `docker.elastic.co/wolfi/go` to `v1.23.4` [#8306](https://github.com/elastic/cloud-on-k8s/pull/8306)
59+
- fix(deps): update module `github.com/stretchr/testify` to `v1.10.0` [#8282](https://github.com/elastic/cloud-on-k8s/pull/8282)

docs/release-notes/known-issues.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@ Known issues are significant defects or limitations that may impact your impleme
1515
% Workaround
1616
% Workaround description.
1717

18-
:::
18+
:::
19+
20+
## 3.0.0 [elastic-cloud-kubernetes-300-known-issues]
21+
22+
There are currently no known issues for ECK 3.0

0 commit comments

Comments
 (0)