Changelog
- 99e8f13 BUILD/MINOR: go.mod: update k8s.io packages
- 4fc9753 BUILD/MINOR: go.mod: update golang.org/x packages
- 74bb2b9 MAJOR: feature and security improvements for haproxy wrapper
- 606901e MAJOR: feature and security improvements for block secrets protection
- 9d843ae BUG/MINOR: improve error handling and early validation checks
- 29035b1 CLEANUP/MINOR: correct error messages for HTTP response rules
- ba220ad CLEANUP/MINOR: apply formatting to the code using latest gofumpt
- 1ba5057 TEST/MINOR: add e2e test for Backend CRD covering most rule-list fixes
- 034b8ea BUG/MINOR: add support for HTTP checks, error rules, log targets and TCP checks in Backend CRD
- 9dbbd0b BUG/MINOR: use filters in Backend CRD
- ae82c6c BUG/MINOR: use TCP requests and responses in Backend CRD
- 2488f0c BUG/MINOR: add support for stick rules configuration in Backend CRD
- 85e24de BUG/MINOR: add support for server switching rules in Backend CRD
- 745ea69 TEST/MINOR: add unit tests for backend HTTP response rules
- 4d0103f BUG/MINOR: implement HTTP after response rule management
- 73ef4e9 BUILD/MINOR: ci: update CHECK_COMMIT version to 5.5.3
- 0f099f9 BUG/MEDIUM: crd/backend: populate http-response rules and fix reload
- e201bd1 BUILD/MINOR: ci: bump GO_VERSION to 1.26
- 72c8667 BUG/MEDIUM: fix periodic reload due to wrong log target changes in Global CR
- ab9215f BUG/MEDIUM: handle different endpoint ports
- ee4a12d BUILD/MINOR: go.mod: update k8s.io packages
- 1cca430 BUILD/MINOR: go.mod: update golang.org/x packages
- 8882fa0 BUG/MAJOR: certs: redact PEM content from runtime error logs
- 62ba20a DOC/MINOR: update client-ca annotation to specify CA certificate requirements
- 42b5fb5 CLEANUP/MINOR: ci: avoid installing kind and kubectl in the CI
- 8e00b88 DOC/MINOR: update request-capture documentation to clarify header handling
- 9e6a31d BUG/MINOR: normalize certificates to fix renewal with multiple newlines
- e37aba0 CLEANUP/MINOR: ci: use new internal registry for gitlab