Skip to main content

38 posts tagged with "Primary Site"

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

View All Tags

Primary Site v0.0.67

Added
  • inbox-listener: added MAX_FINALIZATION_WORKER_COUNT environment variable to configure the maximum worker count used to write files to the lake. This defaults to 40 and can be reduced to mitigate rate-limiting API errors from the lake bucket. When set to 0, the inbox listener uses one worker per topic in the input file.

Docs: About | Install | Upgrade

Primary Site v0.0.66

Fixes
  • Fixed an issue where the stream server would sometimes yield messages from earlier than expected when using the lastPerChannel replay policy.

  • Fixed an issue where too many concurrent connections to the underlying object store would result in resource exhaustion. There is now a default limit of 1024 concurrent connections.


Docs: About | Install | Upgrade

Primary Site v0.0.64

Fixes
  • Fixed an issue where input files with foxglove_device_name metadata would be interpreted as having no device.
Changed
  • Updated the default for SEQUENCE_NODE_MAX_BUFFERED_COUNT from 32 to 0.

Docs: About | Install | Upgrade

Primary Site v0.0.62

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
  • Fix AWS region selection so that the stream service can read from buckets in non-default regions.

Docs: About | Install | Upgrade

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