From 9c4305e049ce825d4fc0e80d8936b93203b511aa Mon Sep 17 00:00:00 2001 From: AkshithGunasheelan Date: Tue, 27 Feb 2024 09:35:58 +0530 Subject: [PATCH] code changes from jenkins --- .github/workflows/main.yml | 4 ++-- CHANGELOG.md | 47 ++++++++++++++++++++++++++++++++++++++ endpoints-support.md | 2 +- 3 files changed, 50 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 78f29c5b..f8b5278f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,6 +19,6 @@ jobs: - name: Login to Docker Hub run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin - name: Build the tagged Docker image - run: docker build . --file Dockerfile --tag hewlettpackardenterprise/hpe-oneview-sdk-for-golang:${{ env.RELEASE_VERSION }}-OV8.6 + run: docker build . --file Dockerfile --tag hewlettpackardenterprise/hpe-oneview-sdk-for-golang:${{ env.RELEASE_VERSION }}-OV8.7 - name: Push the tagged Docker image - run: docker push hewlettpackardenterprise/hpe-oneview-sdk-for-golang:${{ env.RELEASE_VERSION }}-OV8.6 + run: docker push hewlettpackardenterprise/hpe-oneview-sdk-for-golang:${{ env.RELEASE_VERSION }}-OV8.7 diff --git a/CHANGELOG.md b/CHANGELOG.md index 509c8b5e..b8544b11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,52 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)# +# [v8.7.0] + +#### Notes +- This release extends supports of the SDK to Oneview API Version 6200 + +### Oneview Features supported +- Appliance Configuration Timeconfig +- Appliance SSH Access +- Appliance SNMP V1 Trap Destinations +- Appliance SNMPv3 Trap Destination +- Appliance SNMPv3 User +- Appliance Time and Locale Configuration +- Connection Template +- Deployment Plan +- Ethernet Network +- Enclosure +- Enclosure Group +- FC Network +- FCOE Network +- Firmware Drivers +- Hypervisor Manager +- Hypervisor Cluster Profile +- ID Pools +- ID Pools IPv4 Ranges +- ID Pools Ipv4 Subnets- +- Interconnects +- Interconnect Types +- Labels Resource +- Logical Enclosure +- Logical Interconnect Group +- Logical Interconnects +- Network Set +- Rack Managers +- Scope +- Server Certificates +- Server Hardware +- Server Hardware Types +- Server Profile +- Server Profile Template +- Storage Pool +- Storage System +- Storage Template +- Storage Volume +- Storage Volume Attachments +- Tasks +- Uplink Set + # [v8.6.0] #### Notes diff --git a/endpoints-support.md b/endpoints-support.md index e0bb1110..12217964 100755 --- a/endpoints-support.md +++ b/endpoints-support.md @@ -17,7 +17,7 @@
## HPE OneView -| Endpoints | Verb | v4600 | v4800 | v5000 | v5200 | v5400 | v5600 | v5800 | +| Endpoints | Verb | v4600 | v4800 | v5000 | v5200 | v5400 | v5600 | v5800 | v6200 | | ----------------------------------------------------------------------------------------------- | :-----------------------: | :----------------------: | :----------------------: | :----------------------: | :----------------------: | :----------------------: | :----------------------: | :----------------------: | | **Appliance Configuration Timeconfig** | | /rest/appliance/configuration/timeconfig/locales | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |