From a9a33d08110509f9c5d176bb4688a410c863d799 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 2 Nov 2018 02:25:19 +0000 Subject: Bump version to 12.22.6 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- Gemfile.lock | 10 +++++----- VERSION | 2 +- chef-config/lib/chef-config/version.rb | 2 +- lib/chef/version.rb | 2 +- 5 files changed, 18 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83d8170866..91e1d23d46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ - + +## [v12.22.6](https://github.com/chef/chef/tree/v12.22.6) (2018-11-02) + +#### Merged Pull Requests +- update the Chef::REST deprecation warning [#7854](https://github.com/chef/chef/pull/7854) ([lamont-granquist](https://github.com/lamont-granquist)) - + +### Changes since 12.22.5 release + +#### Merged Pull Requests +- update the Chef::REST deprecation warning [#7854](https://github.com/chef/chef/pull/7854) ([lamont-granquist](https://github.com/lamont-granquist)) diff --git a/Gemfile.lock b/Gemfile.lock index c85f2c8d02..e52bbbc3ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,10 +38,10 @@ GIT PATH remote: . specs: - chef (12.22.5) + chef (12.22.6) addressable bundler (>= 1.10) - chef-config (= 12.22.5) + chef-config (= 12.22.6) chef-zero (>= 4.8, < 13) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -67,10 +67,10 @@ PATH specinfra (~> 2.10) syslog-logger (~> 1.6) uuidtools (~> 2.1.5) - chef (12.22.5-universal-mingw32) + chef (12.22.6-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 12.22.5) + chef-config (= 12.22.6) chef-zero (>= 4.8, < 13) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -111,7 +111,7 @@ PATH PATH remote: chef-config specs: - chef-config (12.22.5) + chef-config (12.22.6) addressable fuzzyurl mixlib-config (~> 2.0) diff --git a/VERSION b/VERSION index f7fc567eee..b5b3d57b83 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.22.5 \ No newline at end of file +12.22.6 \ 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 5d314df3e1..e7849b43d1 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 = "12.22.5" + VERSION = "12.22.6" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 6e6100ab51..6c06f84f35 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -21,7 +21,7 @@ class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = "12.22.5" + VERSION = "12.22.6" end # -- cgit v1.2.1