Skip to content

Releases: cdapio/cdap_cookbook

Release version 2.28.4

16 Feb 20:24
Compare
Choose a tag to compare

This is a bug fix release. This fixes an issue with the Node.js attributes introduced in 2.28.3 and also updates the way we restrict versions to be more accurate for different Chef versions.

  • Switch to using Chef::VERSION for cookbook restrictions ( Issue #207 )
  • Set testing log level to error ( Issue #208 )
  • Wrap all node attributes in version check ( Issue #209 )
  • Restrict build-essential on Chef < 12.5 ( Issue: #211 )

Release version 2.28.3

09 Feb 22:05
Compare
Choose a tag to compare

This is a minor release that fixes a bug introduced in 2.28.2, and sets appropriate default node.js version for the SDK.

  • Set Node.js version for SDK 4.0+ ( Issue #204 )
  • Add guard to prevent error on insecure clusters ( Issue #205 )

Release version 2.28.2

07 Feb 01:00
Compare
Choose a tag to compare

This is a bug fix release which fixes potential issues in initialization of CDAP on Kerberos clusters.

  • Install rkerberos gem during init ( Issue: #201 )
  • Move HBase grant commands to init ( Issue: #202 )

Release version 2.28.1

26 Jan 20:56
Compare
Choose a tag to compare

This is a minor bugfix release that adds support for the latest CDAP and Ambari Service releases, and fixes an issue where the cli.rb recipe did not properly constrain versions.

  • Properly constrain version of base package installed with CLI ( Issue: #198 )
  • Add CDAP 4.0.1, 3.5.3, and Ambari Service 4.0.2 ( Issue: #199 )

Release version 2.28.0

26 Jan 16:04
Compare
Choose a tag to compare

This version sets CDAP 4.0.0 as the default version and uses the LWRPs from krb5 cookbook, rather than the krb5_utils cookbook's attribute-driven method.

  • Use krb5_principal and krb5_keytab LWRPs ( Issue: #181 )
  • Add 3.5.2 and 4.0.0 and make 4.0.0 default ( Issues: #194 #195 )

Release version 2.27.0

14 Dec 19:40
Compare
Choose a tag to compare

This cookbook release updates the cookbook to support the latest HDP patch-level. The init scripts will act more like the upstream CDAP init scripts, and the cli recipe will now function when called on its own without other recipes.

  • Do not set kafka.server.log.dirs so kafka.log.dir can be used ( Issue: #187 )
  • Sync script with CDAP init scripts ( Issue: #188 )
  • Include Java in CLI recipe, unless skip is requested ( Issue: #189 )
  • Support HDP 2.5.3.0 ( Issue: #190 )
  • Use precise repo for up through xenial ( Issue: #191 )
  • Restrict ark cookbook version ( Issue: #192 )

Release version 2.26.2

10 Nov 22:57
Compare
Choose a tag to compare

This release has a minor fix to always include cdap-security in the fullstack recipe. This is to avoid unnecessary complexity for users of Coopr. Security must still be configured as before in order to use it.

  • Always run security recipe in fullstack ( Issue: #185 )

Release version 2.26.1

25 Oct 17:56
Compare
Choose a tag to compare

This is a bug-fix release. It restores some HDP versions and fixes JHS on newer HDP. Also, it allows for CDAP_HOME to be in an alternate location, such as when /opt/cdap is a symlink and no longer the canonical on-disk location of CDAP.

  • Add HDP 2.2.6.3 and 2.4.3.0 support ( Issue: #180 )
  • Remove sticky bit from user JHS directories ( Issue: #182 )
  • Honor the CDAP_USER environment ( Issue: #183 )

Release version 2.26.0

18 Oct 18:58
Compare
Choose a tag to compare

This release updates the cookbook to the latest CDAP 3.6.0 release and support for HDP 2.3.6.0 configuration.

  • Remove some settings from cdap-defaults.xml in CDAP ( Issue: #172 )
  • Refactor for less code duplication ( Issue: #173 )
  • Increase mass threshold ( Issue: #174 )
  • Update README.md for CPCP ( Issue: #175 )
  • Disable Style/FrozenStringLiteralComment cop ( Issue: #176 )
  • Support HDP 2.3.6.0 ( Issue: #177 )
  • Use CDAP 3.6.0 release ( Issue: #178 )

Release version 2.25.1

27 Sep 19:10
Compare
Choose a tag to compare

This is a minor bug fix release which fixes the chef supermarket package introduced in v2.25.0

  • Fix Chef supermarket package ( Issue #171 )