From a232e55fff9c41c6dc5f473404c04bfb43a7aa7b Mon Sep 17 00:00:00 2001 From: tygao Date: Tue, 19 Mar 2024 16:18:13 +0800 Subject: [PATCH] doc: add release note for adding workflow to verify binary install (#172) Signed-off-by: tygao --- .../dashboards-assistant.release-notes-2.13.0.0.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/release-notes/dashboards-assistant.release-notes-2.13.0.0.md b/release-notes/dashboards-assistant.release-notes-2.13.0.0.md index c4d1254a..33b77f64 100644 --- a/release-notes/dashboards-assistant.release-notes-2.13.0.0.md +++ b/release-notes/dashboards-assistant.release-notes-2.13.0.0.md @@ -4,6 +4,10 @@ Compatible with OpenSearch and OpenSearch Dashboards Version 2.13.0 ### Experimental Features -- Integrate chatbot with sidecar service ([#164](https://github.com/opensearch-project/dashboards-assistant/pull/164)) -- Update view trace button from suggestions to message action bar ([#158](https://github.com/opensearch-project/dashboards-assistant/pull/158)) -- Fetch root agent id before executing the agent ([#165](https://github.com/opensearch-project/dashboards-assistant/pull/165)) +- Integrate chatbot with sidecar service. ([#164](https://github.com/opensearch-project/dashboards-assistant/pull/164)) +- Update view trace button from suggestions to message action bar. ([#158](https://github.com/opensearch-project/dashboards-assistant/pull/158)) +- Fetch root agent id before executing the agent. ([#165](https://github.com/opensearch-project/dashboards-assistant/pull/165)) + +### Infrastructure + +- Add new workflow to verify binary install. ([#159](https://github.com/opensearch-project/dashboards-assistant/pull/159))