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 Build
s and BuildRun
s. 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 Build
s and BuildRun
s. 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