Skip to content

Bug fixes

Upgrade⚓︎

Upgrade on GKE⚓︎

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

Upgrade on EKS⚓︎

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

Upgrade on LKE⚓︎

kubectl apply -f "https://www.hydrolix.io/operator/v4.22.2/operator-resources?namespace=$HDX_KUBERNETES_NAMESPACE"

Changelog⚓︎

Bug Fixes⚓︎

  • Data
  • Batch peers no longer hang when a table with a descendant summary table fails to generate a summary partition during batch ingestion. They now handle errors correctly and continue processing new work.

  • Control

  • Set unified_auth to False by default on the query endpoint. This allows user and pass to be used as query parameters for authorization.