Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for OCI labels on image/bundle push #552

Merged

Commits on Jul 26, 2023

  1. Initial support for OCI labels on image/bundle push

    Signed-off-by: Joe Searcy <joe@twr.io>
    phenixblue committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    a74ee14 View commit details
    Browse the repository at this point in the history
  2. Add validation for reserved label

    Signed-off-by: Joe Searcy <joe@twr.io>
    phenixblue committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    63e8348 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Fix potential nil assignment for default label

    Signed-off-by: Joe Searcy <joe@twr.io>
    phenixblue committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    f924bcb View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Model label flags after other push option flags

    Signed-off-by: Joe Searcy <joe@twr.io>
    phenixblue committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    debaeb2 View commit details
    Browse the repository at this point in the history
  2. Add testing for image/bundle labels

    Signed-off-by: Joe Searcy <joe@twr.io>
    phenixblue committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    a6db6ee View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Update pkg/imgpkg/bundle/contents_test.go

    Co-authored-by: João Pereira <joaopapereira@gmail.com>
    Signed-off-by: Joe Searcy <joe@twr.io>
    phenixblue and joaopapereira committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    17a42cb View commit details
    Browse the repository at this point in the history
  2. Add comments and address some PR feedback

    Signed-off-by: Joe Searcy <joe@twr.io>
    phenixblue committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    5011eec View commit details
    Browse the repository at this point in the history
  3. Add test for label value with spaces

    Signed-off-by: Joe Searcy <joe@twr.io>
    phenixblue committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f5d15ff View commit details
    Browse the repository at this point in the history
  4. Relocate nil map check as per PR feedback

    Signed-off-by: Joe Searcy <joe@twr.io>
    phenixblue committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    5c0c2b3 View commit details
    Browse the repository at this point in the history