Skip to content

Shipwright Build release v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jun 08:29
12ee038

Features

#1068 by @SaschaSchwarze0: The ko sample build strategy now supports a gocache volume that you can assign a writable volume in your Build to speed up rebuilds

#1035 by @alicerum: Build Strategies can now define volumes, which can be mounted in build steps, and overridden by Builds and BuildRuns. Build strategies which contain volume mounts in their buid steps must also declare the associated volumes in the strategy spec.

Fixes

#1043 by @HeavyWombat: Fixed delete issue for bundle image prune feature when using the IBM Container Registry for the source image

API Changes

#1035 by @alicerum: Build Strategies can now define volumes, which can be mounted in build steps, and overridden by Builds and BuildRuns. Build strategies which contain volume mounts in their buid steps must also declare the associated volumes in the strategy spec.

Misc

#1064 by @SaschaSchwarze0: The sample build strategies have been updated to use the most recent BuildAh image, v1.23.3

#1061 by @SaschaSchwarze0: We now build our binaries with Go 1.18

#1054 by @qu1queee: Bump Tekton/Pipelines to v0.35.0