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
17 changes: 12 additions & 5 deletions config/_default/menu.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,40 +112,47 @@ weight = 20
title = "Chef 360 Platform"
identifier = "360"

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

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

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

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

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

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

####
# 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 @@ -65,14 +65,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.4", "automate", "desktop", "habitat", "client", "server", "inspec", "saas", "supermarket", "workstation"]
default_search_product_keys = ["", "chef-360-saas", "chef-360-1.5", "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.5"
product_version_key = "chef-360-1.5"

[[search.products.360.versions]]
name = "1.4"
product_version_key = "chef-360-1.4"
Expand Down
1 change: 1 addition & 0 deletions content/360/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gh_repo = "chef-web-docs"

Chef 360 Platform versions:

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

## Chef 360 Platform 1.5.0

Release date: October 13, 2025

### New features

- We added an invite-based single sign-on (SSO) integration with SAML and OIDC identity providers (IDPs) to the Chef 360 Platform UI.
- The Ansible Interpreter now includes a dedicated user workflow in the job wizard for low-code job creation.

### Improvements

- This release includes scalability enhancements across the platform.

### Bug fixes

- Fixed an issue where users were randomly logged out of the UI.
- Fixed an issue in SaaS deployments where node self-enrollment showed incorrect node status messages.

### Supported skill versions

| Skill | Skill name | Habitat package | Version |
| ------------------------ | ----------------------- | ------------------------------------- | ------- |
| Courier Runner | courier-runner | chef-platform/courier-runner | 1.5.3 |
| Gohai | chef-gohai | chef-platform/chef-gohai | 1.2.15 |
| Inspec Interpreter | inspec-interpreter | chef-platform/inspec-interpreter | 1.0.8 |
| Node Management Agent | node-management-agent | chef-platform/node-management-agent | 1.1.1 |
| Restart Interpreter | restart-interpreter | chef-platform/restart-interpreter | 1.0.5 |
| Shell Interpreter | shell-interpreter | chef-platform/shell-interpreter | 1.0.6 |
| Infra Client Interpreter | chef-client-interpreter | chef-platform/chef-client-interpreter | 1.0.8 |
| Ansible Interpreter | ansible-interpreter | chef-platform/ansible-interpreter | 0.1.5 |

## Chef 360 Platform 1.4.2

Release date: September 10, 2025
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

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

####
Expand Down