summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-06 21:05:38 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-06 21:05:38 +0000
commit308817fee6b5ff4a44cdff5c1bdd441270dd6415 (patch)
tree6f12283141da6ec370e4931626b08493f53b9c42
parent27b63f5a1f457ba964fa4516031d56a9808d66ec (diff)
downloadohai-308817fee6b5ff4a44cdff5c1bdd441270dd6415.tar.gz
Bump version to 14.2.3 by Chef Expeditorv14.2.3
-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 9a656b74..fcf21d01 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.2.2 -->
-## [v14.2.2](https://github.com/chef/ohai/tree/v14.2.2) (2018-07-06)
+<!-- latest_release 14.2.3 -->
+## [v14.2.3](https://github.com/chef/ohai/tree/v14.2.3) (2018-07-06)
#### Merged Pull Requests
-- Resolve several performance issues identified by Rubocop [#1208](https://github.com/chef/ohai/pull/1208) ([tas50](https://github.com/tas50))
+- Properly detect Amazon Linux 2 final release platform version [#1214](https://github.com/chef/ohai/pull/1214) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.2.0 -->
### Changes since 14.2.0 release
#### Merged Pull Requests
+- Properly detect Amazon Linux 2 final release platform version [#1214](https://github.com/chef/ohai/pull/1214) ([tas50](https://github.com/tas50)) <!-- 14.2.3 -->
- Resolve several performance issues identified by Rubocop [#1208](https://github.com/chef/ohai/pull/1208) ([tas50](https://github.com/tas50)) <!-- 14.2.2 -->
- Fixes for new chefstyle rules [#1211](https://github.com/chef/ohai/pull/1211) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.2.1 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 3b85ad66..1a709f0c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.2.2 \ No newline at end of file
+14.2.3 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 832672b9..428e65a0 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
- VERSION = "14.2.2".freeze
+ VERSION = "14.2.3".freeze
end