Skip to content

Commit 29729af

Browse files
committed
address PR comment around removing hotfix when v20 clients are released
1 parent 9a2fbde commit 29729af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/apply-hotfixes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ else
7575
fi;
7676

7777
# Patching commits for Tolerating Null Sources on Projected Volumes
78-
# UPDATE: OpenAPI generator v4.3.0 has the context manager as a functionality. Cherry-picking just the tests for completeness.
78+
# TODO: remove this patch when we release v20 clients
7979
# Ref: https://github.com/kubernetes-client/python/pull/1497
8080
git cherry-pick -n f3dbc8cbf1ab2aaf5e3bd8c0f0fc068e67823971
8181
if [ $? -eq 0 ]

0 commit comments

Comments
 (0)