summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-02 20:41:22 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-02 20:41:22 +0000
commit182cfe2791399e561eae2aa4f9b139ea0517bbca (patch)
treeaecdcb07c85045ab4503067d7e6d3b6f349239f6
parent9d95f648bbc9ef4ceb38741d820faae39cbda34e (diff)
downloadohai-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.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 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 -->
diff --git a/VERSION b/VERSION
index 3027af39..0ecbf57b 100644
--- a/VERSION
+++ b/VERSION
@@ -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