summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-22 22:12:59 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-22 22:12:59 +0000
commit04d58146663203b50eba5d0113061cd057290a65 (patch)
treea1745637c93c2ab571175afb1a9b6a0dde107bbb
parent8656e13faa7afca083d145917a9e6f2bcaa4c9ba (diff)
downloadohai-04d58146663203b50eba5d0113061cd057290a65.tar.gz
Bump version to 17.0.39 by Chef Expeditorv17.0.39
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 14e55ac9..7c63e24c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.0.38 -->
-## [v17.0.38](https://github.com/chef/ohai/tree/v17.0.38) (2021-04-20)
+<!-- latest_release 17.0.39 -->
+## [v17.0.39](https://github.com/chef/ohai/tree/v17.0.39) (2021-04-22)
#### Merged Pull Requests
-- Gather CPU info from lscpu and merge data into cpu attribute namespace [#1454](https://github.com/chef/ohai/pull/1454) ([ramereth](https://github.com/ramereth))
+- Dead links fixed [#1657](https://github.com/chef/ohai/pull/1657) ([craftsbyshuvro](https://github.com/craftsbyshuvro))
<!-- latest_release -->
<!-- release_rollup since=16.8.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Dead links fixed [#1657](https://github.com/chef/ohai/pull/1657) ([craftsbyshuvro](https://github.com/craftsbyshuvro)) <!-- 17.0.39 -->
- Gather CPU info from lscpu and merge data into cpu attribute namespace [#1454](https://github.com/chef/ohai/pull/1454) ([ramereth](https://github.com/ramereth)) <!-- 17.0.38 -->
- Update minimum version of mixlib-shellout [#1654](https://github.com/chef/ohai/pull/1654) ([pravi](https://github.com/pravi)) <!-- 17.0.37 -->
- 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 -->
diff --git a/VERSION b/VERSION
index f486dd0d..c2eaed09 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.0.38 \ No newline at end of file
+17.0.39 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 82ca6f46..f61e3770 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.38"
+ VERSION = "17.0.39"
end