Skip to content

Commit

Permalink
release: update to 2.1.11 (#7987)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored and leonardo-albertovich committed Oct 5, 2023
1 parent 2060c09 commit 17dc353
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 17dc353

Please sign in to comment.