Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

v6.0.0

Compare
Choose a tag to compare
@jeffbyrnes jeffbyrnes released this 15 Jun 12:19
· 197 commits to master since this release
  • Drop separate environment-defaults file for Upstart/SysV in favor of using same env vars as Runit
    • Consistency is key
  • Use zkServer.sh for all service scripts
  • Drop pinning for build-essential
  • Rewire how env vars are used to correctly set the config & log locations
    • Default values added to set the config & log paths properly
  • Set Upstart & SysV services to action: [:enable, :start] to match the Runit service
  • Pass values into Upstart & SysV init scripts, rather than directly using attributes
  • Drop any Minitest unit tests in favor of ChefSpec