Skip to content

Releases: submariner-io/shipyard

0.11.0-rc0

04 Oct 07:38
Compare
Choose a tag to compare
0.11.0-rc0 Pre-release
Pre-release
Fix service discovery deploy conditional

Invert the conditional logic to match the intention, fixing service
discovery deployments with the operator.

Signed-off-by: Daniel Farrell <[email protected]>

0.11.0-m2

13 Sep 14:59
Compare
Choose a tag to compare
0.11.0-m2 Pre-release
Pre-release
Run unit tests in multiple modules

In repositories with multiple modules, tests must be run in each
module separately, excluding any packages which are in a
“sub-module”.

This fixes unit_test.sh to look for modules, and run the tests in each
module. If tests fail, subsequent modules will still be tested, but
the overall result will reflect the failure.

Fixes: #626
Signed-off-by: Stephen Kitt <[email protected]>

0.10.1

10 Aug 19:15
Compare
Choose a tag to compare
When deploying subctl, fall back to devel

During releases from branches, the e2e jobs look for a subctl matching
the target release; but that doesn't exist yet, so the download fails.
To avoid that, if installing the target release version fails, fall
back to devel subctl (which should provide the behaviour we need for a
release, and is more appropriate than the default, which is the latest
release).

Signed-off-by: Stephen Kitt <[email protected]>
(cherry picked from commit d8ec5cea2f34cc654459615aaa04d3fb2e9d7475)

0.10.0

09 Aug 17:15
Compare
Choose a tag to compare
Update Shipyard to use stable branch 'release-0.10'

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

0.10.0-rc0

13 Jul 08:06
a241462
Compare
Choose a tag to compare
0.10.0-rc0 Pre-release
Pre-release
Add GlobalPodIP to EndpointType (#600)

With support for Headless services in Globalnetv2,
we need to distinguish between GlobalIP for Service
and Pod in EndpointType to allow different E2E test
cases.

* Add `GlobalPodIP`
* Add `GlobalServiceIP = GlobalIP`
* Replace all references to `GlobalIP` with `GlobalServiceIP`

Signed-off-by: Vishal Thapar <[email protected]>

0.11.0-m1

02 Sep 10:57
Compare
Choose a tag to compare
0.11.0-m1 Pre-release
Pre-release
Bump github.com/onsi/gomega from 1.13.0 to 1.14.0

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.13.0...v1.14.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

0.10.0-m2

14 Jun 15:39
Compare
Choose a tag to compare
0.10.0-m2 Pre-release
Pre-release
Don't debug print local variable declarations

Local variables usually are used for internal purposes and printing them
makes little sense.

Signed-off-by: Mike Kolesnik <[email protected]>

0.10.0-m1

24 May 16:26
Compare
Choose a tag to compare
0.10.0-m1 Pre-release
Pre-release
Test OVN on deploy job

E2E testing in this repo simply only that the E2E script functions as
expected by running basic E2E tests that dont necessarily test
connectivity.

Since OVN is relevant at deployment stage for this repo, it should be
tested with the rest of deployment checks.

Also added a disk space clearing since OVN takes much more space and can
exhaust the disk space and fail the job.

Signed-off-by: Mike Kolesnik <[email protected]>

Stable release 0.9.1

28 Jun 12:32
Compare
Choose a tag to compare
  • Increase connect-timeout in benchmark tests

0.9.0

30 Apr 13:25
Compare
Choose a tag to compare