18 December 2024 - v4.20.3

k8s resource configuration stability, Prometheus scrape interval tunable

This release contains features that were applied to v4.20.2. Refer to the release notes for v4.20.1 and v4.20.2 to see other notable feature announcements and information.

Upgrade on GKE:

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

Upgrade on EKS:

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

Upgrade on LKE

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

General

  • Control

    • The new hydrolix.io/ignore-diff=true annotation in the Hydrolix operator prevents manual changes in Kubernetes resources from being reverted by the operator. Read more about it in Manual Resource Configuration.
    • A new prometheus_scrape_interval controls the Prometheus scrape_interval global value.