Skip to content

Commit

Permalink
Backported 2.3 commits to main branch. (#330)
Browse files Browse the repository at this point in the history
* Version increment 2.2.1 (#323)

Signed-off-by: prudhvigodithi <[email protected]>

Signed-off-by: prudhvigodithi <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* 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 <[email protected]>

* Adjusted OSD branch used by cypress test workflow.

Signed-off-by: AWSHurneyt <[email protected]>

Signed-off-by: AWSHurneyt <[email protected]>

* Added 2.3 release notes. (#326)

* Added 2.3 release notes.

Signed-off-by: AWSHurneyt <[email protected]>

* Added 2.3 release notes.

Signed-off-by: AWSHurneyt <[email protected]>

Signed-off-by: AWSHurneyt <[email protected]>

Signed-off-by: prudhvigodithi <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
Co-authored-by: Prudhvi Godithi <[email protected]>
  • Loading branch information
AWSHurneyt and prudhvigodithi authored Sep 15, 2022
1 parent 9d3813b commit 6305d7f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 6305d7f

Please sign in to comment.