Releases: cdapio/cdap_cookbook
Release version 2.28.4
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.
Release version 2.28.3
Release version 2.28.2
Release version 2.28.1
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.
Release version 2.28.0
Release version 2.27.0
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
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
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.
Release version 2.26.0
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
This is a minor bug fix release which fixes the chef supermarket package introduced in v2.25.0
- Fix Chef supermarket package ( Issue #171 )