Releases: foxglove/helm-charts
primary-site-0.0.38
Foxglove Primary Site
primary-site-0.0.37
Changed
- Successfully publishing ARM64 images to
us-central1-docker.pkg.dev/foxglove/images/images/
.
edge-site-0.0.22
Changed:
- Successfully publishing ARM64 images to
us-central1-docker.pkg.dev/foxglove/images/images/edge-controller
.
Fixed:
- Fixed a bug where the edge controller would refuse to index files with multiple channels of the same topic.
primary-site-0.0.36
Support for ARM64
edge-site-0.0.21
- Support for ARM64
- Support for ros1 bag recordings
- Enable upload directly to foxglove-hosted buckets
- Fix: handle unprocessable files during reconciliation
primary-site-0.0.35
Adds support for setting nodeSelector on primary site deployments
primary-site-0.0.34
This adds support for recordings without devices.
primary-site-0.0.33
Fixes a buffer reuse bug in the stream service.
primary-site-0.0.32
This introduces a configuration parameter to the stream service called BUFFER_CONNECTIONS_THRESHOLD. When set to a non-negative number, this will cause the query executor to buffer storage connections ahead of time when more than $THRESHOLD logical streams must be merged in the plan. This will have the effect of smoothing throughput from the service, at the cost of double the memory consumption for the affected requests. The impact of the change will be most noticeable for requests that merge a large number of topics. Users who wish to experiment with this feature can experiment with values to find a balance that is helpful for painful queries but doesn't increase memory for non-painful ones.
The default value for this setting is currently -1, meaning no behavior change by default. It is likely a release in the near future will pick a nonzero default based on learnings from this one. Users not experience problems can simply wait until then to receive the change.
primary-site-0.0.31
Foxglove Primary Site