Skip to content

Commit 313df07

Browse files
authored
docs: update supported versions (#267)
Updates supported versions. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
1 parent cd10cab commit 313df07

3 files changed

Lines changed: 21 additions & 11 deletions

File tree

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ body:
2929
id: version-vcf
3030
attributes:
3131
label: VMware Cloud Foundation
32-
description: Please provide the VMware Cloud Foundation version.
32+
description: >
33+
Please provide the VMware Cloud Foundation version.
34+
35+
For details on specific VMware Cloud Foundation versions supported by this module, please refer to the [documentation](https://vmware.github.io/powershell-module-for-vmware-cloud-foundation-reporting/).
3336
placeholder: x.y.z
3437
validations:
3538
required: true
@@ -41,7 +44,7 @@ body:
4144
Please provide the PowerShell version.
4245
4346
Results of: `$PSVersionTable`
44-
placeholder: Windows PowerShell 5.1
47+
placeholder: PowerShell 7
4548
validations:
4649
required: true
4750
- type: input

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ insight to the operational state of [VMware Cloud Foundation][docs-vmware-cloud-
1717
PowerShell cmdlets. These cmdlets provide quick access to information from the PowerShell console as well as the
1818
ability to publish pre-defined HTML reports.
1919

20+
For details on specific VMware Cloud Foundation versions supported by this module, please refer to the [documentation][docs-module].
21+
2022
## Documentation
2123

22-
For detailed instructions on using this module, refer to the [official documentation][docs-module].
24+
For detailed instructions on using this module, refer to the [documentation][docs-module].
2325

2426
## Contributing
2527

docs/index.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,22 @@
1212

1313
## Requirements
1414

15-
### Platforms
15+
### VMware Cloud Foundation
1616

17-
The following table lists the supported platforms for this module.
17+
The following table lists the supported releases for this module.
1818

19-
Platform | vSAN ReadyNodes | DellEMC VxRail
19+
Platform | vSAN ReadyNodes | Dell VxRail
2020
-------------------------------------------------------------|-------------------------------------|------------------------------------
21-
:fontawesome-solid-cloud: &nbsp; VMware Cloud Foundation 5.2 | :fontawesome-solid-check:{ .green } | :fontawesome-solid-check:{ .green }
22-
:fontawesome-solid-cloud: &nbsp; VMware Cloud Foundation 5.1 | :fontawesome-solid-check:{ .green } | :fontawesome-solid-check:{ .green }
23-
:fontawesome-solid-cloud: &nbsp; VMware Cloud Foundation 5.0 | :fontawesome-solid-check:{ .green } | :fontawesome-solid-check:{ .green }
24-
:fontawesome-solid-cloud: &nbsp; VMware Cloud Foundation 4.5 | :fontawesome-solid-check:{ .green } | :fontawesome-solid-check:{ .green }
25-
:fontawesome-solid-cloud: &nbsp; VMware Cloud Foundation 4.4 | :fontawesome-solid-check:{ .green } | :fontawesome-solid-check:{ .green }
21+
:fontawesome-solid-cloud: &nbsp; VMware Cloud Foundation 5.2 | :fontawesome-solid-check:{ .green } | :fontawesome-solid-x:{ .red }
22+
:fontawesome-solid-cloud: &nbsp; VMware Cloud Foundation 5.1 | :fontawesome-solid-check:{ .green } | :fontawesome-solid-x:{ .red }
23+
24+
???+ tip "Support for Newer Major Releases"
25+
26+
This module will **only** be sustained for supported versions of the VMware Cloud Foundation releases listed above to address critical issues. You can find general details on supported versions in the [Broadcom Product Lifecycle](https://support.broadcom.com/group/ecx/productlifecycle).
27+
28+
Please note that this module **will not** provide support or new enhancements for future major releases of VMware Cloud Foundation. If you're planning to upgrade to those newer releases, we encourage you to explore alternative in-product or custom automation solutions.
29+
30+
We truly appreciate your reliance on and support of this module. Thank you for your understanding as we transition to sustaining the module for these specific major versions.
2631

2732
### PowerShell
2833

0 commit comments

Comments
 (0)