RSS

Build v0.6.0

Shipwright Build v0.6.0 can be found on GitHub at shipwright-io/build v0.6.0.

This release includes a breaking change to Builds: runtime images are not anymore supported. We encourage the use of multi-stage Dockerfiles instead.

Upgrade Instructions

  1. Install v0.6.0 using the release YAML manifest:

    $ kubectl apply -f https://github.com/shipwright-io/build/releases/download/v0.6.0/release.yaml
    
  2. (Optionally) Install the sample build strategies using the YAML manifest:

    $ kubectl apply -f https://github.com/shipwright-io/build/releases/download/v0.6.0/sample-strategies.yaml