From c850571f81934c686e1b08a7beae23bde4dd8dfd Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:58:45 -0700 Subject: [PATCH] [Backport 2.17] Add 2.17.0 Release Notes (#855) Add 2.17.0 Release Notes (#853) (cherry picked from commit bbd089b309b6b1602cf657269fd6bf72bf636684) Signed-off-by: Daniel Widdis Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- ...pensearch-flow-framework.release-notes-2.17.0.0.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 release-notes/opensearch-flow-framework.release-notes-2.17.0.0.md diff --git a/release-notes/opensearch-flow-framework.release-notes-2.17.0.0.md b/release-notes/opensearch-flow-framework.release-notes-2.17.0.0.md new file mode 100644 index 000000000..09bde4be8 --- /dev/null +++ b/release-notes/opensearch-flow-framework.release-notes-2.17.0.0.md @@ -0,0 +1,11 @@ +## Version 2.17.0.0 + +Compatible with OpenSearch 2.17.0 + +### Features +- Adds reprovision API to support updating search pipelines, ingest pipelines index settings ([#804](https://github.com/opensearch-project/flow-framework/pull/804)) +- Adds user level access control based on backend roles ([#838](https://github.com/opensearch-project/flow-framework/pull/838)) +- Support parsing connector_id when creating tools ([#846](https://github.com/opensearch-project/flow-framework/pull/846)) + +### Refactoring +- Refactor workflow step resource updates to eliminate duplication ([#796](https://github.com/opensearch-project/flow-framework/pull/796))