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