Skip to content

Releases: submariner-io/submariner

0.7.0-rc2

14 Oct 15:17
Compare
Choose a tag to compare
0.7.0-rc2 Pre-release
Pre-release
Download and keep the terraform state inside the cluster directory

Otherwise configuring multiple clusters with prep_for_subm.sh as we explain
on the quickstarts [1] does not work, and the machineset yaml files
are overwritten.

[1] https://submariner.io/quickstart/openshift/service_discovery/

Fixes-Issue: #876

Signed-off-by: Miguel Angel Ajo <[email protected]>

0.7.0-rc1

09 Oct 12:53
Compare
Choose a tag to compare
Don't run unit or E2E tests on tags

Following up on the change to not run linting on tags, it doesn't seem
to make sense to run anything other than the release workflow on tags.

The assumption was these jobs would be clearly shown by the tags,
documenting for users which checks were successfully run against that
tag at the time. Looking at our tags and releases in more detail, that
doesn't seem to be the case. Each commit in the repo history shows the
job results, but that's it.

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

0.7.0-rc0

07 Oct 16:13
Compare
Choose a tag to compare
Bump to shipyard/admiral 0.7.x version

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

0.6.1 release

31 Aug 08:41
Compare
Choose a tag to compare

Version with no specific changes to Submariner, but necessary to keep current deployment
alignment with lighthouse.

0.6.0 Release

27 Aug 10:25
Compare
Choose a tag to compare
Add YAML linting, fix errors

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

0.5.0

20 Jul 15:26
Compare
Choose a tag to compare
  • Enabled more linting tools for golangci-lint.
  • Added more unit tests.
  • Minor bug fixes/enhancements.

Libreswan cable driver

24 Jun 10:00
v0.4.1
Compare
Choose a tag to compare
  • The libreswan IPsec cable driver is available for testing. It’s been included on the testing matrix of the project.
  • Globanet overlapping CIDR support improvements and bug fixes
  • Multiple CI improvements implemented from shipyard
  • The testing matrix is now run via GitHub actions

Libreswan support

23 Jun 14:47
Compare
Choose a tag to compare
  • Libreswan IPsec cable driver is available for testing and is covered in Submariner’s CI.
  • Globanet overlapping CIDR support improvements and bug fixes.
  • Multiple CI improvements implemented from Shipyard.
  • CI tests are now run via GitHub Actions.

Wireguard, Gateway reporting and Globalnet from hostNetwork

08 May 09:43
Compare
Choose a tag to compare
  • Experimental Wireguard support has been added as a pluggable CableDriver option in addition to the current default IPsec. (Please note that wireguard + globalnet isn't supported yet)
  • Submariner reports the active and passive gateways as a gateway.submariner.io CRD.
  • The gateway redundancy/failover tests are now enabled and stable in CI.
  • Globalnet hostNetwork to remote globalIP is now supported. Previously, when a pod used hostNetworking it was unable to connect to a remote service via globalIP.

v0.2.0

23 Mar 16:05
v0.2.0
Compare
Choose a tag to compare
  • Support for Overlapping CIDRs between clusters (globalnet)
  • Enhanced e2e scripts, which will be shared between repositories in the shipyard project (ongoing work)
  • Local registry in make e2e, improves e2e deployment.
  • Refactoring for support pluggable drivers (in preparation for wireguard support)