Skip to content

v1.5.13

Compare
Choose a tag to compare
@joestringer joestringer released this 04 Mar 23:29

We are pleased to announce this bugfix release for the Cilium v1.5 series. This version includes various bug fixes as well as security fixes for the recently announced Envoy CVEs. For more information, see the Cilium security advisory.

Summary of Changes

Bugfixes:

  • Only enable IPv6 forwarding if IPv6 is enabled (Backport PR #10136, Upstream PR #9034, @jrfastab)
  • Envoy fixes for CVE-2020-8659, CVE-2020-8660, CVE-2020-8661, CVE-2020-8664 (Backport PR #10445, Upstream PR #10434, @jrajahalme)
  • ipam: Protect release from releasing alive IP (Backport PR #10136, Upstream PR #10066, @tgraf)
  • pkg/bpf: Protect attr in perf_linux.go with runtime.KeepAlive (#10205, @brb)
  • pkg/bpf: Protect each uintptr with runtime.KeepAlive (Backport PR #10253, Upstream PR #10168, @brb)

CI Changes:

  • test: Wait for Istio POD termination before deleting istio-system or cilium (Backport PR #10445, Upstream PR #10325, @jrajahalme)

Misc Changes:

Other Changes:

  • .github: update github-actions project (#10046, @aanm)