summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-12-05 17:46:53 +0000
committerChef Expeditor <chef-ci@chef.io>2018-12-05 17:46:53 +0000
commit67f9f6298083ee29d649dc6d3b7b19ab9f834ec8 (patch)
tree7eea3ed6bfe40406383af7effd6d570239a0e7b5
parentbfd436e92653d2f4ef32597f2454f4cf681b5a8a (diff)
downloadohai-67f9f6298083ee29d649dc6d3b7b19ab9f834ec8.tar.gz
Bump version to 15.0.23 by Chef Expeditorv15.0.23
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 4aba9c68..4a5e151f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 15.0.22 -->
-## [v15.0.22](https://github.com/chef/ohai/tree/v15.0.22) (2018-12-05)
+<!-- latest_release 15.0.23 -->
+## [v15.0.23](https://github.com/chef/ohai/tree/v15.0.23) (2018-12-05)
#### Merged Pull Requests
-- Back out SLES -&gt; SUSE remapping and instead fix the platform_family [#1322](https://github.com/chef/ohai/pull/1322) ([tas50](https://github.com/tas50))
+- Require Ruby 2.5 or later [#1300](https://github.com/chef/ohai/pull/1300) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.6.2 -->
### Changes since 14.6.2 release
#### Merged Pull Requests
+- Require Ruby 2.5 or later [#1300](https://github.com/chef/ohai/pull/1300) ([tas50](https://github.com/tas50)) <!-- 15.0.23 -->
- Back out SLES -&gt; SUSE remapping and instead fix the platform_family [#1322](https://github.com/chef/ohai/pull/1322) ([tas50](https://github.com/tas50)) <!-- 15.0.22 -->
- Don&#39;t ship the readme with ohai [#1321](https://github.com/chef/ohai/pull/1321) ([tas50](https://github.com/tas50)) <!-- 15.0.21 -->
- Add support for antergos linux and fix opensuseleap platform_family [#1320](https://github.com/chef/ohai/pull/1320) ([tas50](https://github.com/tas50)) <!-- 15.0.20 -->
diff --git a/VERSION b/VERSION
index 4506e1ff..8406c244 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.22 \ No newline at end of file
+15.0.23 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index a5754ef0..be1943d9 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.22".freeze
+ VERSION = "15.0.23".freeze
end