Skip to content

Commit 988a9be

Browse files
Merge pull request #575 from HewlettPackard/OV10.1_Validation
OV10.1 Validation
2 parents a6aa19f + ec4a607 commit 988a9be

File tree

8 files changed

+489
-442
lines changed

8 files changed

+489
-442
lines changed

.github/workflows/createtagandrelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
WITH_V: true
20-
CUSTOM_TAG: "v10.0.0-13"
20+
CUSTOM_TAG: "v10.1.0-13"
2121
- name: Display
2222
run: echo ${{ steps.tag_and_prepare_release.outputs.new_tag }}
2323
- uses: actions/checkout@v2

.github/workflows/push_docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
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.0
22+
run: docker build . --file Dockerfile --tag hewlettpackardenterprise/hpe-oneview-sdk-for-terraform:${{ env.RELEASE_VERSION }}-OV10.1
2323
- name: Push the tagged Docker image
24-
run: docker push hewlettpackardenterprise/hpe-oneview-sdk-for-terraform:${{ env.RELEASE_VERSION }}-OV10.0
24+
run: docker push hewlettpackardenterprise/hpe-oneview-sdk-for-terraform:${{ env.RELEASE_VERSION }}-OV10.1

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,53 @@
11
All notable changes to this project will be documented in this file.
22
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
33

4+
# [v.10.1.0-13]
5+
6+
### Notes
7+
- This release supports API7800 minimally where we can use OneView v10.10 with this SDK.
8+
9+
### Bug fixes & Enhancements:
10+
- [#570](https://github.com/HewlettPackard/terraform-provider-oneview/issues/570 )Retrieving a data object for a firmware component does not return the URI path if the firmware object is being retrieved from a external repository
11+
12+
### OneView Features Supported
13+
14+
- Uplink Set
15+
- Storage System
16+
- Storage Volume Template
17+
- Storage Volume Attachments
18+
- Storage Volume
19+
- Storage Pool
20+
- Server Profile Template
21+
- Server Profile
22+
- Server Hardware Type
23+
- Server Hardware
24+
- Server Certificate
25+
- Scope
26+
- Rack Manager
27+
- Network Set
28+
- Logical Interconnect Groups
29+
- Logical Interconnects
30+
- Logical Enclosure
31+
- Interconnect Types
32+
- Interconnects
33+
- Labels
34+
- Id Pools IPv4 Subnets
35+
- Id Pools Ipv4 Range
36+
- Hypervisor Cluster Profile
37+
- Hypervisor Manager
38+
- Firmware Drivers
39+
- FCOE Network
40+
- FC Network
41+
- Enclosure Group
42+
- Enclosure
43+
- Ethernet Network
44+
- Connection Template
45+
- Appliance Time and Locale Configuration
46+
- Appliance SSH Access
47+
- Appliance SNMPv3 Trap Destinations
48+
- Appliance SNMPv1 Trap Destinations
49+
50+
451
# [v.10.0.0-13]
552

653
### Notes

README.md

Lines changed: 8 additions & 8 deletions
Large diffs are not rendered by default.

endpoints-support.md

Lines changed: 427 additions & 427 deletions
Large diffs are not rendered by default.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/HewlettPackard/terraform-provider-oneview
33
go 1.15
44

55
require (
6-
github.com/HewlettPackard/oneview-golang v10.0.0+incompatible
6+
github.com/HewlettPackard/oneview-golang v10.1.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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9
3434
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
3535
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
3636
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
37-
github.com/HewlettPackard/oneview-golang v10.0.0+incompatible h1:OfLXsoSPRJQJBooyjH3cVJjHkRQEhq/XOpyKQ++BaWw=
38-
github.com/HewlettPackard/oneview-golang v10.0.0+incompatible/go.mod h1:GJcjWgNHrKtt2lUl4xcaV3NRiuBlG138DNrFygXj4JE=
37+
github.com/HewlettPackard/oneview-golang v10.1.0+incompatible h1:jBsA7IZEMSKpGCi5ktQeQPRhN0sNvmrY28Ic6S1wtsw=
38+
github.com/HewlettPackard/oneview-golang v10.1.0+incompatible/go.mod h1:GJcjWgNHrKtt2lUl4xcaV3NRiuBlG138DNrFygXj4JE=
3939
github.com/agext/levenshtein v1.2.1/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558=
4040
github.com/agext/levenshtein v1.2.2 h1:0S/Yg6LYmFJ5stwQeRp6EeOcCbj7xiqQSdNelsXvaqE=
4141
github.com/agext/levenshtein v1.2.2/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cloud.google.com/go/internal/trace
88
cloud.google.com/go/internal/version
99
# cloud.google.com/go/storage v1.10.0
1010
cloud.google.com/go/storage
11-
# github.com/HewlettPackard/oneview-golang v10.0.0+incompatible
11+
# github.com/HewlettPackard/oneview-golang v10.1.0+incompatible
1212
## explicit
1313
github.com/HewlettPackard/oneview-golang/liboneview
1414
github.com/HewlettPackard/oneview-golang/ov

0 commit comments

Comments
 (0)