summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-07 01:49:41 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-07 01:49:41 +0000
commit1dfbd15afb830f8aa8959ea9e79ed2648d3c2997 (patch)
treea683752659a4c28494e1b94b60d923d0a63880b3
parent5bf9f32ea0099dfedd722f6a91201a52f70ad0f6 (diff)
downloadohai-1dfbd15afb830f8aa8959ea9e79ed2648d3c2997.tar.gz
Bump version to 17.0.33 by Chef Expeditorv17.0.33
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 8429ed7e..03b9f92c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.0.32 -->
-## [v17.0.32](https://github.com/chef/ohai/tree/v17.0.32) (2021-04-05)
+<!-- latest_release 17.0.33 -->
+## [v17.0.33](https://github.com/chef/ohai/tree/v17.0.33) (2021-04-07)
#### Merged Pull Requests
-- Ohai: Change C language plugin for glibc version detection [#1636](https://github.com/chef/ohai/pull/1636) ([bhaveshdavda](https://github.com/bhaveshdavda))
+- Create os_release plugin for parsing data from /etc/os-release [#1645](https://github.com/chef/ohai/pull/1645) ([ramereth](https://github.com/ramereth))
<!-- latest_release -->
<!-- release_rollup since=16.8.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Create os_release plugin for parsing data from /etc/os-release [#1645](https://github.com/chef/ohai/pull/1645) ([ramereth](https://github.com/ramereth)) <!-- 17.0.33 -->
- Ohai: Change C language plugin for glibc version detection [#1636](https://github.com/chef/ohai/pull/1636) ([bhaveshdavda](https://github.com/bhaveshdavda)) <!-- 17.0.32 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 914bcb56..556278a1 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.0.32 \ No newline at end of file
+17.0.33 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 109d3eaf..ce9ffdfe 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.32"
+ VERSION = "17.0.33"
end