✨ What's new
- ❗ Changes to default tags added by imgpkg #144
Wheneverimgpkg
copies images between registries, it adds a tag to the images, in this release we change the format to{Algorithm}-{Image SHA}.imgpkg
.
This should not affect the normal usage of the application. - ❗ Maintain the owner permission bits on files #93
Creating a bundle usingimgpkg
0.7.0 and 0.8.0 might have different SHAs since in version 0.7.0 when a file had execution permissionimgpkg
was removing that bit, but now it will keep it. - Add progress bar while copying images #132
- Better error messages when creating a bundle without
.imgpkg
folder #115 - Keep tag used to copy image #54
imgpkg copy -i reg.io/img:my-tag --to-repo other.reg.io/img
keeps the tagmy-tag
in the destination repository
🐛 Bug Fixes
- Copying a bundle that have images in a private registry copy fails #146
- Head requests are not supported by all registries #131
When Head request fails, we try to do a Get to check if the Images exist in the Registry
🔈 Callouts
Thanks to
For helping out with this release
📂 Files Checksum
11439505cec7cd0c28182cdb2e269368be8c51376fdd57846289a4ad81460fde ./imgpkg-darwin-amd64
d998c1628c5956ffc84b36f23bec6fd0145977e76f3c02a0c28962e6f8f233c2 ./imgpkg-linux-amd64
a490b98ccef507aedfa07cd85b0a7f37df02dba69b9d124a855824d5e8d07e48 ./imgpkg-windows-amd64.exe