Skip to content

Commit

Permalink
Merge pull request #1172 from chef/13.9
Browse files Browse the repository at this point in the history
Release 13.9
  • Loading branch information
tas50 authored Apr 9, 2018
2 parents 2a51d02 + 5bb8aac commit 26531a5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions lib/ohai/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Author:: Adam Jacob (<[email protected]>)
# 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");
Expand All @@ -18,5 +18,5 @@

module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
VERSION = "13.8.0"
VERSION = "13.9.0"
end

0 comments on commit 26531a5

Please sign in to comment.