Skip to content

fix(apigw-manager): make sdk generation opt-in#299

Merged
wklken merged 1 commit into
TencentBlueKing:masterfrom
wklken:fix-apigw-manager-sdk-default
Jul 1, 2026
Merged

fix(apigw-manager): make sdk generation opt-in#299
wklken merged 1 commit into
TencentBlueKing:masterfrom
wklken:fix-apigw-manager-sdk-default

Conversation

@wklken

@wklken wklken commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Remove the default --generate-sdks fallback from the apigw-manager base image sync script.
  • Document that CREATE_VERSION_AND_RELEASE_APIGW_ARGS defaults to empty and SDK generation must be enabled explicitly with --generate-sdks.

Verification

  • bash -n bin/sync-apigateway.sh
  • git diff --check
  • if rg -n -e 'CREATE_VERSION_AND_RELEASE_APIGW_ARGS:-' -e 'CREATE_VERSION_AND_RELEASE_APIGW_ARGS.*generate-sdks' bin/sync-apigateway.sh; then exit 1; fi

@wklken wklken merged commit a5cc5e5 into TencentBlueKing:master Jul 1, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant