telegraf/_service
Jeff Kowalczyk a814431445 - Update to version 1.33.0:
* Telegraf v1.33.0
  * Update changelog for v1.33.0
  * chore(inputs.prometheus): Improve label and field selector logging (#16228)
  * fix(logging): Fix deplicated prefix+attrMsg in log message when redirectLogger is used (#16274)
  * fix(outputs.quix): Replace deprecated serializer type
  * feat(outputs.quix): Add plugin (#16144)
  * chore: Update go to v1.23.4 (#16265)
  * feat(outputs.influxdb_v2): Add rate limit implementation (#15742)
  * feat(outputs): Add rate-limiting infrastructure (#16258)
  * feat(logging): Allow overriding message key for structured logging (#16242)
  * chore(parsers.avro): Add unit-test for enum (#16260)
  * chore: Fix linter findings for `revive:exported` in `plugins/inputs/o*` (#16224)
  * chore(serializers)!: Remove old-style creation (#15971)
  * chore(deps): Bump golangci-lint from v1.62.0 to v1.62.2 (#16250)
  * chore(deps): Bump cloud.google.com/go/storage from 1.43.0 to 1.47.0 (#16235)
  * fix(logging): Clean up extra empty spaces when redirectLogger is used (#16255)
  * feat(outputs): Implement partial write errors (#16146)
  * feat(inputs.vsphere): Add cpu temperature field (#16109)
  * docs: Fix PostgreSQL example DSN (#16229)
  * fix(inputs.procstat): Handle running processes correctly across multiple filters (#16257)
  * feat(inputs.smart): Add Power on Hours and Cycle Count (#16230)
  * chore: Fix function names in comments (#16231)
  * fix(inputs.netflow): Decode flags in TCP and IP headers correctly (#16248)
  * docs(serializers.json): Fix typo (#16245)
  * chore(actions): Only check PR title for semantic commit message (#16253)
  * chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.29.3 to 1.32.6 (#16234)
  * chore(deps): Bump google.golang.org/grpc from 1.67.1 to 1.68.0 (#16233)
  * chore(deps): Bump cloud.google.com/go/bigquery from 1.63.1 to 1.64.0 (#16232)
  * chore(deps): Bump golang.org/x/net from 0.30.0 to 0.31.0 (#16236)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/telegraf?expand=0&rev=97
2024-12-09 21:43:17 +00:00

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.33.0</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>