diff --git a/Berksfile b/Berksfile index a48fc1a0..630fc0db 100644 --- a/Berksfile +++ b/Berksfile @@ -21,4 +21,8 @@ solver :ruby, :required end end +# TODO(ramereth): Remove after this PR gets included in a release +# https://github.com/joyofhex/cookbook-bind/pull/60 +cookbook 'bind', github: 'joyofhex/cookbook-bind' + metadata diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 74671e01..e79f185a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,6 +31,6 @@ Contacts -------- Mailing list: groups.google.com/group/opscode-chef-openstack -IRC: #openstack-chef is our channel on irc.freenode.net +IRC: #openstack-chef is our channel on irc.oftc.net Wiki: https://wiki.openstack.org/wiki/Chef/GettingStarted and https://docs.getchef.com/openstack.html Twitter: @chefopenstack diff --git a/metadata.rb b/metadata.rb index f8b01ee8..002409b4 100644 --- a/metadata.rb +++ b/metadata.rb @@ -5,7 +5,7 @@ issues_url 'https://launchpad.net/openstack-chef' source_url 'https://opendev.org/openstack/cookbook-openstack-compute' license 'Apache-2.0' description 'The OpenStack Compute service Nova.' -version '19.5.0' +version '19.5.1' chef_version '>= 15.0'