Skip to content

Commit

Permalink
bump kbld to 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Kalinin authored and danielhelfand committed Sep 21, 2021
1 parent 05757d1 commit 151ba7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hack/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@ install() {
fi

ytt_version=v0.35.1
kbld_version=v0.30.0
kbld_version=v0.31.0
kapp_version=v0.39.0
imgpkg_version=v0.18.0
vendir_version=v0.23.0

if [[ `uname` == Darwin ]]; then
binary_type=darwin-amd64
ytt_checksum=1f2b61d02f6d8184889719d5e0277a1ea82219f96873345157e81075ca59808e
kbld_checksum=73274d02b0c2837d897c463f820f2c8192e8c3f63fd90c526de5f23d4c6bdec4
kbld_checksum=d3b0a30bf3a79bedeb25d8548a91254954b99cd4a0c03f3a810b331fc4d1f071
kapp_checksum=43d79433d3d4dad4ffde7c775ea99f5c6b10c8949d54fd2a048ba66aaea89a6b
imgpkg_checksum=6ef71c549deefb1b9b798f31525610c4a7a562401f22b3bdf18e0cb769921d32
vendir_checksum=aef3233128727c01ffac6561533c9f60a49307f41decc1baa18688a4a250b15f
else
binary_type=linux-amd64
ytt_checksum=0aa78f7b5f5a0a4c39bddfed915172880344270809c26b9844e9d0cbf6437030
kbld_checksum=76c5c572e7a9095256b4c3ae2e076c370ef70ce9ff4eb138662f56828889a00c
kbld_checksum=ba0be56d9e74b067f3e659de0b79100b0b9df86a2e3e0e6ff533b1e019c22c23
kapp_checksum=2120a627a867e04840d6e0e473097894a3b74b54b62f231b8df3f8670c4e80a3
imgpkg_checksum=7e401eab1fbbaad8044cf3d82ff09cb8ec7666444ef91da9591f202e8b2a8a67
vendir_checksum=c6a65e7e8e589e25bf5554e9575ab247e55ae71920d3d366ffd84b1571fe34ac
Expand Down
2 changes: 2 additions & 0 deletions pkg/template/kbld.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ func (t *Kbld) template(dirPath string, input io.Reader) exec.CmdRunResult {
return exec.NewCmdRunResultWithErr(err)
}

args = append(args, "--build=false")

var stdoutBs, stderrBs bytes.Buffer

cmd := goexec.Command("kbld", args...)
Expand Down

0 comments on commit 151ba7f

Please sign in to comment.