summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-12 16:36:12 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-12 16:36:12 +0000
commite9aeb984211b41602d5c2a968ab1aa619d07f4b6 (patch)
tree416e91eed90e23d1b1d4e0fb65d6248295f9a28c
parentfb1bbb85a9d884604a06cb9a7eae2ae605aa3f37 (diff)
downloadohai-e9aeb984211b41602d5c2a968ab1aa619d07f4b6.tar.gz
Bump version to 16.4.9 by Chef Expeditorv16.4.9
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 2f2b69d4..5cfd1af5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.4.8 -->
-## [v16.4.8](https://github.com/chef/ohai/tree/v16.4.8) (2020-08-10)
+<!-- latest_release 16.4.9 -->
+## [v16.4.9](https://github.com/chef/ohai/tree/v16.4.9) (2020-08-12)
#### Merged Pull Requests
-- Update network plugin to use ipaddr not ipaddress gem [#1493](https://github.com/chef/ohai/pull/1493) ([tas50](https://github.com/tas50))
+- Remove profile gemfile group for now [#1496](https://github.com/chef/ohai/pull/1496) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.3.2 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Remove profile gemfile group for now [#1496](https://github.com/chef/ohai/pull/1496) ([tas50](https://github.com/tas50)) <!-- 16.4.9 -->
- Update network plugin to use ipaddr not ipaddress gem [#1493](https://github.com/chef/ohai/pull/1493) ([tas50](https://github.com/tas50)) <!-- 16.4.8 -->
- Remove non-Ohai requires from specs to prevent false positives [#1494](https://github.com/chef/ohai/pull/1494) ([tas50](https://github.com/tas50)) <!-- 16.4.7 -->
- Remove unused systemu dependency [#1490](https://github.com/chef/ohai/pull/1490) ([tas50](https://github.com/tas50)) <!-- 16.4.6 -->
diff --git a/VERSION b/VERSION
index 838af85e..b82f9108 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.4.8 \ No newline at end of file
+16.4.9 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 7577b11e..3e2dcda9 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
- VERSION = "16.4.8".freeze
+ VERSION = "16.4.9".freeze
end