File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 2525fi
2626
2727# Patching commit for custom client behavior
28- # UPDATE: The commit being cherry-picked is updated since the the client generated in 1adaaecd0879d7315f48259ad8d6cbd66b835385
29- # differs from the initial hotfix
28+ # UPDATE: The commit being cherry-picked is updated after upgrading openapi generator to v6.6.0 in PR:
29+ # https://github.com/kubernetes-client/python/pull/2532/changes/73bb58c92a8ff856712103587f0078998d6734c7
3030# Ref: https://github.com/kubernetes-client/python/pull/995/commits/9959273625b999ae9a8f0679c4def2ee7d699ede
31- git cherry-pick -n 88397bcc5b3b348a41dbf641367756b86552d362
31+ git cherry-pick -n 73bb58c92a8ff856712103587f0078998d6734c7
3232if [ $? -eq 0 ]
3333then
3434 echo Successfully patched changes for custom client behavior
6464 exit 1
6565fi ;
6666
67-
6867git commit -m " Apply hotfixes"
You can’t perform that action at this time.
0 commit comments