summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-08 19:50:07 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-08 19:50:07 +0000
commit6fefe9971a84dcf5d8b3a0fcdce249d946e3f63e (patch)
tree58f3fee24ad48e9accb5660311c2a9d1df5755ee
parent7eadadc4fbd63837738df9dcda6a0bb4b1c30f84 (diff)
downloadohai-6fefe9971a84dcf5d8b3a0fcdce249d946e3f63e.tar.gz
Bump version to 16.4.15 by Chef Expeditorv16.4.15
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 33267f73..1e3db56a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.4.14 -->
-## [v16.4.14](https://github.com/chef/ohai/tree/v16.4.14) (2020-09-08)
+<!-- latest_release 16.4.15 -->
+## [v16.4.15](https://github.com/chef/ohai/tree/v16.4.15) (2020-09-08)
#### Merged Pull Requests
-- Resolve new chefstyle warnings &amp; use safe navigators [#1507](https://github.com/chef/ohai/pull/1507) ([tas50](https://github.com/tas50))
+- Update rubocop-performance from 1.7.1 to 1.8.0 &amp; cleanup spec helpers [#1506](https://github.com/chef/ohai/pull/1506) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
<!-- latest_release -->
<!-- release_rollup since=16.4.12 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Update rubocop-performance from 1.7.1 to 1.8.0 &amp; cleanup spec helpers [#1506](https://github.com/chef/ohai/pull/1506) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 16.4.15 -->
- Resolve new chefstyle warnings &amp; use safe navigators [#1507](https://github.com/chef/ohai/pull/1507) ([tas50](https://github.com/tas50)) <!-- 16.4.14 -->
- Migrate to the chef-utils helpers for which/shell_out [#1501](https://github.com/chef/ohai/pull/1501) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 16.4.13 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index c933018f..44b72baa 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.4.14 \ No newline at end of file
+16.4.15 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 7c833592..8b8b573f 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.14".freeze
+ VERSION = "16.4.15".freeze
end