From 28c6b45533f1a4593d49f7e19efd3590733d334d Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Wed, 26 Mar 2025 08:58:48 -0500 Subject: [PATCH] make adjustments to release notes for assembler --- .../elastic-cloud-serverless/toc.yml | 5 ++-- release-notes/elastic-observability/toc.yml | 7 +++--- release-notes/elastic-security/toc.yml | 7 +++--- release-notes/fleet-elastic-agent/toc.yml | 7 +++--- release-notes/index.md | 13 +--------- release-notes/intro/index.md | 12 ++++++++++ release-notes/intro/toc.yml | 2 ++ release-notes/toc.yml | 24 ++++--------------- 8 files changed, 31 insertions(+), 46 deletions(-) create mode 100644 release-notes/intro/index.md create mode 100644 release-notes/intro/toc.yml diff --git a/release-notes/elastic-cloud-serverless/toc.yml b/release-notes/elastic-cloud-serverless/toc.yml index 37032c6bd7..b537452d6a 100644 --- a/release-notes/elastic-cloud-serverless/toc.yml +++ b/release-notes/elastic-cloud-serverless/toc.yml @@ -1,5 +1,4 @@ toc: - file: changelog.md - children: - - file: known-issues.md - - file: deprecations.md \ No newline at end of file + - file: known-issues.md + - file: deprecations.md \ No newline at end of file diff --git a/release-notes/elastic-observability/toc.yml b/release-notes/elastic-observability/toc.yml index f1433648e4..3a5aab41ba 100644 --- a/release-notes/elastic-observability/toc.yml +++ b/release-notes/elastic-observability/toc.yml @@ -1,6 +1,5 @@ toc: - file: release-notes.md - children: - - file: known-issues.md - - file: breaking-changes.md - - file: deprecations.md \ No newline at end of file + - file: known-issues.md + - file: breaking-changes.md + - file: deprecations.md \ No newline at end of file diff --git a/release-notes/elastic-security/toc.yml b/release-notes/elastic-security/toc.yml index f1433648e4..3a5aab41ba 100644 --- a/release-notes/elastic-security/toc.yml +++ b/release-notes/elastic-security/toc.yml @@ -1,6 +1,5 @@ toc: - file: release-notes.md - children: - - file: known-issues.md - - file: breaking-changes.md - - file: deprecations.md \ No newline at end of file + - file: known-issues.md + - file: breaking-changes.md + - file: deprecations.md \ No newline at end of file diff --git a/release-notes/fleet-elastic-agent/toc.yml b/release-notes/fleet-elastic-agent/toc.yml index f1433648e4..3a5aab41ba 100644 --- a/release-notes/fleet-elastic-agent/toc.yml +++ b/release-notes/fleet-elastic-agent/toc.yml @@ -1,6 +1,5 @@ toc: - file: release-notes.md - children: - - file: known-issues.md - - file: breaking-changes.md - - file: deprecations.md \ No newline at end of file + - file: known-issues.md + - file: breaking-changes.md + - file: deprecations.md \ No newline at end of file diff --git a/release-notes/index.md b/release-notes/index.md index 302e853d91..d7de275fc3 100644 --- a/release-notes/index.md +++ b/release-notes/index.md @@ -1,12 +1 @@ -# Release notes [elastic-release-notes] - -Learn about the latest changes, issues, fixes, and deprecations for Elastic releases by reviewing the release notes. - -For information about the latest changes to Elastic APIs, check [APIs changelog](https://www.elastic.co/docs/api/changes). - -We recommend you upgrade to the latest Elastic version. To learn how to upgrade, check [Upgrade](/deploy-manage/upgrade.md). - -To learn more about Elastic releases, use the following resources: -* Join the [Elastic community forums](https://discuss.elastic.co/) -* Check out the [Elastic Blog](https://www.elastic.co/blog) -* Reach out to [Elastic Support](https://mail.google.com/mail/u/0/?fs=1&tf=cm&source=mailto&to=support@elastic.co) +# Release notes diff --git a/release-notes/intro/index.md b/release-notes/intro/index.md new file mode 100644 index 0000000000..302e853d91 --- /dev/null +++ b/release-notes/intro/index.md @@ -0,0 +1,12 @@ +# Release notes [elastic-release-notes] + +Learn about the latest changes, issues, fixes, and deprecations for Elastic releases by reviewing the release notes. + +For information about the latest changes to Elastic APIs, check [APIs changelog](https://www.elastic.co/docs/api/changes). + +We recommend you upgrade to the latest Elastic version. To learn how to upgrade, check [Upgrade](/deploy-manage/upgrade.md). + +To learn more about Elastic releases, use the following resources: +* Join the [Elastic community forums](https://discuss.elastic.co/) +* Check out the [Elastic Blog](https://www.elastic.co/blog) +* Reach out to [Elastic Support](https://mail.google.com/mail/u/0/?fs=1&tf=cm&source=mailto&to=support@elastic.co) diff --git a/release-notes/intro/toc.yml b/release-notes/intro/toc.yml new file mode 100644 index 0000000000..f2ab236796 --- /dev/null +++ b/release-notes/intro/toc.yml @@ -0,0 +1,2 @@ +toc: + - file: index.md \ No newline at end of file diff --git a/release-notes/toc.yml b/release-notes/toc.yml index 8885312a53..14975b212c 100644 --- a/release-notes/toc.yml +++ b/release-notes/toc.yml @@ -1,21 +1,7 @@ toc: - file: index.md - - file: elastic-observability/release-notes.md - children: - - file: elastic-observability/known-issues.md - - file: elastic-observability/breaking-changes.md - - file: elastic-observability/deprecations.md - - file: elastic-security/release-notes.md - children: - - file: elastic-security/known-issues.md - - file: elastic-security/breaking-changes.md - - file: elastic-security/deprecations.md - - file: elastic-cloud-serverless/changelog.md - children: - - file: elastic-cloud-serverless/known-issues.md - - file: elastic-cloud-serverless/deprecations.md - - file: fleet-elastic-agent/release-notes.md - children: - - file: fleet-elastic-agent/known-issues.md - - file: fleet-elastic-agent/breaking-changes.md - - file: fleet-elastic-agent/deprecations.md \ No newline at end of file + - toc: intro + - toc: elastic-observability + - toc: elastic-security + - toc: elastic-cloud-serverless + - toc: fleet-elastic-agent \ No newline at end of file