Skip to content

Commit 209bf8c

Browse files
[docs] update release note template language and titles (#125548)
1 parent 7e551ec commit 209bf8c

File tree

4 files changed

+11
-14
lines changed

4 files changed

+11
-14
lines changed

docs/release-notes/breaking-changes.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
---
2-
navigation_title: "Elasticsearch"
2+
navigation_title: "Breaking changes"
33
mapped_pages:
44
- https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking-changes.html
55
---
66

77
# Elasticsearch breaking changes [elasticsearch-breaking-changes]
8-
Before you upgrade, carefully review the Elasticsearch breaking changes and take the necessary steps to mitigate any issues.
8+
9+
Breaking changes can impact your Elastic applications, potentially disrupting normal operations. Before you upgrade, carefully review the Elasticsearch breaking changes and take the necessary steps to mitigate any issues.
10+
11+
If you are migrating from a version prior to version 9.0, you must first upgrade to the last 8.x version available. To learn how to upgrade, check out [Upgrade](docs-content://deploy-manage/upgrade.md).
912

1013
To learn how to upgrade, check out <uprade docs>.
1114

1215
% ## Next version [elasticsearch-nextversion-breaking-changes]
13-
% **Release date:** Month day, year
1416

1517
## 9.0.0 [elasticsearch-900-breaking-changes]
16-
**Release date:** March 25, 2025
1718

1819
Allocation
1920
: * Increase minimum threshold in shard balancer [#115831](https://github.com/elastic/elasticsearch/pull/115831)

docs/release-notes/deprecations.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
navigation_title: "Elasticsearch"
2+
navigation_title: "Deprecations"
33
---
44

55
# {{es}} deprecations [elasticsearch-deprecations]
6-
Review the deprecated functionality for your {{es}} version. While deprecations have no immediate impact, we strongly encourage you update your implementation after you upgrade.
76

8-
To learn how to upgrade, check out <uprade docs>.
7+
Over time, certain Elastic functionality becomes outdated and is replaced or removed. To help with the transition, Elastic deprecates functionality for a period before removal, giving you time to update your applications.
8+
9+
Review the deprecated functionality for Elasticsearch. While deprecations have no immediate impact, we strongly encourage you update your implementation after you upgrade. To learn how to upgrade, check out [Upgrade](docs-content://deploy-manage/upgrade.md).
910

1011
To give you insight into what deprecated features you’re using, {{es}}:
1112

@@ -14,10 +15,8 @@ To give you insight into what deprecated features you’re using, {{es}}:
1415
* [Provides a deprecation info API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-migration-deprecations) that scans a cluster’s configuration and mappings for deprecated functionality.
1516

1617
% ## Next version
17-
% **Release date:** Month day, year
1818

1919
## 9.0.0 [elasticsearch-900-deprecations]
20-
**Release date:** March 25, 2025
2120

2221
Ingest Node
2322
: * Fix `_type` deprecation on simulate pipeline API [#116259](https://github.com/elastic/elasticsearch/pull/116259)

docs/release-notes/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ To check for security updates, go to [Security announcements for the Elastic sta
1515

1616
% Release notes include only features, enhancements, and fixes. Add breaking changes, deprecations, and known issues to the applicable release notes sections.
1717

18-
% ## version.next [felasticsearch-next-release-notes]
19-
% **Release date:** Month day, year
18+
% ## version.next [elasticsearch-next-release-notes]
2019

2120
% ### Features and enhancements [elasticsearch-next-features-enhancements]
2221
% *
@@ -25,7 +24,6 @@ To check for security updates, go to [Security announcements for the Elastic sta
2524
% *
2625

2726
## 9.0.0 [elasticsearch-900-release-notes]
28-
**Release date:** March 25, 2025
2927

3028
### Features and enhancements [elasticsearch-900-features-enhancements]
3129
Allocation

docs/release-notes/known-issues.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
2+
navigation_title: "Known issues"
23
mapped_pages:
34
- https://www.elastic.co/guide/en/elasticsearch/reference/current/es-connectors-known-issues.html
4-
5-
navigation_title: "Elasticsearch"
65
---
76

87
# Elasticsearch known issues

0 commit comments

Comments
 (0)