Skip to content

Commit 2a69193

Browse files
author
GitHub Release Workflow
committed
2.3.2 versioning
Signed-off-by: GitHub Release Workflow <>
1 parent ae75475 commit 2a69193

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
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.2] - 2025-08-29
4+
- Cleaned up error and warning reporting
5+
- Added test results summary to the top of the results file
6+
37
## [2.3.1] - 2025-05-23
48
- Updated reporting of AllOf and AnyOf tests to not penalize resources for not contributing to passing criteria
59

redfish_interop_validator/RedfishInteropValidator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from redfish_interop_validator.interop import testResultEnum
2020
from redfish_interop_validator import logger
2121

22-
tool_version = '2.3.1'
22+
tool_version = '2.3.2'
2323

2424
def main(argslist=None, configfile=None):
2525
"""Main command

redfish_interop_validator/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright Notice:
2-
# Copyright 2016-2025 DMTF. All rights reserved.
2+
# Copyright 2017-2025 DMTF. All rights reserved.
33
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Interop-Validator/blob/main/LICENSE.md
44

55
import logging

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.1",
14+
version="2.3.2",
1515
description="Redfish Interop Validator",
1616
long_description=long_description,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)