diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-11-18 19:37:22 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-11-18 19:37:22 +0000 |
commit | 5c181f4801d4022ae6197c7e1752c360e136805b (patch) | |
tree | 7b2c19e52ba32504429ec2a3579cfb710b0fcc5e | |
parent | f45a5908d21ae7c376c4b73ceb904d0b46ac723f (diff) | |
download | ohai-5c181f4801d4022ae6197c7e1752c360e136805b.tar.gz |
Bump version to 16.7.26 by Chef Expeditorv16.7.26
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/ohai/version.rb | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b10f9e2..53d3382d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -<!-- latest_release 16.7.25 --> -## [v16.7.25](https://github.com/chef/ohai/tree/v16.7.25) (2020-11-18) +<!-- latest_release 16.7.26 --> +## [v16.7.26](https://github.com/chef/ohai/tree/v16.7.26) (2020-11-18) #### Merged Pull Requests -- Refactor how we parse ifconfig in AIX [#1570](https://github.com/chef/ohai/pull/1570) ([tas50](https://github.com/tas50)) +- Simplify how we gather memory on AIX [#1572](https://github.com/chef/ohai/pull/1572) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=16.7.18 --> ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Simplify how we gather memory on AIX [#1572](https://github.com/chef/ohai/pull/1572) ([tas50](https://github.com/tas50)) <!-- 16.7.26 --> - Refactor how we parse ifconfig in AIX [#1570](https://github.com/chef/ohai/pull/1570) ([tas50](https://github.com/tas50)) <!-- 16.7.25 --> - Disable gem caching / rubygems updates in Buildkite [#1571](https://github.com/chef/ohai/pull/1571) ([tas50](https://github.com/tas50)) <!-- 16.7.24 --> - Remove the :Joyent plugin as Joyent cloud went EOL 11/2019 [#1569](https://github.com/chef/ohai/pull/1569) ([tas50](https://github.com/tas50)) <!-- 16.7.23 --> @@ -1 +1 @@ -16.7.25
\ No newline at end of file +16.7.26
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index d85dd0ef..52b99c92 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -19,5 +19,5 @@ module Ohai OHAI_ROOT = File.expand_path(__dir__) - VERSION = "16.7.25" + VERSION = "16.7.26" end |