Releases: shipwright-io/cli
v0.18.0
v0.17.1
Release Changes since v0.16.0
Features
#331 by satyamg1620: Enhance BuildRun List Information via the --wide flag
#327 by arc9tek: You can now manage build strategies and cluster build strategies
Fixes
#343 by sayan-biswas: Fixes "buildrun list" command for BuildRuns with invalid BuildSpec.
#340 by sayan-biswas: Fixes bugs with builds from local source code
API Changes
Docs
Misc
#347 by sayan-biswas: Fixes CLI output when incorrect flags are passed.
#342 by SaschaSchwarze0: Update shipwright-io/build dependency to v0.17.0
#330 by R3hankhan123: Rename util package to shputil to comply with revive's updated var-naming rule.
v0.16.0
Release changes since v0.15.0
Features
#311 by rxinui: Add flag --scheduler-name to set the .spec.schedulerName for build and buildrun on create and run
#309 by rxinui: Add flag --node-selector to set the .spec.nodeSelector for build and buildrun on create
Fixes
API Changes
Docs
Misc
#324 by qu1queee: Bump Shipwright Build to v0.16.0
#304 by karanibm6: The CLI now interacts with the Shipwright artifacts using the v1beta1 API
v0.15.0
v0.14.0
Release changes since v0.13.0
Features
#274 by apoorvajagtap: Shipwright CLI extends support to set the parameters using "--param-value" flag while creating build/buildRun.
Fixes
API Changes
Docs
Misc
#286 by SaschaSchwarze0: Dependencies updated to the latest build release
#270 by HeavyWombat: Fixed local source code progress bar output that displays the actual size of the data being transferred.
v0.13.0
v0.12.0
v0.11.0
v0.10.0
v0.9.0
Changes since v0.8.0
Features
#111 by SaschaSchwarze0: You can now set the retention-related fields when creating a Build, or BuildRun
#106 by HeavyWombat: The shp build upload command now also supports source bundle images when uploading local source code. When the respective build defines a source bundle image location, the local code upload will use a source bundle instead of the upload stream.
#105 by qu1queee: Add version cmd.
Misc
#107 by otaviof: Making --source-url optional for shp build create subcommand.