summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-09-04 23:44:06 +0000
committerChef Expeditor <chef-ci@chef.io>2019-09-04 23:44:06 +0000
commitfec6f006d7b86257fffbcecf53290dc56e67811d (patch)
treeb0d9391f327d62c4e9cea4d047ac4c1154745717
parent4e66cf94b4b52b756748e2eebb6746c735087738 (diff)
downloadohai-fec6f006d7b86257fffbcecf53290dc56e67811d.tar.gz
Bump version to 15.3.1 by Chef Expeditorv15.3.1
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 00c772a4..aec0368e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 15.3.0 -->
-## [v15.3.0](https://github.com/chef/ohai/tree/v15.3.0) (2019-09-04)
+<!-- latest_release 15.3.1 -->
+## [v15.3.1](https://github.com/chef/ohai/tree/v15.3.1) (2019-09-04)
#### Merged Pull Requests
-- Make the new sysctl plugin optional [#1402](https://github.com/chef/ohai/pull/1402) ([tas50](https://github.com/tas50))
+- Simplify and fix Openstack detection on Linux [#1395](https://github.com/chef/ohai/pull/1395) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=15.2.5 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Simplify and fix Openstack detection on Linux [#1395](https://github.com/chef/ohai/pull/1395) ([tas50](https://github.com/tas50)) <!-- 15.3.1 -->
- Make the new sysctl plugin optional [#1402](https://github.com/chef/ohai/pull/1402) ([tas50](https://github.com/tas50)) <!-- 15.3.0 -->
- Add sysctl ohai plugin [#1401](https://github.com/chef/ohai/pull/1401) ([joshuamiller01](https://github.com/joshuamiller01)) <!-- 15.2.8 -->
- rspec updates from rubocop-rspec [#1399](https://github.com/chef/ohai/pull/1399) ([tas50](https://github.com/tas50)) <!-- 15.2.7 -->
diff --git a/VERSION b/VERSION
index 7ed6fef8..2471c64e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.3.0 \ No newline at end of file
+15.3.1 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index f259af0e..7170580a 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.3.0".freeze
+ VERSION = "15.3.1".freeze
end