diff --git a/config/_default/menu.toml b/config/_default/menu.toml index 40db08d6f4..c124bf1617 100644 --- a/config/_default/menu.toml +++ b/config/_default/menu.toml @@ -112,26 +112,33 @@ weight = 20 title = "Chef 360 Platform" identifier = "360" +[[360]] +title = "version 1.3" +parent = "360" +identifier = "360/1.3" +url = "/360/1.3/" +weight = 10 + [[360]] title = "version 1.2" parent = "360" identifier = "360/1.2" url = "/360/1.2/" -weight = 10 +weight = 20 [[360]] title = "version 1.1" parent = "360" identifier = "360/1.1" url = "/360/1.1/" -weight = 20 +weight = 30 [[360]] title = "version 1.0" parent = "360" identifier = "360/1.0" url = "/360/1.0/" -weight = 30 +weight = 40 #### # End Chef 360 Menu diff --git a/config/_default/params.toml b/config/_default/params.toml index ff6bf00cdf..705dab140d 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -63,7 +63,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.2", "automate", "desktop", "habitat", "client", "server", "inspec", "saas", "supermarket", "workstation"] +default_search_product_keys = ["", "chef-360-saas", "chef-360-1.3", "automate", "desktop", "habitat", "client", "server", "inspec", "saas", "supermarket", "workstation"] [search.products] @@ -71,6 +71,10 @@ default_search_product_keys = ["", "chef-360-saas", "chef-360-1.2", "automate", name = "360 Platform" product_key = "chef-360" +[[search.products.360.versions]] +name = "1.3" +product_version_key = "chef-360-1.3" + [[search.products.360.versions]] name = "1.2" product_version_key = "chef-360-1.2" diff --git a/content/360/_index.md b/content/360/_index.md index 2049074813..97afa41c20 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.2](/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/) diff --git a/content/release_notes_360.md b/content/release_notes_360.md index 2eb92fed14..20d6efcdb4 100644 --- a/content/release_notes_360.md +++ b/content/release_notes_360.md @@ -12,6 +12,38 @@ product = [""] weight = 10 +++ +## Chef 360 Platform 1.3.0 + +Release date: April 29, 2025. + +### New features + +- You can now deploy Chef 360 Platform in airgapped environments using a self-contained installation package. + Note that the size of the self-contained package is significantly larger than the standard package. + +### Improvements + +- When you first deploy Chef 360 Platform, it now creates a default node cohort with the default skill assembly and corresponding settings during the initial deployment. + You can also use these default settings when creating a new organization. This improves the user experience when deploying Chef 360 Platform or creating a new organization. +- We've added a button to the Chef 360 Platform Node Management UI that allows you to select nodes from a failed job and run a new job against those nodes. + +### Bug fixes + +- Resolved installation issues on Amazon Linux 2. +- Enhanced error messages in the Chef 360 Platform GUI for better clarity. + +### Supported skill versions + +| Skill | Skill name | Habitat package | Version | +| ------------------------------|---------------------------|---------------------------------------------------------------------------------------------------------------|---------| +| Chef Infra Client Interpreter | `chef-client-interpreter` | [chef-platform/chef-client-interpreter](https://bldr.habitat.sh/#/pkgs/chef-platform/chef-client-interpreter) | 1.0.6 | +| Chef Inspec Interpreter | `inspec-interpreter` | [chef-platform/inspec-interpreter](https://bldr.habitat.sh/#/pkgs/chef-platform/inspec-interpreter) | 1.0.7 | +| Courier Runner | `courier-runner` | [chef-platform/courier-runner](https://bldr.habitat.sh/#/pkgs/chef-platform/courier-runner) | 1.4.7 | +| Gohai | `chef-gohai` | [chef-platform/chef-gohai](https://bldr.habitat.sh/#/pkgs/chef-platform/chef-gohai) | 1.2.4 | +| Node Management Agent | `node-management-agent` | [chef-platform/node-management-agent](https://bldr.habitat.sh/#/pkgs/chef-platform/node-management-agent) | 1.0.6 | +| Restart Interpreter | `restart-interpreter` | [chef-platform/restart-interpreter](https://bldr.habitat.sh/#/pkgs/chef-platform/restart-interpreter) | 1.0.4 | +| Shell Interpreter | `shell-interpreter` | [chef-platform/shell-interpreter](https://bldr.habitat.sh/#/pkgs/chef-platform/shell-interpreter) | 1.0.5 | + ## Chef 360 Platform 1.2.1 Release date: March 6, 2025 diff --git a/netlify.toml b/netlify.toml index 6c1ac31955..ac497418ec 100644 --- a/netlify.toml +++ b/netlify.toml @@ -73,7 +73,7 @@ [[redirects]] from = "/360/latest/*" - to = "/360/1.2/:splat" + to = "/360/1.3/:splat" status = 301 ####