Skip to content

Commit acebfb9

Browse files
authored
Add 8.6.4 Release Notes. (#401)
1 parent 6548090 commit acebfb9

File tree

7 files changed

+37
-9
lines changed

7 files changed

+37
-9
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.3 is now available
44+
- text: CycleCloud 8.6.4 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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: adjohnso
88

99
# Azure CycleCloud 8.x
1010

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

1313
## Azure CycleCloud 8.x Release Highlights
1414

@@ -29,6 +29,7 @@ CycleCloud 8.6 is the sixth GA release of the CycleCloud 8.x platform and contin
2929
## Release Notes
3030

3131
Comprehensive release notes for the individual 8.x releases are listed below:
32+
* [**8.6.4 Release Notes**](release-notes/8-6-4.md) - released on 08/30/24
3233
* [**8.6.3 Release Notes**](release-notes/8-6-3.md) - released on 07/18/24
3334
* [**8.6.2 Release Notes**](release-notes/8-6-2.md) - released on 05/31/24
3435
* [**8.6.1 Release Notes**](release-notes/8-6-1.md) - released on 04/04/24

articles/cyclecloud/release-notes/8-6-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Release Notes v8.6.0
3-
description: Product release notes for Azure CycleCloud public preview v8.6.0
3+
description: Product release notes for Azure CycleCloud v8.6.0
44
author: adriankjohnson
55
ms.date: 02/22/2024
66
ms.author: adjohnso

articles/cyclecloud/release-notes/8-6-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Release Notes v8.6.1
3-
description: Product release notes for Azure CycleCloud public preview v8.6.1
3+
description: Product release notes for Azure CycleCloud v8.6.1
44
author: adriankjohnson
55
ms.date: 04/04/2024
66
ms.author: adjohnso

articles/cyclecloud/release-notes/8-6-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Release Notes v8.6.2
3-
description: Product release notes for Azure CycleCloud public preview v8.6.2
3+
description: Product release notes for Azure CycleCloud v8.6.2
44
author: adriankjohnson
55
ms.date: 05/31/2024
66
ms.author: adjohnso

articles/cyclecloud/release-notes/8-6-3.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
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
3+
description: Product release notes for Azure CycleCloud v8.6.3
4+
author: bwatrous
5+
ms.date: 07/18/2024
6+
ms.author: bewatrou
77
---
88

99
# CycleCloud version 8.6.3
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: Release Notes v8.6.4
3+
description: Product release notes for Azure CycleCloud v8.6.4
4+
author: bwatrous
5+
ms.date: 08/30/2024
6+
ms.author: bewatrou
7+
---
8+
9+
# CycleCloud version 8.6.4
10+
11+
## New Features:
12+
13+
* Azure CycleCloud now supports the use of Workload ID in addition to Managed Identity and Service Principal to permission CycleCloud for your subscription.
14+
* Lustre mount point permissions are now configurable
15+
* Ubuntu users installing CycleCloud using apt, should use the apt “stable” repository rather than “bionic” (“bionic” is deprecated) to install the cyclecloud8 package. Packages are compatible across “bionic” and “stable” distribution channels.
16+
17+
18+
## Resolved Issues:
19+
20+
* Importing a template with cloud-init containing $ then editing it in the UI caused the value to revert to the template’s value on cluster restart
21+
* Let's Encrypt certificates did not automatically renew properly
22+
* Download Remote Desktop files for Windows nodes did not work when Entra ID Authentication was enabled
23+
* The ‘Export’ button for records did not work when Entra ID Authentication was enabled
24+
* Slurm clusters would fail to converge with "Unable to find a match: epel-release" or "Unknown repo: 'powertools'" errors in certain RHEL distros.
25+
* Centos 7 is no longer supported for azslurm and slurm packages.
26+
* Jetpack installation failed to retry the initial CycleCloud connection leading to occasional extension failures under load
27+
* Resolved [CVE-2017-1000487](https://nvd.nist.gov/vuln/detail/CVE-2017-1000487), [CVE-2024-30105](https://nvd.nist.gov/vuln/detail/CVE-2024-30105), [CVE-2024-38095](https://nvd.nist.gov/vuln/detail/CVE-2024-38095), [CVE-2024-39338](https://nvd.nist.gov/vuln/detail/CVE-2024-39338), [CVE-2024-34750](https://nvd.nist.gov/vuln/detail/CVE-2024-34750), [CVE-2024-23672](https://nvd.nist.gov/vuln/detail/CVE-2024-23672), and [CVE-2024-24549](https://nvd.nist.gov/vuln/detail/CVE-2024-24549)

0 commit comments

Comments
 (0)