Upgrade fluent-bit version to latest 1.9.6 (#3478)

* Upgrade fluent-bit version to latest 1.9.6

* Fix linter errors in fluent-bit spec
This commit is contained in:
chalamalasetty 2022-08-03 16:04:13 -07:00 коммит произвёл GitHub
Родитель 54b197da7c
Коммит 86cfbeb1ce
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 13 добавлений и 9 удалений

Просмотреть файл

@ -1,5 +1,5 @@
{
"Signatures": {
"fluent-bit-1.8.12.tar.gz" : "50f2a4e9eb6c2a2df58b78ef562e23c1ef9871c389c7bd0320f6b381d2b491c8"
"fluent-bit-1.9.6.tar.gz" : "7f4de8d561695d9153dbe39b7f6d919dc849daf57cb7c402a2beb0ebe35a42e0"
}
}

Просмотреть файл

@ -1,7 +1,7 @@
Summary: Fast and Lightweight Log processor and forwarder for Linux, BSD and OSX
Name: fluent-bit
Version: 1.8.12
Release: 2%{?dist}
Version: 1.9.6
Release: 1%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Mariner
@ -16,6 +16,7 @@ BuildRequires: gcc-c++
BuildRequires: gnutls-devel
BuildRequires: graphviz
BuildRequires: libpq-devel
BuildRequires: libyaml-devel
BuildRequires: make
BuildRequires: openssl-devel
BuildRequires: pkgconfig
@ -73,6 +74,10 @@ Development files for %{name}
%{_libdir}/fluent-bit/*.so
%changelog
* Wed Aug 03 2022 Suresh Babu Chalamalasetty <schalam@microsoft.com> - 1.9.6-1
- Upgrade version to 1.9.6
- Add build time dependency libyaml-devel
* Thu Feb 19 2022 Sriram Nambakam <snambakam@microsoft.com> - 1.8.12-2
- Compile with -DFLB_JEMALLOC=on.
@ -89,4 +94,3 @@ Development files for %{name}
* Mon Mar 30 2020 Jonathan Chiu <jochi@microsoft.com> - 1.4.1-1
- Original version for CBL-Mariner.

Просмотреть файл

@ -3278,8 +3278,8 @@
"type": "other",
"other": {
"name": "fluent-bit",
"version": "1.8.12",
"downloadUrl": "https://github.com/fluent/fluent-bit/archive/refs/tags/v1.8.12.tar.gz"
"version": "1.9.6",
"downloadUrl": "https://github.com/fluent/fluent-bit/archive/refs/tags/v1.9.6.tar.gz"
}
}
},