Skip to content

Commit bb16d87

Browse files
authored
Allow vendor-new-api to vendor multi API versions from one repo (#272)
Make --vendor-prev-hub-ver an optional arg, not required. Signed-off-by: Dean Roehrich <dean.roehrich@hpe.com>
1 parent 84124e2 commit bb16d87

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tools/crd-bumper/vendor-new-api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@
110110
PARSER.add_argument(
111111
"--vendor-prev-hub-ver",
112112
type=str,
113-
required=True,
114113
help="Version of the previous hub API for the repo being vendored. Requires -M. Expect this to be an unusual case.",
115114
)
116115

0 commit comments

Comments
 (0)