Skip to content

Commit

Permalink
code changes from jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
akshith-gunasheelan committed Dec 18, 2023
1 parent 30a3fb8 commit 05774d0
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 5800

### 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
Expand Down

0 comments on commit 05774d0

Please sign in to comment.