Releases: submariner-io/shipyard
Releases · submariner-io/shipyard
0.11.0-rc1
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-rc0
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
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
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
Update Shipyard to use stable branch 'release-0.10' Signed-off-by: Automated Release <[email protected]>
0.10.0-rc0
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
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
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
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
- Increase connect-timeout in benchmark tests