Skip to content

Releases: cdapio/cdap_cookbook

Release version 1.2.2

27 Jan 18:58
Compare
Choose a tag to compare

This release adds creation of the HDFS home directory for the cdap['cdap_site']['hdfs.user'] user.

  • Create HDFS home dir for hdfs.user ( Issue: #41 )

Release version 1.2.1

23 Jan 23:39
Compare
Choose a tag to compare

This is a bugfix release. The previous releases assumed CDAP's hdfs.user setting was set to yarn, especially on secure clusters. With the changes in cdapio/cdap#961, it is now recommended to set the hdfs.user to cdap. This release allows this, as well as some configuration cleanup.

  • Use cdap user on secure Hadoop clusters (Issue: #39 )
  • Remove invalid configuration attribute (Issue: #40 )

Release version 1.2.0

16 Jan 20:17
Compare
Choose a tag to compare

This release defaults to CDAP 2.6 and grants admin access to the user the CDAP master runs under, so the hard reset endpoint functions.

  • CDAP 2.6 default ( Issue: #36 )
  • Grant HBase admin ( Issue: #38 )

Release version 1.1.1

19 Dec 19:58
Compare
Choose a tag to compare

This is a bug fix release. The previous release would install the latest version of cdap-master dependencies, regardless of cdap['version'] setting.

  • Support rubocop 0.98 ( Issue: #33 )
  • Install specific version of dependency packages ( Issue: #34 COOK-15 )
  • Use newer Travis CI infrastructure ( Issue: #35 )

Release version 1.1.0

05 Dec 02:58
Compare
Choose a tag to compare

This release updates support for enabling SSL on CDAP 2.5 and greater and adds support for the CDAP 2.6 release candidates (2.5.9000+) to the cookbook.

  • Use ssl.enabled to enable SSL ( Issue: #31 COOK-11 )
  • Support release candidates ( Issue: #32 )

Release version 1.0.2

15 Nov 02:06
Compare
Choose a tag to compare

This is a minor update which primarily bumps the default CDAP install version to 2.5.2

  • Update default version to 2.5.2 (#29)
  • Upgrade testing gems (#30)

Release version 1.0.1

30 Oct 00:59
Compare
Choose a tag to compare

This is a minor update to the cookbook. The primary difference is that we now install a specific version of CDAP based on an attribute. The default is the current stable release, so the end result is the same as 1.0.0 release.

  • Update Vagrantfile for both Ubuntu and CentOS ( Issue: #25 )
  • Verify GPG signatures on packages ( Issue: #26 )
  • Test fix - broken in 1.0.0 ( Issue: #27 )
  • Specify CDAP version via attribute ( Issue: #28 )

Release version 1.0.0

23 Oct 21:06
Compare
Choose a tag to compare

This release breaks from previous versions by splitting cdap['repo']['url'] into cdap['repo']['yum_repo_url'] and cdap['repo']['apt_repo_url'] and also moves to using Java 7 as default.

  • Rename repo from cdap to cask ( Issue: #18 )
  • Create certs for webapp ( Issue: #19 #21 )
  • Split repo into YUM/APT ( Issue: #20 COOK-3 )
  • Fix FC001 ( Issue: #22 )
  • Use security_init recipe in test-kitchen ( Issue: #23 )
  • Switch to Java 7 ( Issue: #24 COOK-5 )

Release version 0.1.7

26 Sep 01:02
Compare
Choose a tag to compare

This is a bug fix release for an issue where YUM was usable to properly authenticate the GPG key of the repository. Disabling GPG checking for this release.

Release version 0.1.6 - Initial OSS release

25 Sep 19:42
Compare
Choose a tag to compare

This is the initial OSS release of this cookbook. The only notable change is the change to use public repositories for CDAP.