From 43f3fe4e15ab78e2376124a6bfa585f7e7db7777 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 09:00:22 +0100 Subject: [PATCH] release: update to 2.1.11 (#7987) * release: update to 2.1.11 Signed-off-by: GitHub * Apply suggestions from code review Signed-off-by: Pat --------- Signed-off-by: GitHub Signed-off-by: Pat Co-authored-by: edsiper Co-authored-by: Pat --- CMakeLists.txt | 2 +- dockerfiles/Dockerfile | 2 +- fluent-bit-2.1.10.bb => fluent-bit-2.1.11.bb | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename fluent-bit-2.1.10.bb => fluent-bit-2.1.11.bb (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index ae853815b70..44c5bd1c559 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set(CMAKE_POLICY_DEFAULT_CMP0069 NEW) # Fluent Bit Version set(FLB_VERSION_MAJOR 2) set(FLB_VERSION_MINOR 1) -set(FLB_VERSION_PATCH 10) +set(FLB_VERSION_PATCH 11) 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 bc0c06c5517..eca36af7dcd 100644 --- a/dockerfiles/Dockerfile +++ b/dockerfiles/Dockerfile @@ -11,7 +11,7 @@ # docker buildx build --platform "linux/amd64,linux/arm64,linux/arm/v7" -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=2.1.10 +ARG RELEASE_VERSION=2.1.11 # 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-2.1.10.bb b/fluent-bit-2.1.11.bb similarity index 100% rename from fluent-bit-2.1.10.bb rename to fluent-bit-2.1.11.bb