summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-01 02:57:04 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-01 02:57:04 +0000
commit1f3fc923263abac1cff1f64e22813d1c5e47e53b (patch)
treec658b75e02869b2fc08a44efcded3bead098ee75
parente0f2fb5fb60521b1dc5948a3ff9a93c81411b3d2 (diff)
downloadohai-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.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 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 &amp; 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 &amp; 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 -->
diff --git a/VERSION b/VERSION
index 56ffd864..0f37c550 100644
--- a/VERSION
+++ b/VERSION
@@ -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