Skip to content

Bump github.com/vmware-tanzu/carvel-kapp-controller from 0.41.2 to 0.42.0 #630

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/spf13/cobra v1.4.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.0
github.com/vmware-tanzu/carvel-kapp-controller v0.41.2
github.com/vmware-tanzu/carvel-kapp-controller v0.42.0
golang.org/x/net v0.0.0-20220906165146-f3363e06e74c
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.25.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,8 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1
github.com/urfave/cli/v2 v2.2.0/go.mod h1:SE9GqnLQmjVa0iPEY0f1w3ygNIYcIJ0OKPMoW2caLfQ=
github.com/vito/go-interact v0.0.0-20171111012221-fa338ed9e9ec h1:Klu98tQ9Z1t23gvC7p7sCmvxkZxLhBHLNyrUPsWsYFg=
github.com/vito/go-interact v0.0.0-20171111012221-fa338ed9e9ec/go.mod h1:wPlfmglZmRWMYv/qJy3P+fK/UnoQB5ISk4txfNd9tDo=
github.com/vmware-tanzu/carvel-kapp-controller v0.41.2 h1:wBpWsrrZLEJgOoSwoBr+SlA0Cfyo1sxNgyIMozT1cAQ=
github.com/vmware-tanzu/carvel-kapp-controller v0.41.2/go.mod h1:4RY30AmKTquKKcaOFkNHPEUIohywouFHueLyqs+6T6E=
github.com/vmware-tanzu/carvel-kapp-controller v0.42.0 h1:Y+FISnGQMUU6L52uoAor0yu8DvmN7Kt4355+v/GbtJQ=
github.com/vmware-tanzu/carvel-kapp-controller v0.42.0/go.mod h1:TNGaklDZt7V4hYjU/YAlNPvsqDtDC+TGFRQuyGw8ykw=
github.com/vmware-tanzu/carvel-vendir v0.30.0 h1:JqElRFpSsYJQmI5Hrxl1Fx9wJZ2xeDk+TVnnSrFLFVU=
github.com/vmware-tanzu/carvel-vendir v0.30.0/go.mod h1:qFV2/3Cu584fhG2wXodoIm8KhX1wKHRFavBiRjK/Ly0=
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ github.com/stretchr/testify/require
## explicit
github.com/vito/go-interact/interact
github.com/vito/go-interact/interact/terminal
# github.com/vmware-tanzu/carvel-kapp-controller v0.41.2
# github.com/vmware-tanzu/carvel-kapp-controller v0.42.0
## explicit; go 1.19
github.com/vmware-tanzu/carvel-kapp-controller/pkg/apis/kappctrl/v1alpha1
github.com/vmware-tanzu/carvel-kapp-controller/pkg/apis/packaging/v1alpha1
Expand Down