Skip to content

Releases: kubernetes-sigs/cloud-provider-kind

v0.4.0

29 Sep 10:25
Compare
Choose a tag to compare

What's Changed

  • add WSL2/linux support by @adone in #101
  • Only enable IPv6 on loadbalancer container when the service is ipv6 by @aojea in #114
  • Use fully qualified image name for envoy proxy image by @vially in #124
  • support different platforms and connectivity scenarios by @aojea in #126
  • Prompt user if process running on Mac not under sudo by @zzzk1 in #128

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

27 Jun 05:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

30 May 17:49
292e694
Compare
Choose a tag to compare

What's Changed

  • Windows support by @gary-archer in #49
  • replace haproxy with envoy and add UDP support by @aojea in #61
  • Set correct IPMode in LoadBalancerStatus by @danwinship in #63
  • use dynamic configuration for envoy to avoid restarting the container… by @aojea in #67
  • solve UDP crashes by @aojea in #68

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

21 Apr 10:38
afc68c3
Compare
Choose a tag to compare

What's Changed

  • reject connections if backends are down by @aojea in #40
  • Loadbalancer for Mac by @aojea in #42
  • Update README.md by @aojea in #43
  • Allow installation with go install by @skitt in #45
  • Bump golang.org/x/net from 0.22.0 to 0.23.0 in the go_modules group by @dependabot in #46
  • use goreleaser for releases by @aojea in #47

New Contributors

  • @skitt made their first contribution in #45

Full Changelog: v0.0.2...v0.1.0

v0.0.2

01 Apr 17:12
48ee5b8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.0.2

Initial version

17 Apr 19:30
432499c
Compare
Choose a tag to compare
Initial version Pre-release
Pre-release

This is an alpha release with support for Services with type LoadBalancer for Linux platforms only.