From 67655fe4455cabfed383299738f1aca0c3a8689b Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Wed, 25 Apr 2018 16:35:08 -0400 Subject: [PATCH] Version bump to 1.2.3 Update metadata.rb and CHANGELOG.md for release. Signed-off-by: Chris Gianelloni --- CHANGELOG.md | 10 ++++++++++ metadata.rb | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db38dd2..4c23492 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [v1.2.3](https://github.com/chef-partners/dcos-cookbook/tree/v1.2.3) + +[Full Changelog](https://github.com/chef-partners/dcos-cookbook/compare/v1.2.2...v1.2.3) + +**Merged pull requests:** + +- Guard cloud fault-domain-detect script when onprem [\#16](https://github.com/chef-partners/dcos-cookbook/pull/16) ([wolf31o2](https://github.com/wolf31o2)) +- Helper: dcos_cluster_address [\#18](https://github.com/chef-partners/dcos-cookbook/pull/18) ([wolf31o2](https://github.com/wolf31o2)) +- Support DC/OS 1.10.6 and 1.11.1 [\#19](https://github.com/chef-partners/dcos-cookbook/pull/19) ([wolf31o2](https://github.com/wolf31o2)) + ## [v1.2.2](https://github.com/chef-partners/dcos-cookbook/tree/v1.2.2) [Full Changelog](https://github.com/chef-partners/dcos-cookbook/compare/v1.2.1...v1.2.2) diff --git a/metadata.rb b/metadata.rb index 15427c4..8ae8e1c 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache-2.0' description 'Installs/Configures Mesosphere DC/OS' long_description 'Installs/Configures Mesosphere DC/OS' -version '1.2.2' +version '1.2.3' source_url 'https://github.com/chef-partners/dcos-cookbook' if respond_to?(:source_url)