summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-25 23:31:56 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-25 23:31:56 +0000
commit10b9f9ee5ff0bab3da4d7cf56fa87f1352581868 (patch)
tree799e42d88bc93df982e7c6d1ca167221cee45502
parent1e00671b50b82dc8e874e7d76ed4e6c559db4bf5 (diff)
downloadchef-13.11.2.tar.gz
Bump version to 13.11.2 by Chef Expeditorv13.11.2
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 6602031a6c..9f8f2c1f99 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.1 -->
-## [v13.11.1](https://github.com/chef/chef/tree/v13.11.1) (2018-09-25)
+<!-- latest_release 13.11.2 -->
+## [v13.11.2](https://github.com/chef/chef/tree/v13.11.2) (2018-09-25)
#### Merged Pull Requests
-- Fix remote_directory does not obey removal of file specificity [#7687](https://github.com/chef/chef/pull/7687) ([tas50](https://github.com/tas50))
+- 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))
<!-- latest_release -->
<!-- release_rollup since=13.10.4 -->
### Changes since 13.10.4 release
#### 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)) <!-- 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 -->
- windows_service: Remove potentially sensitive info from the log [#7688](https://github.com/chef/chef/pull/7688) ([tas50](https://github.com/tas50)) <!-- 13.10.7 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 56a8560d62..286ba02e8c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (13.11.1)
+ chef (13.11.2)
addressable
bundler (>= 1.10)
- chef-config (= 13.11.1)
+ chef-config (= 13.11.2)
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.1-universal-mingw32)
+ chef (13.11.2-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.11.1)
+ chef-config (= 13.11.2)
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.1)
+ chef-config (13.11.2)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index 9c43b91bbd..07ae670e11 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.11.1 \ No newline at end of file
+13.11.2 \ 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 47ef047cb2..cba24f8f01 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.1"
+ VERSION = "13.11.2"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 59d62aba89..823b07b617 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.1")
+ VERSION = Chef::VersionString.new("13.11.2")
end
#