Skip to content

Shipwright Build release v0.20.0

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jun 22:13
815da40

Release changes since v0.19.0

Features

#2159 by @sgaist: The buildpacks sample build strategies now allow the configuration of insecure registries in a fashion similar to buildah and source-to-image.

#2150 by @officialasishkumar: Improved experience of kubectl patch for build strategies and cluster build strategies by using step name as identifier

Fixes

API Changes

Docs

#2175 by @kaizakin: You are not anymore required to use the build.shipwright.io/referenced.secret=true annotation on Secrets to cause related Builds to be reconciled on Secret changes

Misc

#2223 by @psrvere: The minimum supported Tekton version is now v1.3. The minimum supported Kubernetes version is now v1.34.

#2213 by @SaschaSchwarze0: Update golang.org/x/crypto and golang.org/x/net to address CVE-2026-25680, CVE-2026-25681, CVE-2026-27136, CVE-2026-39821, CVE-2026-39827, CVE-2026-39828, CVE-2026-39829, CVE-2026-39830, CVE-2026-39831, CVE-2026-39832, CVE-2026-39833, CVE-2026-39834, CVE-2026-39835, CVE-2026-42502, CVE-2026-42506, CVE-2026-42508, CVE-2026-46595, CVE-2026-46597, CVE-2026-46598

#2183 by @SaschaSchwarze0: Update to the new latest Tekton LTS release v1.12.0

#2167 by @shipwright-ci-bot: Update to the new latest Tekton LTS release v1.9.3

#2149 by @officialasishkumar: Increase ko build strategy requests and limits to meet most real world use cases

#2137 by @shipwright-ci-bot: Update to the new latest Tekton LTS release v1.9.2

#2131 by @kaizakin: Added gingkgo labels support to differentiate PipelineRun and TaskRun tests

#2127 by @anchi205: Added spec.output.platforms field to Build and BuildRun APIs, allowing users to define target OS/architecture combinations for multi-arch image builds.