Skip to content

Commit dc0b0d6

Browse files
author
GitHub Release Workflow
committed
2.3.0 versioning
Signed-off-by: GitHub Release Workflow <>
1 parent 42fa163 commit dc0b0d6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## [2.3.0] - 2025-05-02
4+
- Fixed tool to allow for profiles that do not define a 'Resources' section
5+
- Fixed regular expression for variable URI segments to not require 'Id' at the end of the string
6+
37
## [2.2.9] - 2025-03-07
48
- Corrected the testing for 'IfPopulated' when used as a resource-level read requirement to not fail the test if not found
59

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

0 commit comments

Comments
 (0)