From 0fee8d188bd4fe041edb6e973351ca768bf40dad Mon Sep 17 00:00:00 2001 From: keithhc2 Date: Wed, 16 Mar 2022 13:54:54 -0700 Subject: [PATCH 1/4] Initial 1.3 updates Signed-off-by: keithhc2 --- _config.yml | 8 ++++---- _data/alert.yml | 2 +- _data/versions.json | 3 ++- _opensearch/install/plugins.md | 18 ++++++++++++++++++ 4 files changed, 25 insertions(+), 6 deletions(-) diff --git a/_config.yml b/_config.yml index 2d609a75..06fce415 100644 --- a/_config.yml +++ b/_config.yml @@ -5,10 +5,10 @@ baseurl: "/docs/latest" # the subpath of your site, e.g. /blog url: "https://opensearch.org" # the base hostname & protocol for your site, e.g. http://example.com permalink: /:path/ -opensearch_version: 1.2.4 -opensearch_dashboards_version: 1.2.0 -opensearch_major_minor_version: 1.2 -lucene_version: 8_9_0 +opensearch_version: 1.3.0 +opensearch_dashboards_version: 1.3.0 +opensearch_major_minor_version: 1.3 +lucene_version: 8_10_1 # Build settings markdown: kramdown diff --git a/_data/alert.yml b/_data/alert.yml index dd5078f4..1f4c608a 100644 --- a/_data/alert.yml +++ b/_data/alert.yml @@ -1 +1 @@ -message: "OpenSearch 1.2.0 is live 🍾 Try the new observability interface, branding customizer, and more!](/downloads.html)" +message: "[OpenSearch 1.3.0 is live 🍾 Try the new observability interface, branding customizer, and more!](/downloads.html)" diff --git a/_data/versions.json b/_data/versions.json index edbd45a6..5881881e 100644 --- a/_data/versions.json +++ b/_data/versions.json @@ -1,6 +1,7 @@ { - "current": "1.2", + "current": "1.3", "past": [ + "1.2", "1.1", "1.0" ] diff --git a/_opensearch/install/plugins.md b/_opensearch/install/plugins.md index d8bfb916..5185bf37 100644 --- a/_opensearch/install/plugins.md +++ b/_opensearch/install/plugins.md @@ -65,6 +65,24 @@ bin/opensearch-plugin list + 1.3.0 + +
opensearch-alerting                  1.3.0.0
+opensearch-anomaly-detection         1.3.0.0
+opensearch-asynchronous-search       1.3.0.0
+opensearch-cross-cluster-replication 1.3.0.0
+opensearch-index-management          1.3.0.0
+opensearch-job-scheduler             1.3.0.0
+opensearch-knn                       1.3.0.0
+opensearch-ml                        1.3.0.0
+opensearch-observability             1.3.0.0
+opensearch-performance-analyzer      1.3.0.0
+opensearch-reports-scheduler         1.3.0.0
+opensearch-security                  1.3.0.0
+opensearch-sql                       1.3.0.0
+
+ + 1.2.4 From 2cfa92690f4feed0c3ca00a18b559861b5664c88 Mon Sep 17 00:00:00 2001 From: keithhc2 Date: Wed, 16 Mar 2022 20:34:09 -0700 Subject: [PATCH 2/4] Changed alert message Signed-off-by: keithhc2 --- _data/alert.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/alert.yml b/_data/alert.yml index 1f4c608a..78eec260 100644 --- a/_data/alert.yml +++ b/_data/alert.yml @@ -1 +1 @@ -message: "[OpenSearch 1.3.0 is live 🍾 Try the new observability interface, branding customizer, and more!](/downloads.html)" +message: "[OpenSearch 1.3.0 is live 🍾 Try the new ML commons plugin, new observability features, and much, much more!](/downloads.html)" From 3578ac52e678583c6ea7a7dcf1cdd6355a11c54d Mon Sep 17 00:00:00 2001 From: keithhc2 Date: Thu, 17 Mar 2022 09:47:30 -0700 Subject: [PATCH 3/4] Added release notes Signed-off-by: keithhc2 --- version-history.md | 1 + 1 file changed, 1 insertion(+) diff --git a/version-history.md b/version-history.md index 23ef96bc..25ab0cc2 100644 --- a/version-history.md +++ b/version-history.md @@ -9,6 +9,7 @@ permalink: /version-history/ OpenSearch version | Release highlights | Release date :--- | :--- | :--- | :--- +[1.3.0]() | Adds Model Type Validation to Validate Detector API, continuous transforms, custom actions, applied policy parameter to explain API, default action retries, and new rollover and transition conditions to Index Management, new New ML Commons plugin, parse command to SQL, Application Analytics, Live Tail, Correlation, and Events Flyout to Observbility, and auto backport and support for OPENSEARCH_JAVA_HOME to Performance Analyzer. Bug fixes. | 17 March 2022 [1.2.4](https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-1.2.4.md) | Updates Performance Analyzer, SQL, and Security plugins to Log4j 2.17.1, Alerting and Job Scheduler to cron-utils 9.1.6, and gson in Anomaly Detection and SQL. | 18 January 2022 [1.2.3](https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-1.2.3.md) | Updates the version of Log4j used in OpenSearch to Log4j 2.17.0 as recommended by the advisory in [CVE-2021-45105](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45105). | 22 December 2021 [1.2.0](https://github.com/opensearch-project/OpenSearch/blob/main/release-notes/opensearch.release-notes-1.2.0.md) | Adds observability, new validation API for Anomaly Detection, shard-level indexing back-pressure, new "match" query type for SQL and PPL, support for Faiss libraries in k-NN, and custom Dashboards branding. | 23 November 2021 From 4de30da327e0cb2e1581336e6f921148feb55ac2 Mon Sep 17 00:00:00 2001 From: keithhc2 Date: Thu, 17 Mar 2022 10:41:49 -0700 Subject: [PATCH 4/4] Typos Signed-off-by: keithhc2 --- version-history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version-history.md b/version-history.md index 25ab0cc2..a410b3b1 100644 --- a/version-history.md +++ b/version-history.md @@ -9,7 +9,7 @@ permalink: /version-history/ OpenSearch version | Release highlights | Release date :--- | :--- | :--- | :--- -[1.3.0]() | Adds Model Type Validation to Validate Detector API, continuous transforms, custom actions, applied policy parameter to explain API, default action retries, and new rollover and transition conditions to Index Management, new New ML Commons plugin, parse command to SQL, Application Analytics, Live Tail, Correlation, and Events Flyout to Observbility, and auto backport and support for OPENSEARCH_JAVA_HOME to Performance Analyzer. Bug fixes. | 17 March 2022 +[1.3.0]() | Adds Model Type Validation to Validate Detector API, continuous transforms, custom actions, applied policy parameter to Explain API, default action retries, and new rollover and transition conditions to Index Management, new ML Commons plugin, parse command to SQL, Application Analytics, Live Tail, Correlation, and Events Flyout to Observbility, and auto backport and support for OPENSEARCH_JAVA_HOME to Performance Analyzer. Bug fixes. | 17 March 2022 [1.2.4](https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-1.2.4.md) | Updates Performance Analyzer, SQL, and Security plugins to Log4j 2.17.1, Alerting and Job Scheduler to cron-utils 9.1.6, and gson in Anomaly Detection and SQL. | 18 January 2022 [1.2.3](https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-1.2.3.md) | Updates the version of Log4j used in OpenSearch to Log4j 2.17.0 as recommended by the advisory in [CVE-2021-45105](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45105). | 22 December 2021 [1.2.0](https://github.com/opensearch-project/OpenSearch/blob/main/release-notes/opensearch.release-notes-1.2.0.md) | Adds observability, new validation API for Anomaly Detection, shard-level indexing back-pressure, new "match" query type for SQL and PPL, support for Faiss libraries in k-NN, and custom Dashboards branding. | 23 November 2021