Skip to content

Shipwright Build release v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Sep 19:14
4c5a50b

Fixes

#1112 by @SaschaSchwarze0: The ko sample build strategy was fixed to download from the ko-build organization.

#1081 by @SaschaSchwarze0: Secret names which had a dash at the 59th characters could not be used for a bundle source because of an error in the translation of secret into volume names

API Changes

#1008 by @otaviof: Adding the API for Shipwright Triggers, a event driven approach to instantiate new builds. This is preparation work for the Triggers project

#1111 by @adambkaplan: The following features are deprecated: 1) Multiple sources for builds, 2) HTTP artifact downloads, 3) Status validations for Builds, 4) Providing a builder image in a Build, 5) Providing the path to a Dockerfile in a Build, 6) Generating service accounts in a BuildRun.

Misc

#1108 by @SaschaSchwarze0: Sample build strategies updated to use BuildAh v1.27, Kaniko v1.9, Crane v0.11, Trivy v0.31.3, and UBI9

#1093 by @SaschaSchwarze0: Updated the support statement to the current Kubernetes and Tekton version

#1086 by @SaschaSchwarze0: The base image of our released images are now based on UBI 9

#1077 by @SaschaSchwarze0: The sample build strategies are using the latest v1.26.0 BuildAh version.