Skip to main content

42 posts tagged with "Primary Site"

Release notes for self-hosted Foxglove Primary Site Helm chart.

View All Tags

Primary Site v0.0.61

This release includes a fix for the stream service.

As with the last release, if you encounter issues with this image, you can opt out using the following configuration in your values.yaml file when upgrading the helm chart:

streamService:
useLegacyImage: true

This option will be removed in future releases. Please report any issues encountered to [email protected].

Fixed
  • Remove a cache optimization which could result in data corruption between MCAP channels in some cases

Docs: About | Install | Upgrade

Primary Site v0.0.60

This release includes a new and improved version of the stream service.

If you encounter issues with this image, you can opt out using the following configuration in your values.yaml file when upgrading the helm chart:

streamService:
useLegacyImage: true

This option will be removed in future releases. Please report any issues encountered to [email protected].

New & Improved
  • Defaults to a new version of the stream service
Fixed
  • Fixed the import process for those using Azure Blob storage

Docs: About | Install | Upgrade

Primary Site v0.0.53

This release contains performance improvements to the inbox listener.

Improvements
  • Inbox listener: increase speed when splitting files with many small topics.
  • Inbox listener: reduced RAM usage when splitting files with many topics when writing to MinIO or other s3-compatible stores.

Docs: About | Install | Upgrade

Primary Site v0.0.50

This release contains an change in behavior when providing a device name in Foxglove MCAP metadata.

New & Improved
  • Changed: When supplying a device name in Foxglove MCAP metadata, the device no longer needs to be created in advance. If a device with that name does not yet exist, it will be created during processing of the recording by the inbox listener.

Docs: About | Install | Upgrade

Primary Site v0.0.49

This release contains minor updates and fixes to the inbox listener and garbage collector.

New & Improved
  • 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.

    Fixes
  • 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.


Docs: About | Install | Upgrade