Skip to content

Commit 16278cc

Browse files
authored
Merge pull request #350 from caskdata/release/2.12.0
Version bump for 2.12.0 release
2 parents a09cb3e + 444b9b0 commit 16278cc

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

4+
v2.12.0 (Sep 12, 2017)
5+
----------------------
6+
7+
- Remove redundant HDP version attributes ( Issue: #344 )
8+
- Update HDP-UTILS repo to 1.1.0.21 ( Issues: #346 [COOK-127](https://issues.cask.co/browse/COOK-127) )
9+
- Use libsnappy1 from hdp-utils on Ubuntu 16 ( Issue: #347 )
10+
- Add Support for HDP 2.6.2.0 and HDP 2.5.6.0 ( Issue: #348 )
11+
- Fix CentOS7 support for HDP, configure only update or GA repo ( Issues: #349 [COOK-129](https://issues.cask.co/browse/COOK-129) )
12+
- Drop support for RHEL 5 and derivatives ( Issues: #351 [COOK-130](https://issues.cask.co/browse/COOK-130) )
13+
414
v2.11.5 (Aug 7, 2017)
515
---------------------
616

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.11.5",
33+
"version": "2.12.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.11.5'
7+
version '2.12.0'
88

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

0 commit comments

Comments
 (0)