summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-12 16:43:12 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-12 16:43:12 +0000
commite1063aa34410ebd5612f9c1e0ce6dc3c586cc6c6 (patch)
tree170ca28ca7448ab5d0e9aa51d5cbd372d1af8058
parent0bb36d0b5616ce93dbefa27efbf63182c0073801 (diff)
downloadohai-e1063aa34410ebd5612f9c1e0ce6dc3c586cc6c6.tar.gz
Bump version to 16.6.3 by Chef Expeditorv16.6.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 1f158ff7..229e7995 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.6.2 -->
-## [v16.6.2](https://github.com/chef/ohai/tree/v16.6.2) (2020-10-08)
+<!-- latest_release 16.6.3 -->
+## [v16.6.3](https://github.com/chef/ohai/tree/v16.6.3) (2020-10-12)
#### Merged Pull Requests
-- Remove ruby 2.5 from CI. [#1526](https://github.com/chef/ohai/pull/1526) ([phiggins](https://github.com/phiggins))
+- Renamed &#39;whitelist&#39; to &#39;allowlist&#39; in DMI plugin [#1522](https://github.com/chef/ohai/pull/1522) ([vraravam](https://github.com/vraravam))
<!-- latest_release -->
<!-- release_rollup since=16.5.6 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Renamed &#39;whitelist&#39; to &#39;allowlist&#39; in DMI plugin [#1522](https://github.com/chef/ohai/pull/1522) ([vraravam](https://github.com/vraravam)) <!-- 16.6.3 -->
- Remove ruby 2.5 from CI. [#1526](https://github.com/chef/ohai/pull/1526) ([phiggins](https://github.com/phiggins)) <!-- 16.6.2 -->
- Windows support for Passwd plugin [#1516](https://github.com/chef/ohai/pull/1516) ([jaymzh](https://github.com/jaymzh)) <!-- 16.6.1 -->
- Detect Azure when DHCP domain is set to reddog.microsoft.com [#1521](https://github.com/chef/ohai/pull/1521) ([jasonwbarnett](https://github.com/jasonwbarnett)) <!-- 16.6.0 -->
diff --git a/VERSION b/VERSION
index ef1c2f66..34969338 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.6.2 \ No newline at end of file
+16.6.3 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 1a8d46bd..f58a057e 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "16.6.2".freeze
+ VERSION = "16.6.3".freeze
end