From 213bc8240908147fad9f8df1581e735716a35e88 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 16 Feb 2018 16:05:11 +0000 Subject: Bump version to 14.0.9 by Expeditor --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/ohai/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8558ef76..99049c25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v14.0.8](https://github.com/chef/ohai/tree/v14.0.8) (2018-02-16) + +## [v14.0.9](https://github.com/chef/ohai/tree/v14.0.9) (2018-02-16) #### Merged Pull Requests -- fix failing tests on non linux platforms [#1134](https://github.com/chef/ohai/pull/1134) ([thommay](https://github.com/thommay)) +- Docker host detection and information [#1125](https://github.com/chef/ohai/pull/1125) ([tas50](https://github.com/tas50)) ### Changes since 13.7.1 release #### Merged Pull Requests +- Docker host detection and information [#1125](https://github.com/chef/ohai/pull/1125) ([tas50](https://github.com/tas50)) - fix failing tests on non linux platforms [#1134](https://github.com/chef/ohai/pull/1134) ([thommay](https://github.com/thommay)) - Initial removal of support for Ohai V6 plugins [#1127](https://github.com/chef/ohai/pull/1127) ([tas50](https://github.com/tas50)) - Fix vmware specs to actually run the plugin [#1133](https://github.com/chef/ohai/pull/1133) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 979f1e31..a03a651b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.0.8 \ No newline at end of file +14.0.9 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index b0b23936..28775029 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -18,5 +18,5 @@ module Ohai OHAI_ROOT = File.expand_path(File.dirname(__FILE__)) - VERSION = "14.0.8" + VERSION = "14.0.9" end -- cgit v1.2.1