Add 1.23.4 changelog (#4344)
* Add 1.23.4 changelog * Update release-notes-changelog.md * Update release-notes-changelog.mdpull/4350/head
parent
4bcabbdc09
commit
596b251b1c
|
@ -10,6 +10,57 @@ menu:
|
|||
name: Release notes
|
||||
weight: 60
|
||||
---
|
||||
## v1.23.4 [2022-08-16]
|
||||
|
||||
- Bump `github.com/lxc/lxd` to be able to run tests.
|
||||
- Sync sql output and input build constraints to handle loong64 in go1.19.
|
||||
- Update credentials file to not use `endpoint_url` parameter
|
||||
- Fixes to linter issues
|
||||
- Add Coralogix dialect to open telemetry.
|
||||
|
||||
## Input plugin updates
|
||||
|
||||
- Cloudwatch (`cloudwatch`): Customizable batch size when querying.
|
||||
- Kube Inventory (`kube_inventory`): Send file location to enable token auto-refresh.
|
||||
- Kubernetes (`kubernetes`): Refresh token from file at each read.
|
||||
- MongoDB (`mongodb`): Update to most recent version.
|
||||
- OPC UA (`opcua`): Return an error with mismatched types.
|
||||
- SQL server (`sqlserver`): Set lower deadlock priority.
|
||||
- Stackdriver (`stackdriver`) Handle when no buckets available.
|
||||
|
||||
|
||||
## Dependency Updates
|
||||
|
||||
- Bump github.com/testcontainers/testcontainers-go from 0.12.0 to 0.13.0.
|
||||
- Bump github.com/apache/thrift from 0.15.0 to 0.16.0.
|
||||
- Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.46.0 to 1.51.0.
|
||||
- Update all go.opentelemetry.io dependencies.
|
||||
- Bump github.com/go-ldap/ldap/v3 from 3.4.1 to 3.4.4.
|
||||
- Bump github.com/karrick/godirwalk from 1.16.1 to 1.17.0.
|
||||
- Bump github.com/vmware/govmomi from 0.28.0 to 0.29.0.
|
||||
- Bump github.com/eclipse/paho.mqtt.golang from 1.3.5 to 1.4.1.
|
||||
- Bump github.com/shirou/gopsutil/v3 from 3.22.4 to 3.22.7.
|
||||
- Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs.
|
||||
- Bump github.com/Azure/go-autorest/autorest/adal.
|
||||
- Bump github.com/pion/dtls/v2 from 2.0.13 to 2.1.5.
|
||||
- Bump github.com/Azure/azure-event-hubs-go/v3.
|
||||
- Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch.
|
||||
- Bump github.com/aws/aws-sdk-go-v2/service/kinesis.
|
||||
- Bump github.com/aws/aws-sdk-go-v2/service/dynamodb.
|
||||
- Bump github.com/signalfx/golib/v3 from 3.3.43 to 3.3.45.
|
||||
- Update github.com/BurntSushi/toml from 0.4.1 to 1.2.0.
|
||||
- Update cloud.google.com/go/pubsub from 1.23.0 to 1.24.0.
|
||||
- Update k8s.io/apimachinery from 0.24.2 to 0.24.3.
|
||||
- Update github.com/Shopify/sarama from 1.34.1 to 1.35.0.
|
||||
- Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0.
|
||||
- Bump github.com/emicklei/go-restful from v2.9.5+incompatible to v3.8.0.
|
||||
- Bump github.com/hashicorp/consul/api from 1.12.0 to 1.13.1.
|
||||
- Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0.
|
||||
- Bump google.golang.org/api from 0.85.0 to 0.91.0.
|
||||
- Bump github.com/antchfx/xmlquery from 1.3.9 to 1.3.12.
|
||||
- Bump github.com/aws/aws-sdk-go-v2/service/ec2.
|
||||
- Bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds.
|
||||
- Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs.
|
||||
|
||||
## v1.23.3 [2022-07-25]
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ telegraf:
|
|||
versions: [v1.9, v1.10, v1.11, v1.12, v1.13, v1.14, v1.15, v1.16, v1.17, v1.18, v1.19, v1.20, v1.21, v1.22, v1.23]
|
||||
latest: v1.23
|
||||
latest_patches:
|
||||
"1.23": 3
|
||||
"1.23": 4
|
||||
"1.22": 2
|
||||
"1.21": 4
|
||||
"1.20": 4
|
||||
|
|
Loading…
Reference in New Issue