From df8fb104ca47abe3d3fcd53d9250d8d1062893bf Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 8 Jul 2021 08:15:07 -0500 Subject: [PATCH] Moving IRC network reference to OFTC Also pull bind cookbook from git to fix version pinning issues. Change-Id: Ia90e7cc967a8ac300a3dec984f6e89b3feb122b3 Signed-off-by: Lance Albertson --- Berksfile | 4 ++++ CONTRIBUTING.md | 2 +- metadata.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Berksfile b/Berksfile index ed20468..9cfa7c0 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 2e33494..6b21ad7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,5 +31,5 @@ Contacts -------- Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra -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 diff --git a/metadata.rb b/metadata.rb index b212ced..f890657 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer 'openstack-chef' maintainer_email 'openstack-discuss@lists.openstack.org' license 'Apache-2.0' description 'Installs/Configures the OpenStack Dashboard (Horizon)' -version '19.1.0' +version '19.1.1' %w(ubuntu redhat centos).each do |os| supports os