Upstream update available: telegraf 1.35.3 → 1.35.4 #3

Closed
opened 2026-05-02 14:49:01 +03:00 by sbelikov · 1 comment
Owner

Upstream update available: telegraf 1.35.31.35.4

Package

  • Package: telegraf
  • RPM name: telegraf
  • Branch: niceos-5.2
  • Current EVR: 1.35.3-1
  • Update class: patch
  • Compare method: python_rpm
  • Update policy: leaf
  • Risk tags: github-upstream

Upstream

Signals

  • Security-relevant keywords detected: False
  • Policy blocked: False
  • Policy reason: -
  • Labels: ai-summary, bot, needs-build, needs-triage, priority/medium, update/patch, upstream-update, upstream/github

NiceSOFT AI preliminary stability analysis

1. Краткий вывод

Upstream telegraf обновился с 1.35.3 до 1.35.4; это выглядит как обычный patch-release без заявленных breaking changes. По предоставленным данным обновление можно рассматривать как candidate с лёгким manual review, но не как block. Для НАЙС.ОС как для stable/enterprise-дистрибутива ключевые риски выглядят ограниченными и в основном связаны с точечной проверкой сборки и downstream-патчей.

2. Риск для НАЙС.ОС

Оценка: low to medium.

Обоснование:

  • релиз имеет patch-уровень и содержит 3 bugfixes;
  • upstream не указал breaking changes, removals или “Important Changes”;
  • telegrafleaf-пакет, поэтому системный blast radius ограничен;
  • одновременно есть большой пакет dependency bumps, что даёт некоторый риск косвенной совместимости и расхождений в тестах/ожидаемом выводе.

Для enterprise-политики это в целом допустимое обновление, но с обязательной проверкой локальной упаковки и поведения на наших конфигурациях.

3. Что изменилось upstream

Проверяемые факты из release notes v1.35.4:

  • исправлен help text для CLI-флага --test в agent;
  • inputs.gnmi: обработка пустых updates в gNMI notification responses;
  • inputs.redfish: исправлено логирование корректного address при HTTP error;
  • release notes также содержат большое количество dependency bumps, включая clickhouse-go/v2, aws-sdk-go-v2 subpackages, gopsutil/v4, nats.go, docker, miekg/dns, redis/go-redis/v9, k8s.io/client-go, golang.org/x/crypto.

Дополнительно:

  • по compare view v1.35.3...v1.35.4 GitHub показывает 63 commits, 26 files changed, 8 contributors;
  • release page доступна и отмечает v1.35.4 как latest release на этой странице.

4. Security/CVE

Подтверждённых CVE/GHSA/security advisory в предоставленных источниках не найдено.
Security-мотивация обновления не подтверждена; присутствуют только обычные bugfixes и dependency updates.

5. ABI/API/CLI/config риск

  • ABI/API: подтверждённых breaking changes не указано.
  • CLI: есть изменение help text для --test; это не выглядит как семантическое изменение поведения.
  • config/defaults: в релизных заметках не указаны новые defaults, изменения формата конфигов или удаление опций.
  • Поведение плагинов: точечные изменения в inputs.gnmi и inputs.redfish могут повлиять на сценарии, где используются эти input-плагины.
  • Итог: риск интерфейсных изменений низкий, но manual review по help/output и plugin-specific поведению желателен.

6. Риск для RPM-сборки и dist-git

Проверить в SPECS/, SOURCES/, SBOM/ и source lock:

  • обновление Version/Release;
  • актуальность sources.lock.json / sources.sha256 / sources.gost;
  • не изменились ли upstream-артефакты или checksum source tarball;
  • нет ли необходимости обновить/убрать downstream patches;
  • BuildRequires / Requires на предмет зависимости от bumped Go libraries или генераторов;
  • %%check: не сломались ли тесты из-за изменения help text или output;
  • SBOM: совпадает ли перечень зависимостей и лицензий;
  • если есть автогенерация spec/metainfo, проверить, не появились ли изменения в packaging metadata.

Exact spec-impact из upstream compare view подтвердить нельзя: список файлов изменён, но web UI не раскрыла diff contents в текущей сессии.

7. Риск для системы и зависимых компонентов

  • telegraf — leaf agent package, поэтому влияние на reverse dependencies ограничено.
  • Возможны изменения в поведении отдельных input-плагинов (gnmi, redfish) в runtime.
  • Изменение help text может затронуть скрипты/тесты, которые сравнивают точный вывод telegraf --test или --help.
  • Dependency bumps могут изменить поведение только косвенно; upstream не сообщает о новых defaults или изменении конфигурационной семантики.

8. Проверки мейнтейнера

Чеклист перед PR/merge:

  • Сверить Version/Release в telegraf.spec
  • Обновить sources.lock.json / sources.sha256 / sources.gost, если применимо
  • Проверить, не изменился ли upstream tarball checksum
  • Просмотреть upstream release notes на предмет скрытых behavioral changes
  • Сравнить local patches с новым upstream
  • Запустить сборку в clean mock/chroot
  • Прогнать %check
  • Проверить telegraf --help и telegraf --test на ожидаемый вывод
  • Валидировать работу inputs.gnmi и inputs.redfish на тестовом стенде, если они используются
  • Проверить SBOM/license metadata, если они генерируются автоматически
  • Убедиться, что spec не требует новых BuildRequires/Requires

9. Рекомендация

candidate

10. Источники

  1. github.com — telegraf
  2. github.com — releases
  3. github.com — influxdata
  4. github.com — releases
  5. github.com — 16314
  6. github.com — 17237
  7. github.com — releases
  8. github.com — 15656
  9. github.com — 12337
  10. github.com — telegraf
  11. github.com — 12481
  12. github.com — telegraf

Upstream release notes / description

v1.35.4 [2025-08-18]

Bugfixes

  • #17451 agent Update help message for CLI flag --test
  • #17413 inputs.gnmi Handle empty updates in gnmi notification response
  • #17445 inputs.redfish Log correct address on HTTP error

Dependency Updates

  • #17454 deps Bump actions/checkout from 4 to 5
  • #17404 deps Bump cloud.google.com/go/storage from 1.55.0 to 1.56.0
  • #17428 deps Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.18.1 to 1.18.2
  • #17455 deps Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.10.1 to 1.11.0
  • #17383 deps Bump github.com/ClickHouse/clickhouse-go/v2 from 2.37.2 to 2.39.0
  • #17435 deps Bump github.com/ClickHouse/clickhouse-go/v2 from 2.39.0 to 2.40.1
  • #17393 deps Bump github.com/apache/arrow-go/v18 from 18.3.1 to 18.4.0
  • #17439 deps Bump github.com/apache/inlong/inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-golang from 1.0.3 to 1.0.5
  • #17437 deps Bump github.com/aws/aws-sdk-go-v2 from 1.37.0 to 1.37.2
  • #17402 deps Bump github.com/aws/aws-sdk-go-v2/config from 1.29.17 to 1.30.0
  • #17458 deps Bump github.com/aws/aws-sdk-go-v2/config from 1.30.1 to 1.31.0
  • #17391 deps Bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.70 to 1.18.0
  • #17436 deps Bump github.com/aws/aws-sdk-go-v2/credentials from 1.18.1 to 1.18.3
  • #17434 deps Bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.18.0 to 1.18.2
  • #17461 deps Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.45.3 to 1.48.0
  • #17392 deps Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.51.0 to 1.54.0
  • #17440 deps Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.54.0 to 1.55.0
  • #17473 deps Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.55.0 to 1.56.0
  • #17431 deps Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.44.0 to 1.46.0
  • #17470 deps Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.231.0 to 1.242.0
  • #17397 deps Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.35.3 to 1.36.0
  • #17430 deps Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.36.0 to 1.37.0
  • #17469 deps Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.37.0 to 1.38.0
  • #17432 deps Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.35.0 to 1.36.0
  • #17401 deps Bump github.com/aws/aws-sdk-go-v2/service/timestreamwrite from 1.31.2 to 1.32.0
  • #17421 deps Bump github.com/aws/aws-sdk-go-v2/service/timestreamwrite from 1.32.0 to 1.33.0
  • #17464 deps Bump github.com/aws/aws-sdk-go-v2/service/timestreamwrite from 1.33.0 to 1.34.0
  • #17457 deps Bump github.com/clarify/clarify-go from 0.4.0 to 0.4.1
  • #17407 deps Bump github.com/docker/docker from 28.3.2+incompatible to 28.3.3+incompatible
  • #17463 deps Bump github.com/docker/go-connections from 0.5.0 to 0.6.0
  • #17394 deps Bump github.com/golang-jwt/jwt/v5 from 5.2.2 to 5.2.3
  • #17423 deps Bump github.com/gopacket/gopacket from 1.3.1 to 1.4.0
  • #17399 deps Bump github.com/jedib0t/go-pretty/v6 from 6.6.7 to 6.6.8
  • #17422 deps Bump github.com/lxc/incus/v6 from 6.14.0 to 6.15.0
  • #17429 deps Bump github.com/miekg/dns from 1.1.67 to 1.1.68
  • #17433 deps Bump github.com/nats-io/nats-server/v2 from 2.11.6 to 2.11.7
  • #17426 deps Bump github.com/nats-io/nats.go from 1.43.0 to 1.44.0
  • #17456 deps Bump github.com/redis/go-redis/v9 from 9.11.0 to 9.12.1
  • #17420 deps Bump github.com/shirou/gopsutil/v4 from 4.25.6 to 4.25.7
  • #17388 deps Bump github.com/testcontainers/testcontainers-go/modules/azure from 0.37.0 to 0.38.0
  • #17382 deps Bump github.com/testcontainers/testcon

...[truncated 9958 chars]

NiceOS maintainer checklist

  • Confirm that the detected version is a stable upstream release.
  • Check upstream changelog for security fixes, ABI/API changes and build-system changes.
  • Check ABI/API compatibility and reverse dependencies.
  • Download source into NiceOS lookaside storage.
  • Update Version and related fields in SPECS/*.spec only if policy allows it.
  • Regenerate SOURCES/sources.lock.json, manifests, metadata and SBOM.
  • Build SRPM/RPM in a clean NiceOS buildroot.
  • Run package smoke tests.
  • Link PR/build logs and close this issue after update or triage.

Bot metadata

  • Tool: niceos_upstream_monitor.py 2.1.2-openai-deep
  • Generated at: 2026-05-02T11:48:57Z
<!-- niceos-upstream-monitor:fingerprint=upstream-update:telegraf:1.35.4 --> <!-- niceos-upstream-monitor:package=telegraf --> <!-- niceos-upstream-monitor:current=1.35.3 --> <!-- niceos-upstream-monitor:latest=1.35.4 --> # Upstream update available: `telegraf` `1.35.3` → `1.35.4` ## Package - Package: `telegraf` - RPM name: `telegraf` - Branch: `niceos-5.2` - Current EVR: `1.35.3-1` - Update class: `patch` - Compare method: `python_rpm` - Update policy: `leaf` - Risk tags: `github-upstream` ## Upstream - Upstream type: `github` - Upstream project: `influxdata/telegraf` - Upstream URL: <a href="https://github.com/influxdata/telegraf" target="_blank" rel="noopener noreferrer">github.com — telegraf</a> - Detected version: `1.35.4` - Tag/release: `v1.35.4` - Source: `github_release` - Published: `2025-08-19T08:36:04Z` - Release URL: <a href="https://github.com/influxdata/telegraf/releases/tag/v1.35.4" target="_blank" rel="noopener noreferrer">github.com — v1.35.4</a> - Source URL: <a href="https://api.github.com/repos/influxdata/telegraf/tarball/v1.35.4" target="_blank" rel="noopener noreferrer">api.github.com — v1.35.4</a> - Pre-release: `False` ## Signals - Security-relevant keywords detected: `False` - Policy blocked: `False` - Policy reason: `-` - Labels: `ai-summary, bot, needs-build, needs-triage, priority/medium, update/patch, upstream-update, upstream/github` ## NiceSOFT AI preliminary stability analysis ### 1. Краткий вывод Upstream `telegraf` обновился с `1.35.3` до `1.35.4`; это выглядит как обычный patch-release без заявленных breaking changes. По предоставленным данным обновление **можно рассматривать как `candidate` с лёгким `manual review`**, но не как `block`. Для НАЙС.ОС как для stable/enterprise-дистрибутива ключевые риски выглядят ограниченными и в основном связаны с точечной проверкой сборки и downstream-патчей. ### 2. Риск для НАЙС.ОС **Оценка: low to medium.** Обоснование: - релиз имеет patch-уровень и содержит 3 bugfixes; - upstream не указал breaking changes, removals или “Important Changes”; - `telegraf` — **leaf**-пакет, поэтому системный blast radius ограничен; - одновременно есть большой пакет dependency bumps, что даёт некоторый риск косвенной совместимости и расхождений в тестах/ожидаемом выводе. Для enterprise-политики это в целом допустимое обновление, но с обязательной проверкой локальной упаковки и поведения на наших конфигурациях. ### 3. Что изменилось upstream Проверяемые факты из release notes `v1.35.4`: - исправлен help text для CLI-флага `--test` в `agent`; - `inputs.gnmi`: обработка пустых updates в gNMI notification responses; - `inputs.redfish`: исправлено логирование корректного address при HTTP error; - release notes также содержат большое количество dependency bumps, включая `clickhouse-go/v2`, `aws-sdk-go-v2` subpackages, `gopsutil/v4`, `nats.go`, `docker`, `miekg/dns`, `redis/go-redis/v9`, `k8s.io/client-go`, `golang.org/x/crypto`. Дополнительно: - по compare view `v1.35.3...v1.35.4` GitHub показывает **63 commits**, **26 files changed**, **8 contributors**; - release page доступна и отмечает `v1.35.4` как latest release на этой странице. ### 4. Security/CVE Подтверждённых CVE/GHSA/security advisory в предоставленных источниках **не найдено**. Security-мотивация обновления **не подтверждена**; присутствуют только обычные bugfixes и dependency updates. ### 5. ABI/API/CLI/config риск - **ABI/API:** подтверждённых breaking changes не указано. - **CLI:** есть изменение help text для `--test`; это не выглядит как семантическое изменение поведения. - **config/defaults:** в релизных заметках не указаны новые defaults, изменения формата конфигов или удаление опций. - **Поведение плагинов:** точечные изменения в `inputs.gnmi` и `inputs.redfish` могут повлиять на сценарии, где используются эти input-плагины. - **Итог:** риск интерфейсных изменений **низкий**, но `manual review` по help/output и plugin-specific поведению желателен. ### 6. Риск для RPM-сборки и dist-git Проверить в `SPECS/`, `SOURCES/`, `SBOM/` и source lock: - обновление `Version`/`Release`; - актуальность `sources.lock.json` / `sources.sha256` / `sources.gost`; - не изменились ли upstream-артефакты или checksum source tarball; - нет ли необходимости обновить/убрать downstream patches; - `BuildRequires` / `Requires` на предмет зависимости от bumped Go libraries или генераторов; - `%%check`: не сломались ли тесты из-за изменения help text или output; - `SBOM`: совпадает ли перечень зависимостей и лицензий; - если есть автогенерация spec/metainfo, проверить, не появились ли изменения в packaging metadata. Exact spec-impact из upstream compare view подтвердить нельзя: список файлов изменён, но web UI не раскрыла diff contents в текущей сессии. ### 7. Риск для системы и зависимых компонентов - `telegraf` — leaf agent package, поэтому влияние на reverse dependencies ограничено. - Возможны изменения в поведении отдельных input-плагинов (`gnmi`, `redfish`) в runtime. - Изменение help text может затронуть скрипты/тесты, которые сравнивают точный вывод `telegraf --test` или `--help`. - Dependency bumps могут изменить поведение только косвенно; upstream не сообщает о новых defaults или изменении конфигурационной семантики. ### 8. Проверки мейнтейнера Чеклист перед PR/merge: - [ ] Сверить `Version`/`Release` в `telegraf.spec` - [ ] Обновить `sources.lock.json` / `sources.sha256` / `sources.gost`, если применимо - [ ] Проверить, не изменился ли upstream tarball checksum - [ ] Просмотреть upstream release notes на предмет скрытых behavioral changes - [ ] Сравнить local patches с новым upstream - [ ] Запустить сборку в clean mock/chroot - [ ] Прогнать `%check` - [ ] Проверить `telegraf --help` и `telegraf --test` на ожидаемый вывод - [ ] Валидировать работу `inputs.gnmi` и `inputs.redfish` на тестовом стенде, если они используются - [ ] Проверить `SBOM`/license metadata, если они генерируются автоматически - [ ] Убедиться, что spec не требует новых `BuildRequires`/`Requires` ### 9. Рекомендация **candidate** ### 10. Источники - <a href="https://github.com/influxdata/telegraf/releases/tag/v1.35.4" target="_blank" rel="noopener noreferrer">Release v1.35.4</a> - <a href="https://github.com/influxdata/telegraf/compare/v1.35.3...v1.35.4" target="_blank" rel="noopener noreferrer">Compare v1.35.3...v1.35.4</a> - <a href="https://github.com/influxdata/telegraf" target="_blank" rel="noopener noreferrer">Main upstream repository</a> - <a href="https://specs.niceos.ru/rpms/telegraf" target="_blank" rel="noopener noreferrer">NiceOS dist-git: telegraf</a> ### Источники, найденные web_search 1. <a href="https://github.com/influxdata/telegraf" target="_blank" rel="noopener noreferrer">github.com — telegraf</a> 2. <a href="https://github.com/influxdata/telegraf/releases" target="_blank" rel="noopener noreferrer">github.com — releases</a> 3. <a href="https://github.com/influxdata" target="_blank" rel="noopener noreferrer">github.com — influxdata</a> 4. <a href="https://github.com/influxdata/telegraf/releases?ref=blog.mdfranz.com" target="_blank" rel="noopener noreferrer">github.com — releases</a> 5. <a href="https://github.com/influxdata/telegraf/issues/16314" target="_blank" rel="noopener noreferrer">github.com — 16314</a> 6. <a href="https://github.com/influxdata/telegraf/issues/17237" target="_blank" rel="noopener noreferrer">github.com — 17237</a> 7. <a href="https://github.com/telegraf/telegraf/releases" target="_blank" rel="noopener noreferrer">github.com — releases</a> 8. <a href="https://github.com/influxdata/telegraf/issues/15656" target="_blank" rel="noopener noreferrer">github.com — 15656</a> 9. <a href="https://github.com/influxdata/telegraf/issues/12337" target="_blank" rel="noopener noreferrer">github.com — 12337</a> 10. <a href="https://github.com/topics/telegraf" target="_blank" rel="noopener noreferrer">github.com — telegraf</a> 11. <a href="https://github.com/influxdata/telegraf/issues/12481" target="_blank" rel="noopener noreferrer">github.com — 12481</a> 12. <a href="https://github.com/telegraf/telegraf" target="_blank" rel="noopener noreferrer">github.com — telegraf</a> ## Upstream release notes / description ## v1.35.4 [2025-08-18] ### Bugfixes - <a href="https://github.com/influxdata/telegraf/pull/17451" target="_blank" rel="noopener noreferrer">#17451</a> `agent` Update help message for CLI flag --test - <a href="https://github.com/influxdata/telegraf/pull/17413" target="_blank" rel="noopener noreferrer">#17413</a> `inputs.gnmi` Handle empty updates in gnmi notification response - <a href="https://github.com/influxdata/telegraf/pull/17445" target="_blank" rel="noopener noreferrer">#17445</a> `inputs.redfish` Log correct address on HTTP error ### Dependency Updates - <a href="https://github.com/influxdata/telegraf/pull/17454" target="_blank" rel="noopener noreferrer">#17454</a> `deps` Bump actions/checkout from 4 to 5 - <a href="https://github.com/influxdata/telegraf/pull/17404" target="_blank" rel="noopener noreferrer">#17404</a> `deps` Bump cloud.google.com/go/storage from 1.55.0 to 1.56.0 - <a href="https://github.com/influxdata/telegraf/pull/17428" target="_blank" rel="noopener noreferrer">#17428</a> `deps` Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.18.1 to 1.18.2 - <a href="https://github.com/influxdata/telegraf/pull/17455" target="_blank" rel="noopener noreferrer">#17455</a> `deps` Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.10.1 to 1.11.0 - <a href="https://github.com/influxdata/telegraf/pull/17383" target="_blank" rel="noopener noreferrer">#17383</a> `deps` Bump github.com/ClickHouse/clickhouse-go/v2 from 2.37.2 to 2.39.0 - <a href="https://github.com/influxdata/telegraf/pull/17435" target="_blank" rel="noopener noreferrer">#17435</a> `deps` Bump github.com/ClickHouse/clickhouse-go/v2 from 2.39.0 to 2.40.1 - <a href="https://github.com/influxdata/telegraf/pull/17393" target="_blank" rel="noopener noreferrer">#17393</a> `deps` Bump github.com/apache/arrow-go/v18 from 18.3.1 to 18.4.0 - <a href="https://github.com/influxdata/telegraf/pull/17439" target="_blank" rel="noopener noreferrer">#17439</a> `deps` Bump github.com/apache/inlong/inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-golang from 1.0.3 to 1.0.5 - <a href="https://github.com/influxdata/telegraf/pull/17437" target="_blank" rel="noopener noreferrer">#17437</a> `deps` Bump github.com/aws/aws-sdk-go-v2 from 1.37.0 to 1.37.2 - <a href="https://github.com/influxdata/telegraf/pull/17402" target="_blank" rel="noopener noreferrer">#17402</a> `deps` Bump github.com/aws/aws-sdk-go-v2/config from 1.29.17 to 1.30.0 - <a href="https://github.com/influxdata/telegraf/pull/17458" target="_blank" rel="noopener noreferrer">#17458</a> `deps` Bump github.com/aws/aws-sdk-go-v2/config from 1.30.1 to 1.31.0 - <a href="https://github.com/influxdata/telegraf/pull/17391" target="_blank" rel="noopener noreferrer">#17391</a> `deps` Bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.70 to 1.18.0 - <a href="https://github.com/influxdata/telegraf/pull/17436" target="_blank" rel="noopener noreferrer">#17436</a> `deps` Bump github.com/aws/aws-sdk-go-v2/credentials from 1.18.1 to 1.18.3 - <a href="https://github.com/influxdata/telegraf/pull/17434" target="_blank" rel="noopener noreferrer">#17434</a> `deps` Bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.18.0 to 1.18.2 - <a href="https://github.com/influxdata/telegraf/pull/17461" target="_blank" rel="noopener noreferrer">#17461</a> `deps` Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.45.3 to 1.48.0 - <a href="https://github.com/influxdata/telegraf/pull/17392" target="_blank" rel="noopener noreferrer">#17392</a> `deps` Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.51.0 to 1.54.0 - <a href="https://github.com/influxdata/telegraf/pull/17440" target="_blank" rel="noopener noreferrer">#17440</a> `deps` Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.54.0 to 1.55.0 - <a href="https://github.com/influxdata/telegraf/pull/17473" target="_blank" rel="noopener noreferrer">#17473</a> `deps` Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.55.0 to 1.56.0 - <a href="https://github.com/influxdata/telegraf/pull/17431" target="_blank" rel="noopener noreferrer">#17431</a> `deps` Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.44.0 to 1.46.0 - <a href="https://github.com/influxdata/telegraf/pull/17470" target="_blank" rel="noopener noreferrer">#17470</a> `deps` Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.231.0 to 1.242.0 - <a href="https://github.com/influxdata/telegraf/pull/17397" target="_blank" rel="noopener noreferrer">#17397</a> `deps` Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.35.3 to 1.36.0 - <a href="https://github.com/influxdata/telegraf/pull/17430" target="_blank" rel="noopener noreferrer">#17430</a> `deps` Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.36.0 to 1.37.0 - <a href="https://github.com/influxdata/telegraf/pull/17469" target="_blank" rel="noopener noreferrer">#17469</a> `deps` Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.37.0 to 1.38.0 - <a href="https://github.com/influxdata/telegraf/pull/17432" target="_blank" rel="noopener noreferrer">#17432</a> `deps` Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.35.0 to 1.36.0 - <a href="https://github.com/influxdata/telegraf/pull/17401" target="_blank" rel="noopener noreferrer">#17401</a> `deps` Bump github.com/aws/aws-sdk-go-v2/service/timestreamwrite from 1.31.2 to 1.32.0 - <a href="https://github.com/influxdata/telegraf/pull/17421" target="_blank" rel="noopener noreferrer">#17421</a> `deps` Bump github.com/aws/aws-sdk-go-v2/service/timestreamwrite from 1.32.0 to 1.33.0 - <a href="https://github.com/influxdata/telegraf/pull/17464" target="_blank" rel="noopener noreferrer">#17464</a> `deps` Bump github.com/aws/aws-sdk-go-v2/service/timestreamwrite from 1.33.0 to 1.34.0 - <a href="https://github.com/influxdata/telegraf/pull/17457" target="_blank" rel="noopener noreferrer">#17457</a> `deps` Bump github.com/clarify/clarify-go from 0.4.0 to 0.4.1 - <a href="https://github.com/influxdata/telegraf/pull/17407" target="_blank" rel="noopener noreferrer">#17407</a> `deps` Bump github.com/docker/docker from 28.3.2+incompatible to 28.3.3+incompatible - <a href="https://github.com/influxdata/telegraf/pull/17463" target="_blank" rel="noopener noreferrer">#17463</a> `deps` Bump github.com/docker/go-connections from 0.5.0 to 0.6.0 - <a href="https://github.com/influxdata/telegraf/pull/17394" target="_blank" rel="noopener noreferrer">#17394</a> `deps` Bump github.com/golang-jwt/jwt/v5 from 5.2.2 to 5.2.3 - <a href="https://github.com/influxdata/telegraf/pull/17423" target="_blank" rel="noopener noreferrer">#17423</a> `deps` Bump github.com/gopacket/gopacket from 1.3.1 to 1.4.0 - <a href="https://github.com/influxdata/telegraf/pull/17399" target="_blank" rel="noopener noreferrer">#17399</a> `deps` Bump github.com/jedib0t/go-pretty/v6 from 6.6.7 to 6.6.8 - <a href="https://github.com/influxdata/telegraf/pull/17422" target="_blank" rel="noopener noreferrer">#17422</a> `deps` Bump github.com/lxc/incus/v6 from 6.14.0 to 6.15.0 - <a href="https://github.com/influxdata/telegraf/pull/17429" target="_blank" rel="noopener noreferrer">#17429</a> `deps` Bump github.com/miekg/dns from 1.1.67 to 1.1.68 - <a href="https://github.com/influxdata/telegraf/pull/17433" target="_blank" rel="noopener noreferrer">#17433</a> `deps` Bump github.com/nats-io/nats-server/v2 from 2.11.6 to 2.11.7 - <a href="https://github.com/influxdata/telegraf/pull/17426" target="_blank" rel="noopener noreferrer">#17426</a> `deps` Bump github.com/nats-io/nats.go from 1.43.0 to 1.44.0 - <a href="https://github.com/influxdata/telegraf/pull/17456" target="_blank" rel="noopener noreferrer">#17456</a> `deps` Bump github.com/redis/go-redis/v9 from 9.11.0 to 9.12.1 - <a href="https://github.com/influxdata/telegraf/pull/17420" target="_blank" rel="noopener noreferrer">#17420</a> `deps` Bump github.com/shirou/gopsutil/v4 from 4.25.6 to 4.25.7 - <a href="https://github.com/influxdata/telegraf/pull/17388" target="_blank" rel="noopener noreferrer">#17388</a> `deps` Bump github.com/testcontainers/testcontainers-go/modules/azure from 0.37.0 to 0.38.0 - <a href="https://github.com/influxdata/telegraf/pull/17382" target="_blank" rel="noopener noreferrer">#17382</a> `deps` Bump github.com/testcontainers/testcon ...[truncated 9958 chars] ## NiceOS maintainer checklist - [ ] Confirm that the detected version is a stable upstream release. - [ ] Check upstream changelog for security fixes, ABI/API changes and build-system changes. - [ ] Check ABI/API compatibility and reverse dependencies. - [ ] Download source into NiceOS lookaside storage. - [ ] Update `Version` and related fields in `SPECS/*.spec` only if policy allows it. - [ ] Regenerate `SOURCES/sources.lock.json`, manifests, metadata and SBOM. - [ ] Build SRPM/RPM in a clean NiceOS buildroot. - [ ] Run package smoke tests. - [ ] Link PR/build logs and close this issue after update or triage. ## Bot metadata - Tool: `niceos_upstream_monitor.py 2.1.2-openai-deep` - Generated at: `2026-05-02T11:48:57Z`
Author
Owner

Package version is now 1.35.4 and target version was 1.35.4. Closing as resolved.\n\n_Closed by niceos_upstream_monitor.py 1.5 at 2026-05-09T20:33:45Z._

Package version is now `1.35.4` and target version was `1.35.4`. Closing as resolved.\n\n_Closed by `niceos_upstream_monitor.py 1.5` at `2026-05-09T20:33:45Z`._
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
rpms/telegraf#3
No description provided.