-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backported 2.3 commits to main branch. (#330)
* 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
1 parent
9d3813b
commit 6305d7f
Showing
4 changed files
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
release-notes/opensearch-alerting-dashboards-plugin.release-notes-2.3.0.0.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |