Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Compatible with Kibana 7.10.2, ODFE 1.13.0 (#155)
Browse files Browse the repository at this point in the history
* upgrade to 7.10.2

* add release note
  • Loading branch information
bowenlan-amzn committed Feb 5, 2021
1 parent 5e30678 commit a139332
Show file tree
Hide file tree
Showing 5 changed files with 295 additions and 249 deletions.
2 changes: 1 addition & 1 deletion .github/draft-release-notes-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ template: |
# Setting the formatting and sorting for the release notes body
name-template: Version (set version here)
change-template: '* $TITLE (#$NUMBER)'
change-template: '* $TITLE ([#$NUMBER]($URL))'
sort-by: merged_at
sort-direction: ascending
replacers:
Expand Down
4 changes: 2 additions & 2 deletions kibana.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "opendistroIndexManagementKibana",
"version": "1.12.0.0",
"kibanaVersion": "7.10.0",
"version": "1.13.0.0",
"kibanaVersion": "7.10.2",
"configPath": ["opendistro_index_management"],
"requiredPlugins": ["navigation"],
"server": true,
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opendistro_index_management_kibana",
"version": "1.12.0.0",
"version": "1.13.0.0",
"description": "Kibana plugin for Index Management",
"main": "index.js",
"license": "Apache-2.0",
Expand Down Expand Up @@ -49,7 +49,10 @@
"ts-loader": "^6.2.1"
},
"engines": {
"node": "10.22.1",
"node": "10.23.1",
"yarn": "^1.21.1"
},
"dependencies": {
"@types/react": "^16.9.8"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Version 1.13.0.0 2021-02-04

Compatible with Kibana 7.10.2
### Bug Fixes

* Bug fix: getRollups API, rollup jobs landing page ([#154](https://github.com/opendistro-for-elasticsearch/index-management-kibana-plugin/pull/154))

### Infrastructure

* Add E2E cypress tests for rollup ([#152](https://github.com/opendistro-for-elasticsearch/index-management-kibana-plugin/pull/152))
* Change release workflow to use new staging bucket for artifacts ([#151](https://github.com/opendistro-for-elasticsearch/index-management-kibana-plugin/pull/151))

### Documentation

* Compatible with Kibana 7.10.2, ODFE 1.13.0 ([#155](https://github.com/opendistro-for-elasticsearch/index-management-kibana-plugin/pull/155))

### Refactoring

* Modify getRollups API to use getRollup instead of search API ([#150](https://github.com/opendistro-for-elasticsearch/index-management-kibana-plugin/pull/150))
Loading

0 comments on commit a139332

Please sign in to comment.