Skip to content

Releases: submariner-io/shipyard

0.8.1

11 Feb 09:09
Compare
Choose a tag to compare

0.8.0

18 Dec 13:51
d9598b5
Compare
Choose a tag to compare

0.8.0-rc1

14 Dec 19:07
Compare
Choose a tag to compare

0.8.0-rc0

02 Dec 15:41
Compare
Choose a tag to compare
0.8.0-rc0 Pre-release
Pre-release
If deployment failed, warn on inotify if necessary

Instead of always failing if inotify is too low, only warn about it in
case the deployment failed.

Signed-off-by: Mike Kolesnik <mkolesni@redhat.com>

0.8.0-pre0

26 Nov 11:38
Compare
Choose a tag to compare
0.8.0-pre0 Pre-release
Pre-release

Here be dragons

0.7.2

19 Oct 18:53
Compare
Choose a tag to compare
Add verbose option to awaitFinish of network_pods

Signed-off-by: Maayan Friedman <maafried@redhat.com>

0.7.1

07 Oct 01:34
Compare
Choose a tag to compare
Fix build_image.sh

When additional buildargs is specified, need to include "--build-arg"
when constructing buildargs_flag.

Signed-off-by: Tom Pantelis <tompantelis@gmail.com>

0.7.0

06 Oct 19:18
Compare
Choose a tag to compare
Use standard "images" target vs "dapper-image"

As a part of simplifying our building/testing experience, all projects
are moving to using a standard `make images` command to build whatever
container images they are responsible for.

This also reduces the need for Shipyard-specific docs.

Signed-off-by: Daniel Farrell <dfarrell@redhat.com>

0.6.1

21 Aug 07:51
Compare
Choose a tag to compare

This release includes subctl 0.6.0-rc0 and git commit linting support.

Framework fixes around connector pods

02 Jul 09:12
Compare
Choose a tag to compare
Release by default to 'devel' image tag

Since `latest` is commonly used to point to the latest *stable* release
of an image, we better use `devel` to point to the latest image unless
we specify the `latest` tag explicitly when releasing.

Also changed the release script to be able to accept multiple tags.

Signed-off-by: Mike Kolesnik <mkolesni@redhat.com>