Skip to content

Commit

Permalink
2.2.5 versioning
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub Release Workflow <>
  • Loading branch information
GitHub Release Workflow committed Jun 28, 2024
1 parent 83fca01 commit 9f7622f
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 16 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [2.2.5] - 2024-06-28
- Corrected handling of 'collectionlimit' when specified in a config file

## [2.2.4] - 2024-06-14
- Hide password and token parameters from console output when running the tool from a config file

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2017-2020 DMTF. All rights reserved.
Copyright 2017-2024 DMTF. All rights reserved.

# Redfish Interop Validator

Expand Down
2 changes: 1 addition & 1 deletion RedfishInteropValidator.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright Notice:
# Copyright 2016-2023 DMTF. All rights reserved.
# Copyright 2017-2024 DMTF. All rights reserved.
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Interop-Validator/blob/master/LICENSE.md

from redfish_interop_validator.RedfishInteropValidator import main, my_logger
Expand Down
4 changes: 2 additions & 2 deletions redfish_interop_validator/RedfishInteropValidator.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Copyright Notice:
# Copyright 2016 DMTF. All rights reserved.
# Copyright 2017-2024 DMTF. All rights reserved.
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Interop-Validator/blob/master/LICENSE.md

import os
Expand All @@ -17,7 +17,7 @@
from redfish_interop_validator.profile import getProfiles, checkProfileAgainstSchema, hashProfile
from redfish_interop_validator.validateResource import validateSingleURI, validateURITree

tool_version = '2.2.4'
tool_version = '2.2.5'

# Set up the custom debug levels
VERBOSE1 = logging.INFO - 1
Expand Down
2 changes: 1 addition & 1 deletion redfish_interop_validator/RedfishLogo.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright Notice:
# Copyright 2018-2019 DMTF. All rights reserved.
# Copyright 2017-2024 DMTF. All rights reserved.
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Validator/blob/master/LICENSE.md

"""
Expand Down
2 changes: 1 addition & 1 deletion redfish_interop_validator/config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright Notice:
# Copyright 2016-2021 DMTF. All rights reserved.
# Copyright 2017-2024 DMTF. All rights reserved.
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Validator/blob/master/LICENSE.md

import configparser
Expand Down
2 changes: 1 addition & 1 deletion redfish_interop_validator/interop.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Copyright Notice:
# Copyright 2016 DMTF. All rights reserved.
# Copyright 2017-2024 DMTF. All rights reserved.
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Interop-Validator/blob/master/LICENSE.md

import re
Expand Down
2 changes: 1 addition & 1 deletion redfish_interop_validator/profile.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Copyright Notice:
# Copyright 2016 DMTF. All rights reserved.
# Copyright 2017-2024 DMTF. All rights reserved.
# License: BSD 3-Clause License. For full text see link:
# https://github.com/DMTF/Redfish-Service-Validator/LICENSE.md

Expand Down
2 changes: 1 addition & 1 deletion redfish_interop_validator/redfish.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright Notice:
# Copyright 2016-2020 DMTF. All rights reserved.
# Copyright 2017-2024 DMTF. All rights reserved.
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Validator/blob/master/LICENSE.md

import re
Expand Down
2 changes: 1 addition & 1 deletion redfish_interop_validator/session.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright Notice:
# Copyright 2016-2019 DMTF. All rights reserved.
# Copyright 2017-2024 DMTF. All rights reserved.
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Validator/blob/master/LICENSE.md

from datetime import datetime, timedelta
Expand Down
2 changes: 1 addition & 1 deletion redfish_interop_validator/tohtml.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Copyright Notice:
# Copyright 2016-2020 DMTF. All rights reserved.
# Copyright 2017-2024 DMTF. All rights reserved.
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Interop-Validator/blob/master/LICENSE.md


Expand Down
2 changes: 1 addition & 1 deletion redfish_interop_validator/traverseInterop.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright Notice:
# Copyright 2016-2020 DMTF. All rights reserved.
# Copyright 2017-2024 DMTF. All rights reserved.
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Validator/blob/master/LICENSE.md

import requests
Expand Down
2 changes: 1 addition & 1 deletion redfish_interop_validator/validateResource.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright Notice:
# Copyright 2016-2021 DMTF. All rights reserved.
# Copyright 2017-2024 DMTF. All rights reserved.
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Validator/blob/master/LICENSE.md

import logging
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright Notice:
# Copyright 2022-2023 DMTF. All rights reserved.
# Copyright 2017-2024 DMTF. All rights reserved.
# License: BSD 3-Clause License. For full text see link:
# https://github.com/DMTF/Redfish-Interop-Validator/blob/main/LICENSE.md

Expand All @@ -11,7 +11,7 @@

setup(
name="redfish_interop_validator",
version="2.2.4",
version="2.2.5",
description="Redfish Interop Validator",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion tests/interoptests.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Copyright Notice:
# Copyright 2017 DMTF. All rights reserved.
# Copyright 2017-2024 DMTF. All rights reserved.
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Usecase-Checkers/LICENSE.md
#
# Unit tests for RedfishInteropValidator.py
Expand Down

0 comments on commit 9f7622f

Please sign in to comment.