diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-02-26 19:03:06 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-02-26 19:03:06 +0000 |
commit | 48b46ae34b8461f9eb7f68600ef77df39bd3aea1 (patch) | |
tree | 9aec120f694b26c79abaf8866b4c84e5e86db6c5 | |
parent | 7a38c3afe89fa7e39b92a3fbb63c3c00f2438e65 (diff) | |
download | chef-48b46ae34b8461f9eb7f68600ef77df39bd3aea1.tar.gz |
Bump version to 14.11.9 by Chef Expeditorv14.11.9
Obvious fix; these changes are the result of automation not creative thinking.
-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 705dee145c..614ac22bf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> -<!-- latest_release 14.11.8 --> -## [v14.11.8](https://github.com/chef/chef/tree/v14.11.8) (2019-02-22) +<!-- latest_release 14.11.9 --> +## [v14.11.9](https://github.com/chef/chef/tree/v14.11.9) (2019-02-26) #### Merged Pull Requests -- Chef-14: add lazy module include to universal DSL [#8246](https://github.com/chef/chef/pull/8246) ([lamont-granquist](https://github.com/lamont-granquist)) +- Chef-14: rollback rbnacl [#8254](https://github.com/chef/chef/pull/8254) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- latest_release --> <!-- release_rollup since=14.10.9 --> ### Changes since 14.10.9 release #### Merged Pull Requests +- Chef-14: rollback rbnacl [#8254](https://github.com/chef/chef/pull/8254) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.11.9 --> - Chef-14: add lazy module include to universal DSL [#8246](https://github.com/chef/chef/pull/8246) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.11.8 --> - Update InSpec to 3.6.6 [#8237](https://github.com/chef/chef/pull/8237) ([tas50](https://github.com/tas50)) <!-- 14.11.7 --> - Chef-14: add ed25519 gemset and update omnibus-software [#8222](https://github.com/chef/chef/pull/8222) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.11.6 --> diff --git a/Gemfile.lock b/Gemfile.lock index 7054ffadbb..66f77c6f2e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,10 @@ PATH remote: . specs: - chef (14.11.8) + chef (14.11.9) addressable bundler (>= 1.10) - chef-config (= 14.11.8) + chef-config (= 14.11.9) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -31,10 +31,10 @@ PATH specinfra (~> 2.10) syslog-logger (~> 1.6) uuidtools (~> 2.1.5) - chef (14.11.8-universal-mingw32) + chef (14.11.9-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 14.11.8) + chef-config (= 14.11.9) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -78,7 +78,7 @@ PATH PATH remote: chef-config specs: - chef-config (14.11.8) + chef-config (14.11.9) addressable fuzzyurl mixlib-config (>= 2.2.12, < 3.0) @@ -1 +1 @@ -14.11.8
\ No newline at end of file +14.11.9
\ 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 462d3993e0..cb3681b4ae 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 = "14.11.8".freeze + VERSION = "14.11.9".freeze end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 5e23e0e7a4..4633308784 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("14.11.8") + VERSION = Chef::VersionString.new("14.11.9") end # |