summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-03-01 16:38:18 -0800
committerTim Smith <tsmith@chef.io>2018-03-01 16:39:28 -0800
commit4469c51dce1949538656f784c70206f349b41c92 (patch)
treeb08cb5b7a62193e6a3baa30f85e565f122e0f6bb
parent9ea80eb5833ebc060b656011787b1e1cbb327aa6 (diff)
downloadohai-13_8.tar.gz
Release 13.8.013_8
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--CHANGELOG.md13
-rw-r--r--RELEASE_NOTES.md6
-rw-r--r--lib/ohai/version.rb2
3 files changed, 13 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 42623b3c..cc0ab132 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log
+## [v13.8.0](https://github.com/chef/ohai/tree/v13.8.0) (2018-03-02)
+
+[Full Changelog](https://github.com/chef/ohai/compare/v13.7.1...v13.8.0)
+
+- Use TLS 1.2 for polling Softlayer metadata since 1.0/1.1 were disabled on 3/1/2018
+
## [v13.7.1](https://github.com/chef/ohai/tree/v13.7.1) (2018-01-10)
[Full Changelog](https://github.com/chef/ohai/compare/v13.7.0...v13.7.1)
@@ -490,19 +496,12 @@
- Bump mime-type dependency to 3.0
- Make collected zfs filesystem properties configurable on solaris2.
-
- Add kernel bitness detection for AIX
-
- Fix CPU detection on FreeBSD 10.2+, add collection CPU family and model data.
-
- Add inode data for filesystems on FreeBSD
-
- Detect Virtualbox, VMware, and KVM on Windows guests and speed up Ohai runs
-
- Add a plugin for Virtualbox to provide host / guest version information
-
- Escape plugin directory path to prevent failures on Windows
-
- Detect Microsoft Hyper-V Linux/BSD guests, which were previously detected as VirtualPC guests
- Detect Microsoft VirtualPC Linux/BSD guests on additional releases of VirtualPC
- Add KVM, VirtualBox, and Openstack guest detection to BSD platforms and add the node[:virtualization][:systems] syntax
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index cbcf40fa..18cc2b6d 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,3 +1,9 @@
+# Ohai Release Notes 13.8.0
+
+## Softlayer metadata polling fixed
+
+We now use TLS 1.2 for polling Softlayer metadata since 1.0/1.1 were disabled on 3/1/2018
+
# Ohai Release Notes 13.7.1
## Network Tunnel Information
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index d9d6cc60..048c9450 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 = "13.7.1"
+ VERSION = "13.8.0"
end