summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-16 16:41:25 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-16 16:41:25 +0000
commit0a5ca4a55a677061e8e04f871675c3e2111faae0 (patch)
tree5d8f20bd3f26403d4b4d76514c841da6e8f66824
parent02eeb371e2c556623400eee0e8476be58ba88478 (diff)
downloadohai-0a5ca4a55a677061e8e04f871675c3e2111faae0.tar.gz
Bump version to 14.0.11 by Expeditorv14.0.11
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f4f5c2b..ce85e6bd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.0.10 -->
-## [v14.0.10](https://github.com/chef/ohai/tree/v14.0.10) (2018-02-16)
+<!-- latest_release 14.0.11 -->
+## [v14.0.11](https://github.com/chef/ohai/tree/v14.0.11) (2018-02-16)
#### Merged Pull Requests
-- Docker host detection and information [#1125](https://github.com/chef/ohai/pull/1125) ([tas50](https://github.com/tas50))
+- fix critical plugin tests [#1135](https://github.com/chef/ohai/pull/1135) ([thommay](https://github.com/thommay))
<!-- latest_release -->
<!-- release_rollup since=13.7.1 -->
### Changes since 13.7.1 release
#### Merged Pull Requests
+- fix critical plugin tests [#1135](https://github.com/chef/ohai/pull/1135) ([thommay](https://github.com/thommay)) <!-- 14.0.11 -->
- Docker host detection and information [#1125](https://github.com/chef/ohai/pull/1125) ([tas50](https://github.com/tas50)) <!-- 14.0.9 -->
- fix failing tests on non linux platforms [#1134](https://github.com/chef/ohai/pull/1134) ([thommay](https://github.com/thommay)) <!-- 14.0.7 -->
- Initial removal of support for Ohai V6 plugins [#1127](https://github.com/chef/ohai/pull/1127) ([tas50](https://github.com/tas50)) <!-- 14.0.6 -->
diff --git a/VERSION b/VERSION
index 150937ce..6bd31873 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.10 \ No newline at end of file
+14.0.11 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 735903a8..30a47000 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.10"
+ VERSION = "14.0.11"
end