You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build-tools-internal/src/test/java/org/elasticsearch/gradle/internal/release/ReleaseNotesGeneratorTest.java
+56-4Lines changed: 56 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
importjava.util.List;
20
20
importjava.util.Objects;
21
21
importjava.util.Set;
22
+
importjava.util.stream.Collectors;
22
23
23
24
importstaticorg.hamcrest.Matchers.equalTo;
24
25
importstaticorg.junit.Assert.assertThat;
@@ -44,6 +45,21 @@ public void generateFile_index_rendersCorrectMarkup() throws Exception {
Copy file name to clipboardExpand all lines: build-tools-internal/src/test/resources/org/elasticsearch/gradle/internal/release/ReleaseNotesGeneratorTest.index.md
+39-16Lines changed: 39 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,42 +27,65 @@ To check for security updates, go to [Security announcements for the Elastic sta
27
27
## 8.2.0 [elasticsearch-820-release-notes]
28
28
**Release date:** April 01, 2025
29
29
30
+
### Highlights [elasticsearch-820-highlights]
31
+
32
+
::::{dropdown} [Notable] Release highlight number 5000
33
+
Release highlight body number 5000
34
+
35
+
For more information, check [PR #5000](https://github.com/elastic/elasticsearch/pull/5000).
36
+
::::
37
+
38
+
::::{dropdown} [Notable] Release highlight number 5002
39
+
Release highlight body number 5002
40
+
41
+
For more information, check [PR #5002](https://github.com/elastic/elasticsearch/pull/5002).
42
+
::::
43
+
44
+
::::{dropdown} Release highlight number 5001
45
+
Release highlight body number 5001
46
+
47
+
For more information, check [PR #5001](https://github.com/elastic/elasticsearch/pull/5001).
48
+
::::
49
+
30
50
### Features and enhancements [elasticsearch-820-features-enhancements]
31
51
32
52
Aggregation:
33
-
* Test changelog entry 6_0 [#6000](https://github.com/elastic/elasticsearch/pull/6000) (issue: {es-issue}6001[#6001])
34
-
* Test changelog entry 6_1 [#6002](https://github.com/elastic/elasticsearch/pull/6002) (issues: {es-issue}6003[#6003], {es-issue}6004[#6004])
53
+
* Test changelog entry 6_0 [#6000](https://github.com/elastic/elasticsearch/pull/6000) (issue: [#6000](https://github.com/elastic/elasticsearch/pull/6000))
54
+
* Test changelog entry 6_1 [#6002](https://github.com/elastic/elasticsearch/pull/6002) (issues: [#6002](https://github.com/elastic/elasticsearch/pull/6002), [#6002](https://github.com/elastic/elasticsearch/pull/6002))
35
55
36
56
Cluster:
37
-
* Test changelog entry 7_0 [#7000](https://github.com/elastic/elasticsearch/pull/7000) (issue: {es-issue}7001[#7001])
38
-
* Test changelog entry 7_1 [#7002](https://github.com/elastic/elasticsearch/pull/7002) (issues: {es-issue}7003[#7003], {es-issue}7004[#7004])
57
+
* Test changelog entry 7_0 [#7000](https://github.com/elastic/elasticsearch/pull/7000) (issue: [#7000](https://github.com/elastic/elasticsearch/pull/7000))
58
+
* Test changelog entry 7_1 [#7002](https://github.com/elastic/elasticsearch/pull/7002) (issues: [#7002](https://github.com/elastic/elasticsearch/pull/7002), [#7002](https://github.com/elastic/elasticsearch/pull/7002))
39
59
40
60
Indices:
41
-
* Test changelog entry 8_0 [#8000](https://github.com/elastic/elasticsearch/pull/8000) (issue: {es-issue}8001[#8001])
42
-
* Test changelog entry 8_1 [#8002](https://github.com/elastic/elasticsearch/pull/8002) (issues: {es-issue}8003[#8003], {es-issue}8004[#8004])
61
+
* Test changelog entry 8_0 [#8000](https://github.com/elastic/elasticsearch/pull/8000) (issue: [#8000](https://github.com/elastic/elasticsearch/pull/8000))
62
+
* Test changelog entry 8_1 [#8002](https://github.com/elastic/elasticsearch/pull/8002) (issues: [#8002](https://github.com/elastic/elasticsearch/pull/8002), [#8002](https://github.com/elastic/elasticsearch/pull/8002))
43
63
44
64
Search:
45
-
* Test changelog entry 10_0 [#10000](https://github.com/elastic/elasticsearch/pull/10000) (issue: {es-issue}10001[#10001])
46
-
* Test changelog entry 10_1 [#10002](https://github.com/elastic/elasticsearch/pull/10002) (issues: {es-issue}10003[#10003], {es-issue}10004[#10004])
Review the changes, fixes, and more in each version of Elasticsearch.
13
+
14
+
To check for security updates, go to [Security announcements for the Elastic stack](https://discuss.elastic.co/c/announcements/security-announcements/31).
15
+
16
+
% Release notes include only features, enhancements, and fixes. Add breaking changes, deprecations, and known issues to the applicable release notes sections.
Review the changes, fixes, and more in each version of Elasticsearch.
13
+
14
+
To check for security updates, go to [Security announcements for the Elastic stack](https://discuss.elastic.co/c/announcements/security-announcements/31).
15
+
16
+
% Release notes include only features, enhancements, and fixes. Add breaking changes, deprecations, and known issues to the applicable release notes sections.
0 commit comments