feat(inputs.modbus): Remove deprecated plugin option value - #17743
Merged
srebhan merged 3 commits intoOct 8, 2025
Merged
Conversation
srebhan
approved these changes
Oct 1, 2025
Hipska
marked this pull request as draft
October 1, 2025 20:37
Contributor
Author
Contributor
|
Download PR build artifacts for linux_amd64.tar.gz, darwin_arm64.tar.gz, and windows_amd64.zip. 👍 This pull request doesn't change the Telegraf binary size 📦 Click here to get additional PR build artifactsArtifact URLs |
skartikey
approved these changes
Oct 3, 2025
Contributor
Hipska
marked this pull request as ready for review
October 3, 2025 14:36
srebhan
approved these changes
Oct 8, 2025
Hipska
added a commit
to Super-Visions/telegraf
that referenced
this pull request
Oct 9, 2025
…lector * master: (37 commits) test(inputs.jenkins): Cleanup unit-tests (influxdata#17782) fix(outputs.nats): Unwrap wrapped metrics to avoid panic on missing Field method (influxdata#17787) chore(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs from 1.4.0 to 2.0.0 (influxdata#17784) fix(parsers.csv): Support concurrent usage (influxdata#17573) feat(inputs.influxdb_v2_listener): Implement ping endpoint (influxdata#17732) feat(inputs.win_perf_counters): Remove deprecated options (influxdata#17763) feat(inputs.aerospike): Remove deprecated options (influxdata#17760) feat(inputs.opcua): Remove deprecated options (influxdata#17752) feat(inputs.modbus): Remove deprecated plugin option values (influxdata#17743) chore(deps): Bump google.golang.org/grpc from 1.75.1 to 1.76.0 (influxdata#17771) chore(deps): Bump github.com/shirou/gopsutil/v4 from 4.25.8 to 4.25.9 (influxdata#17767) chore(deps): Bump go.opentelemetry.io/collector/pdata from 1.42.0 to 1.43.0 (influxdata#17776) chore(deps): Bump github.com/go-ldap/ldap/v3 from 3.4.11 to 3.4.12 (influxdata#17769) chore(deps): Bump google.golang.org/protobuf from 1.36.9 to 1.36.10 (influxdata#17768) chore(deps): Bump cloud.google.com/go/bigquery from 1.70.0 to 1.71.0 (influxdata#17770) chore(deps): Bump github.com/nats-io/nats.go from 1.46.0 to 1.46.1 (influxdata#17766) chore(deps): Bump cloud.google.com/go/pubsub/v2 from 2.0.0 to 2.2.0 (influxdata#17777) chore(deps): Bump google.golang.org/api from 0.250.0 to 0.251.0 (influxdata#17778) chore(deps): Bump github.com/leodido/go-syslog/v4 from 4.2.1-0.20250421191238-de2e76af1251 to 4.3.0 (influxdata#17773) chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.50.5 to 1.51.0 (influxdata#17772) ... # Conflicts: # plugins/inputs/influxdb_v2_listener/influxdb_v2_listener.go # plugins/inputs/influxdb_v2_listener/influxdb_v2_listener_test.go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
optimizationstated to be removed in 1.30.0.data_typestated to be removed in 1.35.0.Checklist
Related issues