Skip to content

Commit e2aad06

Browse files
authored
Merge pull request #1431 from roycaihw/pin-openapi-generator
configure the openapi-generator version
2 parents c3005ce + 7309a45 commit e2aad06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/update-client.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ set -o errexit
2121
set -o nounset
2222
set -o pipefail
2323

24+
# The openapi-generator version used by this client
25+
export OPENAPI_GENERATOR_COMMIT="v4.3.0"
26+
2427
SCRIPT_ROOT=$(dirname "${BASH_SOURCE}")
2528
CLIENT_ROOT="${SCRIPT_ROOT}/../kubernetes"
2629
CLIENT_VERSION=$(python "${SCRIPT_ROOT}/constants.py" CLIENT_VERSION)

0 commit comments

Comments
 (0)