summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-04-09 08:57:05 -0700
committerGitHub <noreply@github.com>2018-04-09 08:57:05 -0700
commit26531a5adc946f953a57f517adf405891d7c95df (patch)
tree828089614be36bd14e9c4429750a79e578c49947
parent2a51d02692b864d852cd2a3d5160b799476f03c3 (diff)
parent5bb8aac24625ccff40f1e12cd43f66f785147674 (diff)
downloadohai-26531a5adc946f953a57f517adf405891d7c95df.tar.gz
Merge pull request #1172 from chef/13.9v13.9.0
Release 13.9
-rw-r--r--CHANGELOG.md9
-rw-r--r--lib/ohai/version.rb4
2 files changed, 11 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc0ab132..f1cb6f77 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log
+## [v13.9.0](https://github.com/chef/ohai/tree/v13.9.0) (2018-04-09)
+
+[Full Changelog](https://github.com/chef/ohai/compare/v13.8.0...v13.9.0)
+
+- Poll the newer Azure metadata version 2017-08-01 and properly handle missing metadata values
+- Fix parsing of uptime on AIX
+- Add missing softlayer detection to the cloud plugin
+- Add detection of macOS guests running on VMware and VirtualBox
+
## [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)
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 048c9450..6c8cf43e 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -1,6 +1,6 @@
#
# Author:: Adam Jacob (<adam@chef.io>)
-# Copyright:: Copyright (c) 2008-2017, Chef Software Inc.
+# Copyright:: Copyright (c) 2008-2018, Chef Software Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
- VERSION = "13.8.0"
+ VERSION = "13.9.0"
end