Skip to content

Commit e130bb6

Browse files
Bump github.com/vmware-tanzu/carvel-kapp-controller (#630)
Bumps [github.com/vmware-tanzu/carvel-kapp-controller](https://github.com/vmware-tanzu/carvel-kapp-controller) from 0.41.2 to 0.42.0. - [Release notes](https://github.com/vmware-tanzu/carvel-kapp-controller/releases) - [Commits](carvel-dev/kapp-controller@v0.41.2...v0.42.0) --- updated-dependencies: - dependency-name: github.com/vmware-tanzu/carvel-kapp-controller dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bb1738c commit e130bb6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/spf13/cobra v1.4.0
1616
github.com/spf13/pflag v1.0.5
1717
github.com/stretchr/testify v1.8.0
18-
github.com/vmware-tanzu/carvel-kapp-controller v0.41.2
18+
github.com/vmware-tanzu/carvel-kapp-controller v0.42.0
1919
golang.org/x/net v0.0.0-20220906165146-f3363e06e74c
2020
gopkg.in/yaml.v2 v2.4.0
2121
k8s.io/api v0.25.4

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,8 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1
402402
github.com/urfave/cli/v2 v2.2.0/go.mod h1:SE9GqnLQmjVa0iPEY0f1w3ygNIYcIJ0OKPMoW2caLfQ=
403403
github.com/vito/go-interact v0.0.0-20171111012221-fa338ed9e9ec h1:Klu98tQ9Z1t23gvC7p7sCmvxkZxLhBHLNyrUPsWsYFg=
404404
github.com/vito/go-interact v0.0.0-20171111012221-fa338ed9e9ec/go.mod h1:wPlfmglZmRWMYv/qJy3P+fK/UnoQB5ISk4txfNd9tDo=
405-
github.com/vmware-tanzu/carvel-kapp-controller v0.41.2 h1:wBpWsrrZLEJgOoSwoBr+SlA0Cfyo1sxNgyIMozT1cAQ=
406-
github.com/vmware-tanzu/carvel-kapp-controller v0.41.2/go.mod h1:4RY30AmKTquKKcaOFkNHPEUIohywouFHueLyqs+6T6E=
405+
github.com/vmware-tanzu/carvel-kapp-controller v0.42.0 h1:Y+FISnGQMUU6L52uoAor0yu8DvmN7Kt4355+v/GbtJQ=
406+
github.com/vmware-tanzu/carvel-kapp-controller v0.42.0/go.mod h1:TNGaklDZt7V4hYjU/YAlNPvsqDtDC+TGFRQuyGw8ykw=
407407
github.com/vmware-tanzu/carvel-vendir v0.30.0 h1:JqElRFpSsYJQmI5Hrxl1Fx9wJZ2xeDk+TVnnSrFLFVU=
408408
github.com/vmware-tanzu/carvel-vendir v0.30.0/go.mod h1:qFV2/3Cu584fhG2wXodoIm8KhX1wKHRFavBiRjK/Ly0=
409409
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ github.com/stretchr/testify/require
175175
## explicit
176176
github.com/vito/go-interact/interact
177177
github.com/vito/go-interact/interact/terminal
178-
# github.com/vmware-tanzu/carvel-kapp-controller v0.41.2
178+
# github.com/vmware-tanzu/carvel-kapp-controller v0.42.0
179179
## explicit; go 1.19
180180
github.com/vmware-tanzu/carvel-kapp-controller/pkg/apis/kappctrl/v1alpha1
181181
github.com/vmware-tanzu/carvel-kapp-controller/pkg/apis/packaging/v1alpha1

0 commit comments

Comments
 (0)