Releases: foxglove/helm-charts
Releases · foxglove/helm-charts
primary-site-0.0.43
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.
primary-site-0.0.42
Inbox listener
Fixed: recordings with no device ID and no specified key are imported correctly. Previously, they were incorrectly de-duplicated.
edge-site-0.0.27
What's Changed
Full Changelog: primary-site-0.0.41...edge-site-0.0.27
primary-site-0.0.41
Inbox listener
- Changed: if a file is provided with an invalid device name or ID, the import will fail immediately rather than being retried repeatedly.
- Added: MCAP files containing channels with schema ID 0 (no schema) will be successfully imported.
- Added: Inbox listener will sort messages in files by their log time while importing. See https://docs.foxglove.dev/docs/primary-sites/self-hosting/inbox-listener-configuration for configuration options relating to this change.
Stream server
- Fixed: when a stream server pod is sent SIGTERM, it waits for
SHUTDOWN_TIMEOUT
seconds for any open requests to complete. Previously when this timeout was exceeded, the stream server would exit uncleanly and log an error. After this change, the stream server logs a warning and exits cleanly. - Added: stream server will serve MCAP channels with schema ID 0 (no schema) successfully.
edge-site-0.0.26
Changed since v0.0.25
- Added: edge sites can now index MCAP channels written with schema ID 0 (no schema).
edge-site-0.0.25
Changelog
Fixed
- Garbage collection was not working for any edge site with the site token configured via FOXGLOVE_SITE_TOKEN. After this release, garbage collection should occur for all edge sites with a retention period configured.
Changed
- Validation was added to
POST /v1/recordings
to return an error status if thedeviceName
does not match our existing API's validation criteria. See the canonical API documentation here: https://docs.foxglove.dev/api/#tag/Devices/paths/~1devices/post .
edge-site-0.0.24
Foxglove Edge Site
primary-site-0.0.40
Foxglove Primary Site
primary-site-0.0.39
Foxglove Primary Site
edge-site-0.0.23
Foxglove Edge Site