Skip to content

Commit

Permalink
Added 2.19 release notes (#996)
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Saxena <[email protected]>
(cherry picked from commit 20800df)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Feb 7, 2025
1 parent 77e314c commit 0626f2c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/notifications-test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 0626f2c

Please sign in to comment.