summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-23 21:22:31 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-23 21:22:31 +0000
commitd6ccd995f47034ce8c2b3f31ebd503f610e7ee03 (patch)
tree0365a2e59c510ff71d7c0ea95906cdaf6aeea899
parent790f3244e357930a0dab4e519799b7c836e5b456 (diff)
downloadohai-d6ccd995f47034ce8c2b3f31ebd503f610e7ee03.tar.gz
Bump version to 17.0.2 by Chef Expeditorv17.0.2
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 f9d34f04..b2230f2e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.0.1 -->
-## [v17.0.1](https://github.com/chef/ohai/tree/v17.0.1) (2020-12-23)
+<!-- latest_release 17.0.2 -->
+## [v17.0.2](https://github.com/chef/ohai/tree/v17.0.2) (2020-12-23)
#### Merged Pull Requests
-- network: populate pause frame config [#1564](https://github.com/chef/ohai/pull/1564) ([kuba-moo](https://github.com/kuba-moo))
+- Support more than 10 interfaces [#1479](https://github.com/chef/ohai/pull/1479) ([Babar](https://github.com/Babar))
<!-- latest_release -->
<!-- release_rollup since=16.8.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 0e433fb8..b2e99ab4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.0.1 \ No newline at end of file
+17.0.2 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index fb5d8dae..5662118d 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.1"
+ VERSION = "17.0.2"
end