From 76d82a4e2f03c9b7aea736c0908e9457147ecae3 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:05:23 -0700 Subject: [PATCH] [Backport 2.x] Reset CHANGELOG for next release (#868) Reset CHANGELOG for next release (#863) Reset CHANGELOG for 2.18.0 release (cherry picked from commit 2513d497e1bed8324e831d4dded886009212844f) Signed-off-by: Daniel Widdis Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- CHANGELOG.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8663573d..94c312218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,16 +12,11 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) ### Maintenance ### Refactoring -## [Unreleased 2.x](https://github.com/opensearch-project/flow-framework/compare/2.14...2.x) +## [Unreleased 2.x](https://github.com/opensearch-project/flow-framework/compare/2.17...2.x) ### 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)) - ### Enhancements ### Bug Fixes ### Infrastructure ### Documentation ### Maintenance ### Refactoring -- Refactor workflow step resource updates to eliminate duplication ([#796](https://github.com/opensearch-project/flow-framework/pull/796))