summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-28 22:32:07 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-28 22:32:07 +0000
commit3ca514fead560d35e71c8b7a494697d00bf388be (patch)
tree30a74c0f428c3f949ad3b0b8d91874893a2863ed
parente1f79e7ef49b4aab8b2d1fda96fae06f349d4821 (diff)
downloadohai-3ca514fead560d35e71c8b7a494697d00bf388be.tar.gz
Bump version to 17.7.8 by Chef Expeditorv17.7.8
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 4f60d586..5d80c74e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.7.7 -->
-## [v17.7.7](https://github.com/chef/ohai/tree/v17.7.7) (2021-10-28)
+<!-- latest_release 17.7.8 -->
+## [v17.7.8](https://github.com/chef/ohai/tree/v17.7.8) (2021-10-28)
#### Merged Pull Requests
-- Fix node[&#39;fqdn&#39;] for broken reverse record lookup [#1705](https://github.com/chef/ohai/pull/1705) ([lamont-granquist](https://github.com/lamont-granquist))
+- Update chefstyle requirement from 2.1.1 to 2.1.2 [#1704](https://github.com/chef/ohai/pull/1704) ([dependabot[bot]](https://github.com/dependabot[bot]))
<!-- latest_release -->
<!-- release_rollup since=17.7.5 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Update chefstyle requirement from 2.1.1 to 2.1.2 [#1704](https://github.com/chef/ohai/pull/1704) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 17.7.8 -->
- Fix node[&#39;fqdn&#39;] for broken reverse record lookup [#1705](https://github.com/chef/ohai/pull/1705) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 17.7.7 -->
- Update chefstyle requirement from 2.1.0 to 2.1.1 [#1702](https://github.com/chef/ohai/pull/1702) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 17.7.6 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 15d2b462..df3d0e05 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.7.7 \ No newline at end of file
+17.7.8 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 8fd32bbc..e9fede64 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.7.7"
+ VERSION = "17.7.8"
end