summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-19 23:47:24 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-19 23:47:24 +0000
commit6bad9ca29c0662901ef9cbe0277ce07d4f5e9e6c (patch)
treedf1de95d447f20d399101a194f4a1016b31d0f3f
parentff4e109a14b31f66f515007af27316caa6e38dfc (diff)
downloadohai-6bad9ca29c0662901ef9cbe0277ce07d4f5e9e6c.tar.gz
Bump version to 14.8.15 by Chef Expeditorv14.8.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 4f7da5ce..e10782ed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.8.14 -->
-## [v14.8.14](https://github.com/chef/ohai/tree/v14.8.14) (2019-07-19)
+<!-- latest_release 14.8.15 -->
+## [v14.8.15](https://github.com/chef/ohai/tree/v14.8.15) (2019-07-19)
#### Merged Pull Requests
-- Backport the fix for multiple versions of a package being installed. [#1386](https://github.com/chef/ohai/pull/1386) ([jjustice6](https://github.com/jjustice6))
+- Speed up Buildkite PR tests + add windows testing + refactors from master [#1389](https://github.com/chef/ohai/pull/1389) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=15.0.35 -->
### Changes not yet released to rubygems.orgs
#### Merged Pull Requests
+- Speed up Buildkite PR tests + add windows testing + refactors from master [#1389](https://github.com/chef/ohai/pull/1389) ([tas50](https://github.com/tas50)) <!-- 14.8.15 -->
- Backport the fix for multiple versions of a package being installed. [#1386](https://github.com/chef/ohai/pull/1386) ([jjustice6](https://github.com/jjustice6)) <!-- 14.8.14 -->
- Define CONVERSION_STATUS only if it wasn&#39;t defined earlier [#1375](https://github.com/chef/ohai/pull/1375) ([balasankarc](https://github.com/balasankarc)) <!-- 14.8.13 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index cb8aa65e..d0312878 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.8.14 \ No newline at end of file
+14.8.15 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 0ea06e95..65a2dcc5 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 = "14.8.14".freeze
+ VERSION = "14.8.15".freeze
end