Skip to content

Commit 7608399

Browse files
committed
Bump vendir binary and library to v0.21.1
1 parent 451d96c commit 7608399

File tree

19 files changed

+131
-83
lines changed

19 files changed

+131
-83
lines changed

.github/workflows/test-gh.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
kapp: v0.37.0
3535
kbld: v0.30.0
3636
imgpkg: v0.12.0
37-
vendir: v0.19.0
37+
vendir: v0.21.1
3838
- name: Run Tests
3939
run: |
4040
set -e -x

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ RUN wget -O- https://github.com/vmware-tanzu/carvel-imgpkg/releases/download/v0.
3838
echo "725ea938c22559efe84523e35246f206830451b37d931a0ad9c76258f22744fd /usr/local/bin/imgpkg" | sha256sum -c - && \
3939
chmod +x /usr/local/bin/imgpkg && imgpkg version
4040

41-
RUN wget -O- https://github.com/vmware-tanzu/carvel-vendir/releases/download/v0.19.0/vendir-linux-amd64 > /usr/local/bin/vendir && \
42-
echo "7f4634715be0219c779a0620f4aabd79a178a733bf29ef87428e758391aef148 /usr/local/bin/vendir" | sha256sum -c - && \
41+
RUN wget -O- https://github.com/vmware-tanzu/carvel-vendir/releases/download/v0.21.1/vendir-linux-amd64 > /usr/local/bin/vendir && \
42+
echo "7d9ffd06a888bf13e16ad964d7a0d0f6b7c23e8cad9774084c563cda81b91184 /usr/local/bin/vendir" | sha256sum -c - && \
4343
chmod +x /usr/local/bin/vendir && vendir version
4444

4545

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/go-openapi/spec v0.19.3
99
github.com/gogo/protobuf v1.3.1
1010
github.com/google/go-containerregistry v0.1.2
11-
github.com/vmware-tanzu/carvel-vendir v0.19.1-0.20210617093106-563040514381
11+
github.com/vmware-tanzu/carvel-vendir v0.21.1
1212
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
1313
k8s.io/api v0.19.2
1414
k8s.io/apimachinery v0.19.2

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@ github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c/go.mod h1:MKsuJm
134134
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb/go.mod h1:PkYb9DJNAwrSvRx5DYA+gUcOIgTGVMNkfSCbZM8cWpI=
135135
github.com/blang/semver v3.5.0+incompatible h1:CGxCgetQ64DKk7rdZ++Vfnb1+ogGNnB17OJKJXD2Cfs=
136136
github.com/blang/semver v3.5.0+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk=
137-
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=
138-
github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ=
139137
github.com/bmatcuk/doublestar v1.2.1/go.mod h1:wiQtGV+rzVYxB7WIlirSN++5HPtPlXEo9MEoZQC/PmE=
140138
github.com/bombsimon/wsl/v2 v2.0.0/go.mod h1:mf25kr/SqFEPhhcxW1+7pxzGlW+hIl/hYTKY95VwV8U=
141139
github.com/bombsimon/wsl/v2 v2.2.0/go.mod h1:Azh8c3XGEJl9LyX0/sFC+CKMc7Ssgua0g+6abzXN4Pg=
@@ -494,6 +492,8 @@ github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1
494492
github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk=
495493
github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU=
496494
github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w=
495+
github.com/k14s/semver/v4 v4.0.1-0.20210701191048-266d47ac6115 h1:wKSifC/VbCaQMqXYn6/gSFqle82OX4bE3KYALDU9FlU=
496+
github.com/k14s/semver/v4 v4.0.1-0.20210701191048-266d47ac6115/go.mod h1:mGrnmO5qnhJIaSiwMo05cvRL6Ww9ccYbTgNFcm6RHZQ=
497497
github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q=
498498
github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00=
499499
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
@@ -752,8 +752,8 @@ github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a/go.mod h1:v3UYOV
752752
github.com/vdemeester/k8s-pkg-credentialprovider v1.17.4/go.mod h1:inCTmtUdr5KJbreVojo06krnTgaeAz/Z7lynpPk/Q2c=
753753
github.com/vektah/gqlparser v1.1.2/go.mod h1:1ycwN7Ij5njmMkPPAOaRFY4rET2Enx7IkVv3vaXspKw=
754754
github.com/vito/go-interact v0.0.0-20171111012221-fa338ed9e9ec/go.mod h1:wPlfmglZmRWMYv/qJy3P+fK/UnoQB5ISk4txfNd9tDo=
755-
github.com/vmware-tanzu/carvel-vendir v0.19.1-0.20210617093106-563040514381 h1:kwO/exB5kuZYFjX9RnBMWNCmi9Jv7sjYc2ljuv0F0Zs=
756-
github.com/vmware-tanzu/carvel-vendir v0.19.1-0.20210617093106-563040514381/go.mod h1:tohe/NAAL3JpsDmk/EOuZQkRJ8HEPCdwjJj7vKO0rVg=
755+
github.com/vmware-tanzu/carvel-vendir v0.21.1 h1:9Vxd80ehSguJ2r52RwqHJXyxJpbExQSlCJ09qdJlDwI=
756+
github.com/vmware-tanzu/carvel-vendir v0.21.1/go.mod h1:mziJq0YD0HDXJLFjT4kQFTtL5KXNYI4E0sQpqjIawKw=
757757
github.com/vmware/govmomi v0.20.3/go.mod h1:URlwyTFZX72RmxtxuaFL2Uj3fD1JTvZdx59bHWk6aFU=
758758
github.com/xanzy/go-gitlab v0.31.0/go.mod h1:sPLojNBn68fMUWSxIJtdVVIP8uSBYqesTfDUseX11Ug=
759759
github.com/xanzy/go-gitlab v0.32.0/go.mod h1:sPLojNBn68fMUWSxIJtdVVIP8uSBYqesTfDUseX11Ug=

pkg/app/app_reconcile_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func Test_NoInspectReconcile_IfNoDeployAttempted(t *testing.T) {
5757
}},
5858
ObservedGeneration: 0,
5959
FriendlyDescription: "Reconcile failed: Fetching resources: Error (see .status.usefulErrorMessage for details)",
60-
UsefulErrorMessage: "Error: Syncing directory '0': Syncing directory '.' with HTTP contents: Downloading URL: Initiating URL download: Get i-dont-exist: unsupported protocol scheme \"\"\n",
60+
UsefulErrorMessage: "Error: Syncing directory '0': Syncing directory '.' with HTTP contents: Downloading URL: Initiating URL download: Get \"i-dont-exist\": unsupported protocol scheme \"\"\n",
6161
},
6262
Fetch: &v1alpha1.AppStatusFetch{
6363
Error: "Fetching resources: Error (see .status.usefulErrorMessage for details)",

pkg/pkgrepository/app_reconcile_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func Test_NoInspectReconcile_IfNoDeployAttempted(t *testing.T) {
5959
}},
6060
ObservedGeneration: 0,
6161
FriendlyDescription: "Reconcile failed: Fetching resources: Error (see .status.usefulErrorMessage for details)",
62-
UsefulErrorMessage: "Error: Syncing directory '0': Syncing directory '.' with HTTP contents: Downloading URL: Initiating URL download: Get i-dont-exist: unsupported protocol scheme \"\"\n",
62+
UsefulErrorMessage: "Error: Syncing directory '0': Syncing directory '.' with HTTP contents: Downloading URL: Initiating URL download: Get \"i-dont-exist\": unsupported protocol scheme \"\"\n",
6363
},
6464
Fetch: &v1alpha1.AppStatusFetch{
6565
Error: "Fetching resources: Error (see .status.usefulErrorMessage for details)",

vendor/github.com/blang/semver/v4/go.mod

-3
This file was deleted.

vendor/github.com/k14s/semver/v4/go.mod

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/blang/semver/v4/semver.go vendor/github.com/k14s/semver/v4/semver.go

+111-65
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/vmware-tanzu/carvel-vendir/pkg/vendir/config/config.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/vmware-tanzu/carvel-vendir/pkg/vendir/config/directory.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/vmware-tanzu/carvel-vendir/pkg/vendir/version/version.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/vmware-tanzu/carvel-vendir/pkg/vendir/versions/v1alpha1/semvers.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)