summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-13 18:08:59 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-13 18:08:59 +0000
commit5104a9c048d1d15f5c73e0bb3adb3d9d086fc0c4 (patch)
tree41c0bd2911145c3c6308733b89f2f819d61e0878
parent6294296290410fdc68cdab5a3d897df50ca24994 (diff)
downloadohai-5104a9c048d1d15f5c73e0bb3adb3d9d086fc0c4.tar.gz
Bump version to 16.0.11 by Chef Expeditorv16.0.11
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 8b54761f..448013ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.0.10 -->
-## [v16.0.10](https://github.com/chef/ohai/tree/v16.0.10) (2020-03-13)
+<!-- latest_release 16.0.11 -->
+## [v16.0.11](https://github.com/chef/ohai/tree/v16.0.11) (2020-03-13)
#### Merged Pull Requests
-- 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))
+- Add a new interrupts plugin for Linux [#1440](https://github.com/chef/ohai/pull/1440) ([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 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 -->
- Combine Linux / Windows fips plugins into a single plugin [#1437](https://github.com/chef/ohai/pull/1437) ([tas50](https://github.com/tas50)) <!-- 16.0.8 -->
diff --git a/VERSION b/VERSION
index f3837f49..f17fc759 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.0.10 \ No newline at end of file
+16.0.11 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index ef18e499..d258aae9 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.10".freeze
+ VERSION = "16.0.11".freeze
end