Skip to content

Commit

Permalink
Merge pull request #357 from caskdata/release/2.13.0
Browse files Browse the repository at this point in the history
Version bump for 2.13.0 release
  • Loading branch information
mattwuenschel authored Dec 5, 2017
2 parents f3c7cf7 + f53c3e7 commit 51c162c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
hadoop CHANGELOG
================

v2.13.0 (Dec 5, 2017)
---------------------

- Update HDP GPG key location per docs (Issue: #352)
- Add capability to skip system_tuning recipe (Issue: #353)
- Update testing framework to modern Chef standards (Issue: #354)
- Add support for HDP 2.6.3 (Issue: #355)

v2.12.0 (Sep 12, 2017)
----------------------

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

},
"version": "2.12.0",
"version": "2.13.0",
"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.12.0'
version '2.13.0'

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

0 comments on commit 51c162c

Please sign in to comment.