Skip to content

Commit ca8be70

Browse files
authored
Merge pull request #361 from caskdata/release/2.14.0
Version bump for 2.14.0 release
2 parents aeafdfb + 0480d84 commit ca8be70

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

.kitchen.dokken.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ suites:
6262
'hive.support.concurrency': true
6363
'hive.zookeeper.quorum': 'localhost'
6464
java:
65-
jdk_version: 7
65+
jdk_version: '7'

.kitchen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ suites:
4949
'hive.support.concurrency': true
5050
'hive.zookeeper.quorum': 'localhost'
5151
java:
52-
jdk_version: 7
52+
jdk_version: '7'

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
hadoop CHANGELOG
22
================
33

4+
v2.14.0 (May 4, 2018)
5+
---------------------
6+
- add TESTING.md ( Issue: #356 )
7+
- add support for HDP 2.6.4.0 ( Issues: #358 #359 )
8+
- add helper to fetch HDP build number from public repository ( Issues: #360 )
9+
410
v2.13.0 (Dec 5, 2017)
511
---------------------
612

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"recipes": {
3131

3232
},
33-
"version": "2.13.0",
33+
"version": "2.14.0",
3434
"source_url": "https://github.com/caskdata/hadoop_cookbook",
3535
"issues_url": "https://issues.cask.co/browse/COOK/component/10600",
3636
"privacy": false,

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache-2.0'
55
description 'Installs/Configures Hadoop (HDFS/YARN/MRv2), HBase, Hive, Flume, Oozie, Pig, Spark, Storm, Tez, and ZooKeeper'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '2.13.0'
7+
version '2.14.0'
88

99
depends 'yum', '>= 3.0'
1010
depends 'apt', '>= 2.1.2'

0 commit comments

Comments
 (0)