diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-10-28 22:29:36 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-10-28 22:29:36 +0000 |
commit | bf0d31512c3a54658e94c93cd5915122b47a516b (patch) | |
tree | c5ebd340d1344f1d4459c7a0cf5ee019cb09ac5e | |
parent | 37de7c5904063e81fe93ab471edcd1e2ab9d5f4c (diff) | |
download | ohai-bf0d31512c3a54658e94c93cd5915122b47a516b.tar.gz |
Bump version to 17.7.7 by Chef Expeditorv17.7.7
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/ohai/version.rb | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index af703feb..4f60d586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -<!-- latest_release 17.7.6 --> -## [v17.7.6](https://github.com/chef/ohai/tree/v17.7.6) (2021-10-25) +<!-- latest_release 17.7.7 --> +## [v17.7.7](https://github.com/chef/ohai/tree/v17.7.7) (2021-10-28) #### Merged Pull Requests -- 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])) +- Fix node['fqdn'] for broken reverse record lookup [#1705](https://github.com/chef/ohai/pull/1705) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- latest_release --> <!-- release_rollup since=17.7.5 --> ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Fix node['fqdn'] 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 --> @@ -1 +1 @@ -17.7.6
\ No newline at end of file +17.7.7
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 3513cdf5..8fd32bbc 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.6" + VERSION = "17.7.7" end |