8000 removed patch · kubernetes-client/python@64336af · GitHub
[go: up one dir, main page]

Skip to content

Commit 64336af

Browse files
committed
removed patch
1 parent c184309 commit 64336af

File tree

2 files changed

+1
-35
lines changed

2 files changed

+1
-35
lines changed

scripts/rest_sni_patch.diff

Lines changed: 0 additions & 29 deletions
This file was deleted.

scripts/update-client.sh

Lines changed: 1 addition & 6 deletions
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="v4.3.0"
25+
export OPENAPI_GENERATOR_COMMIT="v7.1.0"
2626

2727
SCRIPT_ROOT=$(dirname "${BASH_SOURCE}")
2828
CLIENT_ROOT="${SCRIPT_ROOT}/../kubernetes"
@@ -73,11 +73,6 @@ sed -i'' "s,^DEVELOPMENT_STATUS = .*,DEVELOPMENT_STATUS = \\\"${DEVELOPMENT_STAT
7373
# second, this should be ported to swagger-codegen
7474
echo ">>> patching client..."
7575
git apply "${SCRIPT_ROOT}/rest_client_patch.diff"
76-
# The fix this patch is trying to make is already in the upstream swagger-codegen
77-
# repo but it's not in the version we're using. We can remove this patch
78-
# once we upgrade to a version of swagger-codegen that includes it (version>= 6.6.0).
79-
# See https://github.com/OpenAPITools/openapi-generator/pull/15283
80-
git apply "${SCRIPT_ROOT}/rest_sni_patch.diff"
8176

8277
echo ">>> generating docs..."
8378
pushd "${DOC_ROOT}" > /dev/null

0 commit comments

Comments
 (0)
0