Jan 22, 2025 - v1.85.0
Self-hosted
Last updated
Was this helpful?
Self-hosted
Resolved an issue where rollouts could become "stuck" if an event was dropped due to a network issue
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.yamlBeta features are subject to change and can contain bugs. Please use beta features with caution against non critical workloads.
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.

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

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.

Last updated
Was this helpful?
Was this helpful?