summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-02 02:25:19 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-02 02:25:19 +0000
commita9a33d08110509f9c5d176bb4688a410c863d799 (patch)
treeb302b5bea2acabd7685b3bcc638cc053a17f46ed
parentebea79845f37b7308523ede57fbbf43bbce469e8 (diff)
downloadchef-12.tar.gz
Bump version to 12.22.6 by Chef Expeditorv12.22.6chef-12
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md12
-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, 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 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release -->
+<!-- latest_release 12.22.6 -->
+## [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))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=12.22.5 -->
+### 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)) <!-- 12.22.6 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
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
#