Skip to content

Tags: carvel-dev/imgpkg

Tags

v0.44.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #708 from carvel-dev/dependabot/go_modules/golang.…

…org/x/sync-0.9.0

build(deps): Bump golang.org/x/sync from 0.8.0 to 0.9.0

v0.43.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixing CVE (#691)

Signed-off-by: Rohit Aggarwal <[email protected]>
Co-authored-by: Rohit Aggarwal <[email protected]>

v0.43.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #682 from carvel-dev/dependabot/go_modules/golang.…

…org/x/sys-0.22.0

build(deps): Bump golang.org/x/sys from 0.21.0 to 0.22.0

v0.42.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bumping go version to 1.22.4 (#672)

Signed-off-by: Rohit Aggarwal <[email protected]>
Co-authored-by: Rohit Aggarwal <[email protected]>

v0.42.3

Publish v0.42.3

v0.42.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #660 from rcmadhankumar/fix-659

fix - get layers of image from Primary Location

v0.42.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #656 from carvel-dev/go-mod-1.22

Updated go mod file with go version 1.22

v0.41.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
When 2 images with same SHA are reference by 2 nested bundles (#638)

When there are 2 nested bundles that reference the same image (AKA the
same SHA) these images are considered as separated images internally.
This behavior causes problems when imgpkg is trying to create the
Locations image because it searches for the images by SHA, creating a
dupplicated entry.

To fix this we decided to force imgpkg to select only one of the entries
to add to the Locations list.

This could be averted as well if we stored only 1 copy of these images
in the UnprocessedImagesRef struct the main issue is that this is going
to hide from imgpkg that the same image is referenced from 2 different
sources, this might cause problems in the long run, specially if one day
we decide to implement the ability for users to copy bundles to
different locations in the destination repository.

Signed-off-by: Joao Pereira <[email protected]>

v0.41.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #633 from carvel-dev/dependabot/go_modules/golang.…

…org/x/sys-0.17.0

build(deps): Bump golang.org/x/sys from 0.15.0 to 0.17.0

v0.40.2

Publish v0.40.2