Skip to content

Commit

Permalink
Merge pull request #280 from caskdata/release/3.5.0
Browse files Browse the repository at this point in the history
Version bump for 3.5.0 release
  • Loading branch information
dereklwood committed Aug 3, 2018
2 parents 993853a + 688c3e4 commit a828d90
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
cdap CHANGELOG
==============

v3.5.0 (Aug 3, 2018)
--------------------
- Set only JDK-version appropriate JVM options ( Issue: #278 )
- Support CDAP 5.0.0 ( Issue #279 )

v3.4.0 (May 4, 2018)
--------------------
- Use Hadoop cookbook's helper library to evaluate HDP build number instead of maintaining our own ( Issue: #274 )
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Expand Up @@ -48,7 +48,7 @@
"recipes": {

},
"version": "3.4.0",
"version": "3.5.0",
"source_url": "https://github.com/caskdata/cdap_cookbook",
"issues_url": "https://issues.cask.co/browse/COOK/component/10603",
"privacy": false,
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -4,7 +4,7 @@
license 'Apache-2.0'
description 'Installs/Configures Cask Data Application Platform (CDAP)'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '3.4.0'
version '3.5.0'

%w(ambari ark apt java nodejs ntp yum).each do |cb|
depends cb
Expand Down

0 comments on commit a828d90

Please sign in to comment.