diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-10-19 06:56:58 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-10-19 06:56:58 +0000 |
commit | f8bdea09665550e79d9415ec419a3269d7c8842d (patch) | |
tree | ad2ba6c8729cf2f47fc62fb35606cd11a1dd8207 | |
parent | 0b2cfa9822ee71ef0b4717330c9521a0ddeb4d29 (diff) | |
download | chef-f8bdea09665550e79d9415ec419a3269d7c8842d.tar.gz |
Bump version to 14.6.34 by Chef Expeditorv14.6.34
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | Gemfile.lock | 12 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
5 files changed, 13 insertions, 12 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 33ec608140..e53307c1a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> -<!-- latest_release 14.6.33 --> -## [v14.6.33](https://github.com/chef/chef/tree/v14.6.33) (2018-10-18) +<!-- latest_release 14.6.34 --> +## [v14.6.34](https://github.com/chef/chef/tree/v14.6.34) (2018-10-19) #### Merged Pull Requests -- Bump mixlib-archive to 0.4.18 [#7759](https://github.com/chef/chef/pull/7759) ([chef-ci](https://github.com/chef-ci)) +- Bump train-core to 1.5.4 [#7760](https://github.com/chef/chef/pull/7760) ([chef-ci](https://github.com/chef-ci)) <!-- latest_release --> <!-- release_rollup since=14.5.33 --> ### Changes since 14.5.33 release #### Merged Pull Requests +- Bump train-core to 1.5.4 [#7760](https://github.com/chef/chef/pull/7760) ([chef-ci](https://github.com/chef-ci)) <!-- 14.6.34 --> - Bump mixlib-archive to 0.4.18 [#7759](https://github.com/chef/chef/pull/7759) ([chef-ci](https://github.com/chef-ci)) <!-- 14.6.33 --> - Update omnibus to use ruby-cleanup definition [#7757](https://github.com/chef/chef/pull/7757) ([tas50](https://github.com/tas50)) <!-- 14.6.32 --> - Add support for localized system account to windows_task resource [#7679](https://github.com/chef/chef/pull/7679) ([jugatsu](https://github.com/jugatsu)) <!-- 14.6.31 --> diff --git a/Gemfile.lock b/Gemfile.lock index fb47dd0875..19c601cb0a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,10 +9,10 @@ GIT PATH remote: . specs: - chef (14.6.33) + chef (14.6.34) addressable bundler (>= 1.10) - chef-config (= 14.6.33) + chef-config (= 14.6.34) 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.6.33-universal-mingw32) + chef (14.6.34-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 14.6.33) + chef-config (= 14.6.34) 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.6.33) + chef-config (14.6.34) addressable fuzzyurl mixlib-config (>= 2.2.12, < 3.0) @@ -380,4 +380,4 @@ DEPENDENCIES yard BUNDLED WITH - 1.16.5 + 1.16.6 @@ -1 +1 @@ -14.6.33
\ No newline at end of file +14.6.34
\ 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 e9178fd6bb..98feb80c95 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.6.33".freeze + VERSION = "14.6.34".freeze end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index d58021a44a..a7cbfd3742 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.6.33") + VERSION = Chef::VersionString.new("14.6.34") end # |