summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2024-01-31 23:25:11 +0300
committerGunnar Mills <gmills@us.ibm.com>2024-02-01 01:12:11 +0300
commit2ae81db99a155febe45d27e3834cfa5471b3ecdf (patch)
tree44e7fdeb7148147cdef933e331b017309faf264b /scripts
parent4c8c12d2a699641ec24a2605583686a03a8484cb (diff)
downloadbmcweb-2ae81db99a155febe45d27e3834cfa5471b3ecdf.tar.xz
Bump Redfish schemas to 2023.3
Redfish released 2023.3 1/25/2024. https://www.dmtf.org/content/redfish-release-20233-now-available It is several new schemas and added properties to a pile of schemas. One use case is: ComputerSystem v1.22.0 Added EfficiencyFavorPower and EfficiencyFavorPerformance to PowerMode https://gerrit.openbmc.org/c/openbmc/phosphor-dbus-interfaces/+/69122 This is a one line change to scripts/update_schemas.py and then ran the script. Tested: See the new schema versions (e.g. System 1.22.0). No new Validator errors on p10bmc. Change-Id: I5c10d78e891da71fd14187f63aa6ac682cf15598 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update_schemas.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py
index c77144d113..3d8fb038fc 100755
--- a/scripts/update_schemas.py
+++ b/scripts/update_schemas.py
@@ -10,7 +10,7 @@ import generate_schema_enums
import requests
from generate_schema_collections import generate_top_collections
-VERSION = "DSP8010_2023.2"
+VERSION = "DSP8010_2023.3"
WARNING = """/****************************************************************
* READ THIS WARNING FIRST