0.26.0-beta3 (May 27, 2021)
IMPROVEMENTS:
- Connect: Overwrite Kubernetes HTTP readiness and/or liveness probes to point to Envoy proxy when
transparent proxy is enabled. [GH-517] - Connect: Don't set security context for the Envoy proxy when on OpenShift and transparent proxy is disabled.
[GH-521] - Connect:
consul-connect-inject-init
run withprivileged: true
when transparent proxy is enabled.
[GH-524]
BUG FIXES:
- Connect: Process every Address in an Endpoints object before returning an error. This ensures an address that isn't reconciled successfully doesn't prevent the remaining addresses from getting reconciled. [GH-519]