Skip to content

Commit 421508d

Browse files
authored
Merge pull request #339 from caskdata/release/2.11.3
Version bump for 2.11.3 release
2 parents 0fc9243 + ded9fb8 commit 421508d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

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.11.3 (Jul 28, 2017)
5+
----------------------
6+
7+
- Use correct libsnappy package on Ubuntu 16, per @gwohletz ( Issues: #337 [COOK-126](https://issues.cask.co/browse/COOK-126) )
8+
- Cleanup Gemfile ( Issue: #338 )
9+
410
v2.11.2 (Jun 20, 2017)
511
----------------------
612

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"recipes": {
4646

4747
},
48-
"version": "2.11.2",
48+
"version": "2.11.3",
4949
"source_url": "https://github.com/caskdata/hadoop_cookbook",
5050
"issues_url": "https://issues.cask.co/browse/COOK/component/10600",
5151
"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.11.2'
7+
version '2.11.3'
88

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

0 commit comments

Comments
 (0)