From b3d676f70b0df8df9cab0919a147ed395c568797 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 16:54:40 -0700 Subject: [PATCH] Added 2.2 release notes. (#514) (#515) * Added 2.2 release notes. Signed-off-by: AWSHurneyt * Added 2.2 release notes. Signed-off-by: AWSHurneyt (cherry picked from commit dd48aae241db3de585c79f18c6f6e239594402ec) Co-authored-by: AWSHurneyt --- .../opensearch-alerting.release-notes-2.2.0.0.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 release-notes/opensearch-alerting.release-notes-2.2.0.0.md diff --git a/release-notes/opensearch-alerting.release-notes-2.2.0.0.md b/release-notes/opensearch-alerting.release-notes-2.2.0.0.md new file mode 100644 index 000000000..1a24933b3 --- /dev/null +++ b/release-notes/opensearch-alerting.release-notes-2.2.0.0.md @@ -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)) \ No newline at end of file