Skip to content

Commit 886c939

Browse files
authored
Merge pull request #2552 from yliaog/master
used correct commit for hotfix no_proxy
2 parents 6238ae3 + 416706b commit 886c939

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/apply-hotfixes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fi;
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.
7070
# UPDATE: The commit being cherry-picked is updated after upgrading openapi-generator to v6.6.0.
71-
git cherry-pick -n c5939ff3ae82b4cb711208af682f7395297fe751 d8c380e8bdef99e14c7a0e5a8ee216af370a10d8
71+
git cherry-pick -n 95a893cd1c34de11a4e3893dd1dfde4a0ca30bdc d8c380e8bdef99e14c7a0e5a8ee216af370a10d8
7272
if [ $? -eq 0 ]
7373
then
7474
echo Successfully patched changes for no_proxy support

0 commit comments

Comments
 (0)