Skip to content

Releases: shipwright-io/build

Shipwright Build release v0.19.2

23 Mar 07:41
8173228

Choose a tag to compare

Release changes since v0.19.1

None. This is a rebuild of all components to address vulnerabilities in the base images.

To see a list of addressed vulnerabilities, please refer to #2138

Features

Fixes

API Changes

Docs

Misc

Shipwright Build release v0.19.1

06 Mar 07:12
82eb863

Choose a tag to compare

Release changes since v0.19.0

None. This is a rebuild of all components to address vulnerabilities in the base images.

To see a list of addressed vulnerabilities, please refer to #2124

Features

Fixes

API Changes

Docs

Misc

Shipwright Build release v0.19.0

02 Mar 14:31
eea28ec

Choose a tag to compare

Release changes since v0.18.0

Features

#2108 by @anchi205: You can now define stepResources in a Build or BuildRun APIs to override the resources of steps defined in the BuildStrategy or ClusterBuildStrategy.

#2079 by @IrvingMg: You can now specify a runtimeClassName on a Build and BuildRun to use alternative container runtimes.

Fixes

#2101 by @adambkaplan: Update Tekton manifests URL to infra.tekton.dev

#2082 by @SaschaSchwarze0: The ko build strategy is fixed for Go modules that have dependencies but no vendoring.

API Changes

#2108 by @anchi205: You can now define stepResources in a Build or BuildRun APIs to override the resources of steps defined in the BuildStrategy or ClusterBuildStrategy.

#2079 by @IrvingMg: You can now specify a runtimeClassName on a Build and BuildRun to use alternative container runtimes.

Docs

Misc

#2113 by @SaschaSchwarze0: The minimum supported Kubernetes version is now v1.33. The minimum supported Tekton version is v1.0.

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

#2105 by @SaschaSchwarze0: We are scanning our images during our regular scans now with Grype in addition to Trivy as Trivy is not yet capable to find vulnerabilities in RedHat UBI 10 which we are using as our base image.

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

#2056 by @ayushsatyam146: Added PipelineRun execution mode as an alternative to TaskRun for multi-pod build execution with PVC-based workspace storage, laying the foundation for future multi-architecture build support.

Shipwright Build release v0.18.4

24 Feb 07:21
e149dc6

Choose a tag to compare

Release changes since v0.18.3

To see a list of addressed vulnerabilities, please refer to #2110

Features

Fixes

API Changes

Docs

Misc

#2112 by @SaschaSchwarze0: Update github.com/go-git/go-git/v5 from v5.16.3 to v5.16.5 to address GO-2026-4473

Shipwright Build release v0.18.3

06 Feb 08:12
dc9bc46

Choose a tag to compare

Release changes since v0.18.2

None. This is a rebuild of all components to address vulnerabilities from the Go standard libraries.

To see a list of addressed vulnerabilities, please refer to #2103

Features

Fixes

API Changes

Docs

Misc

Shipwright Build release v0.18.2

29 Jan 12:34
5a68bee

Choose a tag to compare

Release changes since v0.18.1

None. This is a rebuild of all components to address vulnerabilities from the Go standard libraries.

To see a list of addressed vulnerabilities, please refer to #2093

Features

Fixes

API Changes

Docs

Misc

Shipwright Build release v0.18.1

03 Dec 19:50
e74543a

Choose a tag to compare

Release changes since v0.18.0

None. This is a rebuild of all components to address vulnerabilities from the Go standard libraries.

To see a list of addressed vulnerabilities, please refer to #2065

Features

Fixes

API Changes

Docs

Misc

Shipwright Build release v0.18.0

22 Nov 11:15
e74543a

Choose a tag to compare

Release changes since v0.17.0

Features

#1972 by @hasanawad94: Added support for Tekton PipelineRuns as an alternative to TaskRuns for build execution. Configurable executor selection - users can now choose between TaskRun and PipelineRun executors via configuration.

Fixes

API Changes

Docs

Misc

#2042 by @hasanawad94: Action Required: The minimum supported Tekton version is now v0.68, the minimum supported Kubernetes version is now v1.32, the maximum supported Kubernetes version is now v1.34

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

#2020 by @hasanawad94: Pointed writes to volumes and enabled readOnlyRootFilesystem in buildah,buildkit, and ko strategies.

#2015 by @hasanawad94: The source and image processing steps are now configured with ReadOnlyRootFilesystem. The default lock file path of the waiter container has been set to a volume instead of the rootfs.

#2000 by @SaschaSchwarze0: The image processing step now runs Trivy vulnerability scans with disabled telemetry

#1998 by @hasanawad94: Mounting a volume to be used as a home directory for source,build, image-processing containers.

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

Shipwright Build release v0.17.4

03 Dec 19:21
d8a6d8a

Choose a tag to compare

Release changes since v0.17.3

None. This is a rebuild of all components to address vulnerabilities from the Go standard libraries.

To see a list of addressed vulnerabilities, please refer to #2062

Features

Fixes

API Changes

Docs

Misc

Shipwright Build release v0.17.3

21 Nov 10:50
87f7d1e

Choose a tag to compare

Release changes since v0.17.2

Features

Fixes

API Changes

Docs

Misc

#2052 by @SaschaSchwarze0: Update golang.org/x/crypto to v0.45.0 to address GO-2025-4134 and GO-2025-4135