summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d11aa3ee..73463c4a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.5.5 -->
-## [v14.5.5](https://github.com/chef/ohai/tree/v14.5.5) (2018-09-19)
+<!-- latest_release 14.5.6 -->
+## [v14.5.6](https://github.com/chef/ohai/tree/v14.5.6) (2018-09-27)
#### Merged Pull Requests
-- Review and copyediting of RELEASE_NOTES [#1255](https://github.com/chef/ohai/pull/1255) ([mjingle](https://github.com/mjingle))
+- Avoid gathering all data with sysctl which seems to hang [#1259](https://github.com/chef/ohai/pull/1259) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.5.4 -->
### Changes since 14.5.4 release
#### Merged Pull Requests
+- 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 -->
- Review and copyediting of RELEASE_NOTES [#1255](https://github.com/chef/ohai/pull/1255) ([mjingle](https://github.com/mjingle)) <!-- 14.5.5 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 066b11ac..57403590 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.5.5 \ No newline at end of file
+14.5.6 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 3fdc4b41..d26c93f0 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.5".freeze
+ VERSION = "14.5.6".freeze
end