Skip to content

Releases: spidernet-io/egressgateway

Release v0.2.0-rc1

28 Jun 12:09
0038f18
Compare
Choose a tag to compare

v0.2.0-rc1


Feature

  • Update iptables mode detection method : PR 416

  • Update policy controller : PR 413

  • Add datapath logic for ignore internal CIDR : PR 451


Fix

  • Fix data race check of vxlan : PR 452

Total PR

46 PR

Release v0.2.0-rc0

30 May 08:47
0cc9668
Compare
Choose a tag to compare

v0.2.0-rc0


Feature

  • Update homepage and install docs : PR 247

  • Support running e2e on different os to test the iptables legacy mode : PR 249

  • Update iptables rule match criteria : PR 250

  • Add proposal of auto detect egress ignore CIDR : PR 286

  • Add mark allocator : PR 284

  • support cosign for image signature and SBOM : PR 294

  • Remove unused files and optimize folder structure : PR 314

  • Fix config.yaml line breaks in ConfigMap with tplvalues.render : PR 318

  • Add egress ip controller : PR 356


Fix

  • fix & cleanup nettools code : PR 257

Total PR

73 PR

Release v0.1.0

26 Mar 17:43
783aeed
Compare
Choose a tag to compare

v0.1.0


Feature

  • Add metrics collectors : PR 219

Fix

  • fix: arm64 : PR 65

  • Error update status Init : PR 194

  • Fixed the issue where EgressGateway creation preceded node labeling. : PR 210

  • Avoid null value when serializing operations : PR 220


Total PR

115 PR

v0.1.0-rc0

24 Feb 11:06
b2fd586
Compare
Choose a tag to compare

We are excited to announce the release of EgressGateway v0.1.0-rc0, our first release candidate version 🎉
This version includes the following features:

  • Dual-stack connectivity for IPv4 and IPv6
  • Resolves the high availability issue of Egress Nodes.
  • Supports Pod Selector to select the Pods using Egress.
  • Supports filtering egress traffic by Destination CIDR.
  • Can be used with low kernel versions.