summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2023-09-21 21:15:30 +0300
committerEd Tanous <ed@tanous.net>2023-10-23 19:28:51 +0300
commite9cc1bc93c4ad9662c93e2a98d4c787e2dbf9f07 (patch)
tree8569cac549f4fcbab1b3629b4f6bea8b29281f5a /scripts
parent168d1b1ac9dac748ea57f7038d0abebfef7462a2 (diff)
downloadbmcweb-e9cc1bc93c4ad9662c93e2a98d4c787e2dbf9f07.tar.xz
Update schemas to 2023.2
To quote from The Redfish release [1] 2022.3 Redfish Schema Bundle – This .zip file contains the current versions of all Redfish schemas. The bundle includes 40 schema updates and developer resources. Added Compute Express Link (CXL) support (NEW) Extensions to Fabric, PCIeDevice, Processor, Memory, ComputerSystem, and Chassis schemas Defined by DMTF alliance partner Compute Express Link (CXL) Consortium Extensions to Fabric, PCIeDevice, Processor, Memory, ComputerSystem, and Chassis schemas New CXLLogicalDevice schema Added MultiFactorAuth to AccountService to configure a service for multi-factor authentication HTTP Basic authentication is not available for accounts configured for multi-factor authentication For client certificate authentication, the client provides their identity certificate during TLS handshaking For RSA SecurID, Google Authenticator, and Microsoft Authenticator, clients provide a new Token property in the session creation request Added Heater and HeaterMetrics resources [1] https://www.dmtf.org/content/redfish-release-20223-now-available Change-Id: Iefe80866bfb83e65ab98b2cf4ee2eacce5238c5b Signed-off-by: Ed Tanous <ed@tanous.net>
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 cbdcf0a590..c77144d113 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.1"
+VERSION = "DSP8010_2023.2"
WARNING = """/****************************************************************
* READ THIS WARNING FIRST