Skip to content

Commit

Permalink
Version bump to 2.5.0 (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf31o2 authored Sep 1, 2016
1 parent c47fc27 commit 7186564
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
hadoop CHANGELOG
===============

v2.5.0 (Sep 1, 2016)
--------------------
- Remove `policy_rcd` and use `dpkg_autostart` cookbook ( Issue: #272 )
- Update testing framework ( Issue: #273 )
- Use major_platform_version for centos5 or HDP >= 2.3 ( Issue: #275 )
- Support HDP 2.5 ( Issue: #276 )

v2.4.1 (Aug 1, 2016)
--------------------
- Support for HDP 2.4.2.0 ( Issue: #270 )
Expand Down
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"recipes": {

},
"version": "2.4.1",
"source_url": "",
"issues_url": ""
"version": "2.5.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.4.1'
version '2.5.0'

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

0 comments on commit 7186564

Please sign in to comment.