diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-10-21 22:34:36 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-10-21 22:34:36 +0000 |
commit | 53cbc11bec9340fd7f423e92817e0b682399e4a4 (patch) | |
tree | 6b14c995695537cda56d3084c89cf10cbb87fd22 | |
parent | f238d0e68d9585be746353aa09d49eb4a4285f22 (diff) | |
download | ohai-53cbc11bec9340fd7f423e92817e0b682399e4a4.tar.gz |
Bump version to 17.7.5 by Chef Expeditorv17.7.5
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 b2b8c4c2..cb5ebaa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -<!-- latest_release 17.7.4 --> -## [v17.7.4](https://github.com/chef/ohai/tree/v17.7.4) (2021-10-21) +<!-- latest_release 17.7.5 --> +## [v17.7.5](https://github.com/chef/ohai/tree/v17.7.5) (2021-10-21) #### Merged Pull Requests -- Add unit testing on windows [#1680](https://github.com/chef/ohai/pull/1680) ([tas50](https://github.com/tas50)) +- Fix hostname deprecation error [#1699](https://github.com/chef/ohai/pull/1699) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- latest_release --> <!-- release_rollup since=17.6.0 --> ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Fix hostname deprecation error [#1699](https://github.com/chef/ohai/pull/1699) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 17.7.5 --> - Add unit testing on windows [#1680](https://github.com/chef/ohai/pull/1680) ([tas50](https://github.com/tas50)) <!-- 17.7.4 --> - Exec ohai on macOS and Windows in tests [#1701](https://github.com/chef/ohai/pull/1701) ([tas50](https://github.com/tas50)) <!-- 17.7.3 --> - Run macos unit tests in GitHub Actions [#1700](https://github.com/chef/ohai/pull/1700) ([tas50](https://github.com/tas50)) <!-- 17.7.2 --> @@ -1 +1 @@ -17.7.4
\ No newline at end of file +17.7.5
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 23929963..c2cfe239 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.4" + VERSION = "17.7.5" end |