summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-18 05:26:10 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-18 05:26:10 +0000
commit4e1f524edb47b67b1c70add75560eee5cc3ee0b3 (patch)
tree7d11507f5c8dfdb059c9b11c438e281766d78dda
parent1a1b53083fdad7bb4fa64ab8f6043c3c9c32be63 (diff)
downloadohai-4e1f524edb47b67b1c70add75560eee5cc3ee0b3.tar.gz
Bump version to 16.7.23 by Chef Expeditorv16.7.23
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 7dd1f382..38af734c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.7.22 -->
-## [v16.7.22](https://github.com/chef/ohai/tree/v16.7.22) (2020-11-18)
+<!-- latest_release 16.7.23 -->
+## [v16.7.23](https://github.com/chef/ohai/tree/v16.7.23) (2020-11-18)
#### Merged Pull Requests
-- Simplify all our splits [#1568](https://github.com/chef/ohai/pull/1568) ([tas50](https://github.com/tas50))
+- Remove the :Joyent plugin as Joyent cloud went EOL 11/2019 [#1569](https://github.com/chef/ohai/pull/1569) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.7.18 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 -->
- Minor performance optimizations in AIX Network plugin [#1567](https://github.com/chef/ohai/pull/1567) ([tas50](https://github.com/tas50)) <!-- 16.7.21 -->
- Update rubocop-performance to 1.9 [#1565](https://github.com/chef/ohai/pull/1565) ([tas50](https://github.com/tas50)) <!-- 16.7.20 -->
diff --git a/VERSION b/VERSION
index a29199e3..e7ccfa2a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.22 \ No newline at end of file
+16.7.23 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index f1ce4d37..a0482d08 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.22"
+ VERSION = "16.7.23"
end