34 posts tagged with "Primary Site"
Release notes for self-hosted Foxglove Primary Site Helm chart.
View All TagsPrimary 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.
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
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
Primary Site v0.0.57
Primary Site v0.0.56
Primary Site v0.0.55
Primary Site v0.0.54
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.