This file is used to list changes made in each version of zookeeper.
- Allow configurable
data_dir
parameter for Zookeeper data directory location (contributed by @eherot)
- Fix erroneous attribute reference
- Allow pre-installed Java (contributed by @solarce)
- Fixed recipe call (contributed by @solarce)
- Split out config rendering to separate recipe (contributed by @solarce)
- Split out installation to a separate recipe (contributed by @Gazzonyx)
- Set minimum build-essential version for RHEL support (contributed by @Gazzonyx)
- Upstart support (contributed by @solarce)
- Added a service recipe which can be run and activated using new service_style attribute.
- A basic configuration is rendered by default.
- Clarify some points in the README about zookeeper_config
- Exhibitor cookbook factored out (contributed by @wolf31o2)
- Zookeeper recipe rewritten as LWRP
- Documentation updated slightly
- Tested and verified and (hopefully) as backwards-compatible as possible
- Being a full version bump, there are no backwards-compatibility promises
- TODO
- Better documentation
zookeeper_service
resourcezookeeper_config
resource- Better tests
- Swap out "community" Java
- Force build-essential to run at compile time (contributed by @davidgiesberg)
- Bugfix for attribute access (fixes 1.7.2 bug)
- Move ZK download location calculation to recipe to eliminate ordering bug
- Test-kitchen support added
- Patch installed to support CentOS platform
- Switched to Runit for process supervision (contributed by @gansbrest)
- DEPRECATION WARNING: Upstart is no longer supported and has been removed
- Re-add check-local-zk.py script but punt on utilizing it
- This means we recommend staying on 1.6.1 or below if you use Upstart
- In the meantime, we are working on a strategy to integrate this functionality into the Runit script, to support dependent services
- Attribute overrides to defaultconfig should now work (contributed by @trane)
- Add correct (Apache v2) license to metadta.rb (#61)
- Add logic to download existing exhibitor jar
- changes: Skip S3 credentials file if AWS credentials are not provided
- Moved property files from inaccessible chef dir to exhibitor install dir.
- Logged output to syslog.
- Added option to set exhibitor/amazon log level
- Added: s3credentials template to assist with --configtype s3
- Added config hook and default for servers-spec setting
- bugfix: cache permission denied error on exhibitor jar move
- bugfix: ZooKeeper install tar cache EACCES error
- bugfix: zk_connect_str actually returned when chroot passed.
- forward zk port in vagrant
- fix for backwards compatibility with ruby 1.8.7
- Initial release of zookeeper