From 82bddb175cfa2f559cbc52600d0515fcbd3d9fa5 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 12:33:40 -0700 Subject: [PATCH] more PRs to 2.9 release notes (#1143) (#1144) Signed-off-by: Bhavana Ramaram (cherry picked from commit 5fb3e19be69c2909896a76819610b17b63c7c825) Co-authored-by: Bhavana Ramaram --- .../opensearch-ml-common.release-notes-2.9.0.0.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/release-notes/opensearch-ml-common.release-notes-2.9.0.0.md b/release-notes/opensearch-ml-common.release-notes-2.9.0.0.md index 6db7c3818d..d04b55f32e 100644 --- a/release-notes/opensearch-ml-common.release-notes-2.9.0.0.md +++ b/release-notes/opensearch-ml-common.release-notes-2.9.0.0.md @@ -29,6 +29,12 @@ Compatible with OpenSearch 2.9.0 * remote inference: add unit test for create connector request/response ([#1067](https://github.com/opensearch-project/ml-commons/pull/1067)) * Add more UT for remote inference classes ([#1077](https://github.com/opensearch-project/ml-commons/pull/1077)) * IT Security Tests for model access control ([#1095](https://github.com/opensearch-project/ml-commons/pull/1095)) +* Add integration tests for the remote inference feature ([#1073](https://github.com/opensearch-project/ml-commons/pull/1073)) +* Temporarily ignore OpenAI Tests ([#1118](https://github.com/opensearch-project/ml-commons/pull/1118)) +* Increase sleep time on remote inference integration tests ([#1124](https://github.com/opensearch-project/ml-commons/pull/1124)) +* fix remote inference it: update job interval ([#1129](https://github.com/opensearch-project/ml-commons/pull/1129)) +* Add null key check for remote inference integration tests ([#1113](https://github.com/opensearch-project/ml-commons/pull/1113)) +* Reenable OpenAI Remote Inference Tests ([#1127](https://github.com/opensearch-project/ml-commons/pull/1127)) ### Bug Fixes @@ -41,6 +47,8 @@ Compatible with OpenSearch 2.9.0 * modify error message when model group not unique is provided ([#1078](https://github.com/opensearch-project/ml-commons/pull/1078)) * stash context before accessing ml config index ([#1092](https://github.com/opensearch-project/ml-commons/pull/1092)) * fix init master key bug ([#1094](https://github.com/opensearch-project/ml-commons/pull/1094)) +* delete connector successfully if model index is missing ([#1106](https://github.com/opensearch-project/ml-commons/pull/1106)) +* fix encoding US-ASCII error ([#1126](https://github.com/opensearch-project/ml-commons/pull/1126)) ### Documentation @@ -54,4 +62,6 @@ Compatible with OpenSearch 2.9.0 * Fix build. ([#1018](https://github.com/opensearch-project/ml-commons/pull/1018)) * Fix the refactor change brought by core backport ([#1047](https://github.com/opensearch-project/ml-commons/pull/1047)) * change to compileOnly to avoid jarhell ([#1062](https://github.com/opensearch-project/ml-commons/pull/1062)) +* Update ml CI workflow checkout ref to be PR commit ([#1114](https://github.com/opensearch-project/ml-commons/pull/1114)) +* Add shell bash settings for windows github actions to export credentials ([#1116](https://github.com/opensearch-project/ml-commons/pull/1116))