Skip to content

Releases: foxglove/helm-charts

primary-site-0.0.50

17 Oct 21:27
e2a0c01
Compare
Choose a tag to compare
  • Change: a device name specified in foxglove MCAP metadata will now create the device if it does not yet exist

primary-site-0.0.49

20 Sep 01:56
9fd4055
Compare
Choose a tag to compare
  • Added: If the LOG_REPEATED_IMPORT_FAILURES environment variable is set to true, the inbox listener will log an error-level message whenever it has to quarantine an input file after exhausting all retries. This can help primary site operators detect issues with their deployment.
  • Changed: For primary sites using Azure storage buckets with hierarchical namespaces enabled, the garbage-collector service will log an info-level message when it attempts to delete a non-empty directory, but it will skip over it.
  • Fixed: If the inbox listener attempts to process an MCAP file with an invalid file offset, it will quarantine the file immediately rather than retrying three times.

edge-site-0.0.29

20 Sep 01:53
c40ade6
Compare
Choose a tag to compare

Fixed: When the edge controller attempts to submit a recording that Foxglove cloud considers invalid, it will gracefully drop the recording instead of retrying forever.

primary-site-0.0.48

19 Sep 18:58
264cfc4
Compare
Choose a tag to compare

Changelog

  • inbox-listener: for built-in autoscaling, add Helm chart values to tune pollingInterval, successJobsHistoryLimit and failedJobsHistoryLimit

primary-site-0.0.47

12 Sep 22:20
5851da6
Compare
Choose a tag to compare

Changelog

  • Feature: add support for built-in inbox-listener autoscaling, see documentation for details

primary-site-0.0.46

11 Sep 03:02
cab6f77
Compare
Choose a tag to compare
  • Fixed: if the garbage collector cannot delete a temp file, it will log an error instead of aborting.
  • Fixed: the request ID tag in inbox listener logs now matches the request ID in the foxglove API for pending imports.
  • Fixed: various corrupt BAG and MCAP errors will now result in the file being quarantined immediately rather than retrying 3 times.

primary-site-0.0.45

06 Aug 13:21
4468985
Compare
Choose a tag to compare

Inbox listener

Fixed: the lake object store is used for MCAP metadata, supporting multi-provider configurations

edge-site-0.0.28

06 Aug 13:08
fd3b1df
Compare
Choose a tag to compare

Edge controller

Fixed: Use correctly built multiarch images.

primary-site-0.0.44

30 Jul 04:19
fa36a6a
Compare
Choose a tag to compare

Changed

  • New lake file path format: the inbox listener now writes files into the lake bucket with object paths starting with v1. This should not affect behavior.

primary-site-0.0.43

09 Jul 21:10
f1898fc
Compare
Choose a tag to compare

Inbox listener

Fixed: ensure the storage object writer closes successfully when writing mcap metadata. Previously, the error was suppressed, and a metadata file could fail to exist in the lake.