Skip to content

Releases: shipwright-io/cli

v0.16.0

16 Jun 08:03
46e91f8
Compare
Choose a tag to compare

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

27 Feb 20:42
52c2f0b
Compare
Choose a tag to compare

Release changes since v0.14.0

Misc

#302 by adambkaplan: Update shipwright-io/build to v0.15.0

v0.14.0

12 Nov 08:35
435b981
Compare
Choose a tag to compare

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

07 May 08:32
e24cf55
Compare
Choose a tag to compare

Release changes since v0.12.0

Misc

#251 by SaschaSchwarze0: The CLI is now based on Shipwright Build v0.13.0

v0.12.0

19 Oct 10:02
v0.12.0
b54612b
Compare
Choose a tag to compare

Release changes since v0.11.0

Features

#197 by SaschaSchwarze0: The CLI interface now supports insecure container registries using the --output-insecure flag

Misc

#203 by SaschaSchwarze0: Updated the build dependency to v0.12.0

v0.11.0

09 Sep 12:10
7c4933f
Compare
Choose a tag to compare

Features

#128 by SaschaSchwarze0: When following the logs of a BuildRun that is failing, you now get improved details at the end.

v0.10.0

02 Jun 19:18
v0.10.0
e5acb63
Compare
Choose a tag to compare

Fixes

#116 by otaviof: Fix a panic when running shp build list when a Build was not started

Misc

#118 by SaschaSchwarze0: We now build our binaries with Go 1.18

v0.9.0

13 Apr 19:23
v0.9.0
16b20d8
Compare
Choose a tag to compare

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.

v0.8.0

31 Jan 16:52
ab452dd
Compare
Choose a tag to compare

Features

#88 by @SaschaSchwarze0: We now import the authentication package of the Kubernetes client library client-go. This enables the CLI to connect to support more authentication providers.

#86 by @otaviof: Introducing "shp build upload" sub-command to stream a local repository clone data onto a newly created BuildRun, so users can employ the Shipwright Build Controller to ship container images out of arbitrary content.

Fixes

API Changes

Docs

Misc

#93 by @gabemontero: Add a form of relist on the pod watcher to help provide diagnostics for BuildRuns that fail very quickly

v0.7.0

14 Dec 20:12
ca5ef31
Compare
Choose a tag to compare

Features

  • #81 by @gabemontero: Added log following / tailing of active buildruns to 'shp buildrun logs' via the '-F' or '--follow' arguments
  • #76 by @sm43: Adds support to specify labels and annotations on BuildRun objects to be set on output images
  • #71 by @jerolimov: Initialize klog with (go)flags and add these flags to pflag as well
  • #68 by @sm43: Adds support for img labels and anno. in build create cmd

Fixes

Misc