Skip to content

Commit

Permalink
Bump version to 14.1.7 by Chef Expeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef Expeditor committed May 29, 2018
1 parent 6a21cd7 commit 66cbe6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Change Log

<!-- latest_release 14.1.6 -->
## [v14.1.6](https://github.com/chef/ohai/tree/v14.1.6) (2018-05-21)
<!-- latest_release 14.1.7 -->
## [v14.1.7](https://github.com/chef/ohai/tree/v14.1.7) (2018-05-29)

#### Merged Pull Requests
- Fix an issue caused by using the wrong field in the AIX filesystem plugin. [#1191](https://github.com/chef/ohai/pull/1191) ([jjustice6](https://github.com/jjustice6))
- Detect virtualization on newer AWS instance types. (m5) [#1193](https://github.com/chef/ohai/pull/1193) ([cbajumpaa](https://github.com/cbajumpaa))
<!-- latest_release -->

<!-- release_rollup since=14.1.3 -->
### Changes since 14.1.3 release

#### Merged Pull Requests
- Detect virtualization on newer AWS instance types. (m5) [#1193](https://github.com/chef/ohai/pull/1193) ([cbajumpaa](https://github.com/cbajumpaa)) <!-- 14.1.7 -->
- Fix an issue caused by using the wrong field in the AIX filesystem plugin. [#1191](https://github.com/chef/ohai/pull/1191) ([jjustice6](https://github.com/jjustice6)) <!-- 14.1.6 -->
- Misc minor cleanup [#1189](https://github.com/chef/ohai/pull/1189) ([tas50](https://github.com/tas50)) <!-- 14.1.5 -->
- Fix yard parsing issues &amp; add more commments [#1187](https://github.com/chef/ohai/pull/1187) ([tas50](https://github.com/tas50)) <!-- 14.1.4 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.1.6
14.1.7
2 changes: 1 addition & 1 deletion lib/ohai/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@

module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
VERSION = "14.1.6"
VERSION = "14.1.7"
end

0 comments on commit 66cbe6f

Please sign in to comment.