Skip to content

Commit 1a41f49

Browse files
github-actions[bot]celalettin1286Pat
authored
release: update to 2.1.10 (#7895)
* release: update to 2.1.10 Signed-off-by: GitHub <[email protected]> * Update dockerfiles/Dockerfile Signed-off-by: Pat <[email protected]> --------- Signed-off-by: GitHub <[email protected]> Signed-off-by: Pat <[email protected]> Co-authored-by: celalettin1286 <[email protected]> Co-authored-by: Pat <[email protected]>
1 parent 12e67d9 commit 1a41f49

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 9)
11+
set(FLB_VERSION_PATCH 10)
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.9
14+
ARG RELEASE_VERSION=2.1.10
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

fluent-bit-2.1.9.bb renamed to fluent-bit-2.1.10.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
1616
SECTION = "net"
1717

1818
PR = "r0"
19-
PV = "2.1.9"
19+
PV = "2.1.10"
2020

2121
SRCREV = "v${PV}"
2222
SRC_URI = "git://github.com/fluent/fluent-bit.git;nobranch=1"

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fluent-bit
22
base: core18
3-
version: '2.1.9'
3+
version: '2.1.10'
44
summary: High performance logs and stream processor
55
description: |
66
Fluent Bit is a high performance log processor and stream processor for Linux.

0 commit comments

Comments
 (0)