Skip to content

Commit e0f8e9a

Browse files
opensearch-trigger-bot[bot]github-actions[bot]Junwei Dai
authored
Adding release notes for 3.0-alpha1 (#667) (#668)
(cherry picked from commit 7049c26) Signed-off-by: Junwei Dai <junweid@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Junwei Dai <junweid@amazon.com>
1 parent 72d771f commit e0f8e9a

File tree

3 files changed

+81
-0
lines changed

3 files changed

+81
-0
lines changed
+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: "Changelog Verifier"
2+
on:
3+
push:
4+
branches-ignore:
5+
- 'whitesource-remediate/**'
6+
- 'backport/**'
7+
pull_request:
8+
branches: main
9+
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
10+
11+
jobs:
12+
# Enforces the update of a changelog file on every pull request
13+
verify-changelog:
14+
if: github.repository == 'opensearch-project/dashboards-flow-framework'
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: actions/checkout@v4
18+
with:
19+
token: ${{ secrets.GITHUB_TOKEN }}
20+
ref: ${{ github.event.pull_request.head.sha }}
21+
22+
- uses: dangoslen/changelog-enforcer@v3
23+
with:
24+
skipLabels: "autocut, skip-changelog"

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# CHANGELOG
2+
All notable changes to this project are documented in this file.
3+
4+
Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
5+
6+
## [Unreleased 3.0](https://github.com/opensearch-project/anomaly-detection/compare/2.x...HEAD)
7+
### Features
8+
### Enhancements
9+
### Bug Fixes
10+
### Infrastructure
11+
### Documentation
12+
### Maintenance
13+
### Refactoring
14+
15+
## [Unreleased 2.x](https://github.com/opensearch-project/anomaly-detection/compare/2.19...2.x)
16+
### Features
17+
### Enhancements
18+
### Bug Fixes
19+
### Infrastructure
20+
### Documentation
21+
### Maintenance
22+
### Refactoring
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## Version 3.0.0.0-alpha1 Release Notes
2+
3+
Compatible with OpenSearch 3.0.0.0-alpha1
4+
### Features
5+
- Add fine-grained error handling ([#598](https://github.com/opensearch-project/dashboards-flow-framework/pull/598))
6+
- Change ingestion input to JSON lines format ([#639](https://github.com/opensearch-project/dashboards-flow-framework/pull/639))
7+
8+
### Enhancements
9+
- Integrate legacy presets with quick-configure fields ([#602](https://github.com/opensearch-project/dashboards-flow-framework/pull/602))
10+
- Simplify RAG presets, add bulk API details ([#610](https://github.com/opensearch-project/dashboards-flow-framework/pull/610))
11+
- Improve RAG preset experience ([#617](https://github.com/opensearch-project/dashboards-flow-framework/pull/617))
12+
- Update model options and callout ([#622](https://github.com/opensearch-project/dashboards-flow-framework/pull/622))
13+
- Added popover to display links to suggested models ([#625](https://github.com/opensearch-project/dashboards-flow-framework/pull/625))
14+
- Implicitly update input maps defined on non-expanded queries (common cases) ([#632](https://github.com/opensearch-project/dashboards-flow-framework/pull/632))
15+
- Show interim JSON provision flow even if provisioned ([#633](https://github.com/opensearch-project/dashboards-flow-framework/pull/633))
16+
- Add functional buttons in form headers, fix query parse bug ([#649](https://github.com/opensearch-project/dashboards-flow-framework/pull/649))
17+
- Block simulate API calls if datasource version is missing ([#657](https://github.com/opensearch-project/dashboards-flow-framework/pull/657))
18+
- Update default queries, update quick config fields, misc updates ([#660](https://github.com/opensearch-project/dashboards-flow-framework/pull/660))
19+
- Update visible plugin name to 'AI Search Flows' ([#662](https://github.com/opensearch-project/dashboards-flow-framework/pull/662))
20+
- Update plugin name and rearrange Try AI Search Flows card ([#664](https://github.com/opensearch-project/dashboards-flow-framework/pull/664))
21+
22+
### Bug Fixes
23+
- Fix error that local cluster cannot get version ([#606](https://github.com/opensearch-project/dashboards-flow-framework/pull/606))
24+
- UX fit-n-finish updates XI ([#613](https://github.com/opensearch-project/dashboards-flow-framework/pull/613))
25+
- UX fit-n-finish updates XII ([#618](https://github.com/opensearch-project/dashboards-flow-framework/pull/618))
26+
- Bug fixes XIII ([#630](https://github.com/opensearch-project/dashboards-flow-framework/pull/630))
27+
- Various bug fixes & improvements ([#644](https://github.com/opensearch-project/dashboards-flow-framework/pull/644))
28+
- Fixed bug related to Search Index in Local Cluster scenario ([#654](https://github.com/opensearch-project/dashboards-flow-framework/pull/654))
29+
30+
### Maintenance
31+
- Support 2.17 BWC with latest backend integrations ([#612](https://github.com/opensearch-project/dashboards-flow-framework/pull/612))
32+
33+
### Refactoring
34+
- Refactor quick configure components, improve processor error handling ([#604](https://github.com/opensearch-project/dashboards-flow-framework/pull/604))
35+
- Hide search query section when version is less than 2.19 ([#605](https://github.com/opensearch-project/dashboards-flow-framework/pull/605))

0 commit comments

Comments
 (0)