diff options
-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 | ||||
-rw-r--r-- | omnibus/Gemfile.lock | 8 |
6 files changed, 16 insertions, 15 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a353fad06f..f414dd7949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> -<!-- latest_release 14.9.7 --> -## [v14.9.7](https://github.com/chef/chef/tree/v14.9.7) (2019-01-17) +<!-- latest_release 14.9.8 --> +## [v14.9.8](https://github.com/chef/chef/tree/v14.9.8) (2019-01-17) #### Merged Pull Requests -- Chef 14: A windows support to the timezone resource [#8129](https://github.com/chef/chef/pull/8129) ([tas50](https://github.com/tas50)) +- Update license scout to 1.0.22 [#8131](https://github.com/chef/chef/pull/8131) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=14.8.12 --> ### Changes since 14.8.12 release #### Merged Pull Requests +- Update license scout to 1.0.22 [#8131](https://github.com/chef/chef/pull/8131) ([tas50](https://github.com/tas50)) <!-- 14.9.8 --> - Chef 14: A windows support to the timezone resource [#8129](https://github.com/chef/chef/pull/8129) ([tas50](https://github.com/tas50)) <!-- 14.9.7 --> - windows_task resource: allow non-system users without password for interactive tasks [#8120](https://github.com/chef/chef/pull/8120) ([tas50](https://github.com/tas50)) <!-- 14.9.6 --> - Support and test on Ruby 2.6 [#8121](https://github.com/chef/chef/pull/8121) ([tas50](https://github.com/tas50)) <!-- 14.9.5 --> diff --git a/Gemfile.lock b/Gemfile.lock index 85374a035b..b1ee5d17ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,10 +9,10 @@ GIT PATH remote: . specs: - chef (14.9.7) + chef (14.9.8) addressable bundler (>= 1.10) - chef-config (= 14.9.7) + chef-config (= 14.9.8) 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 (14.9.7-universal-mingw32) + chef (14.9.8-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 14.9.7) + chef-config (= 14.9.8) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -86,7 +86,7 @@ PATH PATH remote: chef-config specs: - chef-config (14.9.7) + chef-config (14.9.8) addressable fuzzyurl mixlib-config (>= 2.2.12, < 3.0) @@ -1 +1 @@ -14.9.7
\ No newline at end of file +14.9.8
\ 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 309100d58c..649312ff4c 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.9.7".freeze + VERSION = "14.9.8".freeze end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index f79d1e1edc..6e9700feae 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.9.7") + VERSION = Chef::VersionString.new("14.9.8") end # diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index e4c3580995..12260ce073 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -1,9 +1,9 @@ GIT remote: https://github.com/chef/omnibus - revision: 5ac799cdcc5a7865b452daa96f92812144dccb3d + revision: 51cc8d6143c6737dc5d51fe89f7a45fe52f34731 branch: master specs: - omnibus (6.0.10) + omnibus (6.0.11) aws-sdk-s3 (~> 1) chef-sugar (>= 3.3) cleanroom (~> 1.0) @@ -18,7 +18,7 @@ GIT GIT remote: https://github.com/chef/omnibus-software - revision: f54ca7cd82d0e49ac62f8380d9c56d05048db9fd + revision: f876bb6a1d60e0b9e2b52a4ce16318d05327bdfd branch: master specs: omnibus-software (4.0.0) @@ -181,7 +181,7 @@ GEM kitchen-vagrant (1.3.6) test-kitchen (~> 1.4) libyajl2 (1.2.0) - license_scout (1.0.20) + license_scout (1.0.22) ffi-yajl (~> 2.2) mixlib-shellout (~> 2.2) toml-rb (~> 1.0) |