summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-25 23:34:16 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-25 23:34:16 +0000
commitdb5111da69019be156ed0888cfda9dd6b6846677 (patch)
treebdf55634a151cfa98ac65798430a2bd707e775ac
parentac8e1ca09aef5439f1163afa942b3adc30934816 (diff)
downloadchef-db5111da69019be156ed0888cfda9dd6b6846677.tar.gz
Bump version to 13.11.3 by Chef Expeditorv13.11.3
Obvious fix; these changes are the result of automation not creative thinking.
-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 9f8f2c1f99..db7cd2410f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 13.11.2 -->
-## [v13.11.2](https://github.com/chef/chef/tree/v13.11.2) (2018-09-25)
+<!-- latest_release 13.11.3 -->
+## [v13.11.3](https://github.com/chef/chef/tree/v13.11.3) (2018-09-25)
#### Merged Pull Requests
-- windows_package: Avoid exposing sensitive data during package install failures if sensitive property set [#7684](https://github.com/chef/chef/pull/7684) ([tas50](https://github.com/tas50))
+- osx_profile: Use the full path to /usr/bin/profiles [#7683](https://github.com/chef/chef/pull/7683) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=13.10.4 -->
### Changes since 13.10.4 release
#### Merged Pull Requests
+- osx_profile: Use the full path to /usr/bin/profiles [#7683](https://github.com/chef/chef/pull/7683) ([tas50](https://github.com/tas50)) <!-- 13.11.3 -->
- windows_package: Avoid exposing sensitive data during package install failures if sensitive property set [#7684](https://github.com/chef/chef/pull/7684) ([tas50](https://github.com/tas50)) <!-- 13.11.2 -->
- Fix remote_directory does not obey removal of file specificity [#7687](https://github.com/chef/chef/pull/7687) ([tas50](https://github.com/tas50)) <!-- 13.11.1 -->
- Improve the error message when knife bootstrap windows isn&#39;t installed [#7686](https://github.com/chef/chef/pull/7686) ([tas50](https://github.com/tas50)) <!-- 13.11.0 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 286ba02e8c..a524224ba8 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (13.11.2)
+ chef (13.11.3)
addressable
bundler (>= 1.10)
- chef-config (= 13.11.2)
+ chef-config (= 13.11.3)
chef-zero (~> 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -39,10 +39,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (13.11.2-universal-mingw32)
+ chef (13.11.3-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.11.2)
+ chef-config (= 13.11.3)
chef-zero (~> 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -84,7 +84,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (13.11.2)
+ chef-config (13.11.3)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index 07ae670e11..fd9f285315 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.11.2 \ No newline at end of file
+13.11.3 \ 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 cba24f8f01..3e841b5e9c 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 = "13.11.2"
+ VERSION = "13.11.3"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 823b07b617..246b0d1091 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("13.11.2")
+ VERSION = Chef::VersionString.new("13.11.3")
end
#