summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-08-27 16:42:00 +0000
committerChef Expeditor <chef-ci@chef.io>2021-08-27 16:42:00 +0000
commit0809b3116216d49c0c8ec05323457ed5f9780288 (patch)
tree246f24ad029d809814db9c16566807d49f097099
parent01798e7c15201c0d71eef1098dd57e51e5ee3010 (diff)
downloadohai-0809b3116216d49c0c8ec05323457ed5f9780288.tar.gz
Bump version to 17.5.2 by Chef Expeditorv17.5.2
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 4cf75afc..7e8d8a5b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.5.1 -->
-## [v17.5.1](https://github.com/chef/ohai/tree/v17.5.1) (2021-08-25)
+<!-- latest_release 17.5.2 -->
+## [v17.5.2](https://github.com/chef/ohai/tree/v17.5.2) (2021-08-27)
#### 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))
+- Update chefstyle requirement from 2.0.8 to 2.0.9 [#1692](https://github.com/chef/ohai/pull/1692) ([dependabot[bot]](https://github.com/dependabot[bot]))
<!-- latest_release -->
<!-- release_rollup since=17.3.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Update chefstyle requirement from 2.0.8 to 2.0.9 [#1692](https://github.com/chef/ohai/pull/1692) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 17.5.2 -->
- 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 -->
diff --git a/VERSION b/VERSION
index e2619c4b..4489cf53 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.5.1 \ No newline at end of file
+17.5.2 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index df1da04e..638547c5 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.1"
+ VERSION = "17.5.2"
end