summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-14 18:40:23 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-14 18:40:23 +0000
commit009082b0b85eb2b2ae9fcee582a2677c01ceeafe (patch)
treed6246b2a772085e5c1e35c40ff26e6683675119d
parent75d4610c20b8dde0ab3d2a9a65e8cc6a2c557225 (diff)
downloadohai-009082b0b85eb2b2ae9fcee582a2677c01ceeafe.tar.gz
Bump version to 16.6.5 by Chef Expeditorv16.6.5
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 40295b13..d7c56175 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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 -->
diff --git a/VERSION b/VERSION
index 8b5aad88..2c6f72e2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.6.4 \ No newline at end of file
+16.6.5 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 48cfcb8f..b74652ab 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "16.6.4".freeze
+ VERSION = "16.6.5".freeze
end