Skip to content

Commit 88401f7

Browse files
authored
Deploy 360 1.3 docs (#4418)
* Deploy 360 1.3 docs Signed-off-by: Ian Maddaus <[email protected]> * Fix release date Signed-off-by: Ian Maddaus <[email protected]> * Nitpicking Signed-off-by: Ian Maddaus <[email protected]> --------- Signed-off-by: Ian Maddaus <[email protected]>
1 parent b09c947 commit 88401f7

File tree

5 files changed

+49
-5
lines changed

5 files changed

+49
-5
lines changed

config/_default/menu.toml

+10-3
Original file line numberDiff line numberDiff line change
@@ -112,26 +112,33 @@ weight = 20
112112
title = "Chef 360 Platform"
113113
identifier = "360"
114114

115+
[[360]]
116+
title = "version 1.3"
117+
parent = "360"
118+
identifier = "360/1.3"
119+
url = "/360/1.3/"
120+
weight = 10
121+
115122
[[360]]
116123
title = "version 1.2"
117124
parent = "360"
118125
identifier = "360/1.2"
119126
url = "/360/1.2/"
120-
weight = 10
127+
weight = 20
121128

122129
[[360]]
123130
title = "version 1.1"
124131
parent = "360"
125132
identifier = "360/1.1"
126133
url = "/360/1.1/"
127-
weight = 20
134+
weight = 30
128135

129136
[[360]]
130137
title = "version 1.0"
131138
parent = "360"
132139
identifier = "360/1.0"
133140
url = "/360/1.0/"
134-
weight = 30
141+
weight = 40
135142

136143
####
137144
# End Chef 360 Menu

config/_default/params.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,18 @@ gh_path = "https://github.com/chef/license-service/tree/main/docs-chef-io/conten
6363

6464
[search]
6565

66-
default_search_product_keys = ["", "chef-360-saas", "chef-360-1.2", "automate", "desktop", "habitat", "client", "server", "inspec", "saas", "supermarket", "workstation"]
66+
default_search_product_keys = ["", "chef-360-saas", "chef-360-1.3", "automate", "desktop", "habitat", "client", "server", "inspec", "saas", "supermarket", "workstation"]
6767

6868
[search.products]
6969

7070
[search.products.360]
7171
name = "360 Platform"
7272
product_key = "chef-360"
7373

74+
[[search.products.360.versions]]
75+
name = "1.3"
76+
product_version_key = "chef-360-1.3"
77+
7478
[[search.products.360.versions]]
7579
name = "1.2"
7680
product_version_key = "chef-360-1.2"

content/360/_index.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ gh_repo = "chef-web-docs"
77

88
Chef 360 Platform versions:
99

10+
- [Chef 360 Platform 1.2](/360/1.3/)
1011
- [Chef 360 Platform 1.2](/360/1.2/)
1112
- [Chef 360 Platform 1.1](/360/1.1/)
1213
- [Chef 360 Platform 1.0](/360/1.0/)

content/release_notes_360.md

+32
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,38 @@ product = [""]
1212
weight = 10
1313
+++
1414

15+
## Chef 360 Platform 1.3.0
16+
17+
Release date: April 29, 2025.
18+
19+
### New features
20+
21+
- You can now deploy Chef 360 Platform in airgapped environments using a self-contained installation package.
22+
Note that the size of the self-contained package is significantly larger than the standard package.
23+
24+
### Improvements
25+
26+
- 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.
27+
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.
28+
- 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.
29+
30+
### Bug fixes
31+
32+
- Resolved installation issues on Amazon Linux 2.
33+
- Enhanced error messages in the Chef 360 Platform GUI for better clarity.
34+
35+
### Supported skill versions
36+
37+
| Skill | Skill name | Habitat package | Version |
38+
| ------------------------------|---------------------------|---------------------------------------------------------------------------------------------------------------|---------|
39+
| 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 |
40+
| Chef Inspec Interpreter | `inspec-interpreter` | [chef-platform/inspec-interpreter](https://bldr.habitat.sh/#/pkgs/chef-platform/inspec-interpreter) | 1.0.7 |
41+
| Courier Runner | `courier-runner` | [chef-platform/courier-runner](https://bldr.habitat.sh/#/pkgs/chef-platform/courier-runner) | 1.4.7 |
42+
| Gohai | `chef-gohai` | [chef-platform/chef-gohai](https://bldr.habitat.sh/#/pkgs/chef-platform/chef-gohai) | 1.2.4 |
43+
| Node Management Agent | `node-management-agent` | [chef-platform/node-management-agent](https://bldr.habitat.sh/#/pkgs/chef-platform/node-management-agent) | 1.0.6 |
44+
| Restart Interpreter | `restart-interpreter` | [chef-platform/restart-interpreter](https://bldr.habitat.sh/#/pkgs/chef-platform/restart-interpreter) | 1.0.4 |
45+
| Shell Interpreter | `shell-interpreter` | [chef-platform/shell-interpreter](https://bldr.habitat.sh/#/pkgs/chef-platform/shell-interpreter) | 1.0.5 |
46+
1547
## Chef 360 Platform 1.2.1
1648

1749
Release date: March 6, 2025

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
[[redirects]]
7575
from = "/360/latest/*"
76-
to = "/360/1.2/:splat"
76+
to = "/360/1.3/:splat"
7777
status = 301
7878

7979
####

0 commit comments

Comments
 (0)