forked from pool/telegraf
56c96ccc53
- Update to version 1.29.1: * Telegraf v1.29.1 * Update changelog for v1.29.1 * Update build_version.txt for v1.29.1 * fix(inputs.clickhouse): Omit zookeeper metrics on clickhouse cloud (#14443) * docs(inputs.memcached): Correct typo in README.md (#14448) * fix(inputs.php-fpm): Parse JSON output (#14430) * docs(inputs.ldap): Correct plugin name in sample config (#14446) * chore(deps): Update all github.com/aws/aws-sdk-go-v2 dependencies (#14441) * fix(inputs.procstat): Revert unintended renaming of 'systemd_unit' option (#14440) * chore(deps): Bump github.com/go-ldap/ldap/v3 from 3.4.5 to 3.4.6 (#14435) * chore(deps): Bump github.com/klauspost/compress from 1.17.3 to 1.17.4 (#14433) * chore(deps): Bump github.com/openzipkin/zipkin-go from 0.4.1 to 0.4.2 (#14432) * chore(deps): Bump github.com/tidwall/gjson from 1.14.4 to 1.17.0 (#14431) OBS-URL: https://build.opensuse.org/request/show/1132934 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/telegraf?expand=0&rev=68
22 lines
754 B
Plaintext
22 lines
754 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/influxdata/telegraf</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="revision">v1.29.1</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
</service>
|
|
<service name="set_version" mode="manual">
|
|
<param name="basename">telegraf</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="go_modules" mode="manual">
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|