summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2023-06-01 18:16:32 +0300
committerEd Tanous <ed@tanous.net>2023-06-01 21:54:52 +0300
commit75ec825c9aa030568fc97b47dd34fee5c9405d73 (patch)
tree021f1ee4ad08931c8314a67f3b2ab052e83e392c /scripts
parent51dab2a7284b0f7adf2296e4165bdf8a63e73b7d (diff)
downloadbmcweb-75ec825c9aa030568fc97b47dd34fee5c9405d73.tar.xz
Update base registries
Update Base registry to 1.16.0, and Resource Event registry to 1.3.0 Patch was generated automatically. Tested: Code builds. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ie9c15a657459cf7ec7fa5b4bf89460049fbce554
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/parse_registries.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/parse_registries.py b/scripts/parse_registries.py
index 369bebf582..3f1fd27e72 100755
--- a/scripts/parse_registries.py
+++ b/scripts/parse_registries.py
@@ -232,7 +232,7 @@ def main():
if "base" in registries:
files.append(
make_getter(
- "Base.1.13.0.json", "base_message_registry.hpp", "base"
+ "Base.1.16.0.json", "base_message_registry.hpp", "base"
)
)
if "task_event" in registries:
@@ -246,7 +246,7 @@ def main():
if "resource_event" in registries:
files.append(
make_getter(
- "ResourceEvent.1.0.3.json",
+ "ResourceEvent.1.3.0.json",
"resource_event_message_registry.hpp",
"resource_event",
)