evertrue / zookeeper-cookbook

Chef cookbook for installing and managing Zookeeper.
https://supermarket.chef.io/cookbooks/zookeeper
Apache License 2.0
81 stars 119 forks source link

Remove EOL Ubuntu 1404 #221

Closed jeffbyrnes closed 4 years ago

jeffbyrnes commented 4 years ago

Expands on @hrak’s work in.

Closes #220

Original description of the work:

This PR does the following:

  • Remove support for EOL Ubuntu 14.04
  • Default to JDK version 8, because version 7 is EOL and support has been removed from recent versions of the java cookbook
  • Test with Chef client 14
  • Disable deprecations_as_errors to allow cookbook to converge on Chef 14
  • CHEF-25 is triggered due to inclusion of 'build-essential' cookbook, required for Chef clients < 14
  • Test on Ubuntu 16.04