summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-16 09:55:44 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-16 09:55:44 +0000
commit911026815187c5ed06bb78fe47904e8992353a20 (patch)
treead44172a9466fdf2ba3f098cd12bcb5787d49a92
parent380cf7eba190b3c26f69f29462ed42add6ebd56e (diff)
downloadohai-911026815187c5ed06bb78fe47904e8992353a20.tar.gz
Bump version to 14.0.6 by Expeditorv14.0.6
-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 ecc825d7..7063703a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.0.5 -->
-## [v14.0.5](https://github.com/chef/ohai/tree/v14.0.5) (2018-02-16)
+<!-- latest_release 14.0.6 -->
+## [v14.0.6](https://github.com/chef/ohai/tree/v14.0.6) (2018-02-16)
#### Merged Pull Requests
-- Fix vmware specs to actually run the plugin [#1133](https://github.com/chef/ohai/pull/1133) ([tas50](https://github.com/tas50))
+- Initial removal of support for Ohai V6 plugins [#1127](https://github.com/chef/ohai/pull/1127) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=13.7.1 -->
### Changes since 13.7.1 release
#### Merged Pull Requests
+- Initial removal of support for Ohai V6 plugins [#1127](https://github.com/chef/ohai/pull/1127) ([tas50](https://github.com/tas50)) <!-- 14.0.6 -->
- Fix vmware specs to actually run the plugin [#1133](https://github.com/chef/ohai/pull/1133) ([tas50](https://github.com/tas50)) <!-- 14.0.5 -->
- account for snap based installations of LXD [#1131](https://github.com/chef/ohai/pull/1131) ([thewyzard44](https://github.com/thewyzard44)) <!-- 14.0.4 -->
- Simplify path logic by requiring chef-config 12.8+ [#1128](https://github.com/chef/ohai/pull/1128) ([tas50](https://github.com/tas50)) <!-- 14.0.3 -->
diff --git a/VERSION b/VERSION
index 6dbeddf9..85f5c201 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.5 \ No newline at end of file
+14.0.6 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 7b8d38d5..d1ac963b 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.5"
+ VERSION = "14.0.6"
end