summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-01 02:27:29 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-01 02:27:29 +0000
commit9e690e8ae0b879f09a5202ee45cb894a99ca74da (patch)
treec7a2eb1dd45bae0b63963829d9622b66163a3437
parentc8f68757801f0937b9803f3edbcd393409064f7e (diff)
downloadohai-9e690e8ae0b879f09a5202ee45cb894a99ca74da.tar.gz
Bump version to 16.0.13 by Chef Expeditorv16.0.13
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 5e82352a..5e99e1f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.0.12 -->
-## [v16.0.12](https://github.com/chef/ohai/tree/v16.0.12) (2020-03-13)
+<!-- latest_release 16.0.13 -->
+## [v16.0.13](https://github.com/chef/ohai/tree/v16.0.13) (2020-04-01)
#### Merged Pull Requests
-- Add a new ipc plugin for Linux [#1441](https://github.com/chef/ohai/pull/1441) ([davide125](https://github.com/davide125))
+- Fix test failure from missing require. [#1442](https://github.com/chef/ohai/pull/1442) ([phiggins](https://github.com/phiggins))
<!-- latest_release -->
<!-- release_rollup since=15.7.3 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Fix test failure from missing require. [#1442](https://github.com/chef/ohai/pull/1442) ([phiggins](https://github.com/phiggins)) <!-- 16.0.13 -->
- Add a new ipc plugin for Linux [#1441](https://github.com/chef/ohai/pull/1441) ([davide125](https://github.com/davide125)) <!-- 16.0.12 -->
- Add a new interrupts plugin for Linux [#1440](https://github.com/chef/ohai/pull/1440) ([davide125](https://github.com/davide125)) <!-- 16.0.11 -->
- Expose NIC channel params, coalesce params, and driver info... [#1439](https://github.com/chef/ohai/pull/1439) ([matt-c-clark](https://github.com/matt-c-clark)) <!-- 16.0.10 -->
diff --git a/VERSION b/VERSION
index e984dacc..1b303d11 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.0.12 \ No newline at end of file
+16.0.13 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 1993d33a..8a6a7a8d 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 = "16.0.12".freeze
+ VERSION = "16.0.13".freeze
end