File tree 8 files changed +508
-441
lines changed
8 files changed +508
-441
lines changed Original file line number Diff line number Diff line change 17
17
env :
18
18
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
19
19
WITH_V : true
20
- CUSTOM_TAG : " v9.2 .0"
20
+ CUSTOM_TAG : " v9.3 .0"
21
21
- name : Display
22
22
run : echo ${{ steps.tag_and_prepare_release.outputs.new_tag }}
23
23
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 35
35
- name : Login to Docker Hub
36
36
run : echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
37
37
- name : Build the tagged Docker image
38
- run : docker build . --file Dockerfile --tag hewlettpackardenterprise/hpe-oneview-sdk-for-python:${{ env.GITHUB_REF }}-OV9.2
38
+ run : docker build . --file Dockerfile --tag hewlettpackardenterprise/hpe-oneview-sdk-for-python:${{ env.GITHUB_REF }}-OV9.3
39
39
- name : Push the tagged Docker image
40
- run : docker push hewlettpackardenterprise/hpe-oneview-sdk-for-python:${{ env.GITHUB_REF }}-OV9.2
40
+ run : docker push hewlettpackardenterprise/hpe-oneview-sdk-for-python:${{ env.GITHUB_REF }}-OV9.3
Original file line number Diff line number Diff line change
1
+ # 9.3.0
2
+ #### Notes
3
+ Extends Support Of The Sdk To Oneview Rest Api Version 7200 (Oneview V9.3.0)
4
+
5
+ ##### Features Supported With The Current Release
6
+ - Appliance Configuration Timeconfig
7
+ - Appliance Health Status
8
+ - Appliance Network Interfaces
9
+ - Appliance Node Information
10
+ - Appliance Proxy Configuration
11
+ - Appliance Snmpv1 Trap Destinations
12
+ - Appliance Snmpv3 Trap Destinations
13
+ - Appliance Snmpv3 Users
14
+ - Appliance Ssh Access
15
+ - Appliance Time And Locale Configuration
16
+ - Certificates Server
17
+ - Drive Enclosures
18
+ - Connection Templates
19
+ - Enclosure Groups
20
+ - Enclosures
21
+ - Ethernet Networks
22
+ - Fc Networks
23
+ - Fcoe Networks
24
+ - Firmware Bundles
25
+ - Firmware Drivers
26
+ - Ha Nodes
27
+ - Hypervisor Cluster Profiles
28
+ - Hypervisor Managers
29
+ - Id Pool Ipv4 Range
30
+ - Id Pool Ipv4 Subnets
31
+ - Id Pools
32
+ - Index Resources
33
+ - Interconnect Types
34
+ - Interconnects
35
+ - Labels
36
+ - Logical Enclosures
37
+ - Logical Interconnect Groups
38
+ - Logical Interconnects
39
+ - Network Sets
40
+ - Rack Managers
41
+ - Repositories
42
+ - Restores
43
+ - San Managers
44
+ - San Providers
45
+ - Sas Interconnects
46
+ - Sas Interconnect Types
47
+ - Sas Logical Interconnect Groups
48
+ - Sas Logical Interconnects
49
+ - Sas Logical Jbods
50
+ - Sas Logical Jbod Attachments
51
+ - Scopes
52
+ - Server Hardware
53
+ - Server Hardware Types
54
+ - Server Profile Templates
55
+ - Server Profiles
56
+ - Storage Pools
57
+ - Storage Systems
58
+ - Storage Templates
59
+ - Storage Volume
60
+ - Storage Volume Attachments
61
+ - Storage Volume Templates
62
+ - Tasks
63
+ - Uplink Sets
64
+ - Users
65
+ - Version
66
+ - Volumes
67
+
1
68
# 9.2.0
2
69
#### Notes
3
70
Extends Support Of The Sdk To Oneview Rest Api Version 7000 (Oneview V9.2.0)
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 71
71
# built documents.
72
72
#
73
73
# The short X.Y version.
74
- version = u'9.2 .0'
74
+ version = u'9.3 .0'
75
75
# The full version, including alpha/beta/rc tags.
76
- release = u'9.2 .0'
76
+ release = u'9.3 .0'
77
77
78
78
# The language for content autogenerated by Sphinx. Refer to documentation
79
79
# for a list of supported languages.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 14
14
standard_library .install_aliases ()
15
15
16
16
__title__ = 'hpeOneView'
17
- __version__ = '9.2 .0'
17
+ __version__ = '9.3 .0'
18
18
__copyright__ = '(C) Copyright (2012-2024) Hewlett Packard Enterprise Development LP'
19
19
__license__ = 'Apache'
20
20
Original file line number Diff line number Diff line change 20
20
from setuptools import setup
21
21
22
22
setup (name = 'hpeOneView' ,
23
- version = '9.2 .0' ,
23
+ version = '9.3 .0' ,
24
24
description = 'HPE OneView Python Library' ,
25
25
url = 'https://github.com/HewlettPackard/oneview-python' ,
26
26
download_url = "https://github.com/HewlettPackard/oneview-python/tarball/v8.6.0" ,
You can’t perform that action at this time.
0 commit comments