Skip to content

Commit

Permalink
Merge pull request #334 from caskdata/release/2.11.1
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
mattwuenschel authored Jun 20, 2017
2 parents 93bb412 + 8f66fa9 commit 16c94f7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
hadoop CHANGELOG
================

v2.11.1 (Jun 19, 2017)
----------------------

- Add HDP 2.5.5.0 ( Issue: #328 )
- Update cookbook headers ( Issue: #329 )
- Support installing Slider ( Issue: #330 )
- Support Hive2 installation and configuration ( Issue: #331 )
- Support Spark 2.x (spark2) package ( Issue: #332 )
- Add HDP 2.6.1 ( Issue: #333 )

v2.11.0 (Apr 18, 2017)
----------------------

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"recipes": {

},
"version": "2.11.0",
"version": "2.11.1",
"source_url": "https://github.com/caskdata/hadoop_cookbook",
"issues_url": "https://issues.cask.co/browse/COOK/component/10600",
"privacy": false,
Expand Down
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.11.0'
version '2.11.1'

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

0 comments on commit 16c94f7

Please sign in to comment.