summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-01-21 18:21:58 +0000
committerChef Expeditor <chef-ci@chef.io>2019-01-21 18:21:58 +0000
commite7ae5f53dd23c0fb0be144ff343c886f31fcf528 (patch)
tree0140e42f483e4c1123e340f7e09857f0dcfe79bc
parent542bf23d57f3156f25be31e1cb0131401da4ea56 (diff)
downloadchef-e7ae5f53dd23c0fb0be144ff343c886f31fcf528.tar.gz
Bump version to 14.9.12 by Chef Expeditorv14.9.12
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock10
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
5 files changed, 12 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c69348aa0c..13b1386613 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 14.9.11 -->
-## [v14.9.11](https://github.com/chef/chef/tree/v14.9.11) (2019-01-21)
+<!-- latest_release 14.9.12 -->
+## [v14.9.12](https://github.com/chef/chef/tree/v14.9.12) (2019-01-21)
#### Merged Pull Requests
-- systctl: Allow slashes in key or block name [#8142](https://github.com/chef/chef/pull/8142) ([tas50](https://github.com/tas50))
+- homebrew_cask: Ensure the resource is fully idempotent [#8143](https://github.com/chef/chef/pull/8143) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.8.12 -->
### Changes since 14.8.12 release
#### Merged Pull Requests
+- homebrew_cask: Ensure the resource is fully idempotent [#8143](https://github.com/chef/chef/pull/8143) ([tas50](https://github.com/tas50)) <!-- 14.9.12 -->
- systctl: Allow slashes in key or block name [#8142](https://github.com/chef/chef/pull/8142) ([tas50](https://github.com/tas50)) <!-- 14.9.11 -->
- Allow for mixlib-archive 1.x [#8141](https://github.com/chef/chef/pull/8141) ([tas50](https://github.com/tas50)) <!-- 14.9.10 -->
- Backport various name_property fixes in resources from Chef 15 [#8134](https://github.com/chef/chef/pull/8134) ([tas50](https://github.com/tas50)) <!-- 14.9.9 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 81d17d8b49..ce10591d86 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (14.9.11)
+ chef (14.9.12)
addressable
bundler (>= 1.10)
- chef-config (= 14.9.11)
+ chef-config (= 14.9.12)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -39,10 +39,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (14.9.11-universal-mingw32)
+ chef (14.9.12-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.9.11)
+ chef-config (= 14.9.12)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -86,7 +86,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (14.9.11)
+ chef-config (14.9.12)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index 7f9cc58b13..03b4861312 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.9.11 \ No newline at end of file
+14.9.12 \ No newline at end of file
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index da79990b05..5f73500601 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -21,7 +21,7 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "14.9.11".freeze
+ VERSION = "14.9.12".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 5e8b6af256..ae6454501d 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("14.9.11")
+ VERSION = Chef::VersionString.new("14.9.12")
end
#