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

Update InSpec supported platforms #4205

Merged
merged 1 commit into from
Nov 14, 2023
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
20 changes: 2 additions & 18 deletions content/platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,31 +154,15 @@ The following platforms are supported only using the community.

The following table lists the commercially-supported platforms and versions for Chef InSpec.

| Platform | Architecture | Version |
| --- | --- | --- |
| Amazon Linux | `x86_64`, `aarch64` | `2.x` |
| Debian | `x86_64`, `aarch64` (10.x only) | `9`, `10`, `11` |
| macOS | `x86_64`, `aarch64` (M1 processors) | `10.15`, `11.x`, `12.x` |
| Oracle Enterprise Linux | `x86_64`, `aarch64` (7.x / 8.x only) | `6.x`, `7.x`, `8.x` |
| Red Hat Enterprise Linux | `x86_64`, `aarch64` (7.x and 8.x only) | `6.x`, `7.x`, `8.x` |
| SUSE Linux Enterprise Server | `x86_64`, `aarch64` (15.x only) | `12.x`, `15.x` |
| Ubuntu | `x86_64` | `16.04`, `18.04`, `20.04` |
| Windows | `x86_64` | `8.1`, `2012`, `2012 R2`, `2016`, `10` (all channels except "insider" builds), `2019`, `11`, `2022` |
{{< readfile file="content/inspec/reusable/md/support_commercial_platforms.md" >}}

#### Derived platforms

The following table lists supported derived platforms and versions for Chef InSpec.

See our policy on [support for derived platforms](#support-for-derived-platforms) for more information.

| Platform | Architecture | Version | Parent platform |
| --- | --- | --- | --- |
| AlmaLinux | `x86_64`, `aarch64` | `8.x` | CentOS |
| Rocky Linux | `x86_64`, `aarch64` | `8.x` | CentOS |

Chef InSpec Target Mode (`inspec --target`) may be functional on
additional platforms, versions, and architectures but aren't validated
by Chef Software, Inc.
{{< readfile file="content/inspec/reusable/md/support_derived_platforms.md" >}}

### Chef Manage

Expand Down