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