From 8190f952c175d2a7ec345f158f7cecdcf33a0d77 Mon Sep 17 00:00:00 2001 From: ChengHao Yang <17496418+tico88612@users.noreply.github.com> Date: Sun, 16 Nov 2025 21:49:43 +0800 Subject: [PATCH] Feat: add Gateway API component hash update Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> --- .../src/component_hash_update/components.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/component_hash_update/src/component_hash_update/components.py b/scripts/component_hash_update/src/component_hash_update/components.py index bd8913738..d7dbdcaec 100644 --- a/scripts/component_hash_update/src/component_hash_update/components.py +++ b/scripts/component_hash_update/src/component_hash_update/components.py @@ -106,4 +106,14 @@ infos = { "binary": True, "hashtype": "sha256", }, + "gateway_api_standard_crds": { + "url": "https://github.com/kubernetes-sigs/gateway-api/releases/download/v{version}/standard-install.yaml", + "graphql_id": "R_kgDODQ6RZw", + "binary": True, + }, + "gateway_api_experimental_crds": { + "url": "https://github.com/kubernetes-sigs/gateway-api/releases/download/v{version}/experimental-install.yaml", + "graphql_id": "R_kgDODQ6RZw", + "binary": True, + }, }