File tree Expand file tree Collapse file tree 3 files changed +35
-3
lines changed Expand file tree Collapse file tree 3 files changed +35
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ landingContent:
41
41
linkLists :
42
42
- linkListType : whats-new
43
43
links :
44
- - text : CycleCloud 8.6.2 is now available
44
+ - text : CycleCloud 8.6.3 is now available
45
45
url : release-notes.md
46
46
- text : Node Health Checks are now supported
47
47
url : how-to/healthcheck.md
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ ms.author: adjohnso
8
8
9
9
# Azure CycleCloud 8.x
10
10
11
- The current release is 8.6.2 .
11
+ The current release is 8.6.3 .
12
12
13
13
## Azure CycleCloud 8.x Release Highlights
14
14
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.
16
16
17
17
| | |
18
18
| --- | --- |
@@ -29,6 +29,7 @@ CycleCloud 8.4 is the fourth GA release of the CycleCloud 8.x platform and conti
29
29
## Release Notes
30
30
31
31
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
32
33
* [ ** 8.6.2 Release Notes** ] ( release-notes/8-6-2.md ) - released on 05/31/24
33
34
* [ ** 8.6.1 Release Notes** ] ( release-notes/8-6-1.md ) - released on 04/04/24
34
35
* [ ** 8.6.0 Release Notes** ] ( release-notes/8-6-0.md ) - released on 02/22/24
Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments