summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 2c40e516..c444bce2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.0.7 -->
-## [v17.0.7](https://github.com/chef/ohai/tree/v17.0.7) (2021-01-13)
+<!-- latest_release 17.0.8 -->
+## [v17.0.8](https://github.com/chef/ohai/tree/v17.0.8) (2021-01-25)
#### Merged Pull Requests
-- suppress constant redefinition warning [#1597](https://github.com/chef/ohai/pull/1597) ([lamont-granquist](https://github.com/lamont-granquist))
+- Update ec2_metadata to use IMDSV2 (Continued from #1457) [#1520](https://github.com/chef/ohai/pull/1520) ([sawanoboly](https://github.com/sawanoboly))
<!-- 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) [#1520](https://github.com/chef/ohai/pull/1520) ([sawanoboly](https://github.com/sawanoboly)) <!-- 17.0.8 -->
- suppress constant redefinition warning [#1597](https://github.com/chef/ohai/pull/1597) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 17.0.7 -->
- Update master ohai to pull from master chef [#1595](https://github.com/chef/ohai/pull/1595) ([tas50](https://github.com/tas50)) <!-- 17.0.6 -->
- Require Ruby 2.7 or later [#1593](https://github.com/chef/ohai/pull/1593) ([tas50](https://github.com/tas50)) <!-- 17.0.5 -->
diff --git a/VERSION b/VERSION
index ccbb9c16..1beeaa66 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.0.7 \ No newline at end of file
+17.0.8 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index d96808e1..dd0c516f 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -19,5 +19,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "17.0.7"
+ VERSION = "17.0.8"
end