diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-05-02 18:28:48 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-05-02 18:28:48 +0000 |
commit | 4e5c8e6fd7c44101bcfd6689c09a0d90d679e6d8 (patch) | |
tree | 73b3e6a8b77053f5077bcd39d4ee3800d8f73dbf | |
parent | 6b13eaea94925ebb28004e599b0faeb7f9859db7 (diff) | |
download | chef-4e5c8e6fd7c44101bcfd6689c09a0d90d679e6d8.tar.gz |
Bump version to 13.9.0 by Chef Expeditorv13.9.0
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | Gemfile.lock | 12 | ||||
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
4 files changed, 12 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 78e9f0bf38..eff24e9413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> -<!-- latest_release 13.8.15 --> -## [v13.8.15](https://github.com/chef/chef/tree/v13.8.15) (2018-05-02) +<!-- latest_release unreleased --> +## Unreleased #### Merged Pull Requests -- Don't always request lazy files [#7216](https://github.com/chef/chef/pull/7216) ([thommay](https://github.com/thommay)) +- 13.9 Release notes [#7218](https://github.com/chef/chef/pull/7218) ([thommay](https://github.com/thommay)) <!-- latest_release --> <!-- release_rollup since=13.8.5 --> ### Changes since 13.8.5 release #### Merged Pull Requests +- 13.9 Release notes [#7218](https://github.com/chef/chef/pull/7218) ([thommay](https://github.com/thommay)) <!-- 13.9.0 --> - Don't always request lazy files [#7216](https://github.com/chef/chef/pull/7216) ([thommay](https://github.com/thommay)) <!-- 13.8.15 --> - Windows MSI: files are now re-unzipped during repair mode (Backport to Chef 13) [#7112](https://github.com/chef/chef/pull/7112) ([stuartpreston](https://github.com/stuartpreston)) <!-- 13.8.14 --> - Bump dependencies to bring in Ohai 13.9 [#7135](https://github.com/chef/chef/pull/7135) ([tas50](https://github.com/tas50)) <!-- 13.8.13 --> diff --git a/Gemfile.lock b/Gemfile.lock index 9148c46d41..8f6190b1bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,10 +9,10 @@ GIT PATH remote: . specs: - chef (13.8.15) + chef (13.9.0) addressable bundler (>= 1.10) - chef-config (= 13.8.15) + chef-config (= 13.9.0) 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.8.15-universal-mingw32) + chef (13.9.0-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 13.8.15) + chef-config (= 13.9.0) 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.8.15) + chef-config (13.9.0) addressable fuzzyurl mixlib-config (~> 2.0) @@ -188,7 +188,7 @@ GEM little-plugger (~> 1.1) multi_json (~> 1.10) method_source (0.9.0) - mixlib-archive (0.4.2) + mixlib-archive (0.4.4) mixlib-log mixlib-authentication (1.4.2) mixlib-cli (1.7.0) diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 81d52f8c3a..8dee3b846a 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.8.15" + VERSION = "13.9.0" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index b82a538980..e60402191d 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.8.15") + VERSION = Chef::VersionString.new("13.9.0") end # |