From 43acee5cb40ea08768e45068080d20935e2ac3b9 Mon Sep 17 00:00:00 2001 From: Jeff Byrnes Date: Fri, 29 May 2020 01:07:44 -0400 Subject: [PATCH] Bump to v13.0.0 --- CHANGELOG.md | 12 ++++++++++++ metadata.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 601fbcfd1..3cb9d3f5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/metadata.rb b/metadata.rb index 0e57e7443..f71acb5cc 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'thejeffbyrnes@gmail.com' 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/'