Skip to content

Commit

Permalink
Version bump to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf31o2 committed Feb 25, 2015
1 parent bbbfa49 commit 925ed17
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
hadoop CHANGELOG
===============

v1.10.1 (Feb 24, 2015)
----------------------
- HDP Repo fix ( Issues: #144 [COOK-24](https://issues.cask.co/browse/COOK-24) )

v1.10.0 (Feb 24, 2015)
----------
----------------------
- Enforce Java 7 or higher on CDH 5.3 ( Issues: #140 [COOK-18](https://issues.cask.co/browse/COOK-18) )
- Default `hive.metastore.uris` ( Issues: #141 [COOK-19](https://issues.cask.co/browse/COOK-19) )
- HDP 2.2 support ( Issues: #142 [COOK-16](https://issues.cask.co/browse/COOK-16) )
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
"recipes": {

},
"version": "1.10.0"
"version": "1.10.1"
}
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, Tez, and ZooKeeper'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.10.0'
version '1.10.1'

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

0 comments on commit 925ed17

Please sign in to comment.