13 August 2024 - v4.17.1

Bug fixes

This release contains bug fixes that were applied to v4.17.0. Refer to the release notes for v4.17.0 to see notable feature announcements and other information relevant to v4.17.

Upgrade on GKE:

kubectl apply -f "https://www.hydrolix.io/operator/v4.17.1/operator-resources?namespace=${HDX_KUBERNETES_NAMESPACE}&gcp-storage-sa=${GCP_STORAGE_SA}"

Upgrade on EKS:

kubectl apply -f "https://www.hydrolix.io/operator/v4.17.1/operator-resources?namespace=${HDX_KUBERNETES_NAMESPACE}&aws-storage-role=${AWS_STORAGE_ROLE}"

General

  • API
    • Config is now published asynchronously, making the API more performant
  • UI
    • Enabled multiple autoingest sources for a single table

Bug Fixes

  • API
    • Using HTTP PATCH on a table no longer generates a 500 error
  • Core
    • Fixed segfault in Intake Head Turbine container
  • UI
    • Changed PUT to PATCH when updating query options to avoid overwriting existing options