Skip to content
Merged
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
49 changes: 28 additions & 21 deletions config/_default/menu.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,32 +113,39 @@ title = "Chef 360 Platform"
identifier = "360"

[[360]]
title = "version 1.3"
title = "version 1.4"
parent = "360"
identifier = "360/1.3"
url = "/360/1.3/"
identifier = "360/1.4"
url = "/360/1.4/"
weight = 10

[[360]]
title = "version 1.2"
parent = "360"
identifier = "360/1.2"
url = "/360/1.2/"
weight = 20
[[360]]
title = "version 1.3"
parent = "360"
identifier = "360/1.3"
url = "/360/1.3/"
weight = 20

[[360]]
title = "version 1.1"
parent = "360"
identifier = "360/1.1"
url = "/360/1.1/"
weight = 30
[[360]]
title = "version 1.2"
parent = "360"
identifier = "360/1.2"
url = "/360/1.2/"
weight = 30

[[360]]
title = "version 1.0"
parent = "360"
identifier = "360/1.0"
url = "/360/1.0/"
weight = 40
[[360]]
title = "version 1.1"
parent = "360"
identifier = "360/1.1"
url = "/360/1.1/"
weight = 40

[[360]]
title = "version 1.0"
parent = "360"
identifier = "360/1.0"
url = "/360/1.0/"
weight = 50

####
# End Chef 360 Menu
Expand Down
6 changes: 5 additions & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,18 @@ gh_path = "https://github.com/chef/license-service/tree/main/docs-chef-io/conten

[search]

default_search_product_keys = ["", "chef-360-saas", "chef-360-1.3", "automate", "desktop", "habitat", "client", "server", "inspec", "saas", "supermarket", "workstation"]
default_search_product_keys = ["", "chef-360-saas", "chef-360-1.4", "automate", "desktop", "habitat", "client", "server", "inspec", "saas", "supermarket", "workstation"]

[search.products]

[search.products.360]
name = "360 Platform"
product_key = "chef-360"

[[search.products.360.versions]]
name = "1.4"
product_version_key = "chef-360-1.4"

[[search.products.360.versions]]
name = "1.3"
product_version_key = "chef-360-1.3"
Expand Down
3 changes: 2 additions & 1 deletion content/360/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ gh_repo = "chef-web-docs"

Chef 360 Platform versions:

- [Chef 360 Platform 1.2](/360/1.3/)
- [Chef 360 Platform 1.4](/360/1.4/)
- [Chef 360 Platform 1.3](/360/1.3/)
- [Chef 360 Platform 1.2](/360/1.2/)
- [Chef 360 Platform 1.1](/360/1.1/)
- [Chef 360 Platform 1.0](/360/1.0/)
35 changes: 35 additions & 0 deletions content/release_notes_360.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,41 @@ product = [""]
weight = 10
+++

## Chef 360 Platform 1.4.0

Release date: July 17, 2025

### New features

- The Chef Declarative State Management (DSM) service is now included in Chef 360 Platform.

Chef DSM acts as a central repository for configuration data.
It manages cookbooks, policies, and metadata for nodes managed by Chef Infra Client.
DSM enables nodes to efficiently request and receive configuration details, ensuring streamlined deployment and management processes. For more information, see the [Chef DSM documentation](https://docs.chef.io/360/1.4/dsm/).

- Node enrollment can now be performed using a binary executable directly from the nodes.
- All tables can now be exported as CSV files using the Chef 360 Platform UI.

### Improvements

- Courier now supports a larger number of parallel jobs.

### Preview features

- An Ansible interpreter is now available invoke Ansible commands in a Courier job. For more information, see the [Ansible interpreter documentation](https://docs.chef.io/360/1.4/courier/interpreters/ansible/).

### Supported skill versions

| Skill | Skill name | Habitat package | Version |
| ----------------------------- | ------------------------ | ------------------------------------- | ------- |
| Courier Runner | courier-runner | chef-platform/courier-runner | 1.5.1 |
| Gohai | chef-gohai | chef-platform/chef-gohai | 1.2.9 |
| Inspec Interpreter | inspec-interpreter | chef-platform/inspec-interpreter | 1.0.8 |
| Node Management Agent | node-management-agent | chef-platform/node-management-agent | 1.0.9 |
| Restart Interpreter | restart-interpreter | chef-platform/restart-interpreter | 1.0.5 |
| Shell Interpreter | shell-interpreter | chef-platform/shell-interpreter | 1.0.6 |
| Chef Infra Client Interpreter | chef-client-interpreter | chef-platform/chef-client-interpreter | 18.7.3 |

## Chef 360 Platform 1.3.1

Release date: June 3, 2025
Expand Down
1 change: 1 addition & 0 deletions content/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ commercial agreement with Chef. Additional information is available in

| Product | Version | Lifecycle Status | EOL Date |
|-------------------|--------------------------|------------------|----------------|
| Chef 360 Platform | Latest | GA | n/a |
| Chef Automate | Latest | GA | n/a |
| Chef Infra Client | 18.x | GA | n/a |
| Chef Infra Server | 15.x | GA | n/a |
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

[[redirects]]
from = "/360/latest/*"
to = "/360/1.3/:splat"
to = "/360/1.4/:splat"
status = 301

####
Expand Down