From 01b4aa8886b4bb8faabf482bf9f4baaa441015fe 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:28:27 -0700 Subject: [PATCH] Add release notes for 2.2.0 (#502) (#503) Signed-off-by: Mohammad Qureshi <47198598+qreshi@users.noreply.github.com> (cherry picked from commit cb86ddfecc69eadc029b0ef7aa73162caf870a20) Co-authored-by: Mohammad Qureshi <47198598+qreshi@users.noreply.github.com> --- ...rch-notifications.release-notes-2.2.0.0.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 release-notes/opensearch-notifications.release-notes-2.2.0.0.md diff --git a/release-notes/opensearch-notifications.release-notes-2.2.0.0.md b/release-notes/opensearch-notifications.release-notes-2.2.0.0.md new file mode 100644 index 00000000..16087777 --- /dev/null +++ b/release-notes/opensearch-notifications.release-notes-2.2.0.0.md @@ -0,0 +1,24 @@ +## Version 2.2.0.0 2022-08-05 + +Compatible with OpenSearch 2.2.0 + +### Enhancements + +* Adding K8s service name as webhook destination ([#455](https://github.com/opensearch-project/notifications/pull/455)) + +### Bug Fixes + +* Add security tests and workflow plus minor fix ([#470](https://github.com/opensearch-project/notifications/pull/470)) +* Resolve hosts when checking against host deny list ([#496](https://github.com/opensearch-project/notifications/pull/496)) + +### Infrastructure + +* Add backwards compatibility tests ([#475](https://github.com/opensearch-project/notifications/pull/475)) +* Add tasks to publish zips for Notifications and Notifications Core plugins ([#484](https://github.com/opensearch-project/notifications/pull/484)) +* Run Cypress tests as part of Notifications Dashboards GitHub Action workflow ([#483](https://github.com/opensearch-project/notifications/pull/483)) +* Staging for version increment automation ([#476](https://github.com/opensearch-project/notifications/pull/476)) + +### Maintenance + +* Favor using OpenSearch's versions for httpclient and httpcore ([#477](https://github.com/opensearch-project/notifications/pull/477)) +* Bump to version 2.2.0 ([#493](https://github.com/opensearch-project/notifications/pull/493)) \ No newline at end of file