Skip to content

v0.13.0-rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jun 18:15
a85a9b8

What's Changed

Features

#171 by @adambkaplan: Operator installs sample cluster build strategies for tools such as kaniko, buildah, and cloud-native buildpacks.

#145 by @kevydotvinu: Minimum k8s version is now 1.23.13

Fixes

#216 by @adambkaplan: Upgrade shipwright-io/build code dependencies to v0.13.0 and k8s.io to v0.27.11. These upgrades exposed a bug in the controller code, where failure to update the ShipwrightBuild object status would not trigger a requeue. This was fixed so status update failures cause the controller to re-reconcile.

#204 by @ayushsatyam146: Tructate descriptions in Shipwright custom resource definitions to 50 characters.

#177 by @adambkaplan: fix: Add/restore the example for the ShipwrightBuild object in the operator CSV.

#172 by @jkhelil: Shipwright's Build CRDs are no longer deleted when the ShipwrightBuild object is deleted.

API Changes

Docs

Misc

#182 by @adambkaplan: Update operator to use an exact copy of the Builds v0.12.0 release as the base for its manifests.

#164 by @adambkaplan: Add control-plane label to operator deployment so it supports bundling with operator-sdk v1.18