Skip to content

Commit a5c7019

Browse files
authored
Publish 360 1.5 (#4485)
Signed-off-by: Ian Maddaus <[email protected]>
1 parent dd1e911 commit a5c7019

File tree

5 files changed

+50
-7
lines changed

5 files changed

+50
-7
lines changed

config/_default/menu.toml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,40 +112,47 @@ weight = 20
112112
title = "Chef 360 Platform"
113113
identifier = "360"
114114

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

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

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

136143
[[360]]
137144
title = "version 1.1"
138145
parent = "360"
139146
identifier = "360/1.1"
140147
url = "/360/1.1/"
141-
weight = 40
148+
weight = 50
142149

143150
[[360]]
144151
title = "version 1.0"
145152
parent = "360"
146153
identifier = "360/1.0"
147154
url = "/360/1.0/"
148-
weight = 50
155+
weight = 60
149156

150157
####
151158
# End Chef 360 Menu

config/_default/params.toml

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

6666
[search]
6767

68-
default_search_product_keys = ["", "chef-360-saas", "chef-360-1.4", "automate", "desktop", "habitat", "client", "server", "inspec", "saas", "supermarket", "workstation"]
68+
default_search_product_keys = ["", "chef-360-saas", "chef-360-1.5", "automate", "desktop", "habitat", "client", "server", "inspec", "saas", "supermarket", "workstation"]
6969

7070
[search.products]
7171

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

76+
[[search.products.360.versions]]
77+
name = "1.5"
78+
product_version_key = "chef-360-1.5"
79+
7680
[[search.products.360.versions]]
7781
name = "1.4"
7882
product_version_key = "chef-360-1.4"

content/360/_index.md

Lines changed: 1 addition & 0 deletions
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.5](/360/1.5/)
1011
- [Chef 360 Platform 1.4](/360/1.4/)
1112
- [Chef 360 Platform 1.3](/360/1.3/)
1213
- [Chef 360 Platform 1.2](/360/1.2/)

content/release_notes_360.md

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

15+
## Chef 360 Platform 1.5.0
16+
17+
Release date: October 13, 2025
18+
19+
### New features
20+
21+
- We added an invite-based single sign-on (SSO) integration with SAML and OIDC identity providers (IDPs) to the Chef 360 Platform UI.
22+
- The Ansible Interpreter now includes a dedicated user workflow in the job wizard for low-code job creation.
23+
24+
### Improvements
25+
26+
- This release includes scalability enhancements across the platform.
27+
28+
### Bug fixes
29+
30+
- Fixed an issue where users were randomly logged out of the UI.
31+
- Fixed an issue in SaaS deployments where node self-enrollment showed incorrect node status messages.
32+
33+
### Supported skill versions
34+
35+
| Skill | Skill name | Habitat package | Version |
36+
| ------------------------ | ----------------------- | ------------------------------------- | ------- |
37+
| Courier Runner | courier-runner | chef-platform/courier-runner | 1.5.3 |
38+
| Gohai | chef-gohai | chef-platform/chef-gohai | 1.2.15 |
39+
| Inspec Interpreter | inspec-interpreter | chef-platform/inspec-interpreter | 1.0.8 |
40+
| Node Management Agent | node-management-agent | chef-platform/node-management-agent | 1.1.1 |
41+
| Restart Interpreter | restart-interpreter | chef-platform/restart-interpreter | 1.0.5 |
42+
| Shell Interpreter | shell-interpreter | chef-platform/shell-interpreter | 1.0.6 |
43+
| Infra Client Interpreter | chef-client-interpreter | chef-platform/chef-client-interpreter | 1.0.8 |
44+
| Ansible Interpreter | ansible-interpreter | chef-platform/ansible-interpreter | 0.1.5 |
45+
1546
## Chef 360 Platform 1.4.2
1647

1748
Release date: September 10, 2025

netlify.toml

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

8686
[[redirects]]
8787
from = "/360/latest/*"
88-
to = "/360/1.4/:splat"
88+
to = "/360/1.5/:splat"
8989
status = 301
9090

9191
####

0 commit comments

Comments
 (0)