summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-16 05:13:16 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-16 05:13:16 +0000
commit7fc8c0ed0297cdb04d062edab79eca6cfb881987 (patch)
treeb9f23c2fb59b2ed12207af7056b221ef9b0df945
parent30b4a4e53fd23c3ef3749aa85efa6f393499e9f3 (diff)
downloadohai-7fc8c0ed0297cdb04d062edab79eca6cfb881987.tar.gz
Bump version to 17.0.36 by Chef Expeditorv17.0.36
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 bca32f42..0668f673 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.0.35 -->
-## [v17.0.35](https://github.com/chef/ohai/tree/v17.0.35) (2021-04-15)
+<!-- latest_release 17.0.36 -->
+## [v17.0.36](https://github.com/chef/ohai/tree/v17.0.36) (2021-04-16)
#### Merged Pull Requests
-- Update rubocop-performance to 1.10.2 [#1651](https://github.com/chef/ohai/pull/1651) ([tas50](https://github.com/tas50))
+- Fall back to v4-only getaddrinfo if we get socket errors [#1652](https://github.com/chef/ohai/pull/1652) ([jaymzh](https://github.com/jaymzh))
<!-- latest_release -->
<!-- release_rollup since=16.8.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Fall back to v4-only getaddrinfo if we get socket errors [#1652](https://github.com/chef/ohai/pull/1652) ([jaymzh](https://github.com/jaymzh)) <!-- 17.0.36 -->
- Update rubocop-performance to 1.10.2 [#1651](https://github.com/chef/ohai/pull/1651) ([tas50](https://github.com/tas50)) <!-- 17.0.35 -->
- lpar_no and wpar_no in AIX Virtualizatin plugin should be Integers [#1647](https://github.com/chef/ohai/pull/1647) ([tas50](https://github.com/tas50)) <!-- 17.0.34 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 7f0a3a5b..e5f493ff 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.0.35 \ No newline at end of file
+17.0.36 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 02d2471b..0c60fa77 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.35"
+ VERSION = "17.0.36"
end