summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-18 20:10:15 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-18 20:10:15 +0000
commit393873093075b24de99d800ec4a8b414ea525291 (patch)
tree48afb0c7d837b5c9b34cedba9124f2fee33b8871
parent2804463e5e1b81911bc27aa4e132f888a202ff9a (diff)
downloadohai-16.7.27.tar.gz
Bump version to 16.7.27 by Chef Expeditorv16.7.27
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 53d3382d..6fffa48c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.7.26 -->
-## [v16.7.26](https://github.com/chef/ohai/tree/v16.7.26) (2020-11-18)
+<!-- latest_release 16.7.27 -->
+## [v16.7.27](https://github.com/chef/ohai/tree/v16.7.27) (2020-11-18)
#### Merged Pull Requests
-- Simplify how we gather memory on AIX [#1572](https://github.com/chef/ohai/pull/1572) ([tas50](https://github.com/tas50))
+- More refactoring of the AIX network plugin [#1573](https://github.com/chef/ohai/pull/1573) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.7.18 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- More refactoring of the AIX network plugin [#1573](https://github.com/chef/ohai/pull/1573) ([tas50](https://github.com/tas50)) <!-- 16.7.27 -->
- 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 -->
diff --git a/VERSION b/VERSION
index fce606fc..db8c853a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.26 \ No newline at end of file
+16.7.27 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 52b99c92..de2b4545 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.26"
+ VERSION = "16.7.27"
end