From 688c3e49768348a556b37a7b85a725834bd946d9 Mon Sep 17 00:00:00 2001 From: Derek Wood Date: Fri, 3 Aug 2018 11:41:18 -0700 Subject: [PATCH] Version bump for 3.5.0 release --- CHANGELOG.md | 5 +++++ metadata.json | 2 +- metadata.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08a30a6..c951543 100644 --- a/CHANGELOG.md +++ b/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 ) diff --git a/metadata.json b/metadata.json index d5323b6..db382e7 100644 --- a/metadata.json +++ b/metadata.json @@ -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, diff --git a/metadata.rb b/metadata.rb index 0ec290f..8a51a40 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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