Skip to content

25.8.0

Latest

Choose a tag to compare

@catpineapple catpineapple released this 25 Dec 08:47
1db0c69

This version adds important new features to DDC capabilities, including TLS support, PVC scaling, and pod debugging. It also includes enhancements to Helm capabilities and detailed support for pod resources, and fixes several issues.

Features & Enhancements

  • dorisctl supports TLS access #432
  • The Operator supports the use of TLS in drop node scenarios. #434
  • Minor improvements to the Helm chart (template optimization). #452
  • The Helm/operator chart allows setting Deployment resource quotas, respecting the customization of values.yaml. #462
  • The Helm chart kubeVersion is compatible with Kubernetes versions with pre-release suffixes (such as EKS/GKE). #463
  • Provides ddc debugging capabilities #460 #471
  • Provides CPU resource awareness parameter passing for be pods #464
  • DDC supports PVC expansion.#467
  • Init Container custom behavior supports resource limit configuration. #469

Bug Fixes

  • Unit tests fix test case issues. #430 #433
  • Fixed a resource leak caused by an unclosed SQL connection. #437
  • Fixed a bug in FE PVC information collection #438
  • Fixed error log messages, duplicate environment variables, and other code-related defects. #440 #442 #449
  • CVE fixes and security dependencies updates. #453
  • Fixed a MySQL SQL Client structure definition mapping issue. #468

Improve & Reliability

  • The DDC MetaService controller reuses BuildVolumesVolumeMountsAndPVCs to build PVCs, improving logical consistency. #436

Downloads

image repo

  • Operator :
    operator image is the tag with prefix "operator-".
  • FE:
    FE image is the tag with the prefix "fe-".
  • BE:
    BE image is the tag with the prefix "be-".
  • Broker:
    Broker image is the tag with the prefix "broker-".
  • MS:
    MS image is the tag with the prefix "ms-".

The image format please reference the image repo description.

Thanks