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

chore: Update devfile API dependency to current main branch #797

Merged
merged 2 commits into from
Mar 21, 2022

Commits on Mar 17, 2022

  1. Update devfile/api dependency to upstream commit 664e02d

    Relevant devfile/api changes:
    * introduce autoBuild field on image components
    * introduce deployByDefault field on OpenShift and Kubernetes components
    * introduce annotations field on various objects to specify annotations
      for the kubernetes object to be created
    * add version for import references
    
    Signed-off-by: Angel Misevski <amisevsk@redhat.com>
    amisevsk committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    64bc4bf View commit details
    Browse the repository at this point in the history
  2. Update deployment annotation handling to match devfile/api

    Adapt handling of additional annotations on the workspace Deployment to
    match what is expected from the devfile API (Annotations field on
    container components).
    
    As part of supporting this, removes support for specifying additional
    annotations/labels via attributes.
    
    Signed-off-by: Angel Misevski <amisevsk@redhat.com>
    amisevsk committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    ed3e7d4 View commit details
    Browse the repository at this point in the history