HAProxy Ingress Controller v1.9.13
github-actions
released this
16 Nov 10:23
·
306 commits
to master
since this release
Changelog
- 6159e4f MAJOR: crd: add job for custom resource definition handling
- 802a499 BUILD/MINOR: ci: increase timeout for golang linters
- 9d14af0 BUILD/MINOR: update commit commit check tool
- aa1732a BUILD/MINOR: go.mod: update golang.org/x packages
- f7db3eb BUG/MINOR: fix k8s resync for all objects except endpoints, endpointslices. Endpoint and endpointslices fix is done in a previous commit. With informers, resync are sent as Update, not Create. We were doing nothing on an Update on a resync. If an event was skipped for any reason, we were never resyncing.
- 5862249 BUG/MINOR: add k8s logs and fix k8s resync for endpoints and endpointslices