Skip to content

Releases: foxglove/helm-charts

primary-site-0.0.38

23 Feb 14:29
766e76f
Compare
Choose a tag to compare

Foxglove Primary Site

primary-site-0.0.37

23 Feb 02:42
150342f
Compare
Choose a tag to compare

Changed

  • Successfully publishing ARM64 images to us-central1-docker.pkg.dev/foxglove/images/images/.

edge-site-0.0.22

23 Feb 02:42
150342f
Compare
Choose a tag to compare

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

22 Feb 04:37
9b9ff67
Compare
Choose a tag to compare

Support for ARM64

edge-site-0.0.21

22 Feb 04:37
9b9ff67
Compare
Choose a tag to compare
  • 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

14 Feb 18:05
edf9439
Compare
Choose a tag to compare

Adds support for setting nodeSelector on primary site deployments

primary-site-0.0.34

24 Jan 22:39
5c548fd
Compare
Choose a tag to compare

This adds support for recordings without devices.

primary-site-0.0.33

17 Oct 16:53
337b0ce
Compare
Choose a tag to compare

Fixes a buffer reuse bug in the stream service.

primary-site-0.0.32

12 Oct 21:36
2c2ea54
Compare
Choose a tag to compare

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

03 Oct 16:32
1b3c0dd
Compare
Choose a tag to compare

Foxglove Primary Site