summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-02 16:40:03 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-02 16:40:03 +0000
commit090afb32c74d3275312b2550f41c5ab9d04ac5fa (patch)
treebc9ad7b34b301d83c9e3a221c82c1821c36211f1
parent4097e2b1da652e6060d2b61fc8f0b0b3b88492c4 (diff)
downloadohai-090afb32c74d3275312b2550f41c5ab9d04ac5fa.tar.gz
Bump version to 17.0.31 by Chef Expeditorv17.0.31
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 3a86a452..ba93d518 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.0.30 -->
-## [v17.0.30](https://github.com/chef/ohai/tree/v17.0.30) (2021-03-15)
+<!-- latest_release 17.0.31 -->
+## [v17.0.31](https://github.com/chef/ohai/tree/v17.0.31) (2021-04-02)
#### Merged Pull Requests
-- Stick the common matched platforms first [#1635](https://github.com/chef/ohai/pull/1635) ([tas50](https://github.com/tas50))
+- network: Add offload features to node. [#1637](https://github.com/chef/ohai/pull/1637) ([zalokhan](https://github.com/zalokhan))
<!-- latest_release -->
<!-- release_rollup since=16.8.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- network: Add offload features to node. [#1637](https://github.com/chef/ohai/pull/1637) ([zalokhan](https://github.com/zalokhan)) <!-- 17.0.31 -->
- Stick the common matched platforms first [#1635](https://github.com/chef/ohai/pull/1635) ([tas50](https://github.com/tas50)) <!-- 17.0.30 -->
- Update the XCP-ng Linux Detection [#1632](https://github.com/chef/ohai/pull/1632) ([tas50](https://github.com/tas50)) <!-- 17.0.29 -->
- Remove support for Pidora which is discontinued [#1633](https://github.com/chef/ohai/pull/1633) ([tas50](https://github.com/tas50)) <!-- 17.0.28 -->
diff --git a/VERSION b/VERSION
index bc08fbd7..6866b4ac 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.0.30 \ No newline at end of file
+17.0.31 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 546a9112..4b7c6e9d 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -19,5 +19,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "17.0.30"
+ VERSION = "17.0.31"
end