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

v8.1.1

Compare
Choose a tag to compare
@jeffbyrnes jeffbyrnes released this 06 Feb 16:22
· 142 commits to master since this release

Fixes

  • Update checksum to match that of version 3.4.9 (fixes #194)
  • Actually test sending checksum in attributes to zookeeper resource when setting up test instance (Relates to #194)
  • In zookeeper resource, if property_is_set? new_resource.checksum always returns false. Use if new_resource.checksum instead.