summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-12-15 17:09:39 -0800
committerTim Smith <tsmith@chef.io>2016-12-15 17:09:39 -0800
commit7f592431092c654c68c0e032c920bca85d8b7389 (patch)
treeecd83b3b1a0aa379f1c9c98632998c865ede1091
parentfcde4543dcab14ccbe7ef33b00e643ada2d9761d (diff)
downloadohai-7f592431092c654c68c0e032c920bca85d8b7389.tar.gz
Add Cumulus Linux detection to the release notes
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md19
1 files changed, 2 insertions, 17 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 58db5409..2bc88693 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -9,21 +9,6 @@ Details about the thing that changed that needs to get included in the Release N
# Ohai Release Notes:
-## Haskell Language plugin
+## Cumulus Linux Platform
-Haskell is now detected in a new haskell language plugin:
-
-```javascript
-"languages": {
- "haskell": {
- "stack": {
- "version": "1.2.0",
- "description": "Version 1.2.0 x86_64 hpack-0.14.0"
- }
- }
-}
-```
-
-## LSB Release Detection
-
-The lsb_release command line tool is now preferred to the contents of /etc/lsb-release. This resolves an issue where a distro can be upgraded, but /etc/lsb-release is not upgraded to reflect the change
+Cumulus Linux will now be detected as platform `cumulus` instead of `debian` and the `platform_version` will be properly set to the Cumulus Linux release.