Jan 22, 2025 - v1.85.0

Self-hosted

Bug Fixes

  • Resolved an issue where rollouts could become "stuck" if an event was dropped due to a network issue

New Features

Bolt Store to Postgres

Migrating from Bolt Store to Postgres is supported with system authentication.

sudo BINDPLANE_CONFIG_HOME=/var/lib/bindplane \
  /usr/local/bin/bindplane migrate-store <new database name> \
  --config /etc/bindplane/config.yaml

New Beta Features

Beta features are subject to change and can contain bugs. Please use beta features with caution against non critical workloads.

Configuration V2 and Advanced Routing

Bindplane v1.85.0 introduces the new configuration topology with advanced routing capabilities.

Previously, users required the Filter by Condition processor for handling routing between sources and destinations. Now, users can connect sources and destinations explicitly, and avoid duplicating data across multiple destinations.

Existing configurations can be upgraded to to the new v2 topology by using the advanced "Upgrade to v2 beta" option.

NOTE

It is recommended to duplicate your configuration before proceeding, and test the new functionality against the duplicate configuration.

Bindplane docs - 2025-01-22-Release - image 1

Once upgraded, you will need to configure routing from source to destination.

Bindplane docs - 2025-01-22-Release - image 2

This example shows the routing connector being used to route Prometheus source to Google Managed Prometheus, Kubelet to Google Cloud, and both sources to a Prometheus destination.

Bindplane docs - 2025-01-22-Release - image 3

Last updated

Was this helpful?