summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-28 23:45:37 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-28 23:45:37 +0000
commite595ab330b4a31beb2dafbcfe5eb561ea8c7b93c (patch)
tree3a097a551e6e64a346c19c30394830ada4194c7f
parentaa30dd7905824bd7c0770cd72999d3b5c669b7db (diff)
downloadohai-e595ab330b4a31beb2dafbcfe5eb561ea8c7b93c.tar.gz
Bump version to 18.1.2 by Chef Expeditorv18.1.2
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 329378bd..e21a75c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 18.1.1 -->
-## [v18.1.1](https://github.com/chef/ohai/tree/v18.1.1) (2023-02-21)
+<!-- latest_release 18.1.2 -->
+## [v18.1.2](https://github.com/chef/ohai/tree/v18.1.2) (2023-02-28)
#### Merged Pull Requests
-- Calling yajl parser only once [#1786](https://github.com/chef/ohai/pull/1786) ([rnt](https://github.com/rnt))
+- [block_device] Record firmware revision of nvme block devices [#1787](https://github.com/chef/ohai/pull/1787) ([saravan2](https://github.com/saravan2))
<!-- latest_release -->
<!-- release_rollup since=18.1.0 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- [block_device] Record firmware revision of nvme block devices [#1787](https://github.com/chef/ohai/pull/1787) ([saravan2](https://github.com/saravan2)) <!-- 18.1.2 -->
- Calling yajl parser only once [#1786](https://github.com/chef/ohai/pull/1786) ([rnt](https://github.com/rnt)) <!-- 18.1.1 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index adeb6ee8..54ce184f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-18.1.1 \ No newline at end of file
+18.1.2 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 91eb988f..fd4747dc 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -19,5 +19,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "18.1.1"
+ VERSION = "18.1.2"
end