summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-10-07 17:49:18 +0000
committerChef Expeditor <expeditor@chef.io>2019-10-07 17:49:18 +0000
commit1e298cbc10f7814a3610eb7d7f8ba3a52456bda2 (patch)
treeeba5baeebc2be4b00b4b15415a1cf500ae5d17ba
parent818de393d5766f7a7e2db8c141debe06d4cb2cdd (diff)
downloadchef-1e298cbc10f7814a3610eb7d7f8ba3a52456bda2.tar.gz
Bump version to 15.4.28 by Chef Expeditorv15.4.28
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--Gemfile.lock14
-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--lib/chef/version.rb2
5 files changed, 11 insertions, 11 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 103d4ca03e..70f350d5a8 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,11 +27,11 @@ GIT
PATH
remote: .
specs:
- chef (15.4.27)
+ chef (15.4.28)
addressable
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
- chef-config (= 15.4.27)
+ chef-config (= 15.4.28)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
ed25519 (~> 1.2)
@@ -58,11 +58,11 @@ PATH
train-winrm (>= 0.2.5)
tty-screen (~> 0.6)
uuidtools (~> 2.1.5)
- chef (15.4.27-universal-mingw32)
+ chef (15.4.28-universal-mingw32)
addressable
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
- chef-config (= 15.4.27)
+ chef-config (= 15.4.28)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
ed25519 (~> 1.2)
@@ -105,13 +105,13 @@ PATH
PATH
remote: chef-bin
specs:
- chef-bin (15.4.27)
- chef (= 15.4.27)
+ chef-bin (15.4.28)
+ chef (= 15.4.28)
PATH
remote: chef-config
specs:
- chef-config (15.4.27)
+ chef-config (15.4.28)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
diff --git a/VERSION b/VERSION
index 9a8b479837..c685500fd3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.4.27 \ No newline at end of file
+15.4.28 \ 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 446052d7ab..dae8025d61 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.4.27".freeze
+ VERSION = "15.4.28".freeze
end
#
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 452d366ff7..718d368504 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 = "15.4.27".freeze
+ VERSION = "15.4.28".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index ccfd7ff350..aeb0d91a69 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.4.27")
+ VERSION = Chef::VersionString.new("15.4.28")
end
#