summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-23 22:51:25 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-23 22:51:25 +0000
commitb90f861bb77d0364f208947e57a6579c7eb78fae (patch)
tree16b62c513562cf0e0bf36a3beb465a5a5991cd44
parent98957d5c093c120aba6799dfab21c6ddf3eaff22 (diff)
downloadohai-b90f861bb77d0364f208947e57a6579c7eb78fae.tar.gz
Bump version to 17.0.3 by Chef Expeditorv17.0.3
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 b2230f2e..9c503617 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.0.2 -->
-## [v17.0.2](https://github.com/chef/ohai/tree/v17.0.2) (2020-12-23)
+<!-- latest_release 17.0.3 -->
+## [v17.0.3](https://github.com/chef/ohai/tree/v17.0.3) (2020-12-23)
#### Merged Pull Requests
-- Support more than 10 interfaces [#1479](https://github.com/chef/ohai/pull/1479) ([Babar](https://github.com/Babar))
+- Stop gathering filesystem2 data on BSD/Solaris/AIX [#1592](https://github.com/chef/ohai/pull/1592) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.8.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Stop gathering filesystem2 data on BSD/Solaris/AIX [#1592](https://github.com/chef/ohai/pull/1592) ([tas50](https://github.com/tas50)) <!-- 17.0.3 -->
- Support more than 10 interfaces [#1479](https://github.com/chef/ohai/pull/1479) ([Babar](https://github.com/Babar)) <!-- 17.0.2 -->
- network: populate pause frame config [#1564](https://github.com/chef/ohai/pull/1564) ([kuba-moo](https://github.com/kuba-moo)) <!-- 17.0.1 -->
- Bump Ohai to 17.0.0 [#1591](https://github.com/chef/ohai/pull/1591) ([tas50](https://github.com/tas50)) <!-- 17.0.0 -->
diff --git a/VERSION b/VERSION
index b2e99ab4..8daea6f5 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.0.2 \ No newline at end of file
+17.0.3 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 5662118d..ec39daf5 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -19,5 +19,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "17.0.2"
+ VERSION = "17.0.3"
end