diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-08 04:17:49 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-08 04:17:49 +0000 |
commit | 49ac17e5db820e1f7ab9a051c5c834d069b0e772 (patch) | |
tree | e9422a4734503b51034893563b62e5809d834b9c | |
parent | 29029126ddbb9d823552e95215e719d153071bee (diff) | |
download | ohai-49ac17e5db820e1f7ab9a051c5c834d069b0e772.tar.gz |
Bump version to 16.4.4 by Chef Expeditorv16.4.4
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 3f9c53c4..efb4bf26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -<!-- latest_release 16.4.3 --> -## [v16.4.3](https://github.com/chef/ohai/tree/v16.4.3) (2020-08-08) +<!-- latest_release 16.4.4 --> +## [v16.4.4](https://github.com/chef/ohai/tree/v16.4.4) (2020-08-08) #### Merged Pull Requests -- Use match? instead of =~ when MatchData is not used [#1488](https://github.com/chef/ohai/pull/1488) ([tas50](https://github.com/tas50)) +- Simplify FIPS plugin and use system fips status [#1489](https://github.com/chef/ohai/pull/1489) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=16.3.2 --> ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Simplify FIPS plugin and use system fips status [#1489](https://github.com/chef/ohai/pull/1489) ([tas50](https://github.com/tas50)) <!-- 16.4.4 --> - Use match? instead of =~ when MatchData is not used [#1488](https://github.com/chef/ohai/pull/1488) ([tas50](https://github.com/tas50)) <!-- 16.4.3 --> - Add Address Family Check to route_is_valid_default_route? [#1485](https://github.com/chef/ohai/pull/1485) ([cooperlees](https://github.com/cooperlees)) <!-- 16.4.2 --> - Use .find instead of .select.first [#1487](https://github.com/chef/ohai/pull/1487) ([tas50](https://github.com/tas50)) <!-- 16.4.1 --> @@ -1 +1 @@ -16.4.3
\ No newline at end of file +16.4.4
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index ff0f2de0..8839d181 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -18,5 +18,5 @@ module Ohai OHAI_ROOT = File.expand_path(File.dirname(__FILE__)) - VERSION = "16.4.3".freeze + VERSION = "16.4.4".freeze end |