From f8bdea09665550e79d9415ec419a3269d7c8842d Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 19 Oct 2018 06:56:58 +0000 Subject: Bump version to 14.6.34 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- Gemfile.lock | 12 ++++++------ VERSION | 2 +- chef-config/lib/chef-config/version.rb | 2 +- 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 @@ - -## [v14.6.33](https://github.com/chef/chef/tree/v14.6.33) (2018-10-18) + +## [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)) ### 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)) - Bump mixlib-archive to 0.4.18 [#7759](https://github.com/chef/chef/pull/7759) ([chef-ci](https://github.com/chef-ci)) - Update omnibus to use ruby-cleanup definition [#7757](https://github.com/chef/chef/pull/7757) ([tas50](https://github.com/tas50)) - Add support for localized system account to windows_task resource [#7679](https://github.com/chef/chef/pull/7679) ([jugatsu](https://github.com/jugatsu)) 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 diff --git a/VERSION b/VERSION index 09fbe3372f..87db246db7 100644 --- a/VERSION +++ b/VERSION @@ -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 # -- cgit v1.2.1