We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c156e commit fd3d57cCopy full SHA for fd3d57c
cmd/buildtools/velero.go
@@ -17,6 +17,7 @@ import (
17
18
// From: https://github.com/vmware-tanzu/velero-plugin-for-aws/blob/2dd6bcb3f57b0ba3aa3f0cea262c60f917940720/README.md#compatibility
19
var veleroPluginForAWSCompatibility = map[string]*semver.Constraints{
20
+ "1.16": mustParseSemverConstraints(">=1.12,<1.13"),
21
"1.15": mustParseSemverConstraints(">=1.11,<1.12"),
22
"1.14": mustParseSemverConstraints(">=1.10,<1.11"),
23
"1.13": mustParseSemverConstraints(">=1.9,<1.10"),
0 commit comments