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

Commit

Permalink
Bump to v13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbyrnes committed May 29, 2020
1 parent 31b2696 commit 43acee5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

This file is used to list changes made in each version of zookeeper.

## 13.0.0

* Install ZooKeeper 3.6.1 by default
* Drop Chef 13 support b/c it has been EOL for 2 years
- Pin `java < 7.0.0` to maintain Chef 14 support
* Add testing on Ubuntu 20.04 & CentOS 8
- Remove the `zookeeper_node` resource, b/c it depends on the zookeeper gem, which has not had a new release since 2015
* Follow through on long-standing deprecation notice & remove all recipes, making this a resource-only cookbook
- Rewrite unit tests to do the most basic testing of the `zookeeper` resource
* Drop support for runit & upstart in favor of SystemD
* Use the `systemd_unit` resource available since Chef 12.11

## 12.0.1

* Duplicate `acl_#{scheme}` for Chef 14+ compatibility (#222 h/t @kamaradclimber)
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email '[email protected]'
license 'Apache-2.0'
description 'Installs/Configures zookeeper'
version '12.0.1'
version '13.0.0'

issues_url 'https://github.com/evertrue/zookeeper-cookbook/issues'
source_url 'https://github.com/evertrue/zookeeper-cookbook/'
Expand Down

0 comments on commit 43acee5

Please sign in to comment.