Skip to content

Commit

Permalink
Merge pull request #565 from HewlettPackard/OV9.3_Validation
Browse files Browse the repository at this point in the history
OV9.3 Validation
  • Loading branch information
akshith-gunasheelan authored Jan 8, 2025
2 parents c67e9cb + 3f22597 commit 520e78f
Show file tree
Hide file tree
Showing 8 changed files with 189 additions and 146 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/createtagandrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
CUSTOM_TAG: "v9.2.0-13"
CUSTOM_TAG: "v9.3.0-13"
- name: Display
run: echo ${{ steps.tag_and_prepare_release.outputs.new_tag }}
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push_docker.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-terraform:${{ env.RELEASE_VERSION }}-OV9.2
run: docker build . --file Dockerfile --tag hewlettpackardenterprise/hpe-oneview-sdk-for-terraform:${{ env.RELEASE_VERSION }}-OV9.3
- name: Push the tagged Docker image
run: docker push hewlettpackardenterprise/hpe-oneview-sdk-for-terraform:${{ env.RELEASE_VERSION }}-OV9.2
run: docker push hewlettpackardenterprise/hpe-oneview-sdk-for-terraform:${{ env.RELEASE_VERSION }}-OV9.3
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,49 @@
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)

# [v.9.3.0-13]

### Notes
- This release supports API7200 minimally where we can use OneView v9.30 with this SDK.

### OneView Features Supported

- Uplink Set
- Storage System
- Storage Volume Template
- Storage Volume Attachments
- Storage Volume
- Storage Pool
- Server Profile Template
- Server Profile
- Server Hardware Type
- Server Hardware
- Server Certificate
- Scope
- Rack Manager
- Network Set
- Logical Interconnect Groups
- Logical Interconnects
- Logical Enclosure
- Interconnect Types
- Interconnects
- Labels
- Id Pools IPv4 Subnets
- Id Pools Ipv4 Range
- Hypervisor Cluster Profile
- Hypervisor Manager
- Firmware Drivers
- FCOE Network
- FC Network
- Enclosure Group
- Enclosure
- Ethernet Network
- Connection Template
- Appliance Time and Locale Configuration
- Appliance SSH Access
- Appliance SNMPv3 Trap Destinations
- Appliance SNMPv1 Trap Destinations

# [v.9.2.0-13]

### Notes
Expand Down
18 changes: 9 additions & 9 deletions README.md

Large diffs are not rendered by default.

260 changes: 130 additions & 130 deletions endpoints-support.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/HewlettPackard/terraform-provider-oneview
go 1.15

require (
github.com/HewlettPackard/oneview-golang v9.2.0+incompatible
github.com/HewlettPackard/oneview-golang v9.3.0+incompatible
github.com/docker/machine v0.16.2 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-getter v1.6.2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/HewlettPackard/oneview-golang v9.2.0+incompatible h1:9vxiL/rpbuuCmd9664nHTv1+ltGGc4CI0Zy52iyqEOQ=
github.com/HewlettPackard/oneview-golang v9.2.0+incompatible/go.mod h1:GJcjWgNHrKtt2lUl4xcaV3NRiuBlG138DNrFygXj4JE=
github.com/HewlettPackard/oneview-golang v9.3.0+incompatible h1:8atD/jd05hIMprQwjjp2FhE3P96VgXIKhAdPRiAScr4=
github.com/HewlettPackard/oneview-golang v9.3.0+incompatible/go.mod h1:GJcjWgNHrKtt2lUl4xcaV3NRiuBlG138DNrFygXj4JE=
github.com/agext/levenshtein v1.2.1/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558=
github.com/agext/levenshtein v1.2.2 h1:0S/Yg6LYmFJ5stwQeRp6EeOcCbj7xiqQSdNelsXvaqE=
github.com/agext/levenshtein v1.2.2/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cloud.google.com/go/internal/trace
cloud.google.com/go/internal/version
# cloud.google.com/go/storage v1.10.0
cloud.google.com/go/storage
# github.com/HewlettPackard/oneview-golang v9.2.0+incompatible
# github.com/HewlettPackard/oneview-golang v9.3.0+incompatible
## explicit
github.com/HewlettPackard/oneview-golang/liboneview
github.com/HewlettPackard/oneview-golang/ov
Expand Down

0 comments on commit 520e78f

Please sign in to comment.