Skip to content

Commit 6931099

Browse files
authored
Add CycleCloud 8.6.3 release notes (#386)
1 parent cb6a79e commit 6931099

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
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.2 is now available
44+
- text: CycleCloud 8.6.3 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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ ms.author: adjohnso
88

99
# Azure CycleCloud 8.x
1010

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

1313
## Azure CycleCloud 8.x Release Highlights
1414

15-
CycleCloud 8.4 is the fourth GA release of the CycleCloud 8.x platform and continues to add expanded scheduler support and improvements.
15+
CycleCloud 8.6 is the sixth GA release of the CycleCloud 8.x platform and continues to add expanded scheduler support and improvements.
1616

1717
| | |
1818
| --- | --- |
@@ -29,6 +29,7 @@ CycleCloud 8.4 is the fourth GA release of the CycleCloud 8.x platform and conti
2929
## Release Notes
3030

3131
Comprehensive release notes for the individual 8.x releases are listed below:
32+
* [**8.6.3 Release Notes**](release-notes/8-6-3.md) - released on 07/18/24
3233
* [**8.6.2 Release Notes**](release-notes/8-6-2.md) - released on 05/31/24
3334
* [**8.6.1 Release Notes**](release-notes/8-6-1.md) - released on 04/04/24
3435
* [**8.6.0 Release Notes**](release-notes/8-6-0.md) - released on 02/22/24
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Release Notes v8.6.3
3+
description: Product release notes for Azure CycleCloud public preview v8.6.3
4+
author: adriankjohnson
5+
ms.date: 05/31/2024
6+
ms.author: adjohnso
7+
---
8+
9+
# CycleCloud version 8.6.3
10+
11+
## New Features:
12+
13+
* CycleServer has been upgraded to add support for `--java-agent` and the Prometheus JMX exporter agent
14+
15+
## Resolved Issues:
16+
17+
* AzSlurm `suspend` / `return_to_idle` prevents `KeepAlive=true` nodes from entering failed `resume` / `resume_fail` loop
18+
* Resolved an issue which allowed basic users to obtain read-write access to the storage account used by CycleCloud
19+
* AzPbspro no longer uses insecure zipp library
20+
* AzSlurm cost command no longer fails jobs when the admin comment is an empty json dictionary
21+
* Resolved an issue which allowed user privilege escalation in the CycleCloud application
22+
* Slurm’s `srun` now works with the current PMIx version
23+
* Slurm now uses `max_count` not `available_count` for determining partition sizes
24+
* AzSlurm path is no longer echoed multiple times during logins and autocomplete
25+
* AzSlurm will maintain proper file ownership of rolled over logs
26+
* Some CycleCloud components were not upgraded when running in a container
27+
* Mitigated CVEs:
28+
* CVE-2024-37890
29+
* CVE-2023-50782
30+
* CVE-2024-26130
31+

0 commit comments

Comments
 (0)