Skip to content

Commit

Permalink
Merge 859f68f into 386e7c8
Browse files Browse the repository at this point in the history
  • Loading branch information
victorhugorodrigues committed Oct 16, 2018
2 parents 386e7c8 + 859f68f commit 2c2c0f9
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 6 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.3.0 (unreleased)
# 0.3.0

# Bug fixes & Enhancements
- #216 Implement GET EventService
Expand Down Expand Up @@ -86,6 +86,17 @@
- #421 Add support for authLoginDomain in the Redfish.conf
- #370 Use a label to save template_UUID instead of Description attribute in the server profile
- #422 Save OneView Python SDK client for multiple requests
- #438 Session Service and Event Service should be enabled according authentication mode
- #471 Add SharingEnable attribute for Network Resource Block
- #472 Add SharingCapable attribute for Storage Resource Block
- #468 Improve error message for errors 500
- #464 Improvement performance for multiple OneViews
- #465 Update cache entry when resource moved to another OneView
- #484 Fix odata_id links for NetworkAdapterCollection and NetworkAdapter (api)
- #483 Missing Network Resource Block in a Zone when SPT has no connections
- #480 Improve debug log
- #478 Extend additional check for storage controller settings
- #325 Package installation requirements


# New Redfish resources
Expand Down
6 changes: 3 additions & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@

# General information about the project.
project = u'HPE OneView Redfish Toolkit'
copyright = u'(C) 2017 Hewlett Packard Enterprise Development LP'
copyright = u'(C) Copyright (2017-2018) Hewlett Packard Enterprise Development LP'
author = u'Hewlett Packard Enterprise'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = u'1.0.0'
version = u'0.3.0'
# The full version, including alpha/beta/rc tags.
release = u'1.0.0'
release = u'0.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
8 changes: 8 additions & 0 deletions oneview_redfish_toolkit/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
__title__ = 'oneview-redfish-toolkit'

__version__ = '0.3.0'

__copyright__ = '(C) Copyright (2017-2018) Hewlett Packard Enterprise '\
'Development LP'

__license__ = 'Apache License 2.0'
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[metadata]
name = oneview-redfish-toolkit
version = 0.3.0
summary = 'This toolkit provides a REST service to answer DMTF\'s Redfish compliant requests by querying HPE OneView.'
description-file =
README.md
author = Hewlett Packard Enterprise Development LP
author-email = oneview-pythonsdk@hpe.com
home-page = http://oneview-redfish-toolkit.github.io/
author-email = oneview-redfish-toolkit@hpe.com
home-page = https://github.com/HewlettPackard/oneview-redfish-toolkit
license='Apache License 2.0'
classifier =
Environment :: Redfish
Expand Down

0 comments on commit 2c2c0f9

Please sign in to comment.