summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-06 16:06:14 -0700
committerTim Smith <tsmith@chef.io>2018-07-06 16:06:14 -0700
commit56fd6592f25a79adf0480e4f32c86a2a0a2499cd (patch)
tree51e77ed3c6c513dba286694884f21b508e378b77
parentc8d07d3389f1127e0ac17a7288d883b5b8974d8a (diff)
downloadohai-56fd6592f25a79adf0480e4f32c86a2a0a2499cd.tar.gz
Bump version to 14.3 + add release notes
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md6
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 8 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index d29843bc..8e7afa2b 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,3 +1,9 @@
+# Ohai Release Notes 14.3
+
+## Detection of Amazon Linux 2.0
+
+Ohai now properly detects the platform_version of the final release of Amazon Linux 2.0 in addition to the previous detection of the RC platform_version.
+
# Ohai Release Notes 14.2
## Virtualization detection on AWS
diff --git a/VERSION b/VERSION
index 7ffbcaae..32f02f10 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.2.4 \ No newline at end of file
+14.3.0
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 469ce8eb..0fc5a0ac 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.4".freeze
+ VERSION = "14.3.0".freeze
end