Releases: kubernetes-sigs/cloud-provider-kind
Releases · kubernetes-sigs/cloud-provider-kind
v0.4.0
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
- @adone made their first contribution in #101
- @vially made their first contribution in #124
- @zzzk1 made their first contribution in #128
Full Changelog: v0.3.0...v0.4.0
Public image: registry.k8s.io/cloud-provider-kind/cloud-controller-manager:v0.4.0
v0.3.0
What's Changed
- unit test updates by @danwinship in #79
- Enable docker compose by @electrocucaracha in #56
- Use the envoy admin port to detect when the loadbalancer is ready to accept connections by @aojea in #83
- log container loadbalancers by @aojea in #82
- Implement LoadBalancerSourceRanges by @danwinship in #80
- avoid to restart on envoy crashes by @aojea in #89
New Contributors
- @electrocucaracha made their first contribution in #56
Full Changelog: v0.2.0...v0.3.0
v0.2.0
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
- @gary-archer made their first contribution in #49
- @danwinship made their first contribution in #63
Full Changelog: v0.1.0...v0.2.0
v0.1.0
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
Full Changelog: v0.0.2...v0.1.0
v0.0.2
What's Changed
- add install instructions by @aojea in #6
- feat: support ipv6 by @nayihz in #8
- test kubernetes e2e lb tests by @aojea in #9
- add ci job by @aojea in #10
- test ci by @aojea in #13
- fix a few spelling errors in
README.md
by @noahpb in #15 - Minor Typo in README by @aroradaman in #14
- Create dependabot.yml by @aojea in #18
- bump dependencies to 1.29.2 by @aojea in #19
- Publish images by @aojea in #25
- Run CCM inside a container by @aojea in #26
- publish images by @aojea in #27
- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #28
- Deps and bug on example by @aojea in #38
- support multiple ports on services by @aojea in #39
- Added name length cap for loadbalancer name by @rjsadow in #36
New Contributors
- @nayihz made their first contribution in #8
- @noahpb made their first contribution in #15
- @aroradaman made their first contribution in #14
- @dependabot made their first contribution in #28
- @rjsadow made their first contribution in #36
Full Changelog: v0.0.1...v0.0.2
Initial version
This is an alpha release with support for Services with type LoadBalancer for Linux platforms only.