Skip to content

Commit 1a51513

Browse files
github-actions[bot]edsiperPat
authored
release: update to 2.1.11 (#7987)
* release: update to 2.1.11 Signed-off-by: GitHub <[email protected]> * Apply suggestions from code review Signed-off-by: Pat <[email protected]> --------- Signed-off-by: GitHub <[email protected]> Signed-off-by: Pat <[email protected]> Co-authored-by: edsiper <[email protected]> Co-authored-by: Pat <[email protected]>
1 parent b19e9ce commit 1a51513

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set(CMAKE_POLICY_DEFAULT_CMP0069 NEW)
88
# Fluent Bit Version
99
set(FLB_VERSION_MAJOR 2)
1010
set(FLB_VERSION_MINOR 1)
11-
set(FLB_VERSION_PATCH 10)
11+
set(FLB_VERSION_PATCH 11)
1212
set(FLB_VERSION_STR "${FLB_VERSION_MAJOR}.${FLB_VERSION_MINOR}.${FLB_VERSION_PATCH}")
1313

1414
set(CMAKE_POSITION_INDEPENDENT_CODE ON)

dockerfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# 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/
1212

1313
# Set this to the current release version: it gets done so as part of the release.
14-
ARG RELEASE_VERSION=2.1.10
14+
ARG RELEASE_VERSION=2.1.11
1515

1616
# For multi-arch builds - assumption is running on an AMD64 host
1717
FROM multiarch/qemu-user-static:x86_64-arm as qemu-arm32
File renamed without changes.

0 commit comments

Comments
 (0)