summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-12-05 20:16:23 +0000
committerChef Expeditor <chef-ci@chef.io>2018-12-05 20:16:23 +0000
commiteb1a27a31132829a5ffdeab07557b4a5520b6e14 (patch)
tree8b007fbb6752a0683f33867f2dbb6f04a5c8a4b2
parent14d92fc827e67296b9780f549ce3862f4d664c2a (diff)
downloadohai-eb1a27a31132829a5ffdeab07557b4a5520b6e14.tar.gz
Bump version to 14.8.9 by Chef Expeditorv14.8.9
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 07ea9e0c..fb535e13 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.8.8 -->
-## [v14.8.8](https://github.com/chef/ohai/tree/v14.8.8) (2018-12-05)
+<!-- latest_release 14.8.9 -->
+## [v14.8.9](https://github.com/chef/ohai/tree/v14.8.9) (2018-12-05)
#### Merged Pull Requests
-- Add support for XCP-NG platform [#1330](https://github.com/chef/ohai/pull/1330) ([tas50](https://github.com/tas50))
+- Add final notes for Ohai 14.8 [#1331](https://github.com/chef/ohai/pull/1331) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.6.2 -->
### Changes since 14.6.2 release
#### Merged Pull Requests
+- Add final notes for Ohai 14.8 [#1331](https://github.com/chef/ohai/pull/1331) ([tas50](https://github.com/tas50)) <!-- 14.8.9 -->
- Add support for XCP-NG platform [#1330](https://github.com/chef/ohai/pull/1330) ([tas50](https://github.com/tas50)) <!-- 14.8.8 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 545dadb1..73392588 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.8.8 \ No newline at end of file
+14.8.9 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 597b089c..de9d4692 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.8".freeze
+ VERSION = "14.8.9".freeze
end