summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-18 19:19:12 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-18 19:19:12 +0000
commit600d6edf1bba6cce239a8146e64baf149cfd1e35 (patch)
tree71979b6db52ec67cb827aee84fce4f42ef4b9bb1
parent5bb62240c944af1f089a90b6d9828712538e43c6 (diff)
downloadohai-600d6edf1bba6cce239a8146e64baf149cfd1e35.tar.gz
Bump version to 16.7.25 by Chef Expeditorv16.7.25
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 b5b5d049..6b10f9e2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.7.24 -->
-## [v16.7.24](https://github.com/chef/ohai/tree/v16.7.24) (2020-11-18)
+<!-- latest_release 16.7.25 -->
+## [v16.7.25](https://github.com/chef/ohai/tree/v16.7.25) (2020-11-18)
#### Merged Pull Requests
-- Disable gem caching / rubygems updates in Buildkite [#1571](https://github.com/chef/ohai/pull/1571) ([tas50](https://github.com/tas50))
+- Refactor how we parse ifconfig in AIX [#1570](https://github.com/chef/ohai/pull/1570) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.7.18 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 -->
- Simplify all our splits [#1568](https://github.com/chef/ohai/pull/1568) ([tas50](https://github.com/tas50)) <!-- 16.7.22 -->
diff --git a/VERSION b/VERSION
index 37de8b67..a69c8fff 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.24 \ No newline at end of file
+16.7.25 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 132f8f8b..d85dd0ef 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.24"
+ VERSION = "16.7.25"
end