From a798a965a6b7b8c61cbe37ae7e27442dae826d93 Mon Sep 17 00:00:00 2001 From: elasticsearchmachine Date: Mon, 6 Oct 2025 17:16:32 +0000 Subject: [PATCH 1/2] Finalize docs for v9.0.8 release --- docs/release-notes/breaking-changes.md | 9 +++------ docs/release-notes/changelog-bundles/9.0.8.yml | 4 ++-- docs/release-notes/deprecations.md | 9 +++------ docs/release-notes/index.md | 17 ++++------------- 4 files changed, 12 insertions(+), 27 deletions(-) diff --git a/docs/release-notes/breaking-changes.md b/docs/release-notes/breaking-changes.md index 43cb4a87d90bb..46f6013213645 100644 --- a/docs/release-notes/breaking-changes.md +++ b/docs/release-notes/breaking-changes.md @@ -12,17 +12,14 @@ If you are migrating from a version prior to version 9.0, you must first upgrade % ## Next version [elasticsearch-nextversion-breaking-changes] -## 9.0.8 [elasticsearch-9.0.8-breaking-changes] ```{applies_to} -stack: ga 9.0.8 +stack: ga 9.1.5 ``` +## 9.1.5 [elasticsearch-9.1.5-breaking-changes] There are no breaking changes associated with this release. -## 9.1.5 [elasticsearch-9.1.5-breaking-changes] -```{applies_to} -stack: ga 9.1.5 -``` +## 9.0.8 [elasticsearch-9.0.8-breaking-changes] There are no breaking changes associated with this release. diff --git a/docs/release-notes/changelog-bundles/9.0.8.yml b/docs/release-notes/changelog-bundles/9.0.8.yml index 8581a5f083248..7c19c1e89a2d9 100644 --- a/docs/release-notes/changelog-bundles/9.0.8.yml +++ b/docs/release-notes/changelog-bundles/9.0.8.yml @@ -1,6 +1,6 @@ version: 9.0.8 -released: false -generated: 2025-10-03T13:09:24.707151330Z +released: true +generated: 2025-10-06T17:16:19.803933724Z changelogs: - pr: 134134 summary: Prevent field caps from failing due to can match failure diff --git a/docs/release-notes/deprecations.md b/docs/release-notes/deprecations.md index f5a06d53e8370..ac3fd850bb76d 100644 --- a/docs/release-notes/deprecations.md +++ b/docs/release-notes/deprecations.md @@ -16,17 +16,14 @@ To give you insight into what deprecated features you’re using, {{es}}: % ## Next version [elasticsearch-nextversion-deprecations] -## 9.0.8 [elasticsearch-9.0.8-deprecations] ```{applies_to} -stack: ga 9.0.8 +stack: ga 9.1.5 ``` +## 9.1.5 [elasticsearch-9.1.5-deprecations] There are no deprecations associated with this release. -## 9.1.5 [elasticsearch-9.1.5-deprecations] -```{applies_to} -stack: ga 9.1.5 -``` +## 9.0.8 [elasticsearch-9.0.8-deprecations] There are no deprecations associated with this release. diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 33de69df9c2b8..9f9646c9399f1 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -38,10 +38,6 @@ FROM *:events | SORT @timestamp | LIMIT 2 | MV_EXPAND ip | ENRICH _remote:client To avoid this error, reorder your query, for example by moving ENRICH earlier in the pipeline. :::: -::::{dropdown} Security advisory -The 9.1.5 release contains fixes for potential security vulnerabilities. Please see our [security advisory](https://discuss.elastic.co/c/announcements/security-announcements/31) for more details. -:::: - ### Features and enhancements [elasticsearch-9.1.5-features-enhancements] Audit: @@ -98,16 +94,9 @@ Transform: * Fix a bug in the GET _transform API that incorrectly claims some Transform configurations are missing [#134963](https://github.com/elastic/elasticsearch/pull/134963) (issue: [#134263](https://github.com/elastic/elasticsearch/issues/134263)) * Prevent Transform from queuing too many PIT close requests by waiting for PIT to close before finishing the checkpoint [#134955](https://github.com/elastic/elasticsearch/pull/134955) (issue: [#134925](https://github.com/elastic/elasticsearch/issues/134925)) -## 9.0.8 [elasticsearch-9.0.8-release-notes] -```{applies_to} -stack: ga 9.0.8 -``` -### Highlights [elasticsearch-9.0.8-highlights] -::::{dropdown} Security advisory -The 9.0.8 release contains fixes for potential security vulnerabilities. Please see our [security advisory](https://discuss.elastic.co/c/announcements/security-announcements/31) for more details. -:::: +## 9.0.8 [elasticsearch-9.0.8-release-notes] ### Features and enhancements [elasticsearch-9.0.8-features-enhancements] @@ -2019,4 +2008,6 @@ Vector Search: * Return appropriate error on null dims update instead of npe [#125716](https://github.com/elastic/elasticsearch/pull/125716) Watcher: -* Watcher history index has too many indexed fields - [#117701](https://github.com/elastic/elasticsearch/pull/117701) (issue: [#71479](https://github.com/elastic/elasticsearch/issues/71479)) \ No newline at end of file +* Watcher history index has too many indexed fields - [#117701](https://github.com/elastic/elasticsearch/pull/117701) (issue: [#71479](https://github.com/elastic/elasticsearch/issues/71479)) + + From a58b88864cebad4b5650cce2ae636cfcbc1bbb2d Mon Sep 17 00:00:00 2001 From: Charlotte Hoblik Date: Tue, 7 Oct 2025 14:34:06 +0200 Subject: [PATCH 2/2] add release notes highlights --- docs/release-notes/breaking-changes.md | 2 +- docs/release-notes/changelog-bundles/9.0.8.yml | 6 ++++++ docs/release-notes/changelog-bundles/9.1.5.yml | 6 ++++++ docs/release-notes/deprecations.md | 2 +- docs/release-notes/index.md | 14 ++++++++++---- 5 files changed, 24 insertions(+), 6 deletions(-) diff --git a/docs/release-notes/breaking-changes.md b/docs/release-notes/breaking-changes.md index 46f6013213645..35a03318964e9 100644 --- a/docs/release-notes/breaking-changes.md +++ b/docs/release-notes/breaking-changes.md @@ -12,10 +12,10 @@ If you are migrating from a version prior to version 9.0, you must first upgrade % ## Next version [elasticsearch-nextversion-breaking-changes] +## 9.1.5 [elasticsearch-9.1.5-breaking-changes] ```{applies_to} stack: ga 9.1.5 ``` -## 9.1.5 [elasticsearch-9.1.5-breaking-changes] There are no breaking changes associated with this release. diff --git a/docs/release-notes/changelog-bundles/9.0.8.yml b/docs/release-notes/changelog-bundles/9.0.8.yml index 7c19c1e89a2d9..d3ed58c28eac2 100644 --- a/docs/release-notes/changelog-bundles/9.0.8.yml +++ b/docs/release-notes/changelog-bundles/9.0.8.yml @@ -20,6 +20,12 @@ changelogs: type: enhancement issues: - 134136 + highlight: + notable: true + title: Security advisory + body: |- + The 9.0.8 release contains fixes for potential security vulnerabilities. Please see our [security advisory](https://discuss.elastic.co/c/announcements/security-announcements/31) for more details. + pr: 134136 - pr: 134656 summary: Fix deadlock in `ThreadPoolMergeScheduler` when a failing merge closes the `IndexWriter` area: Engine diff --git a/docs/release-notes/changelog-bundles/9.1.5.yml b/docs/release-notes/changelog-bundles/9.1.5.yml index ba6bbbdd9349e..cc9ff86a4e313 100644 --- a/docs/release-notes/changelog-bundles/9.1.5.yml +++ b/docs/release-notes/changelog-bundles/9.1.5.yml @@ -19,6 +19,12 @@ changelogs: type: enhancement issues: - 134136 + highlight: + notable: true + title: Security advisory + body: |- + The 9.1.5 release contains fixes for potential security vulnerabilities. Please see our [security advisory](https://discuss.elastic.co/c/announcements/security-announcements/31) for more details. + pr: 134136 - pr: 134656 summary: Fix deadlock in `ThreadPoolMergeScheduler` when a failing merge closes the `IndexWriter` area: Engine diff --git a/docs/release-notes/deprecations.md b/docs/release-notes/deprecations.md index ac3fd850bb76d..8550edf740539 100644 --- a/docs/release-notes/deprecations.md +++ b/docs/release-notes/deprecations.md @@ -16,10 +16,10 @@ To give you insight into what deprecated features you’re using, {{es}}: % ## Next version [elasticsearch-nextversion-deprecations] +## 9.1.5 [elasticsearch-9.1.5-deprecations] ```{applies_to} stack: ga 9.1.5 ``` -## 9.1.5 [elasticsearch-9.1.5-deprecations] There are no deprecations associated with this release. diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 9f9646c9399f1..a5c5afc4c2159 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -38,6 +38,10 @@ FROM *:events | SORT @timestamp | LIMIT 2 | MV_EXPAND ip | ENRICH _remote:client To avoid this error, reorder your query, for example by moving ENRICH earlier in the pipeline. :::: +::::{dropdown} Security advisory +The 9.1.5 release contains fixes for potential security vulnerabilities. Please see our [security advisory](https://discuss.elastic.co/c/announcements/security-announcements/31) for more details. +:::: + ### Features and enhancements [elasticsearch-9.1.5-features-enhancements] Audit: @@ -94,9 +98,13 @@ Transform: * Fix a bug in the GET _transform API that incorrectly claims some Transform configurations are missing [#134963](https://github.com/elastic/elasticsearch/pull/134963) (issue: [#134263](https://github.com/elastic/elasticsearch/issues/134263)) * Prevent Transform from queuing too many PIT close requests by waiting for PIT to close before finishing the checkpoint [#134955](https://github.com/elastic/elasticsearch/pull/134955) (issue: [#134925](https://github.com/elastic/elasticsearch/issues/134925)) +## 9.0.8 [elasticsearch-9.0.8-release-notes] +### Highlights [elasticsearch-9.0.8-highlights] -## 9.0.8 [elasticsearch-9.0.8-release-notes] +::::{dropdown} Security advisory +The 9.0.8 release contains fixes for potential security vulnerabilities. Please see our [security advisory](https://discuss.elastic.co/c/announcements/security-announcements/31) for more details. +:::: ### Features and enhancements [elasticsearch-9.0.8-features-enhancements] @@ -2008,6 +2016,4 @@ Vector Search: * Return appropriate error on null dims update instead of npe [#125716](https://github.com/elastic/elasticsearch/pull/125716) Watcher: -* Watcher history index has too many indexed fields - [#117701](https://github.com/elastic/elasticsearch/pull/117701) (issue: [#71479](https://github.com/elastic/elasticsearch/issues/71479)) - - +* Watcher history index has too many indexed fields - [#117701](https://github.com/elastic/elasticsearch/pull/117701) (issue: [#71479](https://github.com/elastic/elasticsearch/issues/71479)) \ No newline at end of file