Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.1.0.0 #83

Merged
merged 2 commits into from
Sep 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
### Description

[Describe what this change achieves]

### Issues Resolved

[List any issues this PR will resolve]

### Check List

- [ ] New functionality includes testing.
- [ ] All tests pass
- [ ] New functionality has been documented.
- [ ] Commits are signed per the DCO using `--signoff`
bowenlan-amzn marked this conversation as resolved.
Show resolved Hide resolved
- [ ] Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check [here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).

3 changes: 1 addition & 2 deletions .github/draft-release-notes-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ replacers:
- search: '##'
replace: '###'

# Organizing the tagged PRs into unified ODFE categories
# Organizing the tagged PRs into unified OpenSearch categories
categories:
- title: 'Breaking changes'
labels:
Expand All @@ -41,7 +41,6 @@ categories:
- 'documentation'
- title: 'Maintenance'
labels:
- 'security'
- 'version support'
- 'backwards-compatibility'
- title: 'Refactoring'
Expand Down
4 changes: 2 additions & 2 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
index-management-dashboards-plugin
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
OpenSearch (https://opensearch.org/)
Copyright OpenSearch Contributors
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ This project is licensed under the [Apache v2.0 License](LICENSE.txt).

## Copyright

Copyright 2020-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Copyright OpenSearch Contributors. See [NOTICE](NOTICE) for details.
2 changes: 1 addition & 1 deletion opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "indexManagementDashboards",
"version": "1.0.0.0",
"version": "1.1.0.0",
"opensearchDashboardsVersion": "1.1.0",
"configPath": ["opensearch_index_management"],
"requiredPlugins": ["navigation"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opensearch_index_management_dashboards",
"version": "1.0.0.0",
"version": "1.1.0.0",
"description": "Opensearch Dashboards plugin for Index Management",
"main": "index.js",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
## Version 1.1.0.0 2021-09-03

Compatible with OpenSearchDashboards 1.1.0

### Features
* Adds custom label to use with EuiForm component ([#40](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/40))
* Adds reusable flyout footer ([#41](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/41))
* Adds a small Badge component ([#39](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/39))
* Adds legacy notification UI input ([#42](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/42))
* Adds draggable action component ([#43](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/43))
* Adds notification service to make backend call for getting list of channels for Index Management ([#46](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/46))
* Adds new UI for Channel Notification ([#44](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/44))
* Adds policy info section for new UI ([#45](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/45))
* Adds error notification UI container and updates snapshots ([#47](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/47))
* Adds draggable transitions and transition content ([#48](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/48))
* Adds UI actions for all the supported ISM actions ([#49](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/49))
* Adds individual ISM template UI component ([#51](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/51))
* Adds single state UI component ([#53](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/53))
* Adds timeout retry settings component used in action flyout ([#52](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/52))
* Adds States UI component ([#54](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/54))
* Adds ISM Templates UI component ([#55](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/55))
* Adds create action container shown in flyout ([#56](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/56))
* Adds transition component ([#57](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/57))
* Adds create transition container ([#59](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/59))
* Adds modal for choosing between visual and json editor ([#58](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/58))
* Adds create state container and removes unused props from modal and create transitions ([#60](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/60))
* Added PolicySettings and DeleteModal components for PolicyDetails UI ([#50](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/50))
* Adds VisualCreatePolicy page, missing backend routes/configs, updates all creation paths to show new modal, updates rates, etc. ([#61](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/61))
* Added PolicyDetails page ([#62](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/62))
* Register action hook ([#64](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/64))
* Fixes policy details page ([#80](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/80))
* Removes support for notification channels ([#81](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/81))

### Bug Fixes
* Address data stream API security breaking issue ([#69](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/69))
* Fix flaky ([#76](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/76))

### Documentation
* Adding support to correctly set the dashboards and opensearch endpoint ([#33](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/33))
* Documentation url update ([#34](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/34))
* Add themed logo to README ([#37](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/37))

### Maintenance
* Provide host parameter in integtest.sh ([#73](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/73))