Skip to content

Commit 65413dd

Browse files
committed
Remove 9.1.0 release notes from 9.0.0
1 parent c37ac17 commit 65413dd

File tree

5 files changed

+3
-1835
lines changed

5 files changed

+3
-1835
lines changed

build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/BundleChangelogsTask.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public BundleChangelogsTask(ObjectFactory objectFactory, ExecOperations execOper
7474
public void executeTask() throws IOException {
7575
final String upstreamRemote = gitWrapper.getUpstream();
7676

77-
String ref = "43827b943938345d348826f5766dd8e986ec7b20";
77+
String ref = "9.0-fix-release-notes";
7878
try {
7979
checkoutChangelogs(gitWrapper, upstreamRemote, ref);
8080
Properties props = new Properties();
@@ -101,6 +101,7 @@ public void executeTask() throws IOException {
101101
private static void checkoutChangelogs(GitWrapper gitWrapper, String upstream, String ref) {
102102
gitWrapper.updateRemote(upstream);
103103
// TODO check for changes first
104+
gitWrapper.runCommand("rm", "-rf", "docs/changelog");
104105
gitWrapper.runCommand("git", "checkout", ref, "--", "docs/changelog");
105106
}
106107

docs/release-notes/breaking-changes.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ will prevent node from starting [#118366](https://github.com/elastic/elasticsear
3737
Cluster Coordination:
3838
* Remove unsupported legacy value for `discovery.type` [#112903](https://github.com/elastic/elasticsearch/pull/112903)
3939

40-
Discovery-Plugins:
41-
* Upgrade `discovery-ec2` to AWS SDK v2 [#122062](https://github.com/elastic/elasticsearch/pull/122062)
42-
4340
EQL:
4441
* Set allow_partial_search_results=true by default [#120267](https://github.com/elastic/elasticsearch/pull/120267)
4542

0 commit comments

Comments
 (0)