Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2264 from sirensolutions/backport-issue-2082
Browse files Browse the repository at this point in the history
Backport issue 2082 - preparing for 4.6.3-1 release
  • Loading branch information
szydan committed Feb 3, 2017
2 parents b94eb12 + 9439008 commit abd468e
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Kibi 4.6.3
# Kibi 4.6.3-1

Kibi extends Kibana 4.6.3 with data intelligence features; the core feature of
Kibi is the capability to join and filter data from multiple Elasticsearch
Expand Down
2 changes: 1 addition & 1 deletion docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:siren-join-website: https://github.com/sirensolutions/siren-join/
:kibana-version: 4.6.3
:kibana-announcement: https://www.elastic.co/blog/kibana-5-0-1-and-4-6-3-released
:kibi-version: 4.6.3
:kibi-version: 4.6.3-1
:elastic-ref: https://www.elastic.co/guide/en/elasticsearch/reference/2.4/
:elasticsearch-version: 2.4.1
:shield-ref: https://www.elastic.co/guide/en/shield/2.4/
Expand Down
2 changes: 2 additions & 0 deletions docs/releasenotes.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[[releasenotes]]
== Kibi Release Notes

include::releasenotes_4.6.3-1.asciidoc[]

include::releasenotes_4.6.3.asciidoc[]

include::releasenotes_4.5.4-1.asciidoc[]
Expand Down
27 changes: 27 additions & 0 deletions docs/releasenotes_4.6.3-1.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
=== Kibi 4.6.3-1 Release Notes

==== Kibi Changes

* Added - kibi:splitTabs option to split name and counts on tabs
* Added - kibi:graphUseFiltersFromDashboards option to customize menu when expanding nodes with filters from dashbords

* Fixed - Not able to scroll smoothly on relations configuration page
* Fixed - Timepicker does not show on the visualize page for visualizations depending on several searches
* Fixed - Improved documentation about es compatibility
* Fixed - If a dashboard contains a kibi_sequential_join_vis, Kibi triggers a search query for the visualization on the default index pattern
* Fixed - initQtip functions is destroying all qtips
* Fixed - Sort relations by name and index pattern when choosing relation in relational panel configuration
* Fixed - Template vars other than "label" ignored in Kibi Query Viewer visualisation
* Fixed - Currently selected tab not visible when navigating to Settings and back
* Fixed - Match all Internet Explorer versions in URLOverflowService
* Fixed - Session persistence bug in Graph Browser [Enterprise Edition only]
* Fixed - Edge removal issue in Graph Browser [Enterprise Edition only]

* Improved - Better handling of patterns not matching any index
* Improved - UI improvements in Kibi Query Viewer visualisation
* Improved - Simplified option menu when expanding nodes with filters from dashbords
* Improved - bumped Kibi Timeline visualisation to version 4.6.3-1
* Improved - bumped Kibi Wordcloud visualisation to version 4.6.3-1

* Removed - kibi:zoom option - use browser zoom instead

2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"private": false,
"version": "4.6.3",
"kibi_kibana_announcement": "https://www.elastic.co/blog/kibana-5-0-1-and-4-6-3-released",
"kibi_version": "4.6.3",
"kibi_version": "4.6.3-1",
"kibi_enterprise_enabled": false,
"build": {
"number": 8467,
Expand Down
4 changes: 2 additions & 2 deletions tasks/kibi_public_plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ module.exports = function (grunt) {
dest: '/tmp/kibi_radar_vis.zip'
},
{
url: 'https://github.com/sirensolutions/kibi_wordcloud_vis/raw/4.5.3/target/kibi_wordcloud_vis-4.5.3.zip',
url: 'https://github.com/sirensolutions/kibi_wordcloud_vis/raw/4.6.3-1/target/kibi_wordcloud_vis-4.6.3-1.zip',
dest: '/tmp/kibi_wordcloud_vis.zip'
},
{
url: 'https://github.com/sirensolutions/kibi_timeline_vis/raw/4.6.3/target/kibi_timeline_vis-4.6.3.zip',
url: 'https://github.com/sirensolutions/kibi_timeline_vis/raw/4.6.3-1/target/kibi_timeline_vis-4.6.3-1.zip',
dest: '/tmp/kibi_timeline_vis.zip'
},
{
Expand Down

0 comments on commit abd468e

Please sign in to comment.