From a6d08bacad71c91a387b6aa70555b520bdf0a3dd Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Thu, 30 Jan 2025 15:21:10 -0500 Subject: [PATCH] Add release notes for 2.19.0 release Signed-off-by: Andriy Redko --- .github/actions/run-bwc-suite/action.yaml | 2 +- .../opensearch-custom-codecs.release-notes-2.19.0.0.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 release-notes/opensearch-custom-codecs.release-notes-2.19.0.0.md diff --git a/.github/actions/run-bwc-suite/action.yaml b/.github/actions/run-bwc-suite/action.yaml index d66b7bc..426f852 100644 --- a/.github/actions/run-bwc-suite/action.yaml +++ b/.github/actions/run-bwc-suite/action.yaml @@ -49,7 +49,7 @@ runs: -Dbwc.version.previous=${{ steps.build-previous.outputs.built-version }} -Dbwc.version.next=${{ steps.build-next.outputs.built-version }} -i - - uses: alehechka/upload-tartifact@v2 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ inputs.report-artifact-name }} diff --git a/release-notes/opensearch-custom-codecs.release-notes-2.19.0.0.md b/release-notes/opensearch-custom-codecs.release-notes-2.19.0.0.md new file mode 100644 index 0000000..15c9d89 --- /dev/null +++ b/release-notes/opensearch-custom-codecs.release-notes-2.19.0.0.md @@ -0,0 +1,7 @@ +## 2024-02-11 Version 2.19.0.0 + +Compatible with OpenSearch 2.19.0 + +### Bug fixes + +* Wrap a call to QatZipper with AccessController.doPrivileged ([#211](https://github.com/opensearch-project/custom-codecs/pull/211))