From b5f4f42c1d1ad288ae16e02969c136d81ba31746 Mon Sep 17 00:00:00 2001 From: Florent Le Borgne Date: Fri, 7 Mar 2025 11:54:21 +0100 Subject: [PATCH 1/3] Edit 9.0.0 Kibana release notes for rc1 build --- .../release-notes-kibana.asciidoc | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc b/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc index c0a31f2ad..080e6f862 100644 --- a/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc +++ b/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc @@ -1,5 +1,5 @@ [[release-notes-kibana-9.0.0]] -= {kib} version 9.0.0-beta1 += {kib} version 9.0.0-rc1 ++++ {kib} ++++ @@ -80,7 +80,7 @@ For more information, refer to ({kibana-pull}208208[#208208]), ({kibana-pull}208 //Needs to be added to upgrade notes and detailed [discrete] [[deprecation-203148]] -.Deleted deprecated alerts routes. +.Removed deprecated alerts routes. [%collapsible] ==== *Details* + @@ -300,6 +300,16 @@ The functionality that allowed to download a CSV export from a dashboard's saved **Kibana security** +//Needs to be added to upgrade notes and detailed +[discrete] +[[breaking-213123]] +.Removed default `--openssl-legacy-provider`. +[%collapsible] +==== +*Details* + +Legacy OpenSSL algorithms have been disabled by default. Further information on which algorithms can be found at https://docs.openssl.org/3.0/man7/OSSL_PROVIDER-legacy. These can be re-enabled by adding `--openssl-legacy-provider` to $KBN_PATH_CONF/node.options. For more information, refer to ({kibana-pull}213123[#213123]). +==== + //Needs to be added to upgrade notes and detailed [discrete] [[deprecation-203856]] @@ -389,6 +399,10 @@ Data ingestion and Fleet:: * Updates removed parameters of the Fleet -> Logstash output configurations ({kibana-pull}210115[#210115]). * Updates max supported package version ({kibana-pull}196675[#196675]). //* Remove old bundled.yaml from oas, fixed tags ({kibana-pull}194788[#194788]). +Elastic Observability solution:: +* Split Up SLO Details from Overview. Static data that describes the SLO definition has been moved to a separate tab, making charts and valuable information about SLIs faster to access. ({kibana-pull}212826[#212826]). +* Adds the reason message to the rules recovery context ({kibana-pull}211411[#211411]). +* Adds a link to the location badge on synthetics SLOs that sends to the Monitors page with a filter applied that matches the location of the origin SLO ({kibana-pull}210695[#210695]). Elastic Security solution:: For the Elastic Security 9.0.0 release information, refer to <>. Kibana security:: @@ -413,6 +427,8 @@ Data ingestion and Fleet:: Elastic Observability solution:: * Fixes chat on the Alerts page ({kibana-pull}197126[#197126]). * Fixes an error that could prevent the Observability Infrastructure Inventory view from loading after an upgrade due to missing versioning on inventory_view_saved_object ({kibana-pull}207007[#207007]). +* Fixes an issue where clicking on the name badge for a synthetics monitor on an SLO details page would lead to a page that failed to load monitor details ({kibana-pull}210695[#210695]). +* Allows to use wildcard filters in SLO queries when DSL filters are also used ({kibana-pull}213119[#213119]). Elastic Security solution:: For the Elastic Security 9.0.0 release information, refer to <>. Platform:: From d471b3c7941f2319b608c5237b52822bc1db55a4 Mon Sep 17 00:00:00 2001 From: lcawl Date: Fri, 7 Mar 2025 10:04:52 -0800 Subject: [PATCH 2/3] Split rc1 Kibana content to new file --- .../release-notes-kibana-beta1.asciidoc | 15 ++--- .../release-notes-kibana-rc1.asciidoc | 67 +++++++++++++++++-- 2 files changed, 69 insertions(+), 13 deletions(-) diff --git a/docs/en/install-upgrade/release-notes/release-notes-kibana-beta1.asciidoc b/docs/en/install-upgrade/release-notes/release-notes-kibana-beta1.asciidoc index 3bb59ae83..eda1194e5 100644 --- a/docs/en/install-upgrade/release-notes/release-notes-kibana-beta1.asciidoc +++ b/docs/en/install-upgrade/release-notes/release-notes-kibana-beta1.asciidoc @@ -1,12 +1,9 @@ = {kib} version 9.0.0-beta1 -++++ -{kib} -++++ For information about the {kib} 9.0.0 release, review the following information. [float] -[[highlights-9.0.0]] +[[highlights-9.0.0-beta1]] == Highlights [[highlight-borealis]] @@ -14,7 +11,7 @@ For information about the {kib} 9.0.0 release, review the following information. [float] -[[breaking-changes-9.0.0]] +[[kibana-breaking-changes-9.0.0-beta1]] == Breaking changes Breaking changes can prevent your application from optimal operation and performance. @@ -79,7 +76,7 @@ For more information, refer to ({kibana-pull}208208[#208208]), ({kibana-pull}208 //Needs to be added to upgrade notes and detailed [discrete] [[deprecation-203148]] -.Deleted deprecated alerts routes. +.Removed deprecated alerts routes. [%collapsible] ==== *Details* + @@ -322,7 +319,7 @@ For more information, refer to ({kibana-pull}207325[#207325]). [float] -[[deprecations-9.0.0]] +[[deprecations-9.0.0-beta1]] == Deprecations The following functionality is deprecated in 9.0.0, and will be removed in 10.0.0. @@ -379,7 +376,7 @@ Kibana security:: //For detailed information about the 9.0.0 release, review the enhancements and bug fixes. [float] -[[enhancement-v9.0.0]] +[[enhancement-v9.0.0-beta1]] === Enhancements //Dashboards & Visualizations:: Data ingestion and Fleet:: @@ -399,7 +396,7 @@ Platform:: * Sets HTTP2 as default if SSL is enabled and adds deprecation log if SSL is not enabled or protocol is set to HTTP1 ({kibana-pull}204384[#204384]). [float] -[[fixes-v9.0.0]] +[[fixes-v9.0.0-beta1]] === Bug fixes Dashboards & Visualizations:: * Fixes an issue in Lens where colors behind text were not correctly assigned, such as in `Pie`, `Treemap` and `Mosaic` charts. diff --git a/docs/en/install-upgrade/release-notes/release-notes-kibana-rc1.asciidoc b/docs/en/install-upgrade/release-notes/release-notes-kibana-rc1.asciidoc index f93d3eadc..9f67c3757 100644 --- a/docs/en/install-upgrade/release-notes/release-notes-kibana-rc1.asciidoc +++ b/docs/en/install-upgrade/release-notes/release-notes-kibana-rc1.asciidoc @@ -1,6 +1,65 @@ +[[release-notes-kibana-9.0.0-rc1]] = {kib} version 9.0.0-rc1 -++++ -{kib} -++++ -coming::[9.0.0-rc1] \ No newline at end of file +coming::[9.0.0-rc1] + +For information about the {kib} 9.0.0 release, review the following information. + +// [float] +// [[highlights-9.0.0-rc1]] +// == Highlights + + +[float] +[[breaking-changes-9.0.0-rc1]] +== Breaking changes + +**Kibana security** + +//Needs to be added to upgrade notes and detailed +[discrete] +[[breaking-213123]] +.Removed default `--openssl-legacy-provider`. +[%collapsible] +==== +*Details* + +Legacy OpenSSL algorithms have been disabled by default. Further information on which algorithms can be found at https://docs.openssl.org/3.0/man7/OSSL_PROVIDER-legacy. These can be re-enabled by adding `--openssl-legacy-provider` to $KBN_PATH_CONF/node.options. For more information, refer to ({kibana-pull}213123[#213123]). +==== + +// [float] +// [[deprecations-9.0.0-rc1]] +// == Deprecations + +// The following functionality is deprecated in 9.0.0, and will be removed in 10.0.0. +// Deprecated functionality does not have an immediate impact on your application, but we strongly recommend +// you make the necessary updates after you upgrade to 9.0.0. + + +// [float] +// [[features-9.0.0-rc1]] +// == Features +// {kib} 9.0.0 adds the following new and notable features. + +//For more information about the features introduced in 9.0.0, refer to <>. + +[[enhancements-and-bug-fixes-v9.0.0-rc1]] +== Enhancements and bug fixes + +//For detailed information about the 9.0.0 release, review the enhancements and bug fixes. + +[float] +[[enhancement-v9.0.0-rc1]] +=== Enhancements + +Elastic Observability solution:: +* Split Up SLO Details from Overview. Static data that describes the SLO definition has been moved to a separate tab, making charts and valuable information about SLIs faster to access. ({kibana-pull}212826[#212826]). +* Adds the reason message to the rules recovery context ({kibana-pull}211411[#211411]). +* Adds a link to the location badge on synthetics SLOs that sends to the Monitors page with a filter applied that matches the location of the origin SLO ({kibana-pull}210695[#210695]). + +[float] +[[fixes-v9.0.0-rc1]] +=== Bug fixes + +Elastic Observability solution:: +* Fixes an issue where clicking on the name badge for a synthetics monitor on an SLO details page would lead to a page that failed to load monitor details ({kibana-pull}210695[#210695]). +* Allows to use wildcard filters in SLO queries when DSL filters are also used ({kibana-pull}213119[#213119]). From d34829539a89d2ac0582133cc361295a26671911 Mon Sep 17 00:00:00 2001 From: florent-leborgne Date: Mon, 10 Mar 2025 09:06:32 +0100 Subject: [PATCH 3/3] Update docs/en/install-upgrade/release-notes/release-notes-kibana-rc1.asciidoc Co-authored-by: wajihaparvez --- .../release-notes/release-notes-kibana-rc1.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/install-upgrade/release-notes/release-notes-kibana-rc1.asciidoc b/docs/en/install-upgrade/release-notes/release-notes-kibana-rc1.asciidoc index 9f67c3757..3dba249c1 100644 --- a/docs/en/install-upgrade/release-notes/release-notes-kibana-rc1.asciidoc +++ b/docs/en/install-upgrade/release-notes/release-notes-kibana-rc1.asciidoc @@ -62,4 +62,4 @@ Elastic Observability solution:: Elastic Observability solution:: * Fixes an issue where clicking on the name badge for a synthetics monitor on an SLO details page would lead to a page that failed to load monitor details ({kibana-pull}210695[#210695]). -* Allows to use wildcard filters in SLO queries when DSL filters are also used ({kibana-pull}213119[#213119]). +* Allows use of wildcard filters in SLO queries when DSL filters are also used ({kibana-pull}213119[#213119]).