Skip to content

Commit a1f54a5

Browse files
authored
Release 360 1.2 docs (#4380)
* Config updates for 360 1.2 docs Signed-off-by: Ian Maddaus <[email protected]> * Release notes Signed-off-by: Ian Maddaus <[email protected]> * Update search keys Signed-off-by: Ian Maddaus <[email protected]> * Fix markdown Signed-off-by: Ian Maddaus <[email protected]> --------- Signed-off-by: Ian Maddaus <[email protected]>
1 parent aa71ccd commit a1f54a5

File tree

4 files changed

+75
-3
lines changed

4 files changed

+75
-3
lines changed

config/_default/menu.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,19 +112,26 @@ weight = 20
112112
title = "Chef 360 Platform"
113113
identifier = "360"
114114

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

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

129136
####
130137
# End Chef 360 Menu

config/_default/params.toml

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

6363
[search]
6464

65-
default_search_product_keys = ["", "chef-360-1.1", "automate", "desktop", "habitat", "client", "server", "inspec", "saas", "supermarket", "workstation"]
65+
default_search_product_keys = ["", "chef-360-1.2", "automate", "desktop", "habitat", "client", "server", "inspec", "saas", "supermarket", "workstation"]
6666

6767
[search.products]
6868

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

73+
[[search.products.360.versions]]
74+
name = "1.2"
75+
product_version_key = "chef-360-1.2"
76+
7377
[[search.products.360.versions]]
7478
name = "1.1"
7579
product_version_key = "chef-360-1.1"

content/360/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ gh_repo = "chef-web-docs"
77

88
Chef 360 Platform versions:
99

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

content/release_notes_360.md

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

15+
## Chef 360 Platform 1.2
16+
17+
Release date: February 14, 2025.
18+
19+
### New features
20+
21+
- This release includes several enhancements to the graphical user interface to help users perform workflows entirely without using a command line:
22+
.
23+
- You can now add and update tags associated with your nodes and use them in filters.
24+
- In the Courier Job wizard, you can select from saved node lists or filters and preview the nodes in their selection.
25+
- You can create a specific schedule for when a Courier job is performed.
26+
- The Courier job summary now includes a lot more details for easier reference.
27+
- While using the Courier job wizard users can now add multiple steps to the same job along with input, output variables, conditions for each step.
28+
- All Courier job exceptions can now be added, edited, and removed through a dedicated screen for exceptions.
29+
30+
- We've enhanced performance so users have control over how the Chef 360 Platform Server reacts to load according to their needs:
31+
32+
- For users deploying with a HELM chart, there is now an option to set the maximum concurrency limit for Chef Courier Job orchestrator.
33+
- Node Management now sets a random splay interval for it's calls to Chef 360 Platform Server.
34+
35+
- The Chef 360 Platform documentation is now shipped along with the installation package. Users who have network restrictions can access the documentation directly within their install.
36+
37+
### Improvements
38+
39+
- Chef 360 Platform now captures the timestamp for when a Courier job is marked as timed out.
40+
- You can now refresh tables on the Chef 360 Platform UI using a button and without the need to refresh the entire page.
41+
- Chef 360 SMTP settings now supports configurations for SendGrid to send emails.
42+
- `maxVersion` is now a mandatory configuration for Courier job skills used in a step.
43+
- Tenant admins can now give other users the tenant admin role.
44+
- We increased the Chef 360 Platform UI session timeout from 15 minutes.
45+
46+
### Bug fixes
47+
48+
- The downloaded CLIs no longer appear locked upon installation.
49+
- Courier job artifacts downloaded from the GUI now have a proper file extension.
50+
- We fixed error notifications that were showing multiple times.
51+
- Chef 360 Platform now correctly recognizes the URL a user-deployed Habitat Builder.
52+
- Node enrolment on Ubuntu 18 can be performed.
53+
- Self-signed system-generated SSL certificates now have the correct common name (CN).
54+
55+
### Security updates
56+
57+
- [CVE-2024-34155](https://nvd.nist.gov/vuln/detail/cve-2024-34155)
58+
- [CVE-2024-45341](https://nvd.nist.gov/vuln/detail/CVE-2024-45341)
59+
- [CVE-2024-45336](https://nvd.nist.gov/vuln/detail/CVE-2024-45336)
60+
- [CVE-2024-34158](https://nvd.nist.gov/vuln/detail/CVE-2024-34158)
61+
- [CVE-2024-34156](https://nvd.nist.gov/vuln/detail/cve-2024-34156)
62+
63+
### Supported skill versions
64+
65+
| Skill | Skill name | Habitat package | Version |
66+
| -------------------------|---------------------------|---------------------------------------------------------------------------------------------------------------|----------|
67+
| Node Management Agent | `node-management-agent` | [chef-platform/node-management-agent](https://bldr.habitat.sh/#/pkgs/chef-platform/node-management-agent) | 1.0.4 |
68+
| Courier Runner | `courier-runner` | [chef-platform/courier-runner](https://bldr.habitat.sh/#/pkgs/chef-platform/courier-runner) | 1.4.6 |
69+
| Gohai | `chef-gohai` | [chef-platform/chef-gohai](https://bldr.habitat.sh/#/pkgs/chef-platform/chef-gohai) | 1.2.1 |
70+
| Shell Interpreter | `shell-interpreter` | [chef-platform/shell-interpreter](https://bldr.habitat.sh/#/pkgs/chef-platform/shell-interpreter) | 1.0.5 |
71+
| Restart Interpreter | `restart-interpreter` | [chef-platform/restart-interpreter](https://bldr.habitat.sh/#/pkgs/chef-platform/restart-interpreter) | 1.0.4 |
72+
| Infra Client Interpreter | `chef-client-interpreter` | [chef-platform/chef-client-interpreter](https://bldr.habitat.sh/#/pkgs/chef-platform/chef-client-interpreter) | 1.0.6 |
73+
| Inspec Interpreter | `inspec-interpreter` | [chef-platform/inspec-interpreter](https://bldr.habitat.sh/#/pkgs/chef-platform/inspec-interpreter) | 1.0.6 |
74+
1575
## Chef 360 Platform 1.1.2
1676

1777
Release date: December 26, 2024.

0 commit comments

Comments
 (0)