Accepting request 1229492 from devel:languages:go
- 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) (forwarded request 1229491 from jfkw) OBS-URL: https://build.opensuse.org/request/show/1229492 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/telegraf?expand=0&rev=42
This commit is contained in:
commit
ee221b861b
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/influxdata/telegraf</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v1.32.3</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>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/influxdata/telegraf</param>
|
||||
<param name="changesrevision">2fd5bf4f2651d47fe574304e7064162e667d373d</param></service></servicedata>
|
||||
<param name="changesrevision">679020053079dec8aec210efe4eceaa5cad73944</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b50e3a2dfaef915c487a99163dadb3894c2c83ab2a444c1dd8d7d450d774e22d
|
||||
size 3311604
|
3
telegraf-1.33.0.tar.xz
Normal file
3
telegraf-1.33.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89f39dd5a5104ccddc268a7aef942cb43613d3c17a40f9f86e3884a97a516726
|
||||
size 3333452
|
238
telegraf.changes
238
telegraf.changes
@ -1,3 +1,239 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 09 20:56:33 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
||||
|
||||
- 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)
|
||||
* chore(deps): Bump github.com/vishvananda/netns from 0.0.4 to 0.0.5 (#16199)
|
||||
* fix(logging): Add Close() func for redirectLogger (#16219)
|
||||
* chore: Fix linter findings for `revive:exported` in `plugins/inputs/n*` (#16205)
|
||||
* chore(deps): Bump modernc.org/sqlite from 1.33.1 to 1.34.1 (#16202)
|
||||
* chore(deps): Bump super-linter/super-linter from 7.1.0 to 7.2.0 (#16203)
|
||||
* chore(deps): Bump github.com/intel/powertelemetry from 1.0.1 to 1.0.2 (#16201)
|
||||
* chore(deps): Bump github.com/rclone/rclone from 1.68.1 to 1.68.2 (#16200)
|
||||
* chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.42.2 to 1.43.1 (#16198)
|
||||
* Update changelog for v1.32.3
|
||||
* fix(inputs.snmp_trap): Remove timeout deprecation (#16145)
|
||||
* fix(inputs.netflow): Cast TCP ports to uint16 (#16197)
|
||||
* fix(common.socket): Use read buffer size config setting as a datagram reader buffer size (#16156)
|
||||
* chore: Update go to v1.23.3 (#16180)
|
||||
* chore: Fix linter findings for `revive:exported` in `plugins/inputs/m*` (#16191)
|
||||
* feat(inputs.amqp_consumer): Allow specification of queue arguments (#16141)
|
||||
* chore: Enable `revive:enforce-repeated-arg-type-style` rule (#16182)
|
||||
* chore(deps): Bump github.com/rclone/rclone from 1.67.0 to 1.68.1 (#16178)
|
||||
* chore: Enable `testifylint:go-require` checker (#16158)
|
||||
* feat(outputs.postgresql): Allow limiting of column name length (#16041)
|
||||
* chore: Enable `revive:enforce-slice-style` rule (#16173)
|
||||
* fix(agent): Restore setup order of stateful plugins to Init() then SetState() (#16123)
|
||||
* chore(deps): Bump golangci-lint from v1.61.0 to v1.62.0 (#16172)
|
||||
* chore(deps): Bump github.com/tidwall/gjson from 1.17.1 to 1.18.0 (#16174)
|
||||
* chore(deps): Bump golang.org/x/text from 0.19.0 to 0.20.0 (#16177)
|
||||
* chore(deps): Bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.37 to 1.17.44 (#16175)
|
||||
* chore(deps): Bump github.com/sijms/go-ora/v2 from 2.8.19 to 2.8.22 (#16176)
|
||||
* feat(inputs.nvidia-smi): REVERT -- Add `probe_on_startup` option (#16165)
|
||||
* chore: Fix linter findings for `revive:exported` in `plugins/inputs/l*` (#16167)
|
||||
* chore(parsers.prometheus): Do not warn about unknown format without headers (#16166)
|
||||
* fix(inputs.gnmi): Register connection statistics before creating client (#16171)
|
||||
* chore: Fix linter findings for `revive:enforce-slice-style` in `plugins/inputs/[a-d]*` and `plugins/common` (#16161)
|
||||
* chore(processors.regex): Change logging severity to debug (#16151)
|
||||
* fix(inputs.snmp): Fix crash when trying to format fields from unknown OIDs (#16155)
|
||||
* chore(outputs.influxdb_v2): Cleanup code and tests (#16147)
|
||||
* docs(specs): Add specification for partial-write errors (#16034)
|
||||
* chore(deps): Bump github.com/vmware/govmomi from 0.39.0 to 0.45.1 (#16135)
|
||||
* chore(deps): Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#16136)
|
||||
* chore(deps): Bump github.com/testcontainers/testcontainers-go/modules/kafka from 0.33.0 to 0.34.0 (#16134)
|
||||
* chore(deps): Bump github.com/jackc/pgtype from 1.14.3 to 1.14.4 (#16133)
|
||||
* chore(deps): Bump github.com/shirou/gopsutil/v4 from 4.24.9 to 4.24.10 (#16132)
|
||||
* chore(deps): Bump github.com/openconfig/gnmi from 0.10.0 to 0.11.0 (#16131)
|
||||
* test(models): Cleanup tests, unexport stuff and unify naming in tests (#16116)
|
||||
* fix(inputs.ntpq): Avoid panic on empty lines and make sure -p is present (#16110)
|
||||
* chore(inputs.modbus): Add device or controller information to error messages (#16114)
|
||||
* fix(logger): Avoid setting the log-format default too early (#16108)
|
||||
* chore: Fix linter findings for `revive:enforce-slice-style` in `plugins/inputs/[e-j]*` (#16088)
|
||||
* chore: Fix linter findings for `revive:exported` in `plugins/inputs/k*` (#16091)
|
||||
* docs(inputs): Add plugin metadata and update description for a* to f* (#16097)
|
||||
* fix(common.socket): Make sure the scanner buffer matches the read-buffer size (#16111)
|
||||
* chore(deps): Bump github.com/gofrs/uuid/v5 from 5.2.0 to 5.3.0 (#16096)
|
||||
* chore: Run make docs
|
||||
* fix(inputs.bind): Convert counters to uint64 (#16015)
|
||||
* docs(aggregators): Add plugin metadata and update description (#16089)
|
||||
* chore(linters): Fix findings found by `testifylint`: `go-require` for handlers for `plugins/inputs/[n-z]` (#16098)
|
||||
* chore(deps): Bump cloud.google.com/go/pubsub from 1.42.0 to 1.45.1 (#16093)
|
||||
* chore(deps): Bump golang.org/x/sys from 0.25.0 to 0.26.0 (#16095)
|
||||
* chore(deps): Bump github.com/gopacket/gopacket from 1.2.0 to 1.3.0 (#16094)
|
||||
* chore(deps): Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 (#16092)
|
||||
* chore: Fix `make docs` (lack of space in `sample.conf` for `wavefront`) (#16087)
|
||||
* Update changelog for v1.32.2
|
||||
* docs(outputs): Add plugin metadata and update description (#16061)
|
||||
* chore: Fix linter findings for `revive:exported` in `plugins/inputs/j*` (#16078)
|
||||
* chore: Fix linter findings for `revive:enforce-slice-style` in `plugins/inputs/[k-o]*` (#16071)
|
||||
* chore: Enable `revive:enforce-map-style` rule (#16077)
|
||||
* chore(linters): Fix findings found by `testifylint`: `go-require` for handlers for `plugins/inputs/[a-m]` (#16076)
|
||||
* chore(outputs): Fix line-length in READMEs (#16079)
|
||||
* chore: Fix linter findings for `revive:enforce-map-style` in `plugins/inputs/[n-z]*` (#16072)
|
||||
* chore: Fix linter findings for `revive:exported` in `plugins/inputs/i*` (#16075)
|
||||
* docs(processors.starlark): Correct typo (#16069)
|
||||
* fix(inputs.kafka_consumer): Fix deadlock (#16074)
|
||||
* feat(inputs.modbus): Allow grouping across register types (#16040)
|
||||
* chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.34.9 to 1.36.2 (#16057)
|
||||
* chore: Fix linter findings for `revive:exported` in `plugins/inputs/g*` (#16049)
|
||||
* chore: Fix linter findings for `revive:exported` in `plugins/inputs/e*` (#16044)
|
||||
* chore: Fix linter findings for `revive:enforce-slice-style` in `plugins/inputs/[p-z]*` (#16043)
|
||||
* fix(inputs.procstat): Correctly use systemd-unit setting for finding them (#16060)
|
||||
* chore(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.14.0 to 1.16.0 (#16056)
|
||||
* chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.42.1 to 1.42.2 (#16055)
|
||||
* chore(deps): Bump github.com/aws/aws-sdk-go-v2 from 1.32.1 to 1.32.2 (#16054)
|
||||
* chore(deps): Bump github.com/lxc/incus/v6 from 6.2.0 to 6.6.0 (#16053)
|
||||
* chore: Fix linter findings for `revive:exported` in `plugins/inputs/h*` (#16050)
|
||||
* chore: Fix linter findings for `revive:exported` in `plugins/inputs/f*` (#16048)
|
||||
* chore(inputs): Add removal version for old plugins (#16062)
|
||||
* chore: Fix linter findings for `revive:enforce-map-style` in `plugins/inputs/[a-m]*` (#16042)
|
||||
* fix(agent): Use a unique WAL file for plugin instances of the same type (#15966)
|
||||
* chore: Fix linter findings for `revive:enforce-map-style` in `plugins/aggregators`, `plugins/common`, `plugins/parsers`, `plugins/processors`, `plugins/secretstores` and `plugins/serializers` (#16039)
|
||||
* feat(inputs.snmp): Convert uneven bytes to int (#16027)
|
||||
* chore: Fix linter findings for `revive:enforce-slice-style` in `plugins/outputs` (#16032)
|
||||
* fix(inputs.win_eventlog): Handle XML data fields' filtering the same way as event fields (#16008)
|
||||
* fix(inputs.opcua): Allow to retry reads on invalid sessions (#16026)
|
||||
* docs(outputs): Clarify buffer limits behavior and fix spec wording (#15999)
|
||||
* feat(agent): Add --watch-interval option for polling config changes (#16010)
|
||||
* chore: Fix linter findings for `revive:exported` in `plugins/inputs/d*` (#16016)
|
||||
* chore: Fix linter findings for `revive:enforce-map-style` in `plugins/outputs` (#15981)
|
||||
* feat(outputs.mqtt): Add sprig functions for topic name generator (#15943)
|
||||
* fix(outputs.syslog): Trim field-names belonging to explicit SDIDs correctly (#16014)
|
||||
* chore(deps): Bump github.com/docker/docker from 27.1.1+incompatible to 27.3.1+incompatible (#16022)
|
||||
* chore(deps): Bump github.com/IBM/sarama from 1.43.2 to 1.43.3 (#16021)
|
||||
* chore(deps): Bump upgrade github.com/shirou/gopsutil from v3.24.4 to v4.24.9 (#16023)
|
||||
* chore(deps): Bump go.step.sm/crypto from 0.51.1 to 0.54.0 (#16020)
|
||||
* chore(deps): Bump github.com/alitto/pond from 1.9.0 to 1.9.2 (#16019)
|
||||
* chore(deps): Bump github.com/apache/thrift from 0.20.0 to 0.21.0 (#16018)
|
||||
* chore: Fix linter findings for `revive:exported` in `plugins/inputs/c*` (#16006)
|
||||
* chore: Fix linter findings for `revive:enforce-slice-style` in `plugins/parsers`, `plugins/processors`, `plugins/secretstores` and `plugins/serializers` (#15980)
|
||||
* fix(outputs.remotefile): Create a new serializer instance per output file (#15968)
|
||||
* feat(inputs.vsphere): Add VM memory configuration (#11591)
|
||||
* fix(inputs.netflow): Cast complex types to field compatible ones (#16009)
|
||||
* feat(inputs.socket_listener): Use reception time as timestamp (#15976)
|
||||
* feat(common.socket): Allow parallel parsing with a pool of workers (#15891)
|
||||
* chore: Fix linter findings for `revive:exported` in `plugins/inputs/[a-b]*` (#15913)
|
||||
* chore(linters): Fix findings found by `testifylint`: `go-require` for `plugins/outputs` (#15985)
|
||||
* chore: Update go to v1.23.2 (#15979)
|
||||
* chore(linters): Enable `string-format` rule for revive (#15983)
|
||||
* feat(inputs): Add option to choose the metric time source (#15917)
|
||||
* chore(linters): Fix findings found by `testifylint`: `go-require` for `plugins/common` and `plugins/inputs` (#15991)
|
||||
* chore(deps): Bump github.com/gwos/tcg/sdk from v8.7.2 to v8.8.0 (#15947)
|
||||
* chore(deps): Bump cloud.google.com/go/bigquery from 1.62.0 to 1.63.1 (#15992)
|
||||
* chore(deps): Bump github.com/gosnmp/gosnmp from 1.37.0 to 1.38.0 (#15993)
|
||||
* chore(deps): Bump github.com/signalfx/golib/v3 from 3.3.53 to 3.3.54 (#15994)
|
||||
* chore(deps): Bump github.com/snowflakedb/gosnowflake from 1.11.1 to 1.11.2 (#15995)
|
||||
* chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.40.4 to 1.42.1 (#15996)
|
||||
* chore(linters): Enable `datarace` rule for revive (#15984)
|
||||
* feat(inputs.mock): Add sine phase (#15990)
|
||||
* feat(aggregators.basicstats): Add first field (#15948)
|
||||
* Update CHANGELOG.md
|
||||
* Update changelog for 1.32.1
|
||||
* fix(agent): Fix buffer not flushing if all metrics are written (#15969)
|
||||
* chore(deps): Bump cloud.google.com/go/monitoring from 1.20.2 to 1.21.1 (#15932)
|
||||
* test(inputs.postgresql): Fixing integration test (#15986)
|
||||
* fix(inputs.influxdb_v2_listener): Fix concurrent read/write dict (#15982)
|
||||
* fix(processors.aws_ec2): Remove leading slash and cancel worker only if it exists (#15965)
|
||||
* test(compilation): Fixing test compilation (#15978)
|
||||
* feat(inputs.nvidia-smi): Add `probe_on_startup` option (#15916)
|
||||
* feat(inputs.diskio): Add field io await and util (#15950)
|
||||
* feat(inputs.neoom_beaam): Add new plugin (#15754)
|
||||
* feat(inputs.kafka_consumer): Implement startup error behavior options (#15919)
|
||||
* test(outputs.sql): Fix failing integration test by excluding options (#15972)
|
||||
* test(common.socket): Increase margin for memleak test to avoid flaky tests (#15961)
|
||||
* fix(inputs.cisco_telemetry_mdt): Handle NXOS DME subtree telemetry format (#15923)
|
||||
* chore(outputs.remotefile): Deprecate trace option (#15970)
|
||||
* feat(outputs): Only copy metric if its not filtered out (#15883)
|
||||
* chore(agent): Fix typo in service install command (#15967)
|
||||
* feat(inputs.snmp): Add displayhint conversion (#15935)
|
||||
* chore(inputs.modbus): Add more debug information for request grouping (#15959)
|
||||
* fix(inputs.vsphere): Add tags to VSAN ESA disks (#15960)
|
||||
* chore(deps): Bump github.com/prometheus/common from 0.55.0 to 0.60.0 (#15962)
|
||||
* chore(deps): Bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.16.12 to 1.16.14 (#15957)
|
||||
* chore(deps): Bump golang.org/x/oauth2 from 0.21.0 to 0.23.0 (#15955)
|
||||
* chore(linters): Enable `import-alias-naming` and `redundant-import-alias` rules for revive (#15836)
|
||||
* chore(deps): Bump github.com/srebhan/protobufquery from 0.0.0-20230803132024-ae4c0d878e55 to 1.0.1 (#15954)
|
||||
* feat(serializers.prometheusremotewrite): Log metric conversion errors (#15893)
|
||||
* chore(deps): Bump k8s.io/apimachinery from 0.30.1 to 0.31.1 (#15933)
|
||||
* fix(config): Correctly print removal version info (#15937)
|
||||
* chore(deps): Bump github.com/boschrexroth/ctrlx-datalayer-golang from 1.3.0 to 1.3.1 (#15931)
|
||||
* chore(deps): Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 (#15930)
|
||||
* chore(deps): Bump go.mongodb.org/mongo-driver from 1.16.0 to 1.17.0 (#15929)
|
||||
* feat(processors.batch): Add batch processor (#15869)
|
||||
* fix(parsers.avro): Add mutex to cache access (#15921)
|
||||
* chore(inputs): Remove deprecated options from sample config (#15872)
|
||||
* fix(inputs.consul): Move config checking to Init method (#15907)
|
||||
* chore(linters): Enable `comment-spacings` rule for revive (#15914)
|
||||
* chore(deps): Bump github.com/p4lang/p4runtime from 1.3.0 to 1.4.0 (#15903)
|
||||
* fix(inputs.amqp_consumer): NACKing messages on non-delivery related errors (#15796)
|
||||
* chore(deps): Bump github.com/harlow/kinesis-consumer from v0.3.6-0.20240606153816-553e2392fdf3 to v0.3.6-0.20240916192723-43900507c911 (#15890)
|
||||
* feat(inputs.memcached): Add support for external-store metrics (#15910)
|
||||
* chore(deps): Bump modernc.org/sqlite from 1.32.0 to 1.33.1 (#15901)
|
||||
* chore(deps): Bump golang.org/x/mod from 0.19.0 to 0.21.0 (#15902)
|
||||
* chore(deps): Bump github.com/netsampler/goflow2/v2 from 2.1.5 to 2.2.1 (#15904)
|
||||
* chore(deps): Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 (#15905)
|
||||
* fix(common.http): Keep timeout after creating oauth client (#15900)
|
||||
* chore: Fix linter findings for `revive:comment-spacings` (part 3) (#15898)
|
||||
* chore: Fix linter findings for `revive:comment-spacings` (part 2) (#15897)
|
||||
* chore: Fix linter findings for `revive:comment-spacings` (part 1) (#15896)
|
||||
* chore(linters): Fix findings found by `testifylint`: `go-require` for`instrumental` and parsers/processors (#15887)
|
||||
* chore(linters): Enable `max-public-structs` rule for revive (#15895)
|
||||
* chore(output.kinesis): Log kinesis consumer events (#15843)
|
||||
* chore: Update go to v1.23.1 (#15894)
|
||||
* chore: Fix linter findings for revive:max-public-structs in plugins/inputs/[t-z]* and rest (#15879)
|
||||
* chore: Fix linter findings for revive:max-public-structs in plugins/inputs/[n-s]* (#15878)
|
||||
* test(testutil): Fix value comparison (#15886)
|
||||
* chore(outputs.amqp): Remove deprecated options from sample config (#15873)
|
||||
* perf(agent): Reduce complexity of creating new metrics to 'O(N_fields)' (#15889)
|
||||
* chore: Fix linter findings for `revive:enforce-repeated-arg-type-style` in `plugins/inputs/[a-g]*` (#15849)
|
||||
* chore: Fix linter findings for `revive:enforce-repeated-arg-type-style` in `plugins/inputs/[h-n]*` (#15850)
|
||||
* chore(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.13.0 to 1.14.0 (#15862)
|
||||
* feat(inputs.prometheus): Allow to use secrets for credentials (#15865)
|
||||
* chore(linters): Enable `get-return` rule for revive (#15841)
|
||||
* chore(aggregators): Comment out default values in sample configs (#15864)
|
||||
* chore: Fix linter findings for `revive:enforce-repeated-arg-type-style` in `plugins/inputs/[o-z]*` (#15857)
|
||||
* chore: Fix linter findings for `revive:max-public-structs` in `plugins/inputs/[a-n]*` (#15858)
|
||||
* feat(inputs.statsd): Allow reporting sets and timings count as floats (#15853)
|
||||
* chore(deps): Bump github.com/snowflakedb/gosnowflake from 1.10.0 to 1.11.1 (#15860)
|
||||
* chore(cmd): Align plugin deprecation messages (#15867)
|
||||
* chore: Fix linter findings for `revive:enforce-repeated-arg-type-style` in `plugins/outputs` and `plugins/parsers` (#15847)
|
||||
* chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.34.4 to 1.34.9 (#15859)
|
||||
* chore(deps): Bump golangci-lint from v1.60.3 to v1.61.0 (#15856)
|
||||
* chore(deps): Bump golang.org/x/term from 0.23.0 to 0.24.0 (#15861)
|
||||
* chore(deps): Bump github.com/Azure/azure-kusto-go from 0.15.3 to 0.16.1 (#15863)
|
||||
* Update changelog for v1.32.0
|
||||
* Update build version to 1.33.0
|
||||
- Packaging improvements:
|
||||
* Update to BuildRequires: golang(API) >= 1.22 matching go.mod
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 18 20:40:42 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
||||
|
||||
@ -1282,7 +1518,7 @@ Tue Jan 30 00:38:28 UTC 2024 - mrueckert@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 13:31:07 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- refresh harden_telegraf.service.patch to apply cleanly again
|
||||
- refresh harden_telegraf.service.patch to apply cleanly again
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 09 12:55:18 UTC 2024 - mrueckert@suse.de
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define _config_dir %{_sysconfdir}/%{name}
|
||||
Name: telegraf
|
||||
Version: 1.32.3
|
||||
Version: 1.33.0
|
||||
Release: 0
|
||||
Summary: The plugin-driven server agent for collecting & reporting metrics
|
||||
License: MIT
|
||||
@ -30,7 +30,7 @@ Patch0: harden_telegraf.service.patch
|
||||
BuildRequires: git-core
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: golang(API) >= 1.22
|
||||
BuildRequires: golang(API) >= 1.23
|
||||
%{?systemd_ordering}
|
||||
|
||||
%description
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a612edd55859cc0c30240bbfea39cd8cc5bba8ebd8c082555f503c95ac7ae76
|
||||
size 26970984
|
||||
oid sha256:d358ffac0bef2b603698e8667f8239eb6ead16e5c4de43ba0cf62a249c8529b3
|
||||
size 27893508
|
||||
|
Loading…
x
Reference in New Issue
Block a user