Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added 2.19 release notes #996

Merged
merged 11 commits into from
Feb 7, 2025
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))
Loading