summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-12-05 19:49:52 +0000
committerChef Expeditor <chef-ci@chef.io>2018-12-05 19:49:52 +0000
commit04e4472fb6f3c3c462fc480e2e61bd8b4da3ae3f (patch)
tree52d4990491077b158d1f01a01dfe2e67bd8c7dbe
parent1045630cbafdc0d2c43031393f90eb83a1db1ada (diff)
downloadohai-14.8.7.tar.gz
Bump version to 14.8.7 by Chef Expeditorv14.8.7
Obvious fix; these changes are the result of automation not creative thinking.
-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 dec32998..4d257ab4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.8.6 -->
-## [v14.8.6](https://github.com/chef/ohai/tree/v14.8.6) (2018-12-05)
+<!-- latest_release 14.8.7 -->
+## [v14.8.7](https://github.com/chef/ohai/tree/v14.8.7) (2018-12-05)
#### Merged Pull Requests
-- Add antergos and manjaro linux to the Arch platform_family [#1326](https://github.com/chef/ohai/pull/1326) ([tas50](https://github.com/tas50))
+- Add mangeia platform with madriva platform_family [#1328](https://github.com/chef/ohai/pull/1328) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.6.2 -->
### Changes since 14.6.2 release
#### Merged Pull Requests
+- Add mangeia platform with madriva platform_family [#1328](https://github.com/chef/ohai/pull/1328) ([tas50](https://github.com/tas50)) <!-- 14.8.7 -->
- Add antergos and manjaro linux to the Arch platform_family [#1326](https://github.com/chef/ohai/pull/1326) ([tas50](https://github.com/tas50)) <!-- 14.8.6 -->
- bsd virtualization: Detect amazonec2 hypervisor + kvm without dmidecode [#1327](https://github.com/chef/ohai/pull/1327) ([tas50](https://github.com/tas50)) <!-- 14.8.5 -->
- Linux Virtualization: Use the new nests `systems` format for lxd / lxc [#1329](https://github.com/chef/ohai/pull/1329) ([tas50](https://github.com/tas50)) <!-- 14.8.4 -->
diff --git a/VERSION b/VERSION
index a40c7d89..d3fbf759 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.8.6 \ No newline at end of file
+14.8.7 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index bda9803a..5e2a7858 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.8.6".freeze
+ VERSION = "14.8.7".freeze
end