Skip to content

Commit 05d01c5

Browse files
authored
Merge pull request #276229 from neilverse/main
Add supported Purity OS for Nexus
2 parents 76f2bcd + 3faa092 commit 05d01c5

File tree

2 files changed

+71
-2
lines changed

2 files changed

+71
-2
lines changed

articles/operator-nexus/TOC.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,13 @@
285285
href: reference-near-edge-compute.md
286286
- name: BareMetal Machine roles
287287
href: reference-near-edge-baremetal-machine-roles.md
288-
- name: Near-edge storage
289-
href: reference-near-edge-storage.md
288+
- name: Nexus Storage Solution
289+
expanded: false
290+
items:
291+
- name: Near-edge storage
292+
href: reference-near-edge-storage.md
293+
- name: Supported Storage Appliance Versions
294+
href: reference-near-edge-storage-supported-versions.md
290295
- name: Limits & quotas
291296
href: reference-limits-and-quotas.md
292297
- name: Neighbor Group Configuration Overview
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
---
2+
title: Supported Storage Software Versions in Azure Operator Nexus
3+
description: Learn the storage appliance software versions supported by Azure Operator Nexus versions
4+
ms.topic: article
5+
ms.date: 05/23/2024
6+
author: neilverse
7+
ms.author: soumya.maitra
8+
ms.service: azure-operator-nexus
9+
---
10+
11+
# Supported Storage Software Versions in Azure Operator Nexus
12+
13+
This document provides an overview of the storage appliance software versions supported by Azure Operator Nexus. The document also covers the version support lifecycle and end of life for each version of Storage Appliance Software.
14+
15+
Minor version releases include new features and improvements. Patch releases are made available frequently and are intended for critical bug fixes within a minor version. Patch releases include fixes for security vulnerabilities or major bugs.
16+
17+
Azure Nexus Supports Pure x70r3 and x70r4 each being deployed with a version of the Purity Operating System (PurityOS) that is compatible with the Azure Nexus version.
18+
19+
PurityOS uses the standard [Semantic Versioning](https://semver.org/) versioning scheme for each version:
20+
21+
```bash
22+
[major].[minor].[patch]
23+
24+
Examples:
25+
6.1.12
26+
6.5.4
27+
```
28+
29+
Each number in the version indicates general compatibility with the previous version:
30+
31+
* **Major version numbers** change when breaking changes to the API might be introduced
32+
* **Minor version numbers** change when functionality updates are made that are backwards compatible to the other minor releases.
33+
* **Patch version numbers** change when backwards-compatible bug fixes are made.
34+
35+
We strongly recommend staying up to date with the latest available patches. For example, if your production cluster is on **`6.5.1`**, and **`6.5.4`** is the latest available patch version available for the *6.5* series. You should upgrade to **`6.5.4`** as soon as possible to ensure your cluster is fully patched and supported.
36+
37+
## Supported Storage Software Versions
38+
39+
| PurityOS version | Nexus GA | End of support |
40+
|-------------------|---------------|----------------|
41+
| 6.1.x | Year 2021 | Jul 2024 |
42+
| 6.5.1 | Nexus 2403.x | Dec 2025 |
43+
| 6.5.4 | Nexus 2404.x | Dec 2025 |
44+
45+
## FAQ
46+
47+
### How does Microsoft notify me of new Kubernetes versions?
48+
49+
This document is updated periodically with planned dates of the new Storage Software versions supported.
50+
51+
### What happens when a version reaches end of support?
52+
53+
When a version reaches end of support, it will no longer receive patches or updates. We recommend upgrading to a supported version as soon as possible.
54+
55+
### What happens if I don't upgrade my storage appliance software?
56+
57+
If you don't upgrade your storage appliance software, you continue to receive support for the software version you're running until the end of the support period. After that, you'll no longer receive support for your storage appliance. You need to upgrade your cluster to a supported version to continue receiving support.
58+
59+
### What does 'Outside of Support' mean?
60+
61+
'Outside of Support' means that:
62+
63+
* The version you're running is outside of the supported versions list.
64+
* You're asked to upgrade the storage appliance software to a supported version when requesting support.

0 commit comments

Comments
 (0)