Skip to content

Deploy 360 1.3 docs #4418

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 29, 2025
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
13 changes: 10 additions & 3 deletions config/_default/menu.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,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.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]

[search.products.360]
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"
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.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/)
32 changes: 32 additions & 0 deletions content/release_notes_360.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

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

####
Expand Down