summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-30 17:48:43 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-30 17:48:43 +0000
commit7559014c7722f258a66fb14785844b8389fdb7ee (patch)
treee88542b8caa7298bf352052077110fa4c8589997
parentb155b1f2bf39a0887054173ab4bfdad9e11dcc7b (diff)
downloadohai-7559014c7722f258a66fb14785844b8389fdb7ee.tar.gz
Bump version to 13.12.3 by Chef Expeditorv13.12.3
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 6e9515d0..bb6410fb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 13.12.2 -->
-## [v13.12.2](https://github.com/chef/ohai/tree/v13.12.2) (2018-10-30)
+<!-- latest_release 13.12.3 -->
+## [v13.12.3](https://github.com/chef/ohai/tree/v13.12.3) (2018-10-30)
#### Merged Pull Requests
-- Fix provided relative paths to the config file [#1287](https://github.com/chef/ohai/pull/1287) ([tas50](https://github.com/tas50))
+- Avoid gathering all data with sysctl which seems to hang [#1285](https://github.com/chef/ohai/pull/1285) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=13.10.0 -->
### Changes since 13.10.0 release
#### Merged Pull Requests
+- Avoid gathering all data with sysctl which seems to hang [#1285](https://github.com/chef/ohai/pull/1285) ([tas50](https://github.com/tas50)) <!-- 13.12.3 -->
- Fix provided relative paths to the config file [#1287](https://github.com/chef/ohai/pull/1287) ([tas50](https://github.com/tas50)) <!-- 13.12.2 -->
- Add support for SLES 15 [#1286](https://github.com/chef/ohai/pull/1286) ([tas50](https://github.com/tas50)) <!-- 13.12.1 -->
- Bump version to 13.12.0 [#1288](https://github.com/chef/ohai/pull/1288) ([tas50](https://github.com/tas50)) <!-- 13.12.0 -->
diff --git a/VERSION b/VERSION
index d786287f..975d54d8 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.12.2 \ No newline at end of file
+13.12.3 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index e99f2d14..cdffc8fb 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 = "13.12.2"
+ VERSION = "13.12.3"
end