Skip to content

Commit fd3d57c

Browse files
authored
Fix updating velero addon (#2132)
1 parent 71c156e commit fd3d57c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/buildtools/velero.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import (
1717

1818
// From: https://github.com/vmware-tanzu/velero-plugin-for-aws/blob/2dd6bcb3f57b0ba3aa3f0cea262c60f917940720/README.md#compatibility
1919
var veleroPluginForAWSCompatibility = map[string]*semver.Constraints{
20+
"1.16": mustParseSemverConstraints(">=1.12,<1.13"),
2021
"1.15": mustParseSemverConstraints(">=1.11,<1.12"),
2122
"1.14": mustParseSemverConstraints(">=1.10,<1.11"),
2223
"1.13": mustParseSemverConstraints(">=1.9,<1.10"),

0 commit comments

Comments
 (0)