File tree 2 files changed +11
-2
lines changed 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ HAS_VSPHERE_PLUGIN ?= false
74
74
RESTORE_HELPER_IMAGE ?=
75
75
76
76
# Released version only
77
- UPGRADE_FROM_VELERO_VERSION ?= v1.13.2 ,v1.14.1
77
+ UPGRADE_FROM_VELERO_VERSION ?= v1.14.1 ,v1.15.2
78
78
79
79
# UPGRADE_FROM_VELERO_CLI can has the same format(a list divided by comma) with UPGRADE_FROM_VELERO_VERSION
80
80
# Upgrade tests will be executed sequently according to the list by UPGRADE_FROM_VELERO_VERSION
@@ -83,7 +83,7 @@ UPGRADE_FROM_VELERO_VERSION ?= v1.13.2,v1.14.1
83
83
# to the end, nil string will be set if UPGRADE_FROM_VELERO_CLI is shorter than UPGRADE_FROM_VELERO_VERSION
84
84
UPGRADE_FROM_VELERO_CLI ?=
85
85
86
- MIGRATE_FROM_VELERO_VERSION ?= v1.14.1 ,self
86
+ MIGRATE_FROM_VELERO_VERSION ?= v1.15.2 ,self
87
87
MIGRATE_FROM_VELERO_CLI ?=
88
88
89
89
VELERO_NAMESPACE ?= velero
Original file line number Diff line number Diff line change @@ -112,6 +112,15 @@ var ImagesMatrix = map[string]map[string][]string{
112
112
"velero" : {"gcr.io/velero-gcp/velero:v1.15.0" },
113
113
"velero-restore-helper" : {"gcr.io/velero-gcp/velero-restore-helper:v1.15.0" },
114
114
},
115
+ "v1.16" : {
116
+ "aws" : {"gcr.io/velero-gcp/velero-plugin-for-aws:v1.12.0" },
117
+ "azure" : {"gcr.io/velero-gcp/velero-plugin-for-microsoft-azure:v1.12.0" },
118
+ "vsphere" : {"gcr.io/velero-gcp/velero-plugin-for-vsphere:v1.5.2" },
119
+ "gcp" : {"gcr.io/velero-gcp/velero-plugin-for-gcp:v1.12.0" },
120
+ "datamover" : {"gcr.io/velero-gcp/velero-plugin-for-aws:v1.12.0" },
121
+ "velero" : {"gcr.io/velero-gcp/velero:v1.15.0" },
122
+ "velero-restore-helper" : {"gcr.io/velero-gcp/velero:v1.16.0" },
123
+ },
115
124
"main" : {
116
125
"aws" : {"gcr.io/velero-gcp/velero-plugin-for-aws:main" },
117
126
"azure" : {"gcr.io/velero-gcp/velero-plugin-for-microsoft-azure:main" },
You can’t perform that action at this time.
0 commit comments