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

[WIP] bundle: fix bundle create, bump operator-registry v1.6.0 #2715

Closed

Commits on Mar 28, 2020

  1. Bump operator-registry dependency

    *Update operator-registry dependency to 1.6.0
    *Adds fix for generated dockerfiles
    *Adds optional output-directory parameter
    *Update cleanup funcs to handle new structure
    kevinrizza authored and estroz committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    7feffb0 View commit details
    Browse the repository at this point in the history
  2. bundle create: fix issue where manifests/ is expected by the

    operator-registry image builder but not generated by the SDK.
    In case deploy/olm-catalog/<operator-name>/manifests doesn't
    exist, create one and delete it after the image is done
    building. If --generate-only is set, do not remove manifests/.
    --version lets a user specify which operator version they want
    to build an image for, and --latest uses the highest semver'd
    operator in the bundle parent dir.
    
    hack/tests: add 'bundle create' test cases
    
    doc,website: update generated CLI docs
    
    CHANGELOG.md: --output-dir addition and breaking change for bundle.Dockerfile location
    
    doc/migration: add breaking change to migration guide
    estroz committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    73b294a View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Configuration menu
    Copy the full SHA
    accf2bf View commit details
    Browse the repository at this point in the history