summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-11-18 18:27:31 +0000
committerChef Expeditor <expeditor@chef.io>2019-11-18 18:27:33 +0000
commit9d6eddcf176b31453754623cd07055e65800a946 (patch)
tree5942e3707835d03dc2061e223503a4f6c3237ee8
parent4f3bbf3e1fda7628a0c36d0e674ff31fa370ab61 (diff)
downloadchef-9d6eddcf176b31453754623cd07055e65800a946.tar.gz
Bump version to 15.5.10 by Chef Expeditorv15.5.10
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md12
-rw-r--r--Gemfile.lock22
-rw-r--r--VERSION2
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
-rw-r--r--lib/chef/version.rb2
7 files changed, 26 insertions, 18 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3d5e27409f..aba0c0d608 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 15.5.10 -->
+## [v15.5.10](https://github.com/chef/chef/tree/v15.5.10) (2019-11-18)
+
+#### Merged Pull Requests
+- Improve input validation on windows_package [#9102](https://github.com/chef/chef/pull/9102) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=15.5.9 -->
+### Changes not yet released to stable
+
+#### Merged Pull Requests
+- Improve input validation on windows_package [#9102](https://github.com/chef/chef/pull/9102) ([tas50](https://github.com/tas50)) <!-- 15.5.10 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 9fe948f39a..27e00b96c3 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,12 +27,12 @@ GIT
PATH
remote: .
specs:
- chef (15.5.9)
+ chef (15.5.10)
addressable
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
- chef-config (= 15.5.9)
- chef-utils (= 15.5.9)
+ chef-config (= 15.5.10)
+ chef-utils (= 15.5.10)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
ed25519 (~> 1.2)
@@ -59,12 +59,12 @@ PATH
train-winrm (>= 0.2.5)
tty-screen (~> 0.6)
uuidtools (~> 2.1.5)
- chef (15.5.9-universal-mingw32)
+ chef (15.5.10-universal-mingw32)
addressable
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
- chef-config (= 15.5.9)
- chef-utils (= 15.5.9)
+ chef-config (= 15.5.10)
+ chef-utils (= 15.5.10)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
ed25519 (~> 1.2)
@@ -107,15 +107,15 @@ PATH
PATH
remote: chef-bin
specs:
- chef-bin (15.5.9)
- chef (= 15.5.9)
+ chef-bin (15.5.10)
+ chef (= 15.5.10)
PATH
remote: chef-config
specs:
- chef-config (15.5.9)
+ chef-config (15.5.10)
addressable
- chef-utils (= 15.5.9)
+ chef-utils (= 15.5.10)
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
mixlib-shellout (>= 2.0, < 4.0)
@@ -124,7 +124,7 @@ PATH
PATH
remote: chef-utils
specs:
- chef-utils (15.5.9)
+ chef-utils (15.5.10)
GEM
remote: https://rubygems.org/
diff --git a/VERSION b/VERSION
index 8fef0a2b07..f3c2e0e24c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.5.9 \ No newline at end of file
+15.5.10 \ No newline at end of file
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 834b18459f..33efd3f8c7 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.5.9".freeze
+ VERSION = "15.5.10".freeze
end
#
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index d31525d0f6..142141e11c 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.5.9".freeze
+ VERSION = "15.5.10".freeze
end
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index b1ca797703..2763c91dc7 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -15,5 +15,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.5.9".freeze
+ VERSION = "15.5.10".freeze
end
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index f46bb5554a..72b9c3762c 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.5.9")
+ VERSION = Chef::VersionString.new("15.5.10")
end
#