Skip to content

Commit 9f81d83

Browse files
IanMaddRajaGuptaPC
andauthored
Publish 360 1.4 docs (#4448)
* Update versions.md Added the Chef 360 platform supported version Signed-off-by: Raja Bhaiya Gupta <[email protected]> * Edit Signed-off-by: Ian Maddaus <[email protected]> * Publish 360 1.4 docs Signed-off-by: Ian Maddaus <[email protected]> --------- Signed-off-by: Raja Bhaiya Gupta <[email protected]> Signed-off-by: Ian Maddaus <[email protected]> Co-authored-by: Raja Bhaiya Gupta <[email protected]>
1 parent d66d805 commit 9f81d83

File tree

6 files changed

+72
-24
lines changed

6 files changed

+72
-24
lines changed

config/_default/menu.toml

Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -113,32 +113,39 @@ title = "Chef 360 Platform"
113113
identifier = "360"
114114

115115
[[360]]
116-
title = "version 1.3"
116+
title = "version 1.4"
117117
parent = "360"
118-
identifier = "360/1.3"
119-
url = "/360/1.3/"
118+
identifier = "360/1.4"
119+
url = "/360/1.4/"
120120
weight = 10
121121

122-
[[360]]
123-
title = "version 1.2"
124-
parent = "360"
125-
identifier = "360/1.2"
126-
url = "/360/1.2/"
127-
weight = 20
122+
[[360]]
123+
title = "version 1.3"
124+
parent = "360"
125+
identifier = "360/1.3"
126+
url = "/360/1.3/"
127+
weight = 20
128128

129-
[[360]]
130-
title = "version 1.1"
131-
parent = "360"
132-
identifier = "360/1.1"
133-
url = "/360/1.1/"
134-
weight = 30
129+
[[360]]
130+
title = "version 1.2"
131+
parent = "360"
132+
identifier = "360/1.2"
133+
url = "/360/1.2/"
134+
weight = 30
135135

136-
[[360]]
137-
title = "version 1.0"
138-
parent = "360"
139-
identifier = "360/1.0"
140-
url = "/360/1.0/"
141-
weight = 40
136+
[[360]]
137+
title = "version 1.1"
138+
parent = "360"
139+
identifier = "360/1.1"
140+
url = "/360/1.1/"
141+
weight = 40
142+
143+
[[360]]
144+
title = "version 1.0"
145+
parent = "360"
146+
identifier = "360/1.0"
147+
url = "/360/1.0/"
148+
weight = 50
142149

143150
####
144151
# End Chef 360 Menu

config/_default/params.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,18 @@ gh_path = "https://github.com/chef/license-service/tree/main/docs-chef-io/conten
6464

6565
[search]
6666

67-
default_search_product_keys = ["", "chef-360-saas", "chef-360-1.3", "automate", "desktop", "habitat", "client", "server", "inspec", "saas", "supermarket", "workstation"]
67+
default_search_product_keys = ["", "chef-360-saas", "chef-360-1.4", "automate", "desktop", "habitat", "client", "server", "inspec", "saas", "supermarket", "workstation"]
6868

6969
[search.products]
7070

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

75+
[[search.products.360.versions]]
76+
name = "1.4"
77+
product_version_key = "chef-360-1.4"
78+
7579
[[search.products.360.versions]]
7680
name = "1.3"
7781
product_version_key = "chef-360-1.3"

content/360/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ gh_repo = "chef-web-docs"
77

88
Chef 360 Platform versions:
99

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

content/release_notes_360.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,41 @@ product = [""]
1212
weight = 10
1313
+++
1414

15+
## Chef 360 Platform 1.4.0
16+
17+
Release date: July 17, 2025
18+
19+
### New features
20+
21+
- The Chef Declarative State Management (DSM) service is now included in Chef 360 Platform.
22+
23+
Chef DSM acts as a central repository for configuration data.
24+
It manages cookbooks, policies, and metadata for nodes managed by Chef Infra Client.
25+
DSM enables nodes to efficiently request and receive configuration details, ensuring streamlined deployment and management processes. For more information, see the [Chef DSM documentation](https://docs.chef.io/360/1.4/dsm/).
26+
27+
- Node enrollment can now be performed using a binary executable directly from the nodes.
28+
- All tables can now be exported as CSV files using the Chef 360 Platform UI.
29+
30+
### Improvements
31+
32+
- Courier now supports a larger number of parallel jobs.
33+
34+
### Preview features
35+
36+
- An Ansible interpreter is now available invoke Ansible commands in a Courier job. For more information, see the [Ansible interpreter documentation](https://docs.chef.io/360/1.4/courier/interpreters/ansible/).
37+
38+
### Supported skill versions
39+
40+
| Skill | Skill name | Habitat package | Version |
41+
| ----------------------------- | ------------------------ | ------------------------------------- | ------- |
42+
| Courier Runner | courier-runner | chef-platform/courier-runner | 1.5.1 |
43+
| Gohai | chef-gohai | chef-platform/chef-gohai | 1.2.9 |
44+
| Inspec Interpreter | inspec-interpreter | chef-platform/inspec-interpreter | 1.0.8 |
45+
| Node Management Agent | node-management-agent | chef-platform/node-management-agent | 1.0.9 |
46+
| Restart Interpreter | restart-interpreter | chef-platform/restart-interpreter | 1.0.5 |
47+
| Shell Interpreter | shell-interpreter | chef-platform/shell-interpreter | 1.0.6 |
48+
| Chef Infra Client Interpreter | chef-client-interpreter | chef-platform/chef-client-interpreter | 18.7.3 |
49+
1550
## Chef 360 Platform 1.3.1
1651

1752
Release date: June 3, 2025

content/versions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ commercial agreement with Chef. Additional information is available in
6262

6363
| Product | Version | Lifecycle Status | EOL Date |
6464
|-------------------|--------------------------|------------------|----------------|
65+
| Chef 360 Platform | Latest | GA | n/a |
6566
| Chef Automate | Latest | GA | n/a |
6667
| Chef Infra Client | 18.x | GA | n/a |
6768
| Chef Infra Server | 15.x | GA | n/a |

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979
[[redirects]]
8080
from = "/360/latest/*"
81-
to = "/360/1.3/:splat"
81+
to = "/360/1.4/:splat"
8282
status = 301
8383

8484
####

0 commit comments

Comments
 (0)