summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-30 20:45:07 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-30 20:45:07 +0000
commit087827cc0217273f8e33ca2050b27285ff8bc127 (patch)
tree8becaff0a2697414264ad2064c45d0f9faf8ba24
parentfada324adf6b83b9e7bc94794a4d2f1b15fc21f4 (diff)
downloadchef-087827cc0217273f8e33ca2050b27285ff8bc127.tar.gz
Bump version to 14.1.23 by Chef Expeditorv14.1.23
-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 2811646b44..8eb86c3fb4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 14.1.22 -->
-## [v14.1.22](https://github.com/chef/chef/tree/v14.1.22) (2018-05-30)
+<!-- latest_release 14.1.23 -->
+## [v14.1.23](https://github.com/chef/chef/tree/v14.1.23) (2018-05-30)
#### Merged Pull Requests
-- Cookbook Version: add host-&lt;fqdn&gt; to the error message for templates and files specificity [#7295](https://github.com/chef/chef/pull/7295) ([lamont-granquist](https://github.com/lamont-granquist))
+- add default_env flag to shell_out and execute resource [#7298](https://github.com/chef/chef/pull/7298) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
<!-- release_rollup since=14.1.12 -->
### Changes since 14.1.12 release
#### Merged Pull Requests
+- add default_env flag to shell_out and execute resource [#7298](https://github.com/chef/chef/pull/7298) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.1.23 -->
- Cookbook Version: add host-&lt;fqdn&gt; to the error message for templates and files specificity [#7295](https://github.com/chef/chef/pull/7295) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.1.22 -->
- Cleanup AIX and Solaris user resources. [#7249](https://github.com/chef/chef/pull/7249) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.1.21 -->
- Fix systemd_unit user context [#7274](https://github.com/chef/chef/pull/7274) ([mal](https://github.com/mal)) <!-- 14.1.20 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index b2e9d72202..623f678975 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -15,10 +15,10 @@ GIT
PATH
remote: .
specs:
- chef (14.1.22)
+ chef (14.1.23)
addressable
bundler (>= 1.10)
- chef-config (= 14.1.22)
+ chef-config (= 14.1.23)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -46,10 +46,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (14.1.22-universal-mingw32)
+ chef (14.1.23-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.1.22)
+ chef-config (= 14.1.23)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -92,7 +92,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (14.1.22)
+ chef-config (14.1.23)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index a8a08bfc37..924221f64b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.1.22 \ No newline at end of file
+14.1.23 \ 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 471892fe50..d6245cf213 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.1.22"
+ VERSION = "14.1.23"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index daff04745d..03ae9c667b 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.1.22")
+ VERSION = Chef::VersionString.new("14.1.23")
end
#