Skip to content

Commit 720294f

Browse files
committed
updated the hotfix for custom client behavior after upgrading openapi generator to v6.6.0
1 parent 2dffaad commit 720294f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

scripts/apply-hotfixes.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ then
2525
fi
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
3232
if [ $? -eq 0 ]
3333
then
3434
echo Successfully patched changes for custom client behavior
@@ -64,5 +64,4 @@ else
6464
exit 1
6565
fi;
6666

67-
6867
git commit -m "Apply hotfixes"

0 commit comments

Comments
 (0)