Releases: submariner-io/shipyard
Releases · submariner-io/shipyard
0.14.0-m0
Make `DEBUG_PRINT` evaluate on each command This allows us to turn off debug printing on specific commands. Signed-off-by: Mike Kolesnik <[email protected]>
0.13.1
Run the upgrade job on devel only Our upgrade test is mostly interesting for upgrades to the current development version. On release branches, it works as long as we don't have a release later from a later release branch; after that, it becomes a downgrade test since we don't have a way of installing the latest release from a given release branch. This disables the upgrade job on all non-devel branches. Signed-off-by: Stephen Kitt <[email protected]>
0.12.2
Label e2e test namespace as privileged This is required for OpenShift 4.11. Signed-off-by: Tom Pantelis <[email protected]>
0.13.0
Label e2e test namespace as privileged (#849) This is required for OpenShift 4.11. Signed-off-by: Tom Pantelis <[email protected]> Co-authored-by: Tom Pantelis <[email protected]>
0.13.0-rc2
Label e2e test namespace as privileged (#849) This is required for OpenShift 4.11. Signed-off-by: Tom Pantelis <[email protected]> Co-authored-by: Tom Pantelis <[email protected]>
0.13.0-rc1
Label e2e test namespace as privileged (#849) This is required for OpenShift 4.11. Signed-off-by: Tom Pantelis <[email protected]> Co-authored-by: Tom Pantelis <[email protected]>
0.13.0-rc0
Update Shipyard to use stable branch 'release-0.13' Signed-off-by: Automated Release <[email protected]>
0.13.0-m2
Fix unit test directory finding This fixes unit test directory name expansion, while supporting directory names with whitespace characters. Fold `lib/find_functions` into `unit_test.sh` since it's only used in this script. Signed-off-by: Mike Kolesnik <[email protected]>
0.12.1
Mark the source directory as safe See https://github.blog/2022-04-12-git-security-vulnerability-announced/ for context. git now refuses to handle repositories which don't belong to the current user by default; such repositories need to be explicitly marked as safe, in the global configuration for the current user. Signed-off-by: Stephen Kitt <[email protected]>
0.13.0-m1
Bump docker/setup-buildx-action from 1.7.0 to 2 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.7.0 to 2. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/f211e3e9ded2d9377c8cadc4489a4e38014bc4c9...dc7b9719a96d48369863986a06765841d7ea23f6) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>