May 9, 2025 - v1.90.1
Self-hosted
WARNING
🚧 Postgres permission requirements have changed.
Execute the following on your Postgres database before performing the upgrade to v1.90.1.
GRANT CREATE ON DATABASE <database name> TO <database user>
New Features
Update Splunk Observability Cloud destination to support au0, eu1, eu2 regions
Optimize filelog receiver configuration to improve performance
Add start_at parameter defaulting to end
OTLP source add cross-origin resource sharing configuration
New Object Storage Batch processor recommendation
CLI: Add ability to delete agents with selector or query
Config: User configurable Postgres schema
Allow collector telemetry port to be specified in Advanced Configuration, defaulting to
8888
UI: Prevent collectors from attaching to configurations with incompatible components
UI: Theming overhaul
Configuration V2 is considered stable and generally available
Bug Fixes
User Invites: Fix valid email regex
Prevent large V2 configs from growing out of view
Prevent long org names from overflowing elements
Misc
Upgrade to Prometheus v3
Update default timeout to 90 seconds
Increase default override request size limit to 4MB
OTLP source: Increase default max request size to 20 MiB
Prometheus v3
Bindplane ships with Prometheus v3 as of release v1.90.1. Prometheus is used for storing agent throughput and health metrics. You can learn more about Bindplane's use of Prometheus here.
Stand-alone installations of Bindplane will receive Prometheus v3 when upgrading to Bindplane v1.90.1+. If you are operating Bindplane in High Availability you will need to upgrade your Prometheus instance yourself. See the Prometheus Installation documentation for details.
Last updated
Was this helpful?