summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2018-04-23 19:00:45 +0100
committerGitHub <noreply@github.com>2018-04-23 19:00:45 +0100
commit2aab5156720703be72ff1d8f2f8ca9012d1b62e9 (patch)
treecf3e03156799332d87bc482fe0acc522179a2cec
parent596114efc5cae7f1927c5fa7b095f8912c3e2a20 (diff)
parent86ebb1262c6ff51ac77ad9345e6da95fc17965ee (diff)
downloadchef-2aab5156720703be72ff1d8f2f8ca9012d1b62e9.tar.gz
Merge pull request #7139 from chef/shain/deprecate_10_10
We no longer build or test on OSX 10.10
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 1bca0ecfdd..3e3310fee6 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -157,6 +157,10 @@ Rename a property with a deprecation warning for users of the old property name
deprecated_property_alias 'thing2', 'the_second_thing', 'The thing2 property was renamed the_second_thing in the 2.0 release of this cookbook. Please update your cookbooks to use the new property name.'
```
+### Platform Deprecations
+
+chef-client no longer is built or tested on OS X 10.10 in accordance with Chef's EOL policy.
+
### validation_message
Validation messages allow you give the user a friendly error message when any validation on a property fails.