diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-01 02:57:04 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-01 02:57:04 +0000 |
commit | 1f3fc923263abac1cff1f64e22813d1c5e47e53b (patch) | |
tree | c658b75e02869b2fc08a44efcded3bead098ee75 | |
parent | e0f2fb5fb60521b1dc5948a3ff9a93c81411b3d2 (diff) | |
download | ohai-1f3fc923263abac1cff1f64e22813d1c5e47e53b.tar.gz |
Bump version to 16.0.15 by Chef Expeditorv16.0.15
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 b63e9099..32cf319c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -<!-- latest_release 16.0.14 --> -## [v16.0.14](https://github.com/chef/ohai/tree/v16.0.14) (2020-04-01) +<!-- latest_release 16.0.15 --> +## [v16.0.15](https://github.com/chef/ohai/tree/v16.0.15) (2020-04-01) #### Merged Pull Requests -- Use native Expeditor gem caching & fix code owners [#1443](https://github.com/chef/ohai/pull/1443) ([tas50](https://github.com/tas50)) +- Cache gem installs in Buildkite on Windows as well [#1444](https://github.com/chef/ohai/pull/1444) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=15.7.3 --> ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Cache gem installs in Buildkite on Windows as well [#1444](https://github.com/chef/ohai/pull/1444) ([tas50](https://github.com/tas50)) <!-- 16.0.15 --> - Use native Expeditor gem caching & fix code owners [#1443](https://github.com/chef/ohai/pull/1443) ([tas50](https://github.com/tas50)) <!-- 16.0.14 --> - Fix test failure from missing require. [#1442](https://github.com/chef/ohai/pull/1442) ([phiggins](https://github.com/phiggins)) <!-- 16.0.13 --> - Add a new ipc plugin for Linux [#1441](https://github.com/chef/ohai/pull/1441) ([davide125](https://github.com/davide125)) <!-- 16.0.12 --> @@ -1 +1 @@ -16.0.14
\ No newline at end of file +16.0.15
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index d4de8ecc..20eba4f3 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.0.14".freeze + VERSION = "16.0.15".freeze end |