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

Local source code feature (using bundle images) #35

Closed
wants to merge 5 commits into from

Commits on Jul 30, 2021

  1. Add missing delete command

    Order list to be the same order as in build, even though it does not
    matter in the commands list.
    
    Add missing `deleteCmd` to buildrun command.
    HeavyWombat committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    8b4af34 View commit details
    Browse the repository at this point in the history
  2. Change buildrun create command to have random name

    There could be the use case that a user will run multiple buildruns
    while due to frequent changes during development cycles. It can be
    cumbersome to come up with a unused name for the buildrun every time.
    
    Change code to accept either one or no buildrun name. In case none is
    provided, come up with a random name for the buildrun.
    HeavyWombat committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    b1b7e40 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Local source code feature (using bundle images)

    Reference shipwright-io/build#717
    
    Add `bundle` package that contains convenience code to push a local
    source code directory as a bundle image to a container registry.
    
    Add new flags for container image and local directory settings.
    HeavyWombat committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    74869d6 View commit details
    Browse the repository at this point in the history
  2. bump(*):

    Go version to 1.16
    
    github.com/google/go-containerregistry to `v0.6.0`
    github.com/schollz/progressbar/v3 to `v3.8.2`
    k8s.io/api to `v0.20.6`
    k8s.io/apimachinery to `v0.20.6`
    k8s.io/cli-runtime to `v0.20.2`
    k8s.io/client-go to `v0.20.6`
    github.com/shipwright-io/build to `v0.5.2-0.20210830191632-04ff81c93dd5`
    Mr. Vendor authored and HeavyWombat committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    3a5857d View commit details
    Browse the repository at this point in the history
  3. Support OIDC and GCP auth

    Make sure to support IBM Cloud and Google Cloud Kubernetes services and their
    respective auth requirements.
    
    Add underscore imports to pull in required init functions.
    HeavyWombat committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    55dec55 View commit details
    Browse the repository at this point in the history