From 96747b40e810abbc7a5d0f8adeefc917b9e998c0 Mon Sep 17 00:00:00 2001 From: Patrick Stephens Date: Mon, 30 Sep 2024 12:00:46 +0100 Subject: [PATCH] version: update to 3.2.0 Signed-off-by: Patrick Stephens --- dockerfiles/Dockerfile | 2 +- fluent-bit-3.1.7.bb => fluent-bit-3.2.0.bb | 2 +- snap/snapcraft.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename fluent-bit-3.1.7.bb => fluent-bit-3.2.0.bb (99%) diff --git a/dockerfiles/Dockerfile b/dockerfiles/Dockerfile index f068611e654..9db1d638c62 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=3.1.7 +ARG RELEASE_VERSION=3.2.0 # 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-3.1.7.bb b/fluent-bit-3.2.0.bb similarity index 99% rename from fluent-bit-3.1.7.bb rename to fluent-bit-3.2.0.bb index 6c69bacaf6e..d9cb59aad6b 100644 --- a/fluent-bit-3.1.7.bb +++ b/fluent-bit-3.2.0.bb @@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" SECTION = "net" PR = "r0" -PV = "3.1.7" +PV = "3.2.0" 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 4cdc9c82280..c2220ee029d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: fluent-bit base: core18 -version: '3.1.7' +version: '3.2.0' summary: High performance logs and stream processor description: | Fluent Bit is a high performance log processor and stream processor for Linux.