Skip to content

Commit 3410bd6

Browse files
committed
temporarily omit two hotfix
1 parent 9d25317 commit 3410bd6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/apply-hotfixes.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fi
2828
# UPDATE: The commit being cherry-picked is updated since the the client generated in 1adaaecd0879d7315f48259ad8d6cbd66b835385
2929
# differs from the initial hotfix
3030
# Ref: https://github.com/kubernetes-client/python/pull/995/commits/9959273625b999ae9a8f0679c4def2ee7d699ede
31-
git cherry-pick -n 88397bcc5b3b348a41dbf641367756b86552d362
31+
# git cherry-pick -n 88397bcc5b3b348a41dbf641367756b86552d362
3232
if [ $? -eq 0 ]
3333
then
3434
echo Successfully patched changes for custom client behavior
@@ -67,7 +67,7 @@ fi;
6767
# Patching commit for no_proxy support
6868
# UPDATE: The commit being cherry-picked is updated kubernetes/client/ unless OpenAPI generator v5.3.1 involved (offinical support of no_proxy feature).
6969
# Ref: https://github.com/kubernetes-client/python/pull/1579/commits/95a893cd1c34de11a4e3893dd1dfde4a0ca30bdc and conversations in the PR.
70-
git cherry-pick -n 95a893cd1c34de11a4e3893dd1dfde4a0ca30bdc
70+
# git cherry-pick -n 95a893cd1c34de11a4e3893dd1dfde4a0ca30bdc
7171
if [ $? -eq 0 ]
7272
then
7373
echo Successfully patched changes for no_proxy support

0 commit comments

Comments
 (0)