Skip to content

Commit

Permalink
2.2.2 versioning
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub Release Workflow <>
  • Loading branch information
GitHub Release Workflow committed May 3, 2024
1 parent ad3d31c commit af4e01b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [2.2.2] - 2024-05-03
- Added support for testing 'ActionInfo' requirements
- Corrected comparison testing behavior when a property is not present to not produce false failures

## [2.2.1] - 2024-04-19
- Fixed use case checking to only report an error if zero resources are found that match a mandatory use case

Expand Down
2 changes: 1 addition & 1 deletion redfish_interop_validator/RedfishInteropValidator.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from redfish_interop_validator.profile import getProfiles, checkProfileAgainstSchema, hashProfile
from redfish_interop_validator.validateResource import validateSingleURI, validateURITree

tool_version = '2.2.1'
tool_version = '2.2.2'

# Set up the custom debug levels
VERBOSE1 = logging.INFO - 1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="redfish_interop_validator",
version="2.2.1",
version="2.2.2",
description="Redfish Interop Validator",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit af4e01b

Please sign in to comment.