Skip to content

Commit 2c64234

Browse files
author
GitHub Release Workflow
committed
2.5.1 versioning
Signed-off-by: GitHub Release Workflow <>
1 parent 894aa6c commit 2c64234

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

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

3+
## [2.5.1] - 2025-07-15
4+
- Cleaned up error and warning reporting
5+
- Added test results summary to the top of the results file
6+
- Added support for validating 'ActionInfo' for OEM actions
7+
38
## [2.5.0] - 2025-05-16
49
- Corrected regex pattern for date-time properties
510

redfish_service_validator/RedfishServiceValidator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from redfish_service_validator.validateResource import validateSingleURI, validateURITree
1717
from redfish_service_validator import tohtml, schema_pack, traverse, logger
1818

19-
tool_version = '2.5.0'
19+
tool_version = '2.5.1'
2020

2121
def validate(argslist=None, configfile=None):
2222
"""Main command

redfish_service_validator/validateRedfish.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-2024 DMTF. All rights reserved.
2+
# Copyright 2016-2025 DMTF. All rights reserved.
33
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-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_service_validator",
14-
version="2.5.0",
14+
version="2.5.1",
1515
description="Redfish Service Validator",
1616
long_description=long_description,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)