Skip to content

Commit f8a5263

Browse files
Merge branch 'main' into live
# Conflicts: # cycle_docs_v1/release-notes.md
2 parents 2485033 + 89f28dc commit f8a5263

File tree

3 files changed

+40
-4
lines changed

3 files changed

+40
-4
lines changed

articles/cyclecloud/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ landingContent:
4141
linkLists:
4242
- linkListType: whats-new
4343
links:
44-
- text: CycleCloud 8.6.1 is now available
44+
- text: CycleCloud 8.6.2 is now available
4545
url: release-notes.md
4646
- text: Node Health Checks are now supported
4747
url: how-to/healthcheck.md

articles/cyclecloud/release-notes.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: Current Release Notes - Azure CycleCloud 8.6.x
33
description: Read the product release notes for the current Azure CycleCloud release. This article covers releases 8.6.x, 8.5.x, 8.4.x, 8.2.x and 8.1.x.
44
author: adriankjohnson
5-
ms.date: 04/04/2024
5+
ms.date: 05/31/2024
66
ms.author: adjohnso
77
---
88

99
# Azure CycleCloud 8.x
1010

11-
The current release is 8.6.1.
11+
The current release is 8.6.2.
1212

1313
## Azure CycleCloud 8.x Release Highlights
1414

@@ -28,7 +28,8 @@ CycleCloud 8.4 is the fourth GA release of the CycleCloud 8.x platform and conti
2828

2929
## Release Notes
3030

31-
Comprehensive release notes for the individual 8.x releases are listed below
31+
Comprehensive release notes for the individual 8.x releases are listed below:
32+
* [**8.6.2 Release Notes**](release-notes/8-6-2.md) - released on 05/31/24
3233
* [**8.6.1 Release Notes**](release-notes/8-6-1.md) - released on 04/04/24
3334
* [**8.6.0 Release Notes**](release-notes/8-6-0.md) - released on 02/22/24
3435
* [**8.5.0 Release Notes**](release-notes/8-5-0.md) - released on 11/20/23
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: Release Notes v8.6.2
3+
description: Product release notes for Azure CycleCloud public preview v8.6.2
4+
author: adriankjohnson
5+
ms.date: 05/31/2024
6+
ms.author: adjohnso
7+
---
8+
9+
# CycleCloud version 8.6.2
10+
11+
## New Features:
12+
13+
* Slurm now supports AMD GPU devices in _gres.conf_
14+
* PMIx is now installed alongside Slurm
15+
* SAS tokens given to nodes for storage account lockers now auto-refresh every hour
16+
* The `Automatic` mode for scale set upgrades is now supported
17+
18+
## Resolved Issues:
19+
20+
* The “User” role could read issues and events from clusters they did not have access to
21+
* The “User” role could execute certain read-only “Test” actions
22+
* CycleCloud stored more historical data than needed while provisioning
23+
* If the _config/data_ directory was mounted read-only, CycleCloud reloaded the files indefinitely
24+
* Azure retries used much longer backoff than needed, and did not appear in the UI
25+
* Installing CycleCloud on Alma Linux would fail if java wasn't installed previously
26+
* CycleCloud did not handle the temporary NIC reservation on a VM that could not be created
27+
* The `delete_cluster` CLI command would force-delete Clusters already in the Terminating state
28+
* Configuring Active Directory / LDAP through the Settings page did not work
29+
* Setting `webServerContextPath` in *config/cycle_server.properties* broke the login page
30+
* Owner-based authorization paths in the `cycle_server auth paths` command did not properly show the actual permissions
31+
* Mitigated CVEs:
32+
* CVE-2022-25647
33+
* CVE-2019-10086
34+
* CVE-2023-31582
35+
* CVE-2023-24998

0 commit comments

Comments
 (0)