forked from opensearch-project/alerting
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cherry-picked 2.2 commits to main. (opensearch-project#518)
* Bumping 2.x branch version from 2.1.0 to 2.2.0. Bumped mockito-core version from 4.3.1 to 4.6.1. (opensearch-project#506) Signed-off-by: AWSHurneyt <hurneyt@amazon.com> * Added 2.2 release notes. (opensearch-project#514) * Added 2.2 release notes. Signed-off-by: AWSHurneyt <hurneyt@amazon.com> * Added 2.2 release notes. Signed-off-by: AWSHurneyt <hurneyt@amazon.com> Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
- Loading branch information
1 parent
050f42a
commit 868d4cf
Showing
3 changed files
with
18 additions
and
4 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
14 changes: 14 additions & 0 deletions
14
release-notes/opensearch-alerting.release-notes-2.2.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,14 @@ | ||
## Version 2.2.0.0 2022-08-03 | ||
|
||
Compatible with OpenSearch 2.2.0 | ||
|
||
### Infrastructure | ||
* Add support for reproducible builds. ([#472](https://github.com/opensearch-project/alerting/pull/472)) | ||
|
||
### Maintenance | ||
* Staging for version increment automation. ([#489](https://github.com/opensearch-project/alerting/pull/489)) | ||
* Bumping 2.x branch version from 2.1.0 to 2.2.0. ([#506](https://github.com/opensearch-project/alerting/pull/506)) | ||
* Refactored backwards compatibility tests to point to the OpenSearch 1.1.0.0 zip following deprecation of ODFE. ([#510](https://github.com/opensearch-project/alerting/pull/510)) | ||
|
||
### Documentation | ||
* Added 2.2 release notes. ([#514](https://github.com/opensearch-project/alerting/pull/514)) |