Skip to content

Releases: kube-vip/kube-vip

v0.8.7

20 Nov 09:09
4c70d87
Compare
Choose a tag to compare

Fixes an issue where services were no longer released due to the leader Election never ending when endpoints reached 0.

What's Changed

  • Services aren't removed when there are no endpoints. by @thebsdbox in #993

Full Changelog: v0.8.6...v0.8.7

v0.8.6

11 Nov 08:10
v0.8.6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.5...v0.8.6

v0.8.5

31 Oct 14:03
78cdf8d
Compare
Choose a tag to compare

Known-Bug

What's Changed

Full Changelog: v0.8.4...v0.8.5

v0.8.4

10 Oct 08:42
750f781
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.3...v0.8.4

v0.8.3

09 Sep 12:35
95c4347
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.2...v0.8.3

v0.8.2

23 Jul 08:28
04ce471
Compare
Choose a tag to compare

Fixes an issue that stopped manifests being generated correctly, ensures that the routes are parsed and ensures that DHCP binds to the macvlan so ARPs come from the correct place.

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.8.2

v0.8.1

21 Jun 14:32
9abce4a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

18 Apr 17:13
722c47f
Compare
Choose a tag to compare

Big new features

Specify which interface a service should use

The annotation kube-vip.io/serviceInterface: can now be used on a service to define which interface on the machine the service will be exposed on.

e.g.

metadata:
  name: nginx-interface-ens192-service
  annotations:
    kube-vip.io/serviceInterface: ens192

Mirror Traffic

A mirror_dest_interface environment variable is now available, by default it will mirror from either servicesInterface of the default interface to the destination interface address!

Control plane load balancing

Defaults to masquerade mode, and will now ensure health checks of the control plane nodes!

Egress updates

Cleaner behaviours of the egress rules ensuring only specific egress addresses are impacted by changes to the service/loadbalancer object.

What's Changed

New Contributors

Full Changelog: v0.7.2...v0.8.0

v0.7.2

10 Mar 16:25
1ea277f
Compare
Choose a tag to compare

Mainly bug fixes, but a main bug fix around egress for TCP ports. The garbage collection was a little bit too enthusiastic.

What's Changed

  • Fix flaky e2e test by @lubronzhan in #776
  • Exit(1) if service's leaderelection.onStartedLeading error out instead of silently continue by @lubronzhan in #775
  • Fixes conntrack deleting wrong connections and cleaning old SNAT rules by @thebsdbox in #777

Full Changelog: v0.7.1...v0.7.2

v0.7.1

26 Feb 09:47
3d5f1a6
Compare
Choose a tag to compare

Fixes a number of bugs that were introduced with some of the new features!

  • IPVS issues on the HA control plane
  • Issues around egress addresses not being applied
  • Route refactoring and lifecycle fixes

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.7.1