Skip to content

Commit 1f95e8b

Browse files
committed
Use openapi 7.2.0 for socks support
This is needed for the proxy client to generate socks support
1 parent e1d5e64 commit 1f95e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-client.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set -o nounset
2222
set -o pipefail
2323

2424
# The openapi-generator version used by this client
25-
export OPENAPI_GENERATOR_COMMIT="v7.1.0"
25+
export OPENAPI_GENERATOR_COMMIT="v7.2.0"
2626

2727
SCRIPT_ROOT=$(dirname "${BASH_SOURCE}")
2828
CLIENT_ROOT="${SCRIPT_ROOT}/../kubernetes"

0 commit comments

Comments
 (0)