From 0a2fadd6e24c8711c1b26c08e31b73868029df38 Mon Sep 17 00:00:00 2001 From: Divya Madala Date: Mon, 30 Sep 2024 11:38:13 -0700 Subject: [PATCH 1/4] Add release notes Signed-off-by: Divya Madala --- .../opensearch-release-notes-2.17.1.md | 117 ++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 release-notes/opensearch-release-notes-2.17.1.md diff --git a/release-notes/opensearch-release-notes-2.17.1.md b/release-notes/opensearch-release-notes-2.17.1.md new file mode 100644 index 0000000000..0e98af4742 --- /dev/null +++ b/release-notes/opensearch-release-notes-2.17.1.md @@ -0,0 +1,117 @@ +# OpenSearch and OpenSearch Dashboards 2.17.1 Release Notes + + +## BUG FIXES + + +### Opensearch Anomaly Detection + + +* Bump BWC Version to 2.18 and Fix Bugs ([#1311](https://github.com/opensearch-project/anomaly-detection/pull/1311)) + + +### Opensearch ML Common + + +* add bedrock batch job post process function; enhance remote job status parsing (#2955)[https://github.com/opensearch-project/ml-commons/pull/2955] +* fix ML task index mapping (#2949)[https://github.com/opensearch-project/ml-commons/pull/2949] +* fix full\_response false and no output mapping exceptions (#2944)[https://github.com/opensearch-project/ml-commons/pull/2944] +* fix get batch task bug (#2937)[https://github.com/opensearch-project/ml-commons/pull/2937] +* fix field mapping, add more error handling and remove checking jobId filed in batch job response (#2933)[https://github.com/opensearch-project/ml-commons/pull/2933] + + +### Opensearch Security Analytics + + +* [Alerts in Correlations] Stash context for system index ([#1297](https://github.com/opensearch-project/security-analytics/pull/1297)) +* threat intel monitor bug fixes ([#1317](https://github.com/opensearch-project/security-analytics/pull/1317)) + + +### Opensearch k-NN + + +* Adds concurrent segment search support for mode auto [#2111](https://github.com/opensearch-project/k-NN/pull/2111) +* Change min oversample to 1 [#2117](https://github.com/opensearch-project/k-NN/pull/2117) + + +## DOCUMENTATION + + +### Opensearch Alerting Dashboards Plugin + + +* Added 2.17.1 release notes. ([#1109](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1109)) + + +### Opensearch ML Common + + +* Fix bedrock claude3 blueprint typo (#2962)[https://github.com/opensearch-project/ml-commons/pull/2962] + + +### Opensearch Notifications + + +* Add 2.17.1 release notes (#[969](https://github.com/opensearch-project/notifications/pull/969)) + + +### Opensearch Security Analytics + + +* Added 2.17.1 release notes. ([#1331](https://github.com/opensearch-project/security-analytics/pull/1331)) + + +## MAINTENANCE + + +### Dashboards Assistant + + +* Format the json file to avoid autocut PRs ([#291](https://github.com/opensearch-project/dashboards-assistant/pull/291)) + + +### Opensearch Alerting Dashboards Plugin + + +* Increment version to 2.17.1.0 ([#1108](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1108)) +* Updated workflows to use latest action of upload-artifacts ([#1089](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1089)) + + +### Opensearch Dashboards Reporting + + +* [CVE-2024-45801] Bump dompurify from 2.4.7 to 2.5.6 ([#446](https://github.com/opensearch-project/dashboards-reporting/pull/444)) + + +### Opensearch Flow Framework + + +* Fix flaky integ test reprovisioning before template update ([#880](https://github.com/opensearch-project/flow-framework/pull/880)) + + +### Opensearch ML Commons Dashboards + + +* [AUTO] Increment version to 2.17.1.0 ([#376](https://github.com/opensearch-project/ml-commons-dashboards/pull/376)) + + +### Opensearch Notifications + + +* Resovle host to all ips and check against the deny list (#[964](https://github.com/opensearch-project/notifications/pull/964)) +* Upgrade upload-artifact to v3 and bump version to 2.17.1 (#[963](https://github.com/opensearch-project/notifications/pull/963)) + + +### Opensearch Security Analytics + + +* upgrade upload artifacts ([#1305](https://github.com/opensearch-project/security-analytics/pull/1305)) +* Incremented version to 2.17.1 ([#1304](https://github.com/opensearch-project/security-analytics/pull/1304)) + + +### Opensearch Security Dashboards Plugin + + +* Bump micromatch to 4.0.8 ([#2117](https://github.com/opensearch-project/security-dashboards-plugin/pull/2117)) + + From 733d69d728b80b563fab6bd518ddf2aa19f4d33a Mon Sep 17 00:00:00 2001 From: Divya Madala Date: Mon, 30 Sep 2024 11:49:31 -0700 Subject: [PATCH 2/4] Add release details Signed-off-by: Divya Madala --- release-notes/opensearch-release-notes-2.17.1.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/release-notes/opensearch-release-notes-2.17.1.md b/release-notes/opensearch-release-notes-2.17.1.md index 0e98af4742..04b0e38af8 100644 --- a/release-notes/opensearch-release-notes-2.17.1.md +++ b/release-notes/opensearch-release-notes-2.17.1.md @@ -1,5 +1,13 @@ # OpenSearch and OpenSearch Dashboards 2.17.1 Release Notes +## Release Details + +[OpenSearch and OpenSearch Dashboards 2.17.1](https://opensearch.org/versions/opensearch-2-17-1.html) includes the following bug fixes, infrastructure and maintenance updates. + +OpenSearch [Release Notes](https://github.com/opensearch-project/OpenSearch/blob/main/release-notes/opensearch.release-notes-2.17.1.md). + +OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/release-notes/opensearch-dashboards.release-notes-2.17.1.md). + ## BUG FIXES From 338ed5de95dbe6db69875af3136503594d1af559 Mon Sep 17 00:00:00 2001 From: Divya Madala Date: Mon, 30 Sep 2024 12:22:24 -0700 Subject: [PATCH 3/4] Add changes Signed-off-by: Divya Madala --- .../opensearch-release-notes-2.17.1.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/release-notes/opensearch-release-notes-2.17.1.md b/release-notes/opensearch-release-notes-2.17.1.md index 04b0e38af8..159a5d0f7b 100644 --- a/release-notes/opensearch-release-notes-2.17.1.md +++ b/release-notes/opensearch-release-notes-2.17.1.md @@ -4,9 +4,9 @@ [OpenSearch and OpenSearch Dashboards 2.17.1](https://opensearch.org/versions/opensearch-2-17-1.html) includes the following bug fixes, infrastructure and maintenance updates. -OpenSearch [Release Notes](https://github.com/opensearch-project/OpenSearch/blob/main/release-notes/opensearch.release-notes-2.17.1.md). +OpenSearch [Release Notes](https://github.com/opensearch-project/OpenSearch/blob/2.17/release-notes/opensearch.release-notes-2.17.1.md). -OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/release-notes/opensearch-dashboards.release-notes-2.17.1.md). +OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/2.17/release-notes/opensearch-dashboards.release-notes-2.17.1.md). ## BUG FIXES @@ -18,21 +18,21 @@ OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/Open * Bump BWC Version to 2.18 and Fix Bugs ([#1311](https://github.com/opensearch-project/anomaly-detection/pull/1311)) -### Opensearch ML Common +### Opensearch ML Commons -* add bedrock batch job post process function; enhance remote job status parsing (#2955)[https://github.com/opensearch-project/ml-commons/pull/2955] -* fix ML task index mapping (#2949)[https://github.com/opensearch-project/ml-commons/pull/2949] -* fix full\_response false and no output mapping exceptions (#2944)[https://github.com/opensearch-project/ml-commons/pull/2944] -* fix get batch task bug (#2937)[https://github.com/opensearch-project/ml-commons/pull/2937] -* fix field mapping, add more error handling and remove checking jobId filed in batch job response (#2933)[https://github.com/opensearch-project/ml-commons/pull/2933] +* Add bedrock batch job post process function; enhance remote job status parsing (#2955)[https://github.com/opensearch-project/ml-commons/pull/2955] +* Fix ML task index mapping (#2949)[https://github.com/opensearch-project/ml-commons/pull/2949] +* Fix full\_response false and no output mapping exceptions (#2944)[https://github.com/opensearch-project/ml-commons/pull/2944] +* Fix get batch task bug (#2937)[https://github.com/opensearch-project/ml-commons/pull/2937] +* Fix field mapping, add more error handling and remove checking jobId filed in batch job response (#2933)[https://github.com/opensearch-project/ml-commons/pull/2933] ### Opensearch Security Analytics * [Alerts in Correlations] Stash context for system index ([#1297](https://github.com/opensearch-project/security-analytics/pull/1297)) -* threat intel monitor bug fixes ([#1317](https://github.com/opensearch-project/security-analytics/pull/1317)) +* Threat intel monitor bug fixes ([#1317](https://github.com/opensearch-project/security-analytics/pull/1317)) ### Opensearch k-NN @@ -51,7 +51,7 @@ OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/Open * Added 2.17.1 release notes. ([#1109](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1109)) -### Opensearch ML Common +### Opensearch ML Commons * Fix bedrock claude3 blueprint typo (#2962)[https://github.com/opensearch-project/ml-commons/pull/2962] @@ -113,7 +113,7 @@ OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/Open ### Opensearch Security Analytics -* upgrade upload artifacts ([#1305](https://github.com/opensearch-project/security-analytics/pull/1305)) +* Upgrade upload artifacts ([#1305](https://github.com/opensearch-project/security-analytics/pull/1305)) * Incremented version to 2.17.1 ([#1304](https://github.com/opensearch-project/security-analytics/pull/1304)) From 3adca6ae25da299e89c46ed5e4de683849886651 Mon Sep 17 00:00:00 2001 From: Divya Madala Date: Mon, 30 Sep 2024 14:26:26 -0700 Subject: [PATCH 4/4] Refactor few commits Signed-off-by: Divya Madala --- .../opensearch-release-notes-2.17.1.md | 26 ------------------- 1 file changed, 26 deletions(-) diff --git a/release-notes/opensearch-release-notes-2.17.1.md b/release-notes/opensearch-release-notes-2.17.1.md index 159a5d0f7b..3db492251f 100644 --- a/release-notes/opensearch-release-notes-2.17.1.md +++ b/release-notes/opensearch-release-notes-2.17.1.md @@ -45,30 +45,12 @@ OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/Open ## DOCUMENTATION -### Opensearch Alerting Dashboards Plugin - - -* Added 2.17.1 release notes. ([#1109](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1109)) - - ### Opensearch ML Commons * Fix bedrock claude3 blueprint typo (#2962)[https://github.com/opensearch-project/ml-commons/pull/2962] -### Opensearch Notifications - - -* Add 2.17.1 release notes (#[969](https://github.com/opensearch-project/notifications/pull/969)) - - -### Opensearch Security Analytics - - -* Added 2.17.1 release notes. ([#1331](https://github.com/opensearch-project/security-analytics/pull/1331)) - - ## MAINTENANCE @@ -81,7 +63,6 @@ OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/Open ### Opensearch Alerting Dashboards Plugin -* Increment version to 2.17.1.0 ([#1108](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1108)) * Updated workflows to use latest action of upload-artifacts ([#1089](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1089)) @@ -97,12 +78,6 @@ OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/Open * Fix flaky integ test reprovisioning before template update ([#880](https://github.com/opensearch-project/flow-framework/pull/880)) -### Opensearch ML Commons Dashboards - - -* [AUTO] Increment version to 2.17.1.0 ([#376](https://github.com/opensearch-project/ml-commons-dashboards/pull/376)) - - ### Opensearch Notifications @@ -114,7 +89,6 @@ OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/Open * Upgrade upload artifacts ([#1305](https://github.com/opensearch-project/security-analytics/pull/1305)) -* Incremented version to 2.17.1 ([#1304](https://github.com/opensearch-project/security-analytics/pull/1304)) ### Opensearch Security Dashboards Plugin