From 99e6fbf8bef33dd2e7aca1f6b868829d4674e712 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Mon, 29 Jun 2026 16:56:24 +0900 Subject: [PATCH 1/4] build: bump to v4.2.7 Signed-off-by: Hiroshi Hatake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d501445ee3..495960b088b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set(CMAKE_POLICY_DEFAULT_CMP0069 NEW) # Fluent Bit Version set(FLB_VERSION_MAJOR 4) set(FLB_VERSION_MINOR 2) -set(FLB_VERSION_PATCH 6) +set(FLB_VERSION_PATCH 7) set(FLB_VERSION_STR "${FLB_VERSION_MAJOR}.${FLB_VERSION_MINOR}.${FLB_VERSION_PATCH}") set(CMAKE_POSITION_INDEPENDENT_CODE ON) From 545013006ea4339f8110db37a22e777499576deb Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Mon, 29 Jun 2026 16:56:24 +0900 Subject: [PATCH 2/4] dockerfile: bump to v4.2.7 Signed-off-by: Hiroshi Hatake --- dockerfiles/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/Dockerfile b/dockerfiles/Dockerfile index 919b642cc3f..e0847d828d8 100644 --- a/dockerfiles/Dockerfile +++ b/dockerfiles/Dockerfile @@ -13,7 +13,7 @@ # docker buildx build --platform "linux/amd64,linux/arm64,linux/arm/v7,linux/s390x" -f ./dockerfiles/Dockerfile.multiarch --build-arg FLB_TARBALL=https://github.com/fluent/fluent-bit/archive/v1.8.11.tar.gz ./dockerfiles/ # Set this to the current release version: it gets done so as part of the release. -ARG RELEASE_VERSION=4.2.6 +ARG RELEASE_VERSION=4.2.7 # For multi-arch builds - assumption is running on an AMD64 host FROM multiarch/qemu-user-static:x86_64-arm AS qemu-arm32 From 2cb866ff97165320b79a3c015872d36fb1e1084d Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Mon, 29 Jun 2026 16:56:24 +0900 Subject: [PATCH 3/4] snap: bump to v4.2.7 Signed-off-by: Hiroshi Hatake --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 0af1448b213..4a4c3af5619 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: fluent-bit base: core20 -version: '4.2.6' +version: '4.2.7' summary: High performance logs and stream processor description: | Fluent Bit is a high performance log processor and stream processor for Linux. From ab10a8e8fbec77bb25f240d784850a1d86c60a7d Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Mon, 29 Jun 2026 16:56:24 +0900 Subject: [PATCH 4/4] bitbake: bump to v4.2.7 Signed-off-by: Hiroshi Hatake --- fluent-bit-4.2.6.bb => fluent-bit-4.2.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename fluent-bit-4.2.6.bb => fluent-bit-4.2.7.bb (99%) diff --git a/fluent-bit-4.2.6.bb b/fluent-bit-4.2.7.bb similarity index 99% rename from fluent-bit-4.2.6.bb rename to fluent-bit-4.2.7.bb index 2d5b76cc653..cca31804f14 100644 --- a/fluent-bit-4.2.6.bb +++ b/fluent-bit-4.2.7.bb @@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" SECTION = "net" PR = "r0" -PV = "4.2.6" +PV = "4.2.7" SRCREV = "v${PV}" SRC_URI = "git://github.com/fluent/fluent-bit.git;nobranch=1"