From 6305d7fd369cde1252fed5ab140c7fc2f854854d Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Thu, 15 Sep 2022 10:06:07 -0700 Subject: [PATCH] Backported 2.3 commits to main branch. (#330) * Version increment 2.2.1 (#323) Signed-off-by: prudhvigodithi Signed-off-by: prudhvigodithi Signed-off-by: AWSHurneyt * Bumped 2.x branch from to 2.3.0.0. (#325) * Bump 2.x branch from 2.2.0.0 to 2.3.0.0. Signed-off-by: AWSHurneyt * Adjusted OSD branch used by cypress test workflow. Signed-off-by: AWSHurneyt Signed-off-by: AWSHurneyt * Added 2.3 release notes. (#326) * Added 2.3 release notes. Signed-off-by: AWSHurneyt * Added 2.3 release notes. Signed-off-by: AWSHurneyt Signed-off-by: AWSHurneyt Signed-off-by: prudhvigodithi Signed-off-by: AWSHurneyt Co-authored-by: Prudhvi Godithi --- .github/workflows/cypress-workflow.yml | 4 ++-- opensearch_dashboards.json | 4 ++-- package.json | 2 +- ...rting-dashboards-plugin.release-notes-2.3.0.0.md | 13 +++++++++++++ 4 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.3.0.0.md diff --git a/.github/workflows/cypress-workflow.yml b/.github/workflows/cypress-workflow.yml index b7f6a066e..e5cc6ebc6 100644 --- a/.github/workflows/cypress-workflow.yml +++ b/.github/workflows/cypress-workflow.yml @@ -7,8 +7,8 @@ on: branches: - "*" env: - OPENSEARCH_DASHBOARDS_VERSION: '2.2' - OPENSEARCH_VERSION: '2.2.0-SNAPSHOT' + OPENSEARCH_DASHBOARDS_VERSION: '2.3' + OPENSEARCH_VERSION: '2.3.0-SNAPSHOT' jobs: tests: name: Run Cypress E2E tests diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 6d4b452d7..07fb2935f 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "alertingDashboards", - "version": "2.2.0.0", - "opensearchDashboardsVersion": "2.2.0", + "version": "2.3.0.0", + "opensearchDashboardsVersion": "2.3.0", "configPath": ["opensearch_alerting"], "requiredPlugins": [], "server": true, diff --git a/package.json b/package.json index c62aa3f64..f2cf4135d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensearch-alerting-dashboards", - "version": "2.2.0.0", + "version": "2.3.0.0", "description": "OpenSearch Dashboards Alerting Plugin", "main": "index.js", "license": "Apache-2.0", diff --git a/release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.3.0.0.md b/release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.3.0.0.md new file mode 100644 index 000000000..c716884e1 --- /dev/null +++ b/release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.3.0.0.md @@ -0,0 +1,13 @@ +## Version 2.3.0.0 2022-09-08 +Compatible with OpenSearch Dashboards 2.3.0 + +### Maintenance +* Bumped moment version to resolve dependabot alert. ([#308](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/308)) +* Refactored dependency used by test mock. Adjusted OSD version used by test workflows. ([#318](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/318)) +* Bumped version to 2.3.0. ([#325](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/325)) + +### Bug Fixes +* Fixed snapshot-related unit tests. ([#311](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/311)) + +### Documentation +* Added 2.3 release notes. ([#326](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/326)) \ No newline at end of file