From 2c5dd4b4e57612a7fa965c979326b2205e921f79 Mon Sep 17 00:00:00 2001 From: Jason Cox Date: Fri, 13 Feb 2026 12:47:24 -0700 Subject: [PATCH] Apply proxy config after hotfixes --- scripts/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/release.sh b/scripts/release.sh index b037204c02..6a9428fcb4 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -207,14 +207,14 @@ git diff-index --quiet --cached HEAD || git commit -am "update changelog" # Re-generate the client scripts/update-client.sh -#edit comfiguration.py files -scripts/insert_proxy_config.sh # Apply hotfixes rm -r kubernetes/test/ git add . git commit -m "temporary generated commit" scripts/apply-hotfixes.sh git reset HEAD~2 +# Apply proxy config after hotfixes +scripts/insert_proxy_config.sh # Custom object API is hosted in gen repo. Commit custom object API change # separately for easier review