summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-18 20:10:31 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-18 20:10:31 +0000
commitf531daf0c714a8d97ca0e11748a9ca94a345f5cc (patch)
tree4b3f22d8e7d4611c4cbd2e2aace9b25fbf5d7aea
parent14eab27130fdae53898faf84bc464fb91cbae822 (diff)
downloadohai-f531daf0c714a8d97ca0e11748a9ca94a345f5cc.tar.gz
Bump version to 15.2.0 by Chef Expeditor15.2.0
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 e167a319..e0334db1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 15.1.8 -->
-## [15.1.8](https://github.com/chef/ohai/tree/15.1.8) (2019-07-16)
+<!-- latest_release 15.2.0 -->
+## [15.2.0](https://github.com/chef/ohai/tree/15.2.0) (2019-07-18)
#### Merged Pull Requests
-- Switch from Appveyor to Buildkite for Windows PR testing [#1383](https://github.com/chef/ohai/pull/1383) ([tas50](https://github.com/tas50))
+- Add other_versions subfield for RPM packages. [#1369](https://github.com/chef/ohai/pull/1369) ([jjustice6](https://github.com/jjustice6))
<!-- latest_release -->
<!-- release_rollup since=15.1.5 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Add other_versions subfield for RPM packages. [#1369](https://github.com/chef/ohai/pull/1369) ([jjustice6](https://github.com/jjustice6)) <!-- 15.2.0 -->
- Switch from Appveyor to Buildkite for Windows PR testing [#1383](https://github.com/chef/ohai/pull/1383) ([tas50](https://github.com/tas50)) <!-- 15.1.8 -->
- Feature - Change regex for detecting interface&#39;s state [#1382](https://github.com/chef/ohai/pull/1382) ([josephmilla](https://github.com/josephmilla)) <!-- 15.1.7 -->
- new chefstyle rules for 0.13.2 [#1384](https://github.com/chef/ohai/pull/1384) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 15.1.6 -->
diff --git a/VERSION b/VERSION
index e0da62f7..aa646ce5 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.1.8 \ No newline at end of file
+15.2.0 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 93f4ec6d..456572ea 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 = "15.1.8".freeze
+ VERSION = "15.2.0".freeze
end