From cb6849317bfd7f1b72b23d9e78149b1dc78db09b Mon Sep 17 00:00:00 2001 From: Daniel Widdis Date: Tue, 30 Apr 2024 11:24:59 -0700 Subject: [PATCH] Add release notes for 2.14.0 (#1197) Signed-off-by: Daniel Widdis --- .github/workflows/test_build_multi_platform.yml | 2 +- .../opensearch-anomaly-detection.release-notes-2.14.0.0.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 release-notes/opensearch-anomaly-detection.release-notes-2.14.0.0.md diff --git a/.github/workflows/test_build_multi_platform.yml b/.github/workflows/test_build_multi_platform.yml index 915ea6734..a45fc10c7 100644 --- a/.github/workflows/test_build_multi_platform.yml +++ b/.github/workflows/test_build_multi_platform.yml @@ -108,7 +108,7 @@ jobs: fail-fast: false name: Build and Test Anomaly detection Plugin - runs-on: macos-latest + runs-on: macos-13 env: JENKINS_URL: build.ci.opensearch.org diff --git a/release-notes/opensearch-anomaly-detection.release-notes-2.14.0.0.md b/release-notes/opensearch-anomaly-detection.release-notes-2.14.0.0.md new file mode 100644 index 000000000..87d1237a5 --- /dev/null +++ b/release-notes/opensearch-anomaly-detection.release-notes-2.14.0.0.md @@ -0,0 +1,6 @@ +## Version 2.14.0.0 Release Notes + +Compatible with OpenSearch 2.14.0 + +### Infrastructure +* Update sample cert and admin keystore ([#1163](https://github.com/opensearch-project/anomaly-detection/pull/1163))