summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-07 17:56:58 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-07 17:56:58 +0000
commit61ef91a847f6eb2f5c613b6bcc4db386ef5c19b2 (patch)
tree6f045670457608f05b7fd04f40deda5fc08d653b
parent5edd29482db54884e5df12695ebf71e7b9dbb4a5 (diff)
downloadohai-61ef91a847f6eb2f5c613b6bcc4db386ef5c19b2.tar.gz
Bump version to 16.0.16 by Chef Expeditorv16.0.16
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 32cf319c..a6922e07 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.0.15 -->
-## [v16.0.15](https://github.com/chef/ohai/tree/v16.0.15) (2020-04-01)
+<!-- latest_release 16.0.16 -->
+## [v16.0.16](https://github.com/chef/ohai/tree/v16.0.16) (2020-04-07)
#### 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))
+- Make shard plugin more resilient and throw better errors [#1446](https://github.com/chef/ohai/pull/1446) ([jaymzh](https://github.com/jaymzh))
<!-- latest_release -->
<!-- release_rollup since=15.7.3 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Make shard plugin more resilient and throw better errors [#1446](https://github.com/chef/ohai/pull/1446) ([jaymzh](https://github.com/jaymzh)) <!-- 16.0.16 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 0f37c550..af461183 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.0.15 \ No newline at end of file
+16.0.16 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 20eba4f3..f4d37d02 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.15".freeze
+ VERSION = "16.0.16".freeze
end