2024-10-09-Release
Version 1.76.0 • OCT 09, 2024
Upgrade Notes
Agent Version Support
IMPORTANT
Couchbase source need to take care when upgrading their Bindplane Collector. This is due to changes to the OpenTelemetry Transformation Language (OTTL) which impact the Couchbase source.
BindPlane v1.76.0 is required for Bindplane Collector v1.63.0 or newer. Users with BindPlane agent version v1.60.0 or older must upgrade to v1.61.0 or v1.62.0 before upgrading to v1.63.0.
If you are not using the Couchbase source, you can ignore Agent Version Support upgrade notes.
New Features
Configurable minimum TLS version
Minimum TLS Version
When using TLS, BindPlane defaults to a minimum TLS version of 1.3
. Users can opt into TLS 1.2
for supporting client devices that do not support TLS 1.3.
To configured TLS 1.2, update network.tlsMinVersion
string value to "1.2"
.
network:
tlsMinVersion: '1.2'
Last updated
Was this helpful?