summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-01 21:34:38 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-01 21:34:38 +0000
commitd175d5189c8dc7bfed4689927fa4c6312fec80c1 (patch)
tree0ee6281e12853b81dbd0529b43718927e1fb1d06
parente5d0f53121b27cd733720e210f147c85312f0a8b (diff)
downloadohai-d175d5189c8dc7bfed4689927fa4c6312fec80c1.tar.gz
Bump version to 17.0.13 by Chef Expeditorv17.0.13
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 d35863cf..ecc76115 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.0.12 -->
-## [v17.0.12](https://github.com/chef/ohai/tree/v17.0.12) (2021-02-01)
+<!-- latest_release 17.0.13 -->
+## [v17.0.13](https://github.com/chef/ohai/tree/v17.0.13) (2021-02-01)
#### Merged Pull Requests
-- Detect Alma Linux with platform_family of rhel [#1604](https://github.com/chef/ohai/pull/1604) ([tas50](https://github.com/tas50))
+- Don&#39;t track sensitive new ec2 metadata [#1605](https://github.com/chef/ohai/pull/1605) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.8.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 -->
- Fix fetching metadata on AWS compatible clouds [#1599](https://github.com/chef/ohai/pull/1599) ([tas50](https://github.com/tas50)) <!-- 17.0.10 -->
diff --git a/VERSION b/VERSION
index a4588a6d..ca85bc33 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.0.12 \ No newline at end of file
+17.0.13 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 326522d0..27130008 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.12"
+ VERSION = "17.0.13"
end