Skip to content

Commit 9cafaac

Browse files
author
GitHub Release Workflow
committed
2.3.1 versioning
Signed-off-by: GitHub Release Workflow <>
1 parent ce9cf55 commit 9cafaac

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.3.1] - 2025-05-23
4+
- Updated reporting of AllOf and AnyOf tests to not penalize resources for not contributing to passing criteria
5+
36
## [2.3.0] - 2025-05-02
47
- Fixed tool to allow for profiles that do not define a 'Resources' section
58
- Fixed regular expression for variable URI segments to not require 'Id' at the end of the string

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.3.0'
20+
tool_version = '2.3.1'
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.3.0",
14+
version="2.3.1",
1515
description="Redfish Interop Validator",
1616
long_description=long_description,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)