------------------------------------------------------------------- Tue Jun 16 16:39:40 UTC 2020 - Madhu Mohan Nelemane - Updated License - BPF code templates are licensed under GPLv2 while the rest is under Apache License, v2(see https://github.com/cilium/cilium#license) - Cilium (the component licensed on Apache 2.0, written in Go) does two things with BPF program sources (licensed on GPL-2.0): * it executes llvm/clang to compile BPF program sources to object files * it executes tc (a utility which is a part of iproute2) to load object files into the kernel ------------------------------------------------------------------- Wed Jun 10 12:17:25 UTC 2020 - Manuel Buil - Adding needed patches to comply with Bazel requirements: * com_github_golang_protobuf-gazelle.patch * com_github_golang_protobuf-extras.patch * org_golang_x_tools-deletegopls.patch * org_golang_x_tools-gazelle.patch * org_golang_x_tools-extras.patch - Adding needed patches to integrate cilium filters to istio-envoy-proxy: * wasm-undefined-result.patch * original-dst-add-sni.patch * test-enable-half-close.patch * add-getTransportSocketFactoryContext.patch ------------------------------------------------------------------- Tue Jun 9 16:26:56 UTC 2020 - Madhu Mohan Nelemane - Move envoy binary to /usr/bin - Add envoy_bootstrap_tmpl.json file needed by pilot-agent ------------------------------------------------------------------- Tue Jun 9 03:40:01 UTC 2020 - Michał Rostecki - Link libcurl, libnghttp2 and zlib dynamically. ------------------------------------------------------------------- Fri Jun 5 06:13:40 UTC 2020 - Madhu Mohan Nelemane - Updated to use istio-1.5.4 - Copy cilium-envoy binary to /usr/local/bin/envoy with the rpm ------------------------------------------------------------------- Thu May 14 23:20:50 UTC 2020 - Michał Rostecki - Initial fat rpm