Skip to content

Commit

Permalink
Merge branch 'main' of github.com:opensearch-project/alerting-dashboa…
Browse files Browse the repository at this point in the history
…rds-plugin into build-and-test-workflow
  • Loading branch information
derek-ho committed Mar 22, 2024
2 parents 3780742 + 413f1de commit 6a5619a
Show file tree
Hide file tree
Showing 5 changed files with 168 additions and 417 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @lezzago @AWSHurneyt @amsiglan @sbcd90 @eirsep @getsaurabh02 @praveensameneni @qreshi @bowenlan-amzn @rishabhmaurya
* @lezzago @AWSHurneyt @amsiglan @sbcd90 @eirsep @getsaurabh02 @praveensameneni @qreshi @bowenlan-amzn @rishabhmaurya @riysaxen-amzn
2 changes: 2 additions & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ This document contains a list of maintainers in this repo. See [opensearch-proje
| Thomas Hurney | [AWSHurneyt](https://github.com/AWSHurneyt) | Amazon |
| Amardeepsingh Siglani | [amsiglan](https://github.com/amsiglan) | Amazon |
| Praveen Sameneni | [praveensameneni](https://github.com/praveensameneni) | Amazon |
| Riya Saxena | [riysaxen-amzn](https://github.com/riysaxen-amzn) | Amazon |

## Emeritus

| Maintainer | GitHub ID | Affiliation |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@babel/plugin-transform-modules-commonjs": "^7.22.9",
"@elastic/elastic-eslint-config-kibana": "link:../../packages/opensearch-eslint-config-opensearch-dashboards",
"@elastic/eslint-import-resolver-kibana": "link:../../packages/osd-eslint-import-resolver-opensearch-dashboards",
"cypress": "^6.0.0",
"cypress": "9.5.4",
"husky": "^3.0.0",
"lint-staged": "^10.2.0"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Version 2.13.0.0 2024-03-19
Compatible with OpenSearch Dashboards 2.13.0

### Maintenance
* Increment version to 2.13.0.0 ([#892](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/892))

### Bug fixes
* Fix fetching of channels for composite monitors ([#820](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/820))
* fix error to disblay monitors with disable/enable state ([#869](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/869))

### Documentation
* Added 2.13 release notes. ([#904](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/904))
Loading

0 comments on commit 6a5619a

Please sign in to comment.