Skip to content

Releases: submariner-io/shipyard

0.14.0-m0

16 Aug 08:14
Compare
Choose a tag to compare
0.14.0-m0 Pre-release
Pre-release
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

21 Sep 07:56
Compare
Choose a tag to compare
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

07 Jul 07:49
Compare
Choose a tag to compare
Label e2e test namespace as privileged

This is required for OpenShift 4.11.

Signed-off-by: Tom Pantelis <[email protected]>

0.13.0

18 Jul 07:24
9b91c1e
Compare
Choose a tag to compare
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

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]>