diff --git a/config/_default/menu.toml b/config/_default/menu.toml index ae9a47e30..f9b734fe2 100644 --- a/config/_default/menu.toml +++ b/config/_default/menu.toml @@ -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 diff --git a/config/_default/params.toml b/config/_default/params.toml index e6a28f332..819a02c60 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -65,7 +65,7 @@ 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] @@ -73,6 +73,10 @@ default_search_product_keys = ["", "chef-360-saas", "chef-360-1.4", "automate", 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" diff --git a/content/360/_index.md b/content/360/_index.md index 02dbe8314..b57e566a6 100644 --- a/content/360/_index.md +++ b/content/360/_index.md @@ -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/) diff --git a/content/release_notes_360.md b/content/release_notes_360.md index c7e6e8c69..0ffaf1d00 100644 --- a/content/release_notes_360.md +++ b/content/release_notes_360.md @@ -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 diff --git a/netlify.toml b/netlify.toml index b1a1fe1d4..c0058abf3 100644 --- a/netlify.toml +++ b/netlify.toml @@ -85,7 +85,7 @@ [[redirects]] from = "/360/latest/*" - to = "/360/1.4/:splat" + to = "/360/1.5/:splat" status = 301 ####