From 212864ba46dd4d20dd2512be0227472909b9e697 Mon Sep 17 00:00:00 2001 From: Chase Engelbrecht Date: Mon, 5 Feb 2024 19:23:09 -0800 Subject: [PATCH 1/2] Add 2.12 release notes Signed-off-by: Chase Engelbrecht --- ...ch-notifications.release-notes-2.12.0.0.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 release-notes/opensearch-notifications.release-notes-2.12.0.0.md diff --git a/release-notes/opensearch-notifications.release-notes-2.12.0.0.md b/release-notes/opensearch-notifications.release-notes-2.12.0.0.md new file mode 100644 index 00000000..b1db2b7b --- /dev/null +++ b/release-notes/opensearch-notifications.release-notes-2.12.0.0.md @@ -0,0 +1,23 @@ +## Version 2.12.0.0 2024-02-06 + +Compatible with OpenSearch 2.12.0 + +### Maintenance +* Increment version to 2.12.0-SNAPSHOT ([#780](https://github.com/opensearch-project/notifications/pull/780)) +* Update dependency org.json:json to v20231013 ([#795](https://github.com/opensearch-project/notifications/pull/795)) +* Replace the TestMailServer to GreenMail server ([#807](https://github.com/opensearch-project/notifications/pull/807)) +* Re-enable detekt ([#796](https://github.com/opensearch-project/notifications/pull/796)) +* Removed default admin credentials. ([#837](https://github.com/opensearch-project/notifications/pull/837)) +* Bump ktlint version to fix CVE ([#850](https://github.com/opensearch-project/notifications/pull/850)) + +### Enhancements +* Improve security plugin enabling check ([#792](https://github.com/opensearch-project/notifications/pull/792)) + +### Infrastructure +* Fix integration test failure by allowing direct access to system index warning ([#784](https://github.com/opensearch-project/notifications/pull/784)) +* Add github workflow to auto bump bwc version ([#799](https://github.com/opensearch-project/notifications/pull/799)) +* Onboard prod jenkins docker image to github actions ([#809](https://github.com/opensearch-project/notifications/pull/809)) +* Update Gradle to 8.5 ([#824](https://github.com/opensearch-project/notifications/pull/824)) + +### Documentation +* Add 2.12.0 release notes ([#851](https://github.com/opensearch-project/notifications/issues/851)) From 5a26d2df2dc716a063e328de209406c50fe1f1a6 Mon Sep 17 00:00:00 2001 From: Chase Engelbrecht Date: Tue, 6 Feb 2024 10:48:09 -0800 Subject: [PATCH 2/2] Add another PR to release notes Signed-off-by: Chase Engelbrecht --- release-notes/opensearch-notifications.release-notes-2.12.0.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes/opensearch-notifications.release-notes-2.12.0.0.md b/release-notes/opensearch-notifications.release-notes-2.12.0.0.md index b1db2b7b..a9653302 100644 --- a/release-notes/opensearch-notifications.release-notes-2.12.0.0.md +++ b/release-notes/opensearch-notifications.release-notes-2.12.0.0.md @@ -8,6 +8,7 @@ Compatible with OpenSearch 2.12.0 * Replace the TestMailServer to GreenMail server ([#807](https://github.com/opensearch-project/notifications/pull/807)) * Re-enable detekt ([#796](https://github.com/opensearch-project/notifications/pull/796)) * Removed default admin credentials. ([#837](https://github.com/opensearch-project/notifications/pull/837)) +* Force logback to use 1.3.14 ([#849](https://github.com/opensearch-project/notifications/pull/849)) * Bump ktlint version to fix CVE ([#850](https://github.com/opensearch-project/notifications/pull/850)) ### Enhancements