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

Compatible with Kibana 7.10.2, ODFE 1.13.0 #155

Merged
merged 2 commits into from
Feb 5, 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
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