Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backported 2.3 commits to main branch. #330

Merged
merged 3 commits into from
Sep 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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))