summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-12-31 21:41:05 +0000
committerChef Expeditor <chef-ci@chef.io>2018-12-31 21:41:05 +0000
commitd96dc696e041b791ee8d182d8b910186ac18d701 (patch)
tree9375b1a3638c4ac08960f6f5baffb0a0bb6ed82f
parent3376578338ee12332f69397058904d475b01c7b0 (diff)
downloadohai-d96dc696e041b791ee8d182d8b910186ac18d701.tar.gz
Bump version to 15.0.26 by Chef Expeditorv15.0.26
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 a1493097..34f5fa0d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 15.0.25 -->
-## [v15.0.25](https://github.com/chef/ohai/tree/v15.0.25) (2018-12-05)
+<!-- latest_release 15.0.26 -->
+## [v15.0.26](https://github.com/chef/ohai/tree/v15.0.26) (2018-12-31)
#### Merged Pull Requests
-- Add support for XCP-ng platform [#1283](https://github.com/chef/ohai/pull/1283) ([heyjodom](https://github.com/heyjodom))
+- Remove V6 plugin Struct to reduce memory consumption [#1333](https://github.com/chef/ohai/pull/1333) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.6.2 -->
### Changes since 14.6.2 release
#### Merged Pull Requests
+- Remove V6 plugin Struct to reduce memory consumption [#1333](https://github.com/chef/ohai/pull/1333) ([tas50](https://github.com/tas50)) <!-- 15.0.26 -->
- Add support for XCP-ng platform [#1283](https://github.com/chef/ohai/pull/1283) ([heyjodom](https://github.com/heyjodom)) <!-- 15.0.25 -->
- Unify virtualization detection on a single helper [#1317](https://github.com/chef/ohai/pull/1317) ([tas50](https://github.com/tas50)) <!-- 15.0.24 -->
- Require Ruby 2.5 or later [#1300](https://github.com/chef/ohai/pull/1300) ([tas50](https://github.com/tas50)) <!-- 15.0.23 -->
diff --git a/VERSION b/VERSION
index e6402183..703dfd4a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.25 \ No newline at end of file
+15.0.26 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index c369ee05..345a0d5e 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.25".freeze
+ VERSION = "15.0.26".freeze
end