summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-30 17:53:14 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-30 17:53:14 +0000
commitffd27ad6685bbd406f8e7370cd7a9ca44794ef36 (patch)
tree512af2fdbab377aa7a61f413676d9e9a50eb6ff4
parent7559014c7722f258a66fb14785844b8389fdb7ee (diff)
downloadohai-ffd27ad6685bbd406f8e7370cd7a9ca44794ef36.tar.gz
Bump version to 13.12.4 by Chef Expeditorv13.12.4
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 bb6410fb..a93c8483 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 13.12.3 -->
-## [v13.12.3](https://github.com/chef/ohai/tree/v13.12.3) (2018-10-30)
+<!-- latest_release 13.12.4 -->
+## [v13.12.4](https://github.com/chef/ohai/tree/v13.12.4) (2018-10-30)
#### 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))
+- Trim out bogus data in system_profile plugin [#1284](https://github.com/chef/ohai/pull/1284) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=13.10.0 -->
### Changes since 13.10.0 release
#### Merged Pull Requests
+- Trim out bogus data in system_profile plugin [#1284](https://github.com/chef/ohai/pull/1284) ([tas50](https://github.com/tas50)) <!-- 13.12.4 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 975d54d8..53568722 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.12.3 \ No newline at end of file
+13.12.4 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index cdffc8fb..6d807676 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.3"
+ VERSION = "13.12.4"
end