summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-18 20:39:11 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-18 20:39:11 +0000
commitc91d99b662d27bbf5ea680f9a5c8ca583be6b7fc (patch)
treec9b8f5ae892bfed77867c22b979bfe754e3cf7a7
parenta65dafabde60829332ae916f1136fb1b727f08ba (diff)
downloadohai-c91d99b662d27bbf5ea680f9a5c8ca583be6b7fc.tar.gz
Bump version to 16.7.28 by Chef Expeditorv16.7.28
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 6fffa48c..6965c8d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.7.27 -->
-## [v16.7.27](https://github.com/chef/ohai/tree/v16.7.27) (2020-11-18)
+<!-- latest_release 16.7.28 -->
+## [v16.7.28](https://github.com/chef/ohai/tree/v16.7.28) (2020-11-18)
#### Merged Pull Requests
-- More refactoring of the AIX network plugin [#1573](https://github.com/chef/ohai/pull/1573) ([tas50](https://github.com/tas50))
+- Avoid calling uname 4 times on aix [#1574](https://github.com/chef/ohai/pull/1574) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.7.18 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Avoid calling uname 4 times on aix [#1574](https://github.com/chef/ohai/pull/1574) ([tas50](https://github.com/tas50)) <!-- 16.7.28 -->
- 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 -->
diff --git a/VERSION b/VERSION
index db8c853a..1be3f99b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.27 \ No newline at end of file
+16.7.28 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index de2b4545..afb7ebcb 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.27"
+ VERSION = "16.7.28"
end