commit | c6d7a45d427f9a6d9e761afcf305761dca60d7cf | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Tue Jun 17 10:23:44 2025 -0500 |
committer | Ed Tanous <ed@tanous.net> | Tue Jun 17 16:39:07 2025 +0000 |
tree | 6787029e58a64d2e0cdda3736e9d0547b2451296 | |
parent | d9cca622a39e3c5d50651eaa04c312dbacfbfd56 [diff] |
Update to 2025.2 1 line change in update_schemas.py and rerun it. See below for more info on this release [1] Tested: Inspection only. These have not broke things in the past. [1]: https://www.dmtf.org/sites/default/files/Redfish_Release_2025.2_Overview.pdf Change-Id: I641bc4285fa502a5d81318ff56eaeb75c0af4762 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py index 6fde032..85eb23c 100755 --- a/scripts/update_schemas.py +++ b/scripts/update_schemas.py
@@ -9,7 +9,7 @@ import requests from generate_schema_collections import generate_top_collections -VERSION = "DSP8010_2025.1" +VERSION = "DSP8010_2025.2" SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__))