Skip to content

Commit 5242e2c

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into tsk554549-sfi-bastion
2 parents 43ae403 + cad6251 commit 5242e2c

9 files changed

Lines changed: 124 additions & 45 deletions

File tree

articles/cyclecloud/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
ms.topic: landing-page # Required
1010
author: adriankjohnson
1111
ms.author: adjohnso
12-
ms.date: 12/12/2025
12+
ms.date: 01/30/2026
1313

1414
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
1515

@@ -45,7 +45,7 @@ landingContent:
4545
linkLists:
4646
- linkListType: whats-new
4747
links:
48-
- text: CycleCloud 8.8.1 is now available (Release Notes)
48+
- text: CycleCloud 8.8.2 is now available (Release Notes)
4949
url: release-notes.md
5050
- text: CycleCloud Workspace for Slurm Release Notes
5151
url: release-notes/ccws/release-notes.md

articles/cyclecloud/release-notes.md

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

99
# Azure CycleCloud 8.x
1010

11-
The current version is 8.8.1.
11+
The current version is 8.8.2.
1212

1313
## Azure CycleCloud 8.x release highlights
1414

@@ -33,6 +33,7 @@ The following table lists the release notes for the individual 8.x releases:
3333

3434
| CycleCloud Release Notes Version | Release date |
3535
| :-------------------------------: | :-----------: |
36+
| [**8.8.2**](release-notes/8-8-2.md) | 02/06/26 |
3637
| [**8.8.1**](release-notes/8-8-1.md) | 12/12/25 |
3738
| [**8.8.0**](release-notes/8-8-0.md) | 12/08/25 |
3839
| [**8.7.3**](release-notes/8-7-3.md) | 09/05/25 |
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Release Notes v8.8.2
3+
description: Product release notes for Azure CycleCloud v8.8.2
4+
author: bwatrous
5+
ms.date: 02/06/2026
6+
ms.author: bewatrou
7+
---
8+
9+
# Azure CycleCloud version 8.8.2
10+
11+
This release introduces highly requested new features, addresses several key issues, and improves overall performance.
12+
13+
## New Features
14+
15+
- The basic Network File System (NFS) cluster type now includes a parameter option to enable the `/sched` and `/shared` exports.
16+
17+
## Resolved issues
18+
19+
- Azure CycleCloud users using Microsoft Entra Authentication without the `/sso` RedirectURI configured in the App Registration would encounter an authentication failure in the browser UI after the page was idle for over 12 hours requiring sign-out and then sign-back-in to resolve.
20+
- Slurm clusters running on Alma Linux 9 failed to set instance host names to the node name.
21+
- The `nfs-server` service occasionally failed on Alma Linux 8 due to a race condition in systemd service startup.
22+
- All nodes started the `nfs-server` system service even if no filesystem was exported.
23+
- Copy Row/Cell on the Activity Log table failed to copy the content.
24+
- The azslurm CLI installation in Slurm clusters destructively modified the `PATH` environment variable for all cluster users when enabling tab-completion for the CLI.
25+
- The Azure High-Performance Computing (HPC) images converged slowly due to the default udev rules installed by Jetpack.
26+
- Modifying the `EncryptionAtHost` setting on a running cluster resulted in a "mismatched attributes" error even though it doesn't modify the Virtual Machine Scale Set model.
27+
- Node configuration failed when using the CycleCloud orchestration Credentials rather than separate Managed Identity for the cluster's Storage Locker.
28+
- CycleCloud Slurm clusters failed installation on the most recent Alma 8 HPC image versions due to missing the python-yaml package.
29+
- Sun GridEngine (SGE) clusters failed to converge due to python version issues on the latest Ubuntu HPC images.
30+
- Azure doesn't report GPU count for GB300 machine types. This caused CycleCloud to report zero GPUs (instead of four GPUs) to Slurm and other schedulers.
31+
- In some Slurm cluster configurations, enroot installation could fail due to a missing newline at the end of the enroot.conf file.
32+
- The CycleCloud UI sometimes displayed an error saying `This installation of Azure CycleCloud has no subscriptions` when a user's login expired (rather than redirecting and refreshing the login).
33+
34+
## Known Issues
35+
36+
All tenants using Entra for CycleCloud Authentication should add a Redirect URI for the `/sso` endpoint (see [Step 2 in Configuring Redirect URIs for Entra App Registration](../how-to/create-app-registration.md)).
37+
38+

articles/cyclecloud/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@ items:
267267
href: /previous-versions/azure/cyclecloud/release-notes-previous
268268
- name: Older Releases
269269
href: /previous-versions/azure/cyclecloud/release-notes-archive
270+
- name: 8.8.2 Release Notes
271+
href: ./release-notes/8-8-2.md
270272
- name: 8.8.1 Release Notes
271273
href: ./release-notes/8-8-1.md
272274
- name: 8.8.0 Release Notes
-9.23 KB
Loading
74.8 KB
Loading
134 KB
Loading
66.1 KB
Loading

0 commit comments

Comments
 (0)