summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-03 00:20:10 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-03 00:20:10 +0000
commit3b3e25cd6f4a607c11cc7b545ff18cad7844ea32 (patch)
treefc6494e3787761e80c64d9a8667d84b708fa3691
parent51bd6af79e6e662e14e5b9615233afad98b903a6 (diff)
downloadohai-17.0.14.tar.gz
Bump version to 17.0.14 by Chef Expeditorv17.0.14
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 ecc76115..6f79a5b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.0.13 -->
-## [v17.0.13](https://github.com/chef/ohai/tree/v17.0.13) (2021-02-01)
+<!-- latest_release 17.0.14 -->
+## [v17.0.14](https://github.com/chef/ohai/tree/v17.0.14) (2021-02-03)
#### Merged Pull Requests
-- Don&#39;t track sensitive new ec2 metadata [#1605](https://github.com/chef/ohai/pull/1605) ([tas50](https://github.com/tas50))
+- [linux/platform] fix platform_version on Debian testing and unstable [#1613](https://github.com/chef/ohai/pull/1613) ([michel-slm](https://github.com/michel-slm))
<!-- latest_release -->
<!-- release_rollup since=16.8.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- [linux/platform] fix platform_version on Debian testing and unstable [#1613](https://github.com/chef/ohai/pull/1613) ([michel-slm](https://github.com/michel-slm)) <!-- 17.0.14 -->
- Don&#39;t track sensitive new ec2 metadata [#1605](https://github.com/chef/ohai/pull/1605) ([tas50](https://github.com/tas50)) <!-- 17.0.13 -->
- Detect Alma Linux with platform_family of rhel [#1604](https://github.com/chef/ohai/pull/1604) ([tas50](https://github.com/tas50)) <!-- 17.0.12 -->
- Support newer aws metadata versions [#1600](https://github.com/chef/ohai/pull/1600) ([tas50](https://github.com/tas50)) <!-- 17.0.11 -->
diff --git a/VERSION b/VERSION
index ca85bc33..5007f838 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.0.13 \ No newline at end of file
+17.0.14 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 27130008..6688db9f 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -19,5 +19,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "17.0.13"
+ VERSION = "17.0.14"
end