diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-02-02 20:41:22 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-02-02 20:41:22 +0000 |
commit | 182cfe2791399e561eae2aa4f9b139ea0517bbca (patch) | |
tree | aecdcb07c85045ab4503067d7e6d3b6f349239f6 | |
parent | 9d95f648bbc9ef4ceb38741d820faae39cbda34e (diff) | |
download | ohai-182cfe2791399e561eae2aa4f9b139ea0517bbca.tar.gz |
Bump version to 16.10.1 by Chef Expeditorv16.10.1
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/ohai/version.rb | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e614bf05..f6de03d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -<!-- latest_release 16.10.0 --> -## [v16.10.0](https://github.com/chef/ohai/tree/v16.10.0) (2021-02-02) +<!-- latest_release 16.10.1 --> +## [v16.10.1](https://github.com/chef/ohai/tree/v16.10.1) (2021-02-02) #### Merged Pull Requests -- Support newer aws metadata versions [#1609](https://github.com/chef/ohai/pull/1609) ([tas50](https://github.com/tas50)) +- Update ec2_metadata to use IMDSV2 (Continued from #1457) [#1610](https://github.com/chef/ohai/pull/1610) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=16.8.1 --> ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Update ec2_metadata to use IMDSV2 (Continued from #1457) [#1610](https://github.com/chef/ohai/pull/1610) ([tas50](https://github.com/tas50)) <!-- 16.10.1 --> - Support newer aws metadata versions [#1609](https://github.com/chef/ohai/pull/1609) ([tas50](https://github.com/tas50)) <!-- 16.10.0 --> - Pin chef-utils and chef-config to chef 16.x [#1596](https://github.com/chef/ohai/pull/1596) ([tas50](https://github.com/tas50)) <!-- 16.8.2 --> <!-- release_rollup --> @@ -1 +1 @@ -16.10.0 +16.10.1
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index f64ad18c..0f8d6eb8 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -19,5 +19,5 @@ module Ohai OHAI_ROOT = File.expand_path(__dir__) - VERSION = "16.10.0" + VERSION = "16.10.1" end |