From bb4a8b7b65538c68735cac5cae57c8f61a266477 Mon Sep 17 00:00:00 2001 From: Riya <69919272+riysaxen-amzn@users.noreply.github.com> Date: Tue, 19 Mar 2024 16:36:50 -0700 Subject: [PATCH 1/4] add release notes 2.13 (#878) * add release notes 2.13 Signed-off-by: Riya Saxena * add release notes 2.13 Signed-off-by: Riya Saxena --------- Signed-off-by: Riya Saxena --- ...ensearch-notifications.release-notes-2.13.0.0.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 release-notes/opensearch-notifications.release-notes-2.13.0.0.md diff --git a/release-notes/opensearch-notifications.release-notes-2.13.0.0.md b/release-notes/opensearch-notifications.release-notes-2.13.0.0.md new file mode 100644 index 00000000..5be622a8 --- /dev/null +++ b/release-notes/opensearch-notifications.release-notes-2.13.0.0.md @@ -0,0 +1,13 @@ +## Version 2.13.0.0 2024-03-19 + +Compatible with OpenSearch 2.13.0 + +### Maintenance +* bump up the version to 2.13 (#[873](https://github.com/opensearch-project/notifications/pull/873)) + +### Bug Fixes +* adding hostname support for notifications deny list (#[858](https://github.com/opensearch-project/notifications/pull/858)) (#[860](https://github.com/opensearch-project/notifications/pull/860)) + +### Documentation +* Add 2.13.0 release notes (#[878](https://github.com/opensearch-project/notifications/pull/878)) + \ No newline at end of file From afe71db665b09352fa497de67bcd99879618e526 Mon Sep 17 00:00:00 2001 From: Riya Saxena Date: Tue, 30 Apr 2024 13:49:34 -0700 Subject: [PATCH 2/4] Add 2.14 release notes Signed-off-by: Riya Saxena --- ...rch-notifications.release-notes-2.14.0.0.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 release-notes/opensearch-notifications.release-notes-2.14.0.0.md diff --git a/release-notes/opensearch-notifications.release-notes-2.14.0.0.md b/release-notes/opensearch-notifications.release-notes-2.14.0.0.md new file mode 100644 index 00000000..661f53ba --- /dev/null +++ b/release-notes/opensearch-notifications.release-notes-2.14.0.0.md @@ -0,0 +1,18 @@ +## Version 2.14.0.0 2024-04-30 + +Compatible with OpenSearch 2.14.0 + +### Maintenance +* Increment version to 2.14.0-SNAPSHOT (#[882](https://github.com/opensearch-project/notifications/pull/882)) +* Updates sample cert and admin keystore (#[862](https://github.com/opensearch-project/notifications/pull/862)) (#[885](https://github.com/opensearch-project/notifications/pull/885)) +* Updates sample cert and trust-store (#[899](https://github.com/opensearch-project/notifications/pull/862)) (#[912](https://github.com/opensearch-project/notifications/pull/912)) + +### Bug Fixes +* Adding max http response string length as a setting, and capping http response string based on that setting (#[876](https://github.com/opensearch-project/notifications/pull/876)) +* Adding Max HTTP Response Size IT (#[901](https://github.com/opensearch-project/notifications/pull/901)) (#[909](https://github.com/opensearch-project/notifications/pull/909)) +* Replacing spi.utils isHostInDenyList with core.utils isHostInDenyList (#[904](https://github.com/opensearch-project/notifications/pull/904)) (#[913](https://github.com/opensearch-project/notifications/pull/913)) +* Upgrade AWS version for SDKs to 1.12.687 (#[884](https://github.com/opensearch-project/notifications/pull/884)) (#[887](https://github.com/opensearch-project/notifications/pull/887)) + +### Documentation +* Add 2.14.0 release notes + \ No newline at end of file From f40dec576500b452c162314262c032344b627645 Mon Sep 17 00:00:00 2001 From: Riya Saxena Date: Tue, 30 Apr 2024 14:04:44 -0700 Subject: [PATCH 3/4] Add 2.14 release notes pr to release notes Signed-off-by: Riya Saxena --- .../opensearch-notifications.release-notes-2.14.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/opensearch-notifications.release-notes-2.14.0.0.md b/release-notes/opensearch-notifications.release-notes-2.14.0.0.md index 661f53ba..265f5064 100644 --- a/release-notes/opensearch-notifications.release-notes-2.14.0.0.md +++ b/release-notes/opensearch-notifications.release-notes-2.14.0.0.md @@ -14,5 +14,5 @@ Compatible with OpenSearch 2.14.0 * Upgrade AWS version for SDKs to 1.12.687 (#[884](https://github.com/opensearch-project/notifications/pull/884)) (#[887](https://github.com/opensearch-project/notifications/pull/887)) ### Documentation -* Add 2.14.0 release notes +* Add 2.14.0 release notes (#[915](https://github.com/opensearch-project/notifications/pull/915)) \ No newline at end of file From 205cc16487ea701f50cb51a2748781ae1f8f7795 Mon Sep 17 00:00:00 2001 From: Riya Saxena Date: Tue, 30 Apr 2024 14:08:58 -0700 Subject: [PATCH 4/4] fixing the typo Signed-off-by: Riya Saxena --- .../opensearch-notifications.release-notes-2.14.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/opensearch-notifications.release-notes-2.14.0.0.md b/release-notes/opensearch-notifications.release-notes-2.14.0.0.md index 265f5064..7c0c6539 100644 --- a/release-notes/opensearch-notifications.release-notes-2.14.0.0.md +++ b/release-notes/opensearch-notifications.release-notes-2.14.0.0.md @@ -5,7 +5,7 @@ Compatible with OpenSearch 2.14.0 ### Maintenance * Increment version to 2.14.0-SNAPSHOT (#[882](https://github.com/opensearch-project/notifications/pull/882)) * Updates sample cert and admin keystore (#[862](https://github.com/opensearch-project/notifications/pull/862)) (#[885](https://github.com/opensearch-project/notifications/pull/885)) -* Updates sample cert and trust-store (#[899](https://github.com/opensearch-project/notifications/pull/862)) (#[912](https://github.com/opensearch-project/notifications/pull/912)) +* Updates sample cert and trust-store (#[899](https://github.com/opensearch-project/notifications/pull/899)) (#[912](https://github.com/opensearch-project/notifications/pull/912)) ### Bug Fixes * Adding max http response string length as a setting, and capping http response string based on that setting (#[876](https://github.com/opensearch-project/notifications/pull/876))