From 0626f2c622eb8c2b0b1cf0ccab8787de6f40e210 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 7 Feb 2025 21:59:54 +0000 Subject: [PATCH] Added 2.19 release notes (#996) Signed-off-by: Riya Saxena (cherry picked from commit 20800df2c8484e8b29511dc1b5b4c04b0e8b16b5) Signed-off-by: github-actions[bot] --- .../workflows/notifications-test-and-build-workflow.yml | 8 ++++---- .../opensearch-notifications.release-notes-2.19.0.0.md | 9 +++++++++ 2 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 release-notes/opensearch-notifications.release-notes-2.19.0.0.md diff --git a/.github/workflows/notifications-test-and-build-workflow.yml b/.github/workflows/notifications-test-and-build-workflow.yml index 45b9d36f..89a6928e 100644 --- a/.github/workflows/notifications-test-and-build-workflow.yml +++ b/.github/workflows/notifications-test-and-build-workflow.yml @@ -66,13 +66,13 @@ jobs: shell: bash - name: Upload Artifacts for notifications plugin - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: notifications-plugin-${{ matrix.os }} path: notifications-build/notifications - name: Upload Artifacts for notifications-core plugin - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: notifications-core-plugin-${{ matrix.os }} path: notifications-build/notifications-core @@ -132,13 +132,13 @@ jobs: shell: bash - name: Upload Artifacts for notifications plugin - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: notifications-plugin-${{ matrix.os }} path: notifications-build/notifications - name: Upload Artifacts for notifications-core plugin - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: notifications-core-plugin-${{ matrix.os }} path: notifications-build/notifications-core diff --git a/release-notes/opensearch-notifications.release-notes-2.19.0.0.md b/release-notes/opensearch-notifications.release-notes-2.19.0.0.md new file mode 100644 index 00000000..97503149 --- /dev/null +++ b/release-notes/opensearch-notifications.release-notes-2.19.0.0.md @@ -0,0 +1,9 @@ +## Version 2.19.0.0 2024-02-07 + +Compatible with OpenSearch 2.19.0 + +### Maintenance +* Add JDK-23 to the build matrix ([#977](https://github.com/opensearch-project/notifications/pull/977)) + +### Documentation +* Add 2.19.0 release notes ([#996](https://github.com/opensearch-project/notifications/pull/996))