summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-07 07:11:48 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-07 07:11:51 +0000
commitc7d3c3d18be13e621bd62ed5677dc2bd75e24d9f (patch)
treec47fb9fe336f4865e45961171476672adccd0ae2
parent09f6fabb234a7437980330a7357af9efd6f81c78 (diff)
downloadohai-c7d3c3d18be13e621bd62ed5677dc2bd75e24d9f.tar.gz
Bump version to 16.7.17 by Chef Expeditorv16.7.17
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 2020ddba..fd7d19c9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.7.16 -->
-## [v16.7.16](https://github.com/chef/ohai/tree/v16.7.16) (2020-11-07)
+<!-- latest_release 16.7.17 -->
+## [v16.7.17](https://github.com/chef/ohai/tree/v16.7.17) (2020-11-07)
#### Merged Pull Requests
-- Remove regex anchors in the Linux Memory plugin [#1563](https://github.com/chef/ohai/pull/1563) ([tas50](https://github.com/tas50))
+- Remove Linux LSB support for systems without lsb-release CLI [#1562](https://github.com/chef/ohai/pull/1562) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.6.5 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Remove Linux LSB support for systems without lsb-release CLI [#1562](https://github.com/chef/ohai/pull/1562) ([tas50](https://github.com/tas50)) <!-- 16.7.17 -->
- Remove regex anchors in the Linux Memory plugin [#1563](https://github.com/chef/ohai/pull/1563) ([tas50](https://github.com/tas50)) <!-- 16.7.16 -->
- Fix parsing of hostnamectl to support values with colons [#1560](https://github.com/chef/ohai/pull/1560) ([tas50](https://github.com/tas50)) <!-- 16.7.15 -->
- Collapse duplicate branches in case statements [#1558](https://github.com/chef/ohai/pull/1558) ([tas50](https://github.com/tas50)) <!-- 16.7.14 -->
diff --git a/VERSION b/VERSION
index 3bc1bf66..ec8307af 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.16 \ No newline at end of file
+16.7.17 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index c932884e..817e0e5f 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.16"
+ VERSION = "16.7.17"
end