fluentd: pin td-agent to 4.4.2

Closes-Bug: #2019557

Change-Id: I3723e418c061c387c7f18cd33556ebb74ba1bd95
Signed-off-by: Sven Kieske <kieske@osism.tech>
This commit is contained in:
Sven Kieske 2023-05-31 12:02:53 +02:00
parent 9c0a62a952
commit 59a5de343a
No known key found for this signature in database
3 changed files with 12 additions and 1 deletions

View File

@ -12,6 +12,11 @@ Package: logstash-oss
Pin: version 7.9.*
Pin-Priority: 1000
# FIXME(SvenKieske): Pinning to 4.4.2 to avoid bug 2019557
Package: td-agent*
Pin: version 4.4.2-1
Pin-Priority: 1000
# NOTE(hrw): we do not want backports unless requested
Package: *
Pin: release n=bullseye-backports

View File

@ -11,3 +11,9 @@ Pin-Priority: 1000
Package: logstash-oss
Pin: version 7.9.*
Pin-Priority: 1000
# FIXME(SvenKieske): Pinning to 4.4.2 to avoid bug 2019557
Package: td-agent*
Pin: version 4.4.2-1
Pin-Priority: 1000

View File

@ -16,7 +16,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% set fluentd_packages = [
'gcc-c++',
'make',
'td-agent',
'td-agent-4.4.2',
] %}
{% elif base_package_type == 'deb' %}