commit | d125652e8a30dfeaad88bbfa5b1e04a80610469c | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Tue Mar 25 12:16:04 2025 -0500 |
committer | Gunnar Mills <gmills@us.ibm.com> | Wed Mar 26 21:41:54 2025 +0000 |
tree | 5fa303ffcabffa74df6a1eb0fa0e616a383f6a8f | |
parent | 37b912fd9596ca66736b9d20de856bf4e66e9898 [diff] [blame] |
Update to 2025.1 1 line change in update_schemas.py and rerun it. See below for more info on this release: https://www.dmtf.org/content/redfish-release-20251-now-available Tested: Inspection only. These have not broke things in the past. Change-Id: I8d386725b364e2bc7c91c869e519e5e7bfbf11f9 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py index 48832a8..6fde032 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_2024.4" +VERSION = "DSP8010_2025.1" SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__))