summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-13 21:07:02 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-13 21:07:02 +0000
commit10615b80e8abd2a8a3263a3514822a90158c14d1 (patch)
tree69761cf5e07c1c4d328e09db908d92877c4cf0e7
parent82a53f522109c89ad8c9a330ca40643ed55143eb (diff)
downloadohai-16.0.12.tar.gz
Bump version to 16.0.12 by Chef Expeditorv16.0.12
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 448013ee..5e82352a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.0.11 -->
-## [v16.0.11](https://github.com/chef/ohai/tree/v16.0.11) (2020-03-13)
+<!-- latest_release 16.0.12 -->
+## [v16.0.12](https://github.com/chef/ohai/tree/v16.0.12) (2020-03-13)
#### Merged Pull Requests
-- Add a new interrupts plugin for Linux [#1440](https://github.com/chef/ohai/pull/1440) ([davide125](https://github.com/davide125))
+- Add a new ipc plugin for Linux [#1441](https://github.com/chef/ohai/pull/1441) ([davide125](https://github.com/davide125))
<!-- latest_release -->
<!-- release_rollup since=15.7.3 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 -->
- Add logic to fetch the latest azure metadata version [#1427](https://github.com/chef/ohai/pull/1427) ([tas50](https://github.com/tas50)) <!-- 16.0.9 -->
diff --git a/VERSION b/VERSION
index f17fc759..e984dacc 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.0.11 \ No newline at end of file
+16.0.12 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index d258aae9..1993d33a 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.11".freeze
+ VERSION = "16.0.12".freeze
end