Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OS X 10.10 (yosemite) support, drop 10.6 & 10.7 #70

Merged
merged 3 commits into from
Nov 26, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions rfc021-platform-support-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Platform | Versions | Architectures | Package Format | Built on
AIX | 6.1, 7.1 | ppc64 | bff | AIX 6.1
CentOS | 5, 6, 7 | i386, x86_64 | rpm | RHEL 5
FreeBSD | 9, 10 | i386, amd64 | pkg_add pkg | FreeBSD 9
Mac OS X | 10.6, 10.7, 10.8, 10.9 | x86_64 | dmg | Mac OS 10.7
Mac OS X | 10.8, 10.9, 10.10 | x86_64 | dmg | Mac OS 10.8
Oracle Enterprise Linux | 5, 6, 7 | i386, x86_64 | rpm | RHEL 5
Red Hat Enterprise Linux | 5, 6, 7 | i386, x86_64 | rpm | RHEL 5
Solaris | 9, 10, 11 | sparc, x86 | shar | Solaris 9
Expand Down Expand Up @@ -67,7 +67,7 @@ Tier 2 supported platforms are those on which Omnitruck will serve packages, but
* RHEL/CentOS/Oracle/Scientific 4.x or older
* RHEL or SLES on POWER (ppc64) or System/z
* HP-UX
* Mac OS X 10.5, older, or anything ppc-based
* Mac OS X < 10.8, anything ppc

## Chef Server

Expand All @@ -92,7 +92,7 @@ Includes any of the add-ons (webui2/manage, push, etc.)
* Windows 7, 8, 8.1
* Fedora (current non-EOL releases)
* RHEL 6.x
* Mac OS X 10.8, 10.9
* Mac OS X 10.8, 10.9, 10.10
* Ubuntu 12.04, 14.04

ChefDK bundles Chef Client. Therefore, Chef Client is supported, by extension, on the foregoing client platforms, if not already mentioned explicitly in the Chef Client support matrix.
Expand Down