Skip to content

Commit 2729cea

Browse files
committed
Release notes
Signed-off-by: Ian Maddaus <[email protected]>
1 parent 8c59478 commit 2729cea

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

content/release_notes_360.md

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

15+
## Chef 360 Platform 1.1
16+
17+
### New features
18+
19+
- RabbitMQ used for Chef Courier jobs now supports TLS-based communication.
20+
21+
- We added the following system-defined roles:
22+
23+
- Tenant Admin
24+
- Organization Admin
25+
- Node Manager
26+
- Courier Operator
27+
28+
Users with these roles can perform tenant management, organization management, node management, and Courier-specific actions.
29+
You can also use these roles as a reference for creating custom roles and policies based on business needs of your organization.
30+
31+
See the [System roles]({{< relref "administration/system_roles.md" >}}) and [System policies]({{< relref "administration/system_policies.md" >}}) documentation for more information.
32+
33+
- Added UI workflows to perform basic Courier job runs, manage nodes and filters and perform administrative actions. See the [Chef 360 Platform UI documentation]({{< relref "chef_360_ui" >}}) for more information.
34+
35+
- Chef 360 Platform now requires users to load their license keys. Users can run Chef Courier jobs until the license expiration date, after which users must renew their license keys to continue running Courier jobs.
36+
37+
### Improvements
38+
39+
- Upgraded nginx to 1.26.2 to address the following CVEs:
40+
41+
- CVE-2024-32760
42+
- CVE-2024-31079
43+
- CVE-2024-35200
44+
- CVE-2024-34161
45+
46+
- Added an API to fetch global default settings.
47+
- You can now modify the number of Replicas for each service when deploying Chef 360 Platform. See the [install documentation]({{< relref "install/server/install#replicas-count" >}}) for more information.
48+
49+
### Bug fixes
50+
51+
- You can now redeploy Chef 360 Platform with updated configurations.
52+
- When downloading details of a job, the artifact URL is updated to HTTP or HTTPS dynamically in the artifact URL string based on the server configuration.
53+
- The payload for filtering by the enrollment level and health status attributes is now supported with operator and value fields similar to filtering by other attributes.
54+
55+
This change requires that all users running Chef 360 Platform 1.0.x must upgrade their skill versions on all nodes to versions supported in the Chef 360 Platform 1.1.
56+
The previous release versions of these skills won't run if they're not updated.
57+
58+
### Supported skill versions
59+
60+
| Skill | Skill name | Habitat package | Version |
61+
| -------------------------|---------------------------|---------------------------------------------------------------------------------------------------------------|----------|
62+
| Node Management Agent | `node-management-agent` | [chef-platform/node-management-agent](https://bldr.habitat.sh/#/pkgs/chef-platform/node-management-agent) | 1.0.3 |
63+
| Courier Runner | `courier-runner` | [chef-platform/courier-runner](https://bldr.habitat.sh/#/pkgs/chef-platform/courier-runner) | 1.4.4 |
64+
| Gohai | `chef-gohai` | [chef-platform/chef-gohai](https://bldr.habitat.sh/#/pkgs/chef-platform/chef-gohai) | 1.0.3 |
65+
| Shell Interpreter | `shell-interpreter` | [chef-platform/shell-interpreter](https://bldr.habitat.sh/#/pkgs/chef-platform/shell-interpreter) | 1.0.3 |
66+
| Restart Interpreter | `restart-interpreter` | [chef-platform/restart-interpreter](https://bldr.habitat.sh/#/pkgs/chef-platform/restart-interpreter) | 1.0.2 |
67+
| Infra Client Interpreter | `chef-client-interpreter` | [chef-platform/chef-client-interpreter](https://bldr.habitat.sh/#/pkgs/chef-platform/chef-client-interpreter) | 1.0.4 |
68+
| Inspec Interpreter | `inspec-interpreter` | [chef-platform/inspec-interpreter](https://bldr.habitat.sh/#/pkgs/chef-platform/inspec-interpreter) | 1.0.4 |
69+
70+
### Known issues
71+
72+
- Re-enrolling a node that's already enrolled to the same organization or a different organization isn't currently supported.
73+
A node must be unenrolled manually if you want to re-enroll.
74+
- Evidence (log) files are downloaded without the `.zip` extension from the run details screen.
75+
1576
## Chef 360 Platform 1.0.2
1677

1778
### Release details

0 commit comments

Comments
 (0)