Releases: submariner-io/shipyard
Releases · submariner-io/shipyard
0.8.1
0.8.0
0.8.0-rc1
0.8.0-rc0
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 <[email protected]>
0.8.0-pre0
Here be dragons
0.7.2
Add verbose option to awaitFinish of network_pods Signed-off-by: Maayan Friedman <[email protected]>
0.7.1
Fix build_image.sh When additional buildargs is specified, need to include "--build-arg" when constructing buildargs_flag. Signed-off-by: Tom Pantelis <[email protected]>
0.7.0
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 <[email protected]>
0.6.1
Framework fixes around connector pods
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 <[email protected]>