summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-22 20:11:00 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-22 20:11:00 +0000
commit30ae8c51dee9e281509f126ef44612f7cf5d8ab6 (patch)
tree5b7803915b8b8dae6e2178d1920b26c4a0f97ec9
parent989568f06bfc36553c3becb1086b1a51563b3a26 (diff)
downloadchef-30ae8c51dee9e281509f126ef44612f7cf5d8ab6.tar.gz
Bump version to 14.5.33 by Chef Expeditorv14.5.33
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 21b4e5117e..293c9a1bb9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 14.5.32 -->
-## [v14.5.32](https://github.com/chef/chef/tree/v14.5.32) (2018-09-21)
+<!-- latest_release 14.5.33 -->
+## [v14.5.33](https://github.com/chef/chef/tree/v14.5.33) (2018-09-22)
#### Merged Pull Requests
-- Fix failures in windows_ad_join in 14.5.27 [#7673](https://github.com/chef/chef/pull/7673) ([tas50](https://github.com/tas50))
+- Update to the latest omnibus-software for builds [#7676](https://github.com/chef/chef/pull/7676) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.5.27 -->
### Changes since 14.5.27 release
#### Merged Pull Requests
+- Update to the latest omnibus-software for builds [#7676](https://github.com/chef/chef/pull/7676) ([tas50](https://github.com/tas50)) <!-- 14.5.33 -->
- Fix failures in windows_ad_join in 14.5.27 [#7673](https://github.com/chef/chef/pull/7673) ([tas50](https://github.com/tas50)) <!-- 14.5.32 -->
- Deprecate ohai resource&#39;s ohai_name property [#7667](https://github.com/chef/chef/pull/7667) ([tas50](https://github.com/tas50)) <!-- 14.5.31 -->
- Add @jjlimepoint as a maintainer for chef-provisioning [#7649](https://github.com/chef/chef/pull/7649) ([jjlimepoint](https://github.com/jjlimepoint)) <!-- 14.5.30 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index c7780e8e99..23d545cf46 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (14.5.32)
+ chef (14.5.33)
addressable
bundler (>= 1.10)
- chef-config (= 14.5.32)
+ chef-config (= 14.5.33)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -40,10 +40,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (14.5.32-universal-mingw32)
+ chef (14.5.33-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.5.32)
+ chef-config (= 14.5.33)
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.5.32)
+ chef-config (14.5.33)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index 0c0dd13753..e0bedf86c2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.5.32 \ No newline at end of file
+14.5.33 \ 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 5d13123a9f..8586da9876 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.5.32".freeze
+ VERSION = "14.5.33".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 9d75c64553..c61b6ecdb1 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.5.32")
+ VERSION = Chef::VersionString.new("14.5.33")
end
#