Skip to content

Commit

Permalink
Merge pull request #56 from ashish-amarnath/velero-1.4
Browse files Browse the repository at this point in the history
upgrade velero
  • Loading branch information
Carlisia Campos authored May 26, 2020
2 parents 79f4709 + e4b353e commit e890d7e
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 23 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ These plugins are currently in beta as of the [Velero 1.4 release][1] and will r
For a list of prerequisites and installation instructions, please refer to our documentation [here][2].


## Compatibility

Below is a listing of plugin versions and respective Velero versions that are compatible.

| Plugin Version | Velero Version |
|-----------------|----------------|
| v0.1.x | v1.4.x |


## Kinds of Plugins Included

### PVCBackupItemAction
Expand Down
12 changes: 5 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/vmware-tanzu/velero-plugin-for-csi
go 1.13

require (
cloud.google.com/go v0.40.0 // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/gogo/protobuf v1.3.1 // indirect
github.com/googleapis/gnostic v0.3.1 // indirect
Expand All @@ -12,18 +11,17 @@ require (
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/kubernetes-csi/external-snapshotter/v2 v2.0.1
github.com/kubernetes-csi/external-snapshotter/v2 v2.1.0
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
github.com/onsi/ginkgo v1.11.0 // indirect
github.com/onsi/gomega v1.8.1 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.5 // indirect
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.4.0
github.com/vmware-tanzu/velero v1.3.1
k8s.io/api v0.17.2
k8s.io/apimachinery v0.17.2
k8s.io/client-go v0.17.2
github.com/vmware-tanzu/velero v1.4.0
k8s.io/api v0.17.4
k8s.io/apimachinery v0.17.4
k8s.io/client-go v0.17.4
)
Loading

0 comments on commit e890d7e

Please sign in to comment.