Releases: scaleway/scaleway-cloud-controller-manager
Releases · scaleway/scaleway-cloud-controller-manager
v0.34.1
v0.34.0
What's Changed
- fix(lb): sslBridging default to false and not nil - by @nox-404 in #186
- fix(lb): ipmode must not be set on status when use-hostname is used - by @nox-404 in #186
- fix(lb): IgnoreSslServerVerify was not properly set - by @nox-404 in #186
- feat(lb): implement TimeoutQueue, MaxConnections and FailoverHost on backends - by @nox-404 in #186
- feat(lb): implement ConnectionRateLimit, EnableAccessLogs and EnableHTTP3 - by @nox-404 in #186
- chore(lb): document some annotations - by @nox-404 in #186
Full Changelog: v0.33.0...v0.34.0
v0.33.0
v0.32.0
What's Changed
- chore: migrate to ipam/v1 by @remyleone in #173
- chore: bump Go dependencies by @Tomy2e in #177
- chore(deps): bump golang.org/x/net from 0.30.0 to 0.33.0 by @dependabot in #178
- feat: add service.beta.kubernetes.io/scw-loadbalancer-ip-ids annotation by @Tomy2e in #176
- fix: updateLoadBalancer only when all nodes are initialized by @Tomy2e in #175
New Contributors
Full Changelog: v0.31.0...v0.32.0
v0.31.0
What's Changed
- chore: fix checkout and setup-go ordering to optimize cache usage by @remyleone in #170
- chore: bump dependencies and handle public ip deprecation by @nox-404 in #171
- feat(lb): add ssl bridging annotations by @nox-404 in #164
- feat: add annotation to set health check send proxy protocol by @erebe in #168
New Contributors
- @remyleone made their first contribution in #170
- @erebe made their first contribution in #168
Full Changelog: v0.28.5...v0.31.0
v0.28.5
What's Changed
- fix(lb): allow query params for healthchecks by @nox-404 in #156
- feat(doc): deprecate scw-loadbalancer-force-internal-ip annotation by @nox-404 in #157
- chore(deps): upgrade deps by @nox-404 in #161
- fix(lb): ACL with /32 subnets were not matching properly by @nox-404 in #162
- fix(lb): make loadbalancer fallback name lookup honor zone annotation by @nox-404 in #160
- feat(lb): support externally managed lb mode by @nox-404 in #159
Full Changelog: v0.28.4...v0.28.5
v0.28.4
v0.28.3
v0.28.2
v0.28.1
Breaking Changes
- HTTP healthchecks uri are now parsed as a URL, meaning that URL are now of the form
hostname/path
or/path
instead ofpath/subpath
and/path
.
What's Changed
- Update link to LB API docs by @bene2k1 in #138
- feat(lb): add forward port algorithm 'first' by @pablo-ruth in #140
- chore(doc): add missing annotations descriptions by @nox-404 in #146
- feat(lb): idempotent updates by @nox-404 in #148
- feat(lb): support host headers on http healthchecks by @nox-404 in #151
New Contributors
- @bene2k1 made their first contribution in #138
- @pablo-ruth made their first contribution in #140
Full Changelog: v0.28.0...v0.28.1