Skip to content

Commit 85046fa

Browse files
author
GitHub Release Workflow
committed
2.2.7 versioning
Signed-off-by: GitHub Release Workflow <>
1 parent f2950e1 commit 85046fa

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [2.2.7] - 2024-11-15
4+
- Added support for 'ChassisType', 'DriveProtocol', 'MemoryType', 'PortProtocol', and 'ProcessorType' values for 'UseCaseType'
5+
36
## [2.2.6] - 2024-07-26
47
- Fixed reporting of resource response times in the test report
58

redfish_interop_validator/RedfishInteropValidator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from redfish_interop_validator.profile import getProfiles, checkProfileAgainstSchema, hashProfile
1818
from redfish_interop_validator.validateResource import validateSingleURI, validateURITree
1919

20-
tool_version = '2.2.6'
20+
tool_version = '2.2.7'
2121

2222
# Set up the custom debug levels
2323
VERBOSE1 = logging.INFO - 1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="redfish_interop_validator",
14-
version="2.2.6",
14+
version="2.2.7",
1515
description="Redfish Interop Validator",
1616
long_description=long_description,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)