Skip to content

Commit a606580

Browse files
committed
removed hotfix for Client Context Manager, openapi generator v6.6.0 has the fix already
1 parent f0fc117 commit a606580

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

scripts/apply-hotfixes.sh

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,6 @@ else
5151
exit 1
5252
fi;
5353

54-
# Patching commits for Client Context Manager
55-
# UPDATE: OpenAPI generator v4.3.0 has the context manager as a functionality. Cherry-picking just the tests for completeness.
56-
# Ref: https://github.com/kubernetes-client/python/pull/1073
57-
git cherry-pick -n 13dffb897617f87aaaee247095107d7011e002d5
58-
if [ $? -eq 0 ]
59-
then
60-
echo Successfully patched changes for Client Context Manager
61-
else
62-
echo Failed to patch changes for Client Context Manager
63-
git restore --staged .
64-
exit 1
65-
fi;
66-
6754
# Patching commit for no_proxy support
6855
# UPDATE: The commit being cherry-picked is updated kubernetes/client/ unless OpenAPI generator v5.3.1 involved (offinical support of no_proxy feature).
6956
# Ref: https://github.com/kubernetes-client/python/pull/1579/commits/95a893cd1c34de11a4e3893dd1dfde4a0ca30bdc and conversations in the PR.

0 commit comments

Comments
 (0)