Skip to content

Releases: submariner-io/shipyard

0.13.0-rc2

11 Jul 10:22
9b91c1e
Compare
Choose a tag to compare
0.13.0-rc2 Pre-release
Pre-release
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

04 Jul 06:43
9b91c1e
Compare
Choose a tag to compare
0.13.0-rc1 Pre-release
Pre-release
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

21 Jun 14:25
Compare
Choose a tag to compare
0.13.0-rc0 Pre-release
Pre-release
Update Shipyard to use stable branch 'release-0.13'

Signed-off-by: Automated Release <[email protected]>

0.13.0-m2

30 May 08:57
Compare
Choose a tag to compare
0.13.0-m2 Pre-release
Pre-release
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

09 May 08:10
Compare
Choose a tag to compare
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

09 May 16:33
Compare
Choose a tag to compare
0.13.0-m1 Pre-release
Pre-release
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

21 Mar 15:12
Compare
Choose a tag to compare
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

09 Mar 08:02
Compare
Choose a tag to compare
0.12.0-rc1 Pre-release
Pre-release
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

02 Mar 10:29
Compare
Choose a tag to compare
0.12.0-rc0 Pre-release
Pre-release
Update Shipyard to use stable branch 'release-0.12'

Signed-off-by: Automated Release <[email protected]>

0.12.0-m3

11 Jan 13:02
Compare
Choose a tag to compare
0.12.0-m3 Pre-release
Pre-release
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]>