summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-31 00:46:16 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-31 00:46:16 +0000
commit10bdda089169f74ba04ff6a977fe98e26f6b43bb (patch)
treed73d063337fa6a87c9398eab4aec47e136c011ac
parentd036d73f094fd5b79b491f5dfa0361847906f3f4 (diff)
downloadchef-10bdda089169f74ba04ff6a977fe98e26f6b43bb.tar.gz
Bump version to 15.8.0 by Chef Expeditorv15.8.0
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock24
-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, 21 insertions, 20 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2575d36227..32f112b478 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 15.7.33 -->
-## [v15.7.33](https://github.com/chef/chef/tree/v15.7.33) (2020-01-28)
+<!-- latest_release 15.8.0 -->
+## [v15.8.0](https://github.com/chef/chef/tree/v15.8.0) (2020-01-31)
#### Merged Pull Requests
-- Fixes all notarization issues [#9252](https://github.com/chef/chef/pull/9252) ([jonsmorrow](https://github.com/jonsmorrow))
+- Add windows_nt_version and powershell_version helpers to chef-utils [#9307](https://github.com/chef/chef/pull/9307) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=15.7.32 -->
### Changes not yet released to stable channel
#### Merged Pull Requests
+- Add windows_nt_version and powershell_version helpers to chef-utils [#9307](https://github.com/chef/chef/pull/9307) ([tas50](https://github.com/tas50)) <!-- 15.8.0 -->
- Fixes all notarization issues [#9252](https://github.com/chef/chef/pull/9252) ([jonsmorrow](https://github.com/jonsmorrow)) <!-- 15.7.33 -->
<!-- release_rollup -->
diff --git a/Gemfile.lock b/Gemfile.lock
index a2f2be6324..5c85d03326 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,12 +27,12 @@ GIT
PATH
remote: .
specs:
- chef (15.7.33)
+ chef (15.8.0)
addressable
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
- chef-config (= 15.7.33)
- chef-utils (= 15.7.33)
+ chef-config (= 15.8.0)
+ chef-utils (= 15.8.0)
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.7.33-universal-mingw32)
+ chef (15.8.0-universal-mingw32)
addressable
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
- chef-config (= 15.7.33)
- chef-utils (= 15.7.33)
+ chef-config (= 15.8.0)
+ chef-utils (= 15.8.0)
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.7.33)
- chef (= 15.7.33)
+ chef-bin (15.8.0)
+ chef (= 15.8.0)
PATH
remote: chef-config
specs:
- chef-config (15.7.33)
+ chef-config (15.8.0)
addressable
- chef-utils (= 15.7.33)
+ chef-utils (= 15.8.0)
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.7.33)
+ chef-utils (15.8.0)
GEM
remote: https://rubygems.org/
@@ -416,7 +416,7 @@ GEM
win32-ipc (>= 0.6.0)
win32-process (0.8.3)
ffi (>= 1.0.0)
- win32-service (2.1.4)
+ win32-service (2.1.5)
ffi
ffi-win32-extensions
win32-taskscheduler (2.0.4)
diff --git a/VERSION b/VERSION
index 4301744cad..1685f0c162 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.7.33 \ No newline at end of file
+15.8.0 \ 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 f458f39f19..e14e6a9142 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.7.33".freeze
+ VERSION = "15.8.0".freeze
end
#
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 3dc3acb4e0..21d5b37ef6 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.7.33".freeze
+ VERSION = "15.8.0".freeze
end
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index 30fc92da36..a01e2b2a07 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.7.33".freeze
+ VERSION = "15.8.0".freeze
end
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index bc32561e38..1d25dc2d11 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.7.33")
+ VERSION = Chef::VersionString.new("15.8.0")
end
#