summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-08 04:16:49 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-08 04:16:49 +0000
commitfe4ef169d73daf68ccfd152530ecd359eaa0ee6b (patch)
tree3680d84672615fcee3fa8fc89106fee95f3f7060
parent71355f0b8f5a06b73d6a06e218dd9baead3506d8 (diff)
downloadohai-fe4ef169d73daf68ccfd152530ecd359eaa0ee6b.tar.gz
Bump version to 16.4.3 by Chef Expeditorv16.4.3
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 ce0c298b..3f9c53c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.4.2 -->
-## [v16.4.2](https://github.com/chef/ohai/tree/v16.4.2) (2020-08-04)
+<!-- latest_release 16.4.3 -->
+## [v16.4.3](https://github.com/chef/ohai/tree/v16.4.3) (2020-08-08)
#### Merged Pull Requests
-- Add Address Family Check to route_is_valid_default_route? [#1485](https://github.com/chef/ohai/pull/1485) ([cooperlees](https://github.com/cooperlees))
+- Use match? instead of =~ when MatchData is not used [#1488](https://github.com/chef/ohai/pull/1488) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.3.2 -->
### Changes not yet released to rubygems.org
#### 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)) <!-- 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 -->
- Faster ruby language plugin [#1486](https://github.com/chef/ohai/pull/1486) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 16.4.0 -->
diff --git a/VERSION b/VERSION
index 189aba11..11701a59 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.4.2 \ No newline at end of file
+16.4.3 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index cfdd35f5..ff0f2de0 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.2".freeze
+ VERSION = "16.4.3".freeze
end