summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-30 19:53:11 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-30 19:53:11 +0000
commitad80cbb070812f016a5f2926095088ab40751218 (patch)
tree06297037e32ff6d754fc49d5c40b586f71da26d0
parentf56e48390fa4e6ca311685944514e3fb33899dc9 (diff)
downloadohai-ad80cbb070812f016a5f2926095088ab40751218.tar.gz
Bump version to 16.7.5 by Chef Expeditorv16.7.5
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 0a34ed2f..926c99a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.7.4 -->
-## [v16.7.4](https://github.com/chef/ohai/tree/v16.7.4) (2020-10-29)
+<!-- latest_release 16.7.5 -->
+## [v16.7.5](https://github.com/chef/ohai/tree/v16.7.5) (2020-10-30)
#### Merged Pull Requests
-- Properly detect OpenIndiana and its version numbers [#1545](https://github.com/chef/ohai/pull/1545) ([tas50](https://github.com/tas50))
+- Simplify regexes by removing extra character classes [#1548](https://github.com/chef/ohai/pull/1548) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.6.5 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Simplify regexes by removing extra character classes [#1548](https://github.com/chef/ohai/pull/1548) ([tas50](https://github.com/tas50)) <!-- 16.7.5 -->
- Properly detect OpenIndiana and its version numbers [#1545](https://github.com/chef/ohai/pull/1545) ([tas50](https://github.com/tas50)) <!-- 16.7.4 -->
- Remove detection of EOL NexentaCore [#1544](https://github.com/chef/ohai/pull/1544) ([tas50](https://github.com/tas50)) <!-- 16.7.3 -->
- Add unit testing for omnios platform detection [#1543](https://github.com/chef/ohai/pull/1543) ([tas50](https://github.com/tas50)) <!-- 16.7.2 -->
diff --git a/VERSION b/VERSION
index 2539d1f6..fec9b025 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.4 \ No newline at end of file
+16.7.5 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index a2e6cca4..68948de4 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "16.7.4".freeze
+ VERSION = "16.7.5".freeze
end