Skip to content

Commit 236a0ae

Browse files
authored
clid-415: adds a warn message to v1 (#1238)
1 parent 3bd64ff commit 236a0ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cli/mirror/mirror.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ const (
8484

8585
func NewMirrorCmd() *cobra.Command {
8686
klog.Warning("\n\n⚠️ oc-mirror v1 is deprecated (starting in 4.18 release) and will be removed in a future release - please migrate to oc-mirror --v2\n\n")
87+
klog.Warning("\n\n⚠️ starting with OCP release 4.21, oc-mirror v2 is going to be the default version, please migrate to oc-mirror v2 or start using --v1 in order to continue using the oc-mirror deprecated version\n\n")
8788

8889
o := MirrorOptions{
8990
operatorCatalogToFullArtifactPath: map[string]string{},

0 commit comments

Comments
 (0)