From adb179cc19a08cbbb7ac5900cb1cd6282b65ed84 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Mon, 6 Aug 2018 15:43:25 -0400 Subject: [PATCH] Version bump to 2.3.0 Signed-off-by: Chris Gianelloni --- CHANGELOG.md | 4 ++++ attributes/default.rb | 1 + metadata.rb | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d8c72bf..4b5145df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Unreleased +## v2.3.0 + Conditionally restart KDC on config change + Update how we default kadmind and KDC services + ## v2.2.3 Restore functionality in "find" helpers diff --git a/attributes/default.rb b/attributes/default.rb index 983684c4..7410e325 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -5,6 +5,7 @@ # Copyright © 2012 Eric G. Wolfe # Copyright © 2013 Gerald L. Hevener Jr., M.S. # Copyright © 2014-2016 Cask Data, Inc. +# Copyright © 2018 Chris Gianelloni # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/metadata.rb b/metadata.rb index 3cd95ded..e72747c9 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache-2.0' description 'Installs and configures Kerberos V authentication' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '2.2.3' +version '2.3.0' %w(redhat centos scientific amazon ubuntu debian suse).each do |os| supports os