Skip to content

Commit c37ac17

Browse files
committed
Remove 9.1.0 bundle for now
1 parent 4585378 commit c37ac17

File tree

3 files changed

+221
-326
lines changed

3 files changed

+221
-326
lines changed

docs/release-notes/breaking-changes.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ 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+
4043
EQL:
4144
* Set allow_partial_search_results=true by default [#120267](https://github.com/elastic/elasticsearch/pull/120267)
4245

@@ -60,6 +63,7 @@ Infra/Core:
6063

6164
Infra/Logging:
6265
* Change `deprecation.elasticsearch` keyword to `elasticsearch.deprecation` [#117933](https://github.com/elastic/elasticsearch/pull/117933) (issue: {es-issue}83251[#83251])
66+
* Rename deprecation index template [#125606](https://github.com/elastic/elasticsearch/pull/125606) (issue: {es-issue}125445[#125445])
6367

6468
Infra/Metrics:
6569
* Deprecated tracing.apm.* settings got removed. [#119926](https://github.com/elastic/elasticsearch/pull/119926)
@@ -90,6 +94,7 @@ Snapshot/Restore:
9094
* Remove deprecated `xpack.searchable.snapshot.allocate_on_rolling_restart` setting [#114202](https://github.com/elastic/elasticsearch/pull/114202)
9195

9296
TLS:
97+
* Drop `TLS_RSA` cipher support for JDK 24 [#123600](https://github.com/elastic/elasticsearch/pull/123600)
9398
* Remove TLSv1.1 from default protocols [#121731](https://github.com/elastic/elasticsearch/pull/121731)
9499

95100
Transform:
@@ -102,16 +107,3 @@ Watcher:
102107
* Removing support for types field in watcher search [#120748](https://github.com/elastic/elasticsearch/pull/120748)
103108

104109

105-
106-
## 9.1.0 [elasticsearch-910-breaking-changes]
107-
108-
Discovery-Plugins:
109-
* Upgrade `discovery-ec2` to AWS SDK v2 [#122062](https://github.com/elastic/elasticsearch/pull/122062)
110-
111-
Infra/Logging:
112-
* Rename deprecation index template [#125606](https://github.com/elastic/elasticsearch/pull/125606) (issue: {es-issue}125445[#125445])
113-
114-
TLS:
115-
* Drop `TLS_RSA` cipher support for JDK 24 [#123600](https://github.com/elastic/elasticsearch/pull/123600)
116-
117-

docs/release-notes/deprecations.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,17 @@ Ingest Node:
2525
* Fix `_type` deprecation on simulate pipeline API [#116259](https://github.com/elastic/elasticsearch/pull/116259)
2626

2727
Machine Learning:
28+
* Add deprecation warning for flush API [#121667](https://github.com/elastic/elasticsearch/pull/121667) (issue: {es-issue}121506[#121506])
2829
* Removing index alias creation for deprecated transforms notification index [#117583](https://github.com/elastic/elasticsearch/pull/117583)
2930
* [Inference API] Deprecate elser service [#113216](https://github.com/elastic/elasticsearch/pull/113216)
3031

3132
Rollup:
3233
* Emit deprecation warning when executing one of the rollup APIs [#113131](https://github.com/elastic/elasticsearch/pull/113131)
3334

34-
Security:
35-
* Deprecate certificate based remote cluster security model [#120806](https://github.com/elastic/elasticsearch/pull/120806)
36-
37-
38-
39-
## 9.1.0 [elasticsearch-910-deprecations]
40-
41-
Machine Learning:
42-
* Add deprecation warning for flush API [#121667](https://github.com/elastic/elasticsearch/pull/121667) (issue: {es-issue}121506[#121506])
43-
4435
Search:
4536
* Deprecate Behavioral Analytics CRUD apis [#122960](https://github.com/elastic/elasticsearch/pull/122960)
4637

38+
Security:
39+
* Deprecate certificate based remote cluster security model [#120806](https://github.com/elastic/elasticsearch/pull/120806)
40+
4741

0 commit comments

Comments
 (0)