Skip to content

1.0.0-rc10

Compare
Choose a tag to compare
@tgraf tgraf released this 06 Apr 17:07
· 24899 commits to main since this release

API preparation for 1.0

We have changed the base prefix of the API from /v1beta to /v1 馃帀. The API will become stable with the 1.0 release. This makes client binaries with version < 1.0.0-rc10.

Bugfixes Changes

  • policymap: Avoid using golang arrays in entry (#3506, @joestringer)
  • etcd: Run etcd version check in the background (#3499, @tgraf)
  • Test: Fix bugtool on kubernetes 1.7 (#3487, @eloycoto)
  • Fix L4-only policy egress to world and CIDR-only egress to world (#3486, @joestringer)
  • proxy: Use the same proxy map size as in BPF (#3485, @rlenglet)
  • bpf: Do not route packets from egress proxy back into cilium_host (#3473, @tgraf)
  • Continue to show timestamps in error cases in CiliumNetworkPolicy NodeStatus. (#3461, @aanm)
  • policy: Add missing EntitySlice autogen code (#3458, @raybejjani)
  • Fix l3-dependent L4/L7 rules applying to CIDR egress traffic (#3434, @joestringer)

Other Changes