From 954ab2e65f295cb8664585403850f863dc4f57d2 Mon Sep 17 00:00:00 2001 From: edsiper <369718+edsiper@users.noreply.github.com> Date: Thu, 6 Aug 2026 02:37:52 +0000 Subject: [PATCH] release: update to 5.1.1 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CMakeLists.txt | 2 +- dockerfiles/Dockerfile | 2 +- fluent-bit-5.1.0.bb => fluent-bit-5.1.1.bb | 2 +- snap/snapcraft.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename fluent-bit-5.1.0.bb => fluent-bit-5.1.1.bb (99%) diff --git a/CMakeLists.txt b/CMakeLists.txt index d1465b58883..665f458b5d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(CMAKE_POLICY_DEFAULT_CMP0069 NEW) # Fluent Bit Version set(FLB_VERSION_MAJOR 5) set(FLB_VERSION_MINOR 1) -set(FLB_VERSION_PATCH 0) +set(FLB_VERSION_PATCH 1) set(FLB_VERSION_STR "${FLB_VERSION_MAJOR}.${FLB_VERSION_MINOR}.${FLB_VERSION_PATCH}") set(CMAKE_POSITION_INDEPENDENT_CODE ON) diff --git a/dockerfiles/Dockerfile b/dockerfiles/Dockerfile index 3927debabad..4504bdd9426 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=5.1.0 +ARG RELEASE_VERSION=5.1.1 # For multi-arch builds - assumption is running on an AMD64 host FROM multiarch/qemu-user-static:x86_64-arm AS qemu-arm32 diff --git a/fluent-bit-5.1.0.bb b/fluent-bit-5.1.1.bb similarity index 99% rename from fluent-bit-5.1.0.bb rename to fluent-bit-5.1.1.bb index e822f9b4189..90a07f566f7 100644 --- a/fluent-bit-5.1.0.bb +++ b/fluent-bit-5.1.1.bb @@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" SECTION = "net" PR = "r0" -PV = "5.1.0" +PV = "5.1.1" SRCREV = "v${PV}" SRC_URI = "git://github.com/fluent/fluent-bit.git;nobranch=1" diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index c6e834eaa53..19602353eaa 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: fluent-bit base: core20 -version: '5.1.0' +version: '5.1.1' summary: High performance logs and stream processor description: | Fluent Bit is a high performance log processor and stream processor for Linux.