summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-18 21:10:24 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-18 21:10:24 +0000
commitdff33881402519b6d4a49cb64229ad46edbc8f96 (patch)
tree99b09bd3b7627ceb577e55698bdc98c91a2d1cfe
parent631b68882275892b7bd509cda1a9b734cf92cf2d (diff)
downloadohai-dff33881402519b6d4a49cb64229ad46edbc8f96.tar.gz
Bump version to 16.7.29 by Chef Expeditorv16.7.29
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 6965c8d4..c7f47af3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.7.28 -->
-## [v16.7.28](https://github.com/chef/ohai/tree/v16.7.28) (2020-11-18)
+<!-- latest_release 16.7.29 -->
+## [v16.7.29](https://github.com/chef/ohai/tree/v16.7.29) (2020-11-18)
#### Merged Pull Requests
-- Avoid calling uname 4 times on aix [#1574](https://github.com/chef/ohai/pull/1574) ([tas50](https://github.com/tas50))
+- Simplify aix platform / platform_family detection [#1575](https://github.com/chef/ohai/pull/1575) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.7.18 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Simplify aix platform / platform_family detection [#1575](https://github.com/chef/ohai/pull/1575) ([tas50](https://github.com/tas50)) <!-- 16.7.29 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 1be3f99b..c855fd55 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.28 \ No newline at end of file
+16.7.29 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index afb7ebcb..cc291bb3 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.28"
+ VERSION = "16.7.29"
end