Releases: submariner-io/shipyard
Releases · submariner-io/shipyard
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]>
0.12.0
Drop the bundle and OCM deployment tests These are currently broken, and as discussed in today's development meeting, should be dropped. They will be restored once bundle construction is fixed (as part of the planned Operator SDK upgrade). Fixes: #717 Signed-off-by: Stephen Kitt <[email protected]> (cherry picked from commit bcc10c5a76691b131690a0ebae4e90320b9fe4d8)
0.12.0-rc1
Drop the bundle and OCM deployment tests These are currently broken, and as discussed in today's development meeting, should be dropped. They will be restored once bundle construction is fixed (as part of the planned Operator SDK upgrade). Fixes: #717 Signed-off-by: Stephen Kitt <[email protected]> (cherry picked from commit bcc10c5a76691b131690a0ebae4e90320b9fe4d8)
0.12.0-rc0
Update Shipyard to use stable branch 'release-0.12' Signed-off-by: Automated Release <[email protected]>
0.12.0-m3
Move tools.go out of the way ... so that the project can be used with "go get" again (otherwise "go get" fails with "package github.com/submariner-io/shipyard: build constraints exclude all Go files in /home/skitt/go/pkg/mod/github.com/submariner-io/shipyard@v..."). Signed-off-by: Stephen Kitt <[email protected]>