File tree Expand file tree Collapse file tree 9 files changed +488
-446
lines changed
Expand file tree Collapse file tree 9 files changed +488
-446
lines changed Original file line number Diff line number Diff line change 1717 env :
1818 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1919 WITH_V : true
20- CUSTOM_TAG : " v10.2 .0-13"
20+ CUSTOM_TAG : " v11.0 .0-13"
2121 - name : Display
2222 run : echo ${{ steps.tag_and_prepare_release.outputs.new_tag }}
2323 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1919 - name : Login to Docker Hub
2020 run : echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
2121 - name : Build the tagged Docker image
22- run : docker build . --file Dockerfile --tag hewlettpackardenterprise/hpe-oneview-sdk-for-terraform:${{ env.RELEASE_VERSION }}-OV10.2
22+ run : docker build . --file Dockerfile --tag hewlettpackardenterprise/hpe-oneview-sdk-for-terraform:${{ env.RELEASE_VERSION }}-OV11.0
2323 - name : Push the tagged Docker image
24- run : docker push hewlettpackardenterprise/hpe-oneview-sdk-for-terraform:${{ env.RELEASE_VERSION }}-OV10.2
24+ run : docker push hewlettpackardenterprise/hpe-oneview-sdk-for-terraform:${{ env.RELEASE_VERSION }}-OV11.0
Original file line number Diff line number Diff line change 2020 git config --global core.autocrlf false
2121 git config --global core.eol lf
2222 - name : Install Go
23- uses : actions/setup-go@v2
23+ uses : actions/setup-go@v4
2424 with :
25- go-version : 1.16
25+ go-version : ' 1.20 '
2626 - name : Checkout code
2727 uses : actions/checkout@v2
2828 - name : Format
Original file line number Diff line number Diff line change 11All notable changes to this project will be documented in this file.
22This project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html )
33
4+
5+ # [ v.11.0.0-13]
6+
7+ ### Notes
8+ - This release supports API8200 minimally where we can use OneView v11.00 with this SDK.
9+
10+ ### OneView Features Supported
11+
12+ - Uplink Set
13+ - Storage System
14+ - Storage Volume Template
15+ - Storage Volume Attachments
16+ - Storage Volume
17+ - Storage Pool
18+ - Server Profile Template
19+ - Server Profile
20+ - Server Hardware Type
21+ - Server Hardware
22+ - Server Certificate
23+ - Scope
24+ - Rack Manager
25+ - Network Set
26+ - Logical Interconnect Groups
27+ - Logical Interconnects
28+ - Logical Enclosure
29+ - Interconnect Types
30+ - Interconnects
31+ - Labels
32+ - Id Pools IPv4 Subnets
33+ - Id Pools Ipv4 Range
34+ - Hypervisor Cluster Profile
35+ - Hypervisor Manager
36+ - Firmware Drivers
37+ - FCOE Network
38+ - FC Network
39+ - Enclosure Group
40+ - Enclosure
41+ - Ethernet Network
42+ - Connection Template
43+ - Appliance Time and Locale Configuration
44+ - Appliance SSH Access
45+ - Appliance SNMPv3 Trap Destinations
46+ - Appliance SNMPv1 Trap Destinations
47+
448# [ v.10.2.0-13]
549
650### Notes
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/HewlettPackard/terraform-provider-oneview
33go 1.15
44
55require (
6- github.com/HewlettPackard/oneview-golang v10.2.1-0.20251009090514-65df7962a117 +incompatible
6+ github.com/HewlettPackard/oneview-golang v11.0.0 +incompatible
77 github.com/docker/machine v0.16.2 // indirect
88 github.com/hashicorp/errwrap v1.1.0 // indirect
99 github.com/hashicorp/go-getter v1.6.2 // indirect
Original file line number Diff line number Diff line change @@ -34,10 +34,8 @@ cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9
3434dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9 /go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU =
3535github.com/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
3636github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 /go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo =
37- github.com/HewlettPackard/oneview-golang v10.2.0+incompatible h1:Iyl6APXtSUn/t4947QTvo3yaoemq+kfpGjeup051Kh0 =
38- github.com/HewlettPackard/oneview-golang v10.2.0+incompatible /go.mod h1:GJcjWgNHrKtt2lUl4xcaV3NRiuBlG138DNrFygXj4JE =
39- github.com/HewlettPackard/oneview-golang v10.2.1-0.20251009090514-65df7962a117+incompatible h1:BGI981l88AiGlZjvw8oV8XWI6JlFJCgbJMhf1Y6vnH4 =
40- github.com/HewlettPackard/oneview-golang v10.2.1-0.20251009090514-65df7962a117+incompatible /go.mod h1:GJcjWgNHrKtt2lUl4xcaV3NRiuBlG138DNrFygXj4JE =
37+ github.com/HewlettPackard/oneview-golang v11.0.0+incompatible h1:uuTiqKu+TGu10DI6q+MMWL847JXHhTCg+fitBvHotMI =
38+ github.com/HewlettPackard/oneview-golang v11.0.0+incompatible /go.mod h1:GJcjWgNHrKtt2lUl4xcaV3NRiuBlG138DNrFygXj4JE =
4139github.com/agext/levenshtein v1.2.1 /go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558 =
4240github.com/agext/levenshtein v1.2.2 h1:0S/Yg6LYmFJ5stwQeRp6EeOcCbj7xiqQSdNelsXvaqE =
4341github.com/agext/levenshtein v1.2.2 /go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558 =
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ cloud.google.com/go/internal/trace
88cloud.google.com/go/internal/version
99# cloud.google.com/go/storage v1.10.0
1010cloud.google.com/go/storage
11- # github.com/HewlettPackard/oneview-golang v10.2.1-0.20251009090514-65df7962a117 +incompatible
11+ # github.com/HewlettPackard/oneview-golang v11.0.0 +incompatible
1212## explicit
1313github.com/HewlettPackard/oneview-golang/liboneview
1414github.com/HewlettPackard/oneview-golang/ov
You can’t perform that action at this time.
0 commit comments