From 65583b3e5835600dffd49484d6671531246017c2 Mon Sep 17 00:00:00 2001 From: patrick-stephens Date: Thu, 9 Nov 2023 11:03:55 +0000 Subject: [PATCH] release: update to 2.2.1 Signed-off-by: GitHub --- CMakeLists.txt | 2 +- dockerfiles/Dockerfile | 2 +- fluent-bit-2.2.0.bb => fluent-bit-2.2.1.bb | 2 +- include/fluent-bit/flb_version.h.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename fluent-bit-2.2.0.bb => fluent-bit-2.2.1.bb (99%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8007e617a4c..38f963a60e8 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 2) -set(FLB_VERSION_PATCH 0) +set(FLB_VERSION_PATCH 1) 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 b49e6c92b5e..0c39be4fe41 100644 --- a/dockerfiles/Dockerfile +++ b/dockerfiles/Dockerfile @@ -11,7 +11,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=2.2.0 +ARG RELEASE_VERSION=2.2.1 # 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.2.0.bb b/fluent-bit-2.2.1.bb similarity index 99% rename from fluent-bit-2.2.0.bb rename to fluent-bit-2.2.1.bb index 82de646b68a..3e7a208b49b 100644 --- a/fluent-bit-2.2.0.bb +++ b/fluent-bit-2.2.1.bb @@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" SECTION = "net" PR = "r0" -PV = "2.2.0" +PV = "2.2.1" SRCREV = "v${PV}" SRC_URI = "git://github.com/fluent/fluent-bit.git;nobranch=1" diff --git a/include/fluent-bit/flb_version.h.in b/include/fluent-bit/flb_version.h.in index 351f6bb33a3..fa86d818141 100644 --- a/include/fluent-bit/flb_version.h.in +++ b/include/fluent-bit/flb_version.h.in @@ -2,7 +2,7 @@ /* Fluent Bit * ========== - * Copyright (C) 2015-2022 The Fluent Bit Authors + * Copyright (C) 2015-2023 The Fluent Bit Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.