Skip to content

Commit

Permalink
Merge pull request #309 from caskdata/release/2.8.0
Browse files Browse the repository at this point in the history
Version bump to 2.8.0
  • Loading branch information
wolf31o2 authored Dec 6, 2016
2 parents a152a10 + 5885ed3 commit 1b9404a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
hadoop CHANGELOG
===============

v2.8.0 (Dec 6, 2016)
--------------------
- Updates to testing configurations ( Issues: #301 #302 #304 )
- Update HDP versions when short versions given ( Issue: #303 )
- Support 2015 and 2016 Amazon Linux AMIs ( Issue: #305 )
- Use Java cookbook jdk.sh before BigTop tools ( Issues: #306 [COOK-107](https://issues.cask.co/browse/COOK-107) )
- Hive logging support ( Issues: #307 [COOK-111](https://issues.cask.co/browse/COOK-111) )
- Fix hadoop-mapreduce-historyserver stop ( Issue: #308 )

v2.7.1 (Oct 25, 2016)
---------------------
- Switch to new Ruby hash syntax ( Issue #297)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"recipes": {

},
"version": "2.7.1",
"version": "2.8.0",
"source_url": "https://github.com/caskdata/hadoop_cookbook",
"issues_url": "https://issues.cask.co/browse/COOK/component/10600"
}
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs/Configures Hadoop (HDFS/YARN/MRv2), HBase, Hive, Flume, Oozie, Pig, Spark, Storm, Tez, and ZooKeeper'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '2.7.1'
version '2.8.0'

depends 'yum', '>= 3.0'
depends 'apt', '>= 2.1.2'
Expand Down

0 comments on commit 1b9404a

Please sign in to comment.