summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-04 15:17:32 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-04 15:17:32 +0000
commita6db1405bb2e242e892e95eab58bcde0bdae6085 (patch)
tree1af25553928c0491b2afc3f63019b47770cbf2e7
parentabe39af77fdd1ab3ede57fc7b424800befd35eb1 (diff)
downloadohai-a6db1405bb2e242e892e95eab58bcde0bdae6085.tar.gz
Bump version to 14.5.9 by Chef Expeditorv14.5.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 60b25116..8bec1206 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.5.8 -->
-## [v14.5.8](https://github.com/chef/ohai/tree/v14.5.8) (2018-10-04)
+<!-- latest_release 14.5.9 -->
+## [v14.5.9](https://github.com/chef/ohai/tree/v14.5.9) (2018-10-04)
#### Merged Pull Requests
-- Unify the OS plugins [#1261](https://github.com/chef/ohai/pull/1261) ([jaymzh](https://github.com/jaymzh))
+- Unify the cpu plugin [#1262](https://github.com/chef/ohai/pull/1262) ([jaymzh](https://github.com/jaymzh))
<!-- latest_release -->
<!-- release_rollup since=14.5.4 -->
### Changes since 14.5.4 release
#### Merged Pull Requests
+- Unify the cpu plugin [#1262](https://github.com/chef/ohai/pull/1262) ([jaymzh](https://github.com/jaymzh)) <!-- 14.5.9 -->
- Unify the OS plugins [#1261](https://github.com/chef/ohai/pull/1261) ([jaymzh](https://github.com/jaymzh)) <!-- 14.5.8 -->
- Add more yard comments [#1256](https://github.com/chef/ohai/pull/1256) ([tas50](https://github.com/tas50)) <!-- 14.5.7 -->
- Avoid gathering all data with sysctl which seems to hang [#1259](https://github.com/chef/ohai/pull/1259) ([tas50](https://github.com/tas50)) <!-- 14.5.6 -->
diff --git a/VERSION b/VERSION
index 52016465..d4338b98 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.5.8 \ No newline at end of file
+14.5.9 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 82c87a3d..7f2cd965 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.5.8".freeze
+ VERSION = "14.5.9".freeze
end