# 2024-10-09-Release

## Upgrade Notes

### Agent Version Support

{% hint style="warning" %}
**IMPORTANT**

[Couchbase source](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/couchbase.md) need to take care when upgrading their Bindplane Collector. This is due to changes to the [OpenTelemetry Transformation Language](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/pkg/ottl/README.md) (OTTL) which impact the Couchbase source.
{% endhint %}

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](https://github.com/observIQ/bindplane-docs/blob/main/integrations/sources/couchbase.md), you can ignore Agent Version Support upgrade notes.

## New Features

* [Honeycomb Refinery Destination](https://github.com/observIQ/bindplane-docs/blob/main/integrations/destinations/honeycomb-refinery.md)
* Configurable [minimum TLS version](#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"`.

```yaml
network:
  tlsMinVersion: '1.2'
```
