summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-06 08:23:41 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-06 08:23:41 +0000
commitaf1d8fa79d2a2233134a4fc4049845fee87f9530 (patch)
tree7f23be18fb285f6cfd2cbf4054a387367c2d0b06
parent1e696f97cb21bda8d8d6723ff29a4f41138fe6df (diff)
downloadchef-af1d8fa79d2a2233134a4fc4049845fee87f9530.tar.gz
Bump version to 15.0.46 by Chef Expeditorv15.0.46
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md4
-rw-r--r--Gemfile.lock12
-rw-r--r--VERSION2
-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/CHANGELOG.md b/CHANGELOG.md
index 7161ec8357..7caf3ca663 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 15.0.45 -->
-## [v15.0.45](https://github.com/chef/chef/tree/v15.0.45) (2018-11-05)
+<!-- latest_release 15.0.46 -->
+## [v15.0.46](https://github.com/chef/chef/tree/v15.0.46) (2018-11-06)
#### Merged Pull Requests
- Defer running initramfs_command until end of run [#7871](https://github.com/chef/chef/pull/7871) ([tomdoherty](https://github.com/tomdoherty))
diff --git a/Gemfile.lock b/Gemfile.lock
index 4118d7e6b7..d1b086a40d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,10 +27,10 @@ GIT
PATH
remote: .
specs:
- chef (15.0.45)
+ chef (15.0.46)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.45)
+ chef-config (= 15.0.46)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -57,10 +57,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (15.0.45-universal-mingw32)
+ chef (15.0.46-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.45)
+ chef-config (= 15.0.46)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -104,7 +104,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (15.0.45)
+ chef-config (15.0.46)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
@@ -247,7 +247,7 @@ GEM
pusher-client (0.6.2)
json
websocket (~> 1.0)
- rack (2.0.5)
+ rack (2.0.6)
rainbow (3.0.0)
rake (12.3.0)
rb-readline (0.5.5)
diff --git a/VERSION b/VERSION
index 1862c5652f..9256f36ce3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.45 \ No newline at end of file
+15.0.46 \ 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 d8fb50b662..962feb9d32 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.0.45".freeze
+ VERSION = "15.0.46".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 41a1018f6b..4057a4999d 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("15.0.45")
+ VERSION = Chef::VersionString.new("15.0.46")
end
#