Skip to content

1.9.1

Compare
Choose a tag to compare
@aanm aanm released this 04 Dec 18:13
v1.9.1

Summary of Changes

Minor Changes:

Bugfixes:

  • bpf: Don't compile unused BPF sections (Backport PR #14212, Upstream PR #14141, @pchaigno)
  • ctmap: GC orphan SNAT entries (Backport PR #14060, Upstream PR #13912, @brb)
  • Fix bug where Cilium on smaller instance types cannot allocate IPs (Backport PR #14060, Upstream PR #13865, @christarazi)
  • Fix etcd's auth token invalid after watch reconnects (Backport PR #14270, Upstream PR #14238, @aanm)
  • Fixed Goroutine leak for unresponded ARP pings. (Backport PR #14246, Upstream PR #14222, @jrajahalme)
  • FQDN rule restoration IP limit has been made configurable (--tofqdns-max-ips-per-restored-rule, default 1000). (Backport PR #14060, Upstream PR #13992, @jrajahalme)
  • fqdn: Delay ipcache upserts until policies have been updated (Backport PR #14212, Upstream PR #14110, @jrajahalme)
  • hubble/parser: Always preserve datapath numeric identity (Backport PR #14212, Upstream PR #14090, @gandro)
  • kpr: ensure DirectRoutingDevice is in devices (Backport PR #14246, Upstream PR #14054, @kkourt)
  • metricsmap: fix Prometheus exporter (Backport PR #14270, Upstream PR #14220, @jibi)
  • Trim spaces from loadBalancerSourceRanges when parsing its values. (Backport PR #14060, Upstream PR #13996, @aanm)

CI Changes:

Misc Changes:

Other Changes:

  • Fix potential panic in Hubble when applying time range on non-flow events, e.g. LostEvent. (#14197, @tklauser)
  • v1.9: Update Go to 1.15.5 (#14014, @tklauser)