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))