-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add interface functions to rollback releases (#28)
* add interface functions to rollback releases * bump ci tools * re-generate * fix comment
- Loading branch information
Showing
7 changed files
with
297 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
module github.com/mittwald/go-helm-client | ||
|
||
go 1.15 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/golang/mock v1.4.4 | ||
github.com/golang/mock v1.6.0 | ||
github.com/spf13/pflag v1.0.5 | ||
helm.sh/helm/v3 v3.5.1 | ||
k8s.io/apiextensions-apiserver v0.20.1 | ||
k8s.io/apimachinery v0.20.1 | ||
k8s.io/cli-runtime v0.20.1 | ||
k8s.io/client-go v0.20.1 | ||
helm.sh/helm/v3 v3.6.1 | ||
k8s.io/apiextensions-apiserver v0.21.0 | ||
k8s.io/apimachinery v0.21.0 | ||
k8s.io/cli-runtime v0.21.0 | ||
k8s.io/client-go v0.21.0 | ||
rsc.io/letsencrypt v0.0.3 // indirect | ||
sigs.k8s.io/yaml v1.2.0 | ||
) |
Oops, something went wrong.