Skip to content

Commit

Permalink
Version bump to 2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@gmail.com>
  • Loading branch information
wolf31o2 committed Aug 6, 2018
1 parent 8cecd9d commit adb179c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit adb179c

Please sign in to comment.