summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-10 23:48:54 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-10 23:48:54 +0000
commitf4304d9a86a0e8ec4b73f61ac7a2c7dcc65efdcb (patch)
treed208b3fa908a71936db7e491f5f268c0a3ed5155
parente9924ecca4f1fd239059a5c6bd64e248d5a7cd17 (diff)
downloadohai-f4304d9a86a0e8ec4b73f61ac7a2c7dcc65efdcb.tar.gz
Bump version to 14.6.2 by Chef Expeditorv14.6.2
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 430be2cc..538ed96d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.6.1 -->
-## [v14.6.1](https://github.com/chef/ohai/tree/v14.6.1) (2018-10-10)
+<!-- latest_release 14.6.2 -->
+## [v14.6.2](https://github.com/chef/ohai/tree/v14.6.2) (2018-10-10)
#### Merged Pull Requests
-- Correctly detect SLES 15 systems as &quot;suse&quot; platform [#1272](https://github.com/chef/ohai/pull/1272) ([tas50](https://github.com/tas50))
+- Deprecate the system_profile plugin [#1264](https://github.com/chef/ohai/pull/1264) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.5.4 -->
### Changes since 14.5.4 release
#### Merged Pull Requests
+- Deprecate the system_profile plugin [#1264](https://github.com/chef/ohai/pull/1264) ([tas50](https://github.com/tas50)) <!-- 14.6.2 -->
- Correctly detect SLES 15 systems as &quot;suse&quot; platform [#1272](https://github.com/chef/ohai/pull/1272) ([tas50](https://github.com/tas50)) <!-- 14.6.1 -->
- [filesystem] Convert rest of unix to fs2 [#1266](https://github.com/chef/ohai/pull/1266) ([jaymzh](https://github.com/jaymzh)) <!-- 14.6.0 -->
- Trim out bogus data in system_profile plugin [#1263](https://github.com/chef/ohai/pull/1263) ([tas50](https://github.com/tas50)) <!-- 14.5.10 -->
diff --git a/VERSION b/VERSION
index 9b87fcc4..bf8aaa2e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.6.1 \ No newline at end of file
+14.6.2 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 73fcde74..fa9c0f45 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.6.1".freeze
+ VERSION = "14.6.2".freeze
end