From 0f7ec8448ac7a40980883dfed9fdcc450a8a07dd Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Fri, 6 Jun 2025 14:53:01 -0400 Subject: [PATCH] docs: update supported versions Updates supported versions. Signed-off-by: Ryan Johnson --- .github/ISSUE_TEMPLATE/bug.yml | 5 ++++- README.md | 4 +++- docs/community/index.md | 8 -------- docs/index.md | 26 +++++++++++--------------- 4 files changed, 18 insertions(+), 25 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index a15344bb..958cc190 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -32,7 +32,10 @@ body: id: version-vcf attributes: label: VMware Cloud Foundation - description: Please provide the VMware Cloud Foundation version. + description: > + Please provide the VMware Cloud Foundation version. + + 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/). validations: required: true - type: input diff --git a/README.md b/README.md index 30bc9ac2..024b1745 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,11 @@ `PowerVCF` is an open source PowerShell Module for interacting with the [VMware Cloud Foundation][docs-vmware-cloud-foundation] public API. +For details on specific VMware Cloud Foundation versions supported by this module, please refer to the [documentation][docs-module]. + ## Documentation -Please refer to the [documentation][docs-module] for more information on how to use this module. +For detailed instructions on using this module, refer to the [documentation][docs-module]. ## Contributing diff --git a/docs/community/index.md b/docs/community/index.md index 1bac0dab..bfe5561a 100644 --- a/docs/community/index.md +++ b/docs/community/index.md @@ -4,11 +4,3 @@ This PowerShell module is the work of many contributors and the project team app Thank you for your interest in the project. Whether it's a bug report, enhancement, correction, or additional documentation, we greatly value feedback and contributions from our community. - -Name | Role | GitHub | -------------------|--------------|------------------------------------------------------------------| -Brian O'Connell | Maintainer | [:fontawesome-brands-github:](https://github.com/LifeOfBrianOC) | -Gary Blake | Maintainer | [:fontawesome-brands-github:](https://github.com/GaryJBlake) | -Ken Gould | Maintainer | [:fontawesome-brands-github:](https://github.com/feardamhan) | -Ryan Johnson | Maintainer | [:fontawesome-brands-github:](https://github.com/tenthirtyam) | -Giuliano Bertello | Collaborator | [:fontawesome-brands-github:](https://github.com/GiulianoBerteo) | diff --git a/docs/index.md b/docs/index.md index da155e6d..2b868a62 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,26 +14,22 @@ ## Requirements -### Platforms +### VMware Cloud Foundation -The following table lists the supported platforms for this module. +The following table lists the supported releases for this module. -Platform | Supported --------------------------------------------------------------|------------------------------------ -:fontawesome-solid-cloud:   VMware Cloud Foundation 5.1 | :fontawesome-solid-check:{ .green } -:fontawesome-solid-cloud:   VMware Cloud Foundation 5.0 | :fontawesome-solid-check:{ .green } -:fontawesome-solid-cloud:   VMware Cloud Foundation 4.5 | :fontawesome-solid-check:{ .green } -:fontawesome-solid-cloud:   VMware Cloud Foundation 4.4 | :fontawesome-solid-check:{ .green } -:fontawesome-solid-cloud:   VMware Cloud Foundation 4.3 | :fontawesome-solid-check:{ .green } +| Platform | Support | +|--------------------------------------------------------------| ----------------------------------- | +| :fontawesome-solid-cloud:   VMware Cloud Foundation 5.2 | :fontawesome-solid-check:{ .green } | +| :fontawesome-solid-cloud:   VMware Cloud Foundation 5.1 | :fontawesome-solid-check:{ .green } | -### Operating Systems +???+ tip "Support for Newer Major Releases" -The following table lists the supported operating systems for this module. + 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). -Operating System | Version ------------------------------------------------------------------------|----------- -:fontawesome-brands-windows:   Microsoft Windows Server | 2019, 2022 -:fontawesome-brands-windows:   Microsoft Windows | 10, 11 + 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. + + 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. ### PowerShell