Skip to content

Commit

Permalink
Merge pull request #8 from jordiprats/master
Browse files Browse the repository at this point in the history
ES 6.5
  • Loading branch information
jordiprats authored Jan 29, 2019
2 parents 5674b36 + 92adf2a commit 5f216b5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 6.5.0

* Supported version: 6.5

## 6.3.0

* Added support for kibana 6.3
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ OS/Puppet version it works with.

## Module Description

* available kibana versions:
* 4.1.2
* 4.5.4
It only supports kibana 6.3

## Setup

Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{
/^7.*$/:
{
$package_url='https://artifacts.elastic.co/downloads/kibana/kibana-6.3.1-x86_64.rpm'
$package_url='https://artifacts.elastic.co/downloads/kibana/kibana-6.5.4-x86_64.rpm'
$package_provider = 'rpm'
}
default: { fail('Unsupported RHEL/CentOS version!') }
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eyp-kibana",
"version": "6.3.0",
"version": "6.5.0",
"author": "eyp",
"summary": "kibana installation and kibana.yml management",
"license": "Apache-2.0",
Expand Down

0 comments on commit 5f216b5

Please sign in to comment.