Skip to content
Draft
Show file tree
Hide file tree
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
23 changes: 23 additions & 0 deletions content/platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,25 @@

The following table lists the commercially supported platforms and versions for Chef Infra Client.


Check failure on line 93 in content/platforms.md

View workflow job for this annotation

GitHub Actions / markdownlint

Multiple consecutive blank lines [Expected: 1; Actual: 2]

content/platforms.md:93 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]
{{< foundation_tabs tabs-id="client-supported-platforms" >}}
{{< foundation_tab active="true" panel-link="client-19-supported-platforms" tab-text="Chef Infra Client 19">}}
{{< foundation_tab panel-link="client-18-supported-platforms" tab-text="Chef Infra Client 18" >}}
{{< /foundation_tabs >}}

{{< foundation_tabs_panels tabs-id="client-supported-platforms" >}}

{{< foundation_tabs_panel active="true" panel-id="client-19-supported-platforms" >}}

Chef Infra Client is supported on:

- Currently supported Linux distributions and versions running Linux kernel 2.6.32 and later
- Currently supported Windows versions greater than or equal to Windows 10

{{< /foundation_tabs_panel >}}

{{< foundation_tabs_panel panel-id="client-18-supported-platforms" >}}

| Platform | Architecture | Version |
| --- | --- | --- |
| AIX | `powerpc` | `7.1` (TL5 SP2 or higher, recommended), `7.2`, `7.3` |
Expand All @@ -106,6 +125,10 @@
| Ubuntu (LTS releases) | `x86_64`,`aarch64` (18.x and above) | `18.04`, `20.04`, `22.04`, `24.04` |
| Windows | `x86_64` | `2016`, `10` (all channels except "insider" builds), `2019` (Long-term servicing channel (LTSC), both Desktop Experience and Server Core), `11`, `2022`, `2025` |

{{< /foundation_tabs_panel >}}

{{< /foundation_tabs_panels >}}

#### Derived platforms

The following table lists supported derived platforms and versions for Chef Infra Client.
Expand Down
6 changes: 3 additions & 3 deletions content/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Additional information is available in [this announcement](https://www.chef.io/b
|-------------------|--------------------------|------------------|----------------|
| Chef 360 Platform | Latest | GA | n/a |
| Chef Automate | Latest | GA | n/a |
| Chef Infra Client | 18.x | GA | n/a |
| Chef Infra Client | 19.x | GA | n/a |
| Chef Habitat | 0.81+ | GA | n/a |
| Chef InSpec | 5+ | GA | n/a |
| Chef Workstation | 24.x (2024), 25.x (2025) | GA | n/a |
Expand Down Expand Up @@ -88,7 +88,7 @@ newer versions or products.
| Product | Version | Lifecycle Status | EOL Date |
|-------------------|---------|------------------|----------------|
| Chef Backend | 3.x | Deprecated | TBD |
| Chef Infra Client | 17.x | Deprecated | February 2026 |
| Chef Infra Client | 18.x | Deprecated | TBD |
| Chef Infra Server | 15.x | Deprecated | November 2026 |
| Chef InSpec | 4.x | Deprecated | TBD |
| Chef Manage | 2.5.x+ | Deprecated | February 2026 |
Expand All @@ -99,7 +99,7 @@ newer versions or products.
|--------------------------|----------------------|------------------|-------------------|
| Analytics | All | EOL | December 31, 2018 |
| Chef Automate | 2.x and under | EOL | May 13, 2022 |
| Chef Infra Client | 16 and under | EOL | November 30, 2022 |
| Chef Infra Client | 17 and under | EOL | February 5, 2026 |
| Chef Compliance Server | All | EOL | December 31, 2018 |
| ChefDK | All | EOL | December 31, 2020 |
| Chef Infra Server | 14.x | EOL | December 31, 2025 |
Expand Down
Loading