summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-02 20:52:30 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-02 20:52:30 +0000
commit65a2e18ee8b9cabbf2c35e56fff926f204fd624d (patch)
treebc15fae90324c9913a2dab860e23b0895a152592
parent7b300f390152b30a2d6be717d0471f0d5fe309b4 (diff)
downloadohai-16.10.4.tar.gz
Bump version to 16.10.4 by Chef Expeditorv16.10.4
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 43711ef3..104eee75 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.10.3 -->
-## [v16.10.3](https://github.com/chef/ohai/tree/v16.10.3) (2021-02-02)
+<!-- latest_release 16.10.4 -->
+## [v16.10.4](https://github.com/chef/ohai/tree/v16.10.4) (2021-02-02)
#### Merged Pull Requests
-- Support more than 10 interfaces [#1606](https://github.com/chef/ohai/pull/1606) ([tas50](https://github.com/tas50))
+- network: populate pause frame config [#1607](https://github.com/chef/ohai/pull/1607) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.8.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- network: populate pause frame config [#1607](https://github.com/chef/ohai/pull/1607) ([tas50](https://github.com/tas50)) <!-- 16.10.4 -->
- Support more than 10 interfaces [#1606](https://github.com/chef/ohai/pull/1606) ([tas50](https://github.com/tas50)) <!-- 16.10.3 -->
- Detect Alam Linux with platform_family of rhel [#1608](https://github.com/chef/ohai/pull/1608) ([tas50](https://github.com/tas50)) <!-- 16.10.2 -->
- Update ec2_metadata to use IMDSV2 (Continued from #1457) [#1610](https://github.com/chef/ohai/pull/1610) ([tas50](https://github.com/tas50)) <!-- 16.10.1 -->
diff --git a/VERSION b/VERSION
index a76369ae..74887e66 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.10.3 \ No newline at end of file
+16.10.4 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 26f3e3f3..14c5fb3c 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.10.3"
+ VERSION = "16.10.4"
end