summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-08-25 23:17:38 +0000
committerChef Expeditor <chef-ci@chef.io>2021-08-25 23:17:38 +0000
commit083fc5c40683d010cbd48a527fc4fa7c839902b8 (patch)
tree0df55f2ca72763201c503f879141f16a75f7f41d
parent56f05a245f9e3543a4412706d722ef6906f07fc9 (diff)
downloadohai-17.5.1.tar.gz
Bump version to 17.5.1 by Chef Expeditorv17.5.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 7104bc90..4cf75afc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.5.0 -->
-## [v17.5.0](https://github.com/chef/ohai/tree/v17.5.0) (2021-08-25)
+<!-- latest_release 17.5.1 -->
+## [v17.5.1](https://github.com/chef/ohai/tree/v17.5.1) (2021-08-25)
#### Merged Pull Requests
-- Update tests and links for the branch rename [#1691](https://github.com/chef/ohai/pull/1691) ([tas50](https://github.com/tas50))
+- Update the list of EC2 metadata versions we support [#1690](https://github.com/chef/ohai/pull/1690) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=17.3.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Update the list of EC2 metadata versions we support [#1690](https://github.com/chef/ohai/pull/1690) ([tas50](https://github.com/tas50)) <!-- 17.5.1 -->
- Update tests and links for the branch rename [#1691](https://github.com/chef/ohai/pull/1691) ([tas50](https://github.com/tas50)) <!-- 17.5.0 -->
- Update chefstyle requirement from 2.0.7 to 2.0.8 [#1686](https://github.com/chef/ohai/pull/1686) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 17.4.0 -->
- Update chefstyle requirement from 2.0.6 to 2.0.7 [#1683](https://github.com/chef/ohai/pull/1683) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 17.3.2 -->
diff --git a/VERSION b/VERSION
index e3266a05..e2619c4b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.5.0 \ No newline at end of file
+17.5.1 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 14f01fc5..df1da04e 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.5.0"
+ VERSION = "17.5.1"
end