Skip to content

Include bundle metadata in describe output#790

Open
clcc2019 wants to merge 1 commit into
carvel-dev:developfrom
clcc2019:feat/describe-bundle-metadata
Open

Include bundle metadata in describe output#790
clcc2019 wants to merge 1 commit into
carvel-dev:developfrom
clcc2019:feat/describe-bundle-metadata

Conversation

@clcc2019

Copy link
Copy Markdown

Summary

  • read .imgpkg/bundle.yml directly from each bundle image
  • populate metadata, authors, and websites in imgpkg describe output
  • preserve the existing empty metadata behavior when bundle.yml is absent

Fixes #632

Testing

  • go test ./pkg/imgpkg/v1 -run '^TestDescribeBundleMetadata$' -count=1\n- go test ./pkg/imgpkg/v1 -run '^TestDescribeBundle$' -count=1\n- git diff --check

Signed-off-by: Song Duan <dsong.cc@gmail.com>
Signed-off-by: clcc2019 <46099295+clcc2019@users.noreply.github.com>
@clcc2019
clcc2019 force-pushed the feat/describe-bundle-metadata branch from c4b2723 to 1e97f18 Compare July 20, 2026 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

Command describe does not include metadata.

2 participants