Skip to content

Releases: submariner-io/submariner-operator

0.8.1

11 Feb 14:39
Compare
Choose a tag to compare

0.8.0

22 Dec 08:24
Compare
Choose a tag to compare

0.8.0-rc1

15 Dec 15:19
Compare
Choose a tag to compare

0.8.0-rc0

03 Dec 05:44
8d9b4d8
Compare
Choose a tag to compare
0.8.0-rc0 Pre-release
Pre-release
Update Operator to use version v0.8.0-rc0 (#953)

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

Co-authored-by: Automated Release <[email protected]>

0.8.0-pre0

30 Nov 14:15
Compare
Choose a tag to compare
0.8.0-pre0 Pre-release
Pre-release

Here be dragons

0.7.0

19 Oct 16:15
Compare
Choose a tag to compare
Bump to 0.7.0

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

0.7.0-rc2

14 Oct 16:36
Compare
Choose a tag to compare
0.7.0-rc2 Pre-release
Pre-release
Bump to 0.7.0-rc2

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

0.7.0-rc1

09 Oct 14:31
Compare
Choose a tag to compare
0.7.0-rc1 Pre-release
Pre-release
Bump to submariner 0.7.0-rc1

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

New subctl necessary to update the operator permissions

23 Sep 14:01
072d3b8
Compare
Choose a tag to compare
Update coreDNS coremap (#628)


If there is stale Lighhouse DNS Service IP in in-cluster CoreDNS config
map it will be updated with new serviceIP

Fixes: submariner-io/submariner-operator#620

Signed-off-by: Aswin Surayanarayanan <[email protected]>
Co-authored-by: Thomas Pantelis <[email protected]>
Co-authored-by: Vishal Thapar <[email protected]>

Support detecting all networks in OpenShift

15 Sep 07:28
Compare
Choose a tag to compare

Networks in config.openshift.io/v1 is exposed for both
OpenShiftSDN and OVNKubernetes, while ClusterNetworks
seems to be only used with the operator for OpenShift SDN.

Related-Issue: #778