Skip to content

Commit 79d14e3

Browse files
Added 2.19 release notes (#996) (#998)
(cherry picked from commit 20800df) Signed-off-by: Riya Saxena <riysaxen@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 77e314c commit 79d14e3

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

.github/workflows/notifications-test-and-build-workflow.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ jobs:
6666
shell: bash
6767

6868
- name: Upload Artifacts for notifications plugin
69-
uses: actions/upload-artifact@v3
69+
uses: actions/upload-artifact@v4
7070
with:
7171
name: notifications-plugin-${{ matrix.os }}
7272
path: notifications-build/notifications
7373

7474
- name: Upload Artifacts for notifications-core plugin
75-
uses: actions/upload-artifact@v3
75+
uses: actions/upload-artifact@v4
7676
with:
7777
name: notifications-core-plugin-${{ matrix.os }}
7878
path: notifications-build/notifications-core
@@ -132,13 +132,13 @@ jobs:
132132
shell: bash
133133

134134
- name: Upload Artifacts for notifications plugin
135-
uses: actions/upload-artifact@v3
135+
uses: actions/upload-artifact@v4
136136
with:
137137
name: notifications-plugin-${{ matrix.os }}
138138
path: notifications-build/notifications
139139

140140
- name: Upload Artifacts for notifications-core plugin
141-
uses: actions/upload-artifact@v3
141+
uses: actions/upload-artifact@v4
142142
with:
143143
name: notifications-core-plugin-${{ matrix.os }}
144144
path: notifications-build/notifications-core
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Version 2.19.0.0 2024-02-07
2+
3+
Compatible with OpenSearch 2.19.0
4+
5+
### Maintenance
6+
* Add JDK-23 to the build matrix ([#977](https://github.com/opensearch-project/notifications/pull/977))
7+
8+
### Documentation
9+
* Add 2.19.0 release notes ([#996](https://github.com/opensearch-project/notifications/pull/996))

0 commit comments

Comments
 (0)