Skip to content

Commit

Permalink
Bump version to 16.6.5 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Oct 14, 2020
1 parent 75d4610 commit 009082b
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 16.6.4 -->
## [v16.6.4](https://github.com/chef/ohai/tree/v16.6.4) (2020-10-14)
<!-- latest_release 16.6.5 -->
## [v16.6.5](https://github.com/chef/ohai/tree/v16.6.5) (2020-10-14)

#### Merged Pull Requests
- Ohai Target Mode aka Remote Ohai [#1503](https://github.com/chef/ohai/pull/1503) ([lamont-granquist](https://github.com/lamont-granquist))
- Include IAM role in ec2 data (issue #1524) [#1525](https://github.com/chef/ohai/pull/1525) ([kcbraunschweig](https://github.com/kcbraunschweig))
<!-- latest_release -->

<!-- release_rollup since=16.5.6 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- Include IAM role in ec2 data (issue #1524) [#1525](https://github.com/chef/ohai/pull/1525) ([kcbraunschweig](https://github.com/kcbraunschweig)) <!-- 16.6.5 -->
- Ohai Target Mode aka Remote Ohai [#1503](https://github.com/chef/ohai/pull/1503) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 16.6.4 -->
- Renamed &#39;whitelist&#39; to &#39;allowlist&#39; in DMI plugin [#1522](https://github.com/chef/ohai/pull/1522) ([vraravam](https://github.com/vraravam)) <!-- 16.6.3 -->
- Remove ruby 2.5 from CI. [#1526](https://github.com/chef/ohai/pull/1526) ([phiggins](https://github.com/phiggins)) <!-- 16.6.2 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.6.4
16.6.5
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(__dir__)
VERSION = "16.6.4".freeze
VERSION = "16.6.5".freeze
end

0 comments on commit 009082b

Please sign in to comment.