Skip to content

Commit 4110043

Browse files
author
GitHub Release Workflow
committed
2.0.3 versioning
Signed-off-by: GitHub Release Workflow <>
1 parent 908ada2 commit 4110043

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
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.0.3] - 2025-05-30
4+
- Increased the boot override test time to allow for up to 10 minutes for a system to reset and boot to the new device
5+
- Added support for leveraging new automated task monitoring in Redfish Tacklebox for account tests
6+
- Added support to use a non-zero exit code when there are failures
7+
38
## [2.0.2] - 2025-03-28
49
- Added '--test-list' option to control which sets of tests are performed
510

redfish_use_case_checkers/console_scripts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from redfish_use_case_checkers import power_control
2828
from redfish_use_case_checkers import report
2929

30-
tool_version = "2.0.2"
30+
tool_version = "2.0.3"
3131

3232

3333
def main():

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="redfish_use_case_checkers",
13-
version="2.0.2",
13+
version="2.0.3",
1414
description="Redfish Use Case Checkers",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)