diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-02-23 21:54:05 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-02-23 21:54:05 +0000 |
commit | 81b5a783126e4a781d8559d474cc2c7abeeebf9f (patch) | |
tree | 740fd32ef88c6d29ce41b13b3a136e8823c021b9 | |
parent | a7cc775f4001d068c02a5f69c1b039f7ea772773 (diff) | |
download | chef-81b5a783126e4a781d8559d474cc2c7abeeebf9f.tar.gz |
Bump version to 13.8.1 by Expeditorv13.8.1
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | Gemfile.lock | 10 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
5 files changed, 12 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6177f99d7b..1a5be12dea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> -<!-- latest_release 13.7.28 --> -## [v13.7.28](https://github.com/chef/chef/tree/v13.7.28) (2018-02-23) +<!-- latest_release 13.8.1 --> +## [v13.8.1](https://github.com/chef/chef/tree/v13.8.1) (2018-02-23) #### Merged Pull Requests -- Chef-13 revert lazy attributes [#6898](https://github.com/chef/chef/pull/6898) ([lamont-granquist](https://github.com/lamont-granquist)) +- Revert "Revert "fixup some unit tests"" [#6912](https://github.com/chef/chef/pull/6912) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- latest_release --> <!-- release_rollup since=13.7.16 --> ### Changes since 13.7.16 release #### Merged Pull Requests +- Revert "Revert "fixup some unit tests"" [#6912](https://github.com/chef/chef/pull/6912) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 13.8.1 --> - Chef-13 revert lazy attributes [#6898](https://github.com/chef/chef/pull/6898) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 13.7.28 --> - Prevent knife search --id-only from outputting IDs in the same format as an empty hash [#6893](https://github.com/chef/chef/pull/6893) ([tas50](https://github.com/tas50)) <!-- 13.7.27 --> - use a stricter comparison so knife ssh only fails if --exit-on-error [#6894](https://github.com/chef/chef/pull/6894) ([tas50](https://github.com/tas50)) <!-- 13.7.26 --> diff --git a/Gemfile.lock b/Gemfile.lock index 8922206033..a15f36eef9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,10 +17,10 @@ GIT PATH remote: . specs: - chef (13.8.0) + chef (13.8.1) addressable bundler (>= 1.10) - chef-config (= 13.8.0) + chef-config (= 13.8.1) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -47,10 +47,10 @@ PATH specinfra (~> 2.10) syslog-logger (~> 1.6) uuidtools (~> 2.1.5) - chef (13.8.0-universal-mingw32) + chef (13.8.1-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 13.8.0) + chef-config (= 13.8.1) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -92,7 +92,7 @@ PATH PATH remote: chef-config specs: - chef-config (13.8.0) + chef-config (13.8.1) addressable fuzzyurl mixlib-config (~> 2.0) @@ -1 +1 @@ -13.8.0 +13.8.1
\ 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 bc803a38d3..567fa5bc6c 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.0" + VERSION = "13.8.1" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index b9c38d0349..382834d1e4 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.0") + VERSION = Chef::VersionString.new("13.8.1") end # |