Skip to content

Commit

Permalink
update kapp to 0.39.0 for bugfix introduced in 0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhelfand committed Aug 26, 2021
1 parent 75c5e97 commit a1f49d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
only: ytt, kapp, kbld, imgpkg, vendir
ytt: v0.35.1
kapp: v0.38.0
kapp: v0.39.0
kbld: v0.30.0
imgpkg: v0.14.0
vendir: v0.21.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
only: ytt, kapp, kbld
ytt: v0.34.0
kapp: v0.38.0
kapp: v0.39.0
kbld: v0.30.0
- name: Run Upgrade Test
run: |
Expand Down
6 changes: 3 additions & 3 deletions hack/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@ install() {

ytt_version=v0.35.1
kbld_version=v0.30.0
kapp_version=v0.38.0
kapp_version=v0.39.0
imgpkg_version=v0.14.0
vendir_version=v0.22.0

if [[ `uname` == Darwin ]]; then
binary_type=darwin-amd64
ytt_checksum=1f2b61d02f6d8184889719d5e0277a1ea82219f96873345157e81075ca59808e
kbld_checksum=73274d02b0c2837d897c463f820f2c8192e8c3f63fd90c526de5f23d4c6bdec4
kapp_checksum=2c7c9faf6b5bc564ee6a9450c1e21c16aa97c138ea59629441f8f28876bed6ad
kapp_checksum=43d79433d3d4dad4ffde7c775ea99f5c6b10c8949d54fd2a048ba66aaea89a6b
imgpkg_checksum=3c63f224833590526c3b48ab5db1be4ec07ece6a6eb4879888fefba14b6176be
vendir_checksum=66cc6519c924897425c4750c197ea4c7f4e07e9275789f6a2f1a0b7db437c636
else
binary_type=linux-amd64
ytt_checksum=0aa78f7b5f5a0a4c39bddfed915172880344270809c26b9844e9d0cbf6437030
kbld_checksum=76c5c572e7a9095256b4c3ae2e076c370ef70ce9ff4eb138662f56828889a00c
kapp_checksum=22e3d694745d5f48863018e26ecd7f3d0b8ec475adc40e081a1a39dc4d8f01bf
kapp_checksum=2120a627a867e04840d6e0e473097894a3b74b54b62f231b8df3f8670c4e80a3
imgpkg_checksum=bd53355fc3a05666681ddf2ba1dfae2da894bc1c74d86cdc545d772749abc887
vendir_checksum=951b75467ac8be6022efe3584815ef4ea285a0e3b591eba7f775c55c4947c2ed
fi
Expand Down

0 comments on commit a1f49d9

Please sign in to comment.