From c54f2590792997a6e6da03db0578b0fb991afed1 Mon Sep 17 00:00:00 2001 From: keithhc2 Date: Wed, 30 Mar 2022 12:58:37 -0700 Subject: [PATCH 1/2] 1.3.1 changes Signed-off-by: keithhc2 --- _config.yml | 2 +- _opensearch/install/plugins.md | 19 +++++++++++++++++++ version-history.md | 1 + 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index e45b4183..1a9e9106 100644 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,7 @@ 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.3.0 +opensearch_version: 1.3.1 opensearch_dashboards_version: 1.3.0 opensearch_major_minor_version: 1.3 lucene_version: 8_10_1 diff --git a/_opensearch/install/plugins.md b/_opensearch/install/plugins.md index 5185bf37..4f6575a6 100644 --- a/_opensearch/install/plugins.md +++ b/_opensearch/install/plugins.md @@ -64,6 +64,25 @@ bin/opensearch-plugin list + + 1.3.1 + +
opensearch-alerting                  1.3.1.0
+opensearch-anomaly-detection         1.3.1.0
+opensearch-asynchronous-search       1.3.1.0
+opensearch-cross-cluster-replication 1.3.1.0
+opensearch-index-management          1.3.1.0
+opensearch-job-scheduler             1.3.1.0
+opensearch-knn                       1.3.1.0
+opensearch-ml                        1.3.1.0
+opensearch-observability             1.3.1.0
+opensearch-performance-analyzer      1.3.1.0
+opensearch-reports-scheduler         1.3.1.0
+opensearch-security                  1.3.1.0
+opensearch-sql                       1.3.1.0
+
+ + 1.3.0 diff --git a/version-history.md b/version-history.md index b1465ce5..afe982df 100644 --- a/version-history.md +++ b/version-history.md @@ -9,6 +9,7 @@ permalink: /version-history/ OpenSearch version | Release highlights | Release date :--- | :--- | :--- | :--- +[1.3.1]() | | 30 March 2022 [1.3.0](https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-1.3.0.md) | 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 From e747d0f32dad1dbfd1b41ff86c3459f515749a43 Mon Sep 17 00:00:00 2001 From: keithhc2 Date: Wed, 30 Mar 2022 22:22:32 -0700 Subject: [PATCH 2/2] Added version history 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 afe982df..c11f0dd8 100644 --- a/version-history.md +++ b/version-history.md @@ -9,7 +9,7 @@ permalink: /version-history/ OpenSearch version | Release highlights | Release date :--- | :--- | :--- | :--- -[1.3.1]() | | 30 March 2022 +[1.3.1](https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-1.3.1.md) | Bug fixes when using document-level security, and adjusted ML Commons to use the latest RCF jar and protostuff to RCF model serialization. | 30 March 2022 [1.3.0](https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-1.3.0.md) | 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