summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-07 03:14:15 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-07 03:14:15 +0000
commit1b82be4658be799e4ef47d68eee81a543d39ea5e (patch)
treebeed93ef0e2f1135fab0fdf0cc2498d82cf755c0
parent24bae2090382bda1db54e93f4dec7e028053e699 (diff)
downloadohai-1b82be4658be799e4ef47d68eee81a543d39ea5e.tar.gz
Bump version to 16.7.15 by Chef Expeditorv16.7.15
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 a9754bb0..52c6182b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.7.14 -->
-## [v16.7.14](https://github.com/chef/ohai/tree/v16.7.14) (2020-11-06)
+<!-- latest_release 16.7.15 -->
+## [v16.7.15](https://github.com/chef/ohai/tree/v16.7.15) (2020-11-07)
#### Merged Pull Requests
-- Collapse duplicate branches in case statements [#1558](https://github.com/chef/ohai/pull/1558) ([tas50](https://github.com/tas50))
+- Fix parsing of hostnamectl to support values with colons [#1560](https://github.com/chef/ohai/pull/1560) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.6.5 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 -->
- Speedup the slowest spec by running fewer plugins [#1556](https://github.com/chef/ohai/pull/1556) ([tas50](https://github.com/tas50)) <!-- 16.7.13 -->
- Better format the elapsed plugin time [#1557](https://github.com/chef/ohai/pull/1557) ([tas50](https://github.com/tas50)) <!-- 16.7.12 -->
diff --git a/VERSION b/VERSION
index 9201b2a0..17079916 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.14 \ No newline at end of file
+16.7.15 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index fa591ffc..f605cf15 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.14"
+ VERSION = "16.7.15"
end