summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-01 21:00:49 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-01 21:00:49 +0000
commit4843bb3d6bbf8ad73a23bac7b3feba8cf9597b5c (patch)
tree56e8df3a8a43898e84f976ea0d546631025699d3
parent043b973a1f6deb4402b049ddb31c63c335ff3de5 (diff)
downloadohai-17.0.12.tar.gz
Bump version to 17.0.12 by Chef Expeditorv17.0.12
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 3d199d4d..d35863cf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.0.11 -->
-## [v17.0.11](https://github.com/chef/ohai/tree/v17.0.11) (2021-01-29)
+<!-- latest_release 17.0.12 -->
+## [v17.0.12](https://github.com/chef/ohai/tree/v17.0.12) (2021-02-01)
#### Merged Pull Requests
-- Support newer aws metadata versions [#1600](https://github.com/chef/ohai/pull/1600) ([tas50](https://github.com/tas50))
+- Detect Alma Linux with platform_family of rhel [#1604](https://github.com/chef/ohai/pull/1604) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.8.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 -->
- Fix fetching metadata on AWS compatible clouds [#1599](https://github.com/chef/ohai/pull/1599) ([tas50](https://github.com/tas50)) <!-- 17.0.10 -->
- Update ec2_metadata to use IMDSV2 [#1457](https://github.com/chef/ohai/pull/1457) ([wilkosz](https://github.com/wilkosz)) <!-- 17.0.9 -->
diff --git a/VERSION b/VERSION
index c5de4398..a4588a6d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.0.11 \ No newline at end of file
+17.0.12 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 90433e78..326522d0 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.11"
+ VERSION = "17.0.12"
end