cherry pick to 1.8 Change 1.8 plugins version to release version

Signed-off-by: danfengl <danfengl@vmware.com>
pull/4600/head
danfengl 2022-01-29 10:11:17 +00:00
parent 4a8d2b00fb
commit 796913c3cc
1 changed files with 4 additions and 4 deletions

View File

@ -71,10 +71,10 @@ var pluginsMatrix = map[string]map[string][]string{
"gcp": {"velero/velero-plugin-for-gcp:v1.3.0"},
},
"v1.8": {
"aws": {"velero/velero-plugin-for-aws:v1.4.0-rc1"},
"azure": {"velero/velero-plugin-for-microsoft-azure:v1.4.0-rc.1"},
"vsphere": {"velero/velero-plugin-for-aws:v1.4.0-rc1", "vsphereveleroplugin/velero-plugin-for-vsphere:v1.3.1"},
"gcp": {"velero/velero-plugin-for-gcp:v1.4.0-rc.1"},
"aws": {"velero/velero-plugin-for-aws:v1.4.0"},
"azure": {"velero/velero-plugin-for-microsoft-azure:v1.4.0"},
"vsphere": {"velero/velero-plugin-for-aws:v1.4.0", "vsphereveleroplugin/velero-plugin-for-vsphere:v1.3.1"},
"gcp": {"velero/velero-plugin-for-gcp:v1.4.0"},
},
"main": {
"aws": {"velero/velero-plugin-for-aws:main"},