summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-30 17:48:57 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-30 17:48:57 +0000
commit3042be0539fd78a2b89709be962fddaff625be00 (patch)
tree156e94174fc3b4b7aed91e9b852bf2a8cbbf3267
parent36f301d9fcd44c5ee4cd9232dfd139278bcb7404 (diff)
downloadohai-3042be0539fd78a2b89709be962fddaff625be00.tar.gz
Bump version to 15.0.3 by Chef Expeditorv15.0.3
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 c6723a39..0052f17f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 15.0.2 -->
-## [v15.0.2](https://github.com/chef/ohai/tree/v15.0.2) (2018-10-26)
+<!-- latest_release 15.0.3 -->
+## [v15.0.3](https://github.com/chef/ohai/tree/v15.0.3) (2018-10-30)
#### Merged Pull Requests
-- Remove the deprecated system_profiler plugin [#1278](https://github.com/chef/ohai/pull/1278) ([tas50](https://github.com/tas50))
+- Remove the deprecated Ohai::Util::Win32::GroupHelper class [#1279](https://github.com/chef/ohai/pull/1279) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.6.2 -->
### Changes since 14.6.2 release
#### Merged Pull Requests
+- Remove the deprecated Ohai::Util::Win32::GroupHelper class [#1279](https://github.com/chef/ohai/pull/1279) ([tas50](https://github.com/tas50)) <!-- 15.0.3 -->
- Remove the deprecated system_profiler plugin [#1278](https://github.com/chef/ohai/pull/1278) ([tas50](https://github.com/tas50)) <!-- 15.0.2 -->
- Remove the chdir to / when running ohai [#1250](https://github.com/chef/ohai/pull/1250) ([tas50](https://github.com/tas50)) <!-- 15.0.1 -->
- Update master branch for Ohai 15 development [#1277](https://github.com/chef/ohai/pull/1277) ([tas50](https://github.com/tas50)) <!-- 15.0.0 -->
diff --git a/VERSION b/VERSION
index 49bf3b4a..1f231fc2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.2 \ No newline at end of file
+15.0.3 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index f211b869..d31df8ff 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.0.2".freeze
+ VERSION = "15.0.3".freeze
end