From b4e356885ef56134c3c8531d1c0d0f05a74151ad Mon Sep 17 00:00:00 2001 From: Adam Kotwasinski Date: Thu, 17 Oct 2024 14:12:46 -0700 Subject: [PATCH] kafka: upgrade librdkafka dependency to 2.6 (#36682) updates the internal librdkafka dependency that's used in kafka mesh filter Signed-off-by: Adam Kotwasinski --- bazel/repository_locations.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 9a6aae232500..18050e4a9f68 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -1365,13 +1365,13 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "Kafka (C/C++ client)", project_desc = "C/C++ client for Apache Kafka (open-source distributed event streaming platform)", project_url = "https://github.com/confluentinc/librdkafka", - version = "2.3.0", - sha256 = "2d49c35c77eeb3d42fa61c43757fcbb6a206daa560247154e60642bcdcc14d12", + version = "2.6.0", + sha256 = "abe0212ecd3e7ed3c4818a4f2baf7bf916e845e902bb15ae48834ca2d36ac745", strip_prefix = "librdkafka-{version}", urls = ["https://github.com/confluentinc/librdkafka/archive/v{version}.tar.gz"], use_category = ["dataplane_ext"], extensions = ["envoy.filters.network.kafka_mesh"], - release_date = "2023-10-25", + release_date = "2024-10-10", cpe = "N/A", license = "librdkafka", license_url = "https://github.com/confluentinc/librdkafka/blob/v{version}/LICENSE",