summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-25 21:42:00 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-25 21:42:00 +0000
commit1cbfaa27bc48ae427d9a27532f430cfef557c8dc (patch)
treee84e2056adf4f1828d36ec250f6d38550e7495f0
parentf8e18de1f32ec4e908ecddb2993b6eb58c4ae155 (diff)
downloadchef-13.10.7.tar.gz
Bump version to 13.10.7 by Chef Expeditorv13.10.7
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 2e0e2443d9..07cf8ec369 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 13.10.6 -->
-## [v13.10.6](https://github.com/chef/chef/tree/v13.10.6) (2018-08-14)
+<!-- latest_release 13.10.7 -->
+## [v13.10.7](https://github.com/chef/chef/tree/v13.10.7) (2018-09-25)
#### Merged Pull Requests
-- Use the existing helper method for package resource classes that don&#39;t support allow_downgrade [#7548](https://github.com/chef/chef/pull/7548) ([tas50](https://github.com/tas50))
+- windows_service: Remove potentially sensitive info from the log [#7688](https://github.com/chef/chef/pull/7688) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=13.10.4 -->
### Changes since 13.10.4 release
#### Merged Pull Requests
+- 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 -->
- Use the existing helper method for package resource classes that don&#39;t support allow_downgrade [#7548](https://github.com/chef/chef/pull/7548) ([tas50](https://github.com/tas50)) <!-- 13.10.6 -->
- Update to openssl 1.0.2p [#7547](https://github.com/chef/chef/pull/7547) ([tas50](https://github.com/tas50)) <!-- 13.10.5 -->
<!-- release_rollup -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 2b4fd7be69..71f4ab172b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (13.10.6)
+ chef (13.10.7)
addressable
bundler (>= 1.10)
- chef-config (= 13.10.6)
+ chef-config (= 13.10.7)
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.10.6-universal-mingw32)
+ chef (13.10.7-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.10.6)
+ chef-config (= 13.10.7)
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.10.6)
+ chef-config (13.10.7)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index f725cbdf25..d1f42886c1 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.10.6 \ No newline at end of file
+13.10.7 \ 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 44fb43b516..3711af2433 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.10.6"
+ VERSION = "13.10.7"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 0077a17287..40e48c0214 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.10.6")
+ VERSION = Chef::VersionString.new("13.10.7")
end
#