ZenML 0.94.6

0.94.6
Fixed 3
  • Fixed GCP service connector failures when connecting to private GKE clusters that use Google's DNS-based control plane endpoint by connecting using the same method as gcloud container clusters get-credentials --dns-endpoint
  • Resolved an issue where ZenML would fail when no container engine was available even when users explicitly set skip_build=True in their DockerSettings
  • Include hook sources as string in snapshot config template
Infrastructure & Deployment Improvements
  • Enhanced GKE Private Cluster Support: Fixed GCP service connector failures when connecting to private GKE clusters that use Google's DNS-based control plane endpoint. ZenML now connects using the same method as gcloud container clusters get-credentials --dns-endpoint, ensuring reliable access to private clusters. PR #4856
  • Docker Build Requirements: Resolved an issue where ZenML would fail when no container engine was available, even when users explicitly set skip_build=True in their DockerSettings. The build checksum computation now correctly respects the skip_build flag. PR #4879
What's Changed

Full Changelog: https://github.com/zenml-io/zenml/compare/0.94.5...0.94.6

View original

Upgraded? How did it go?

Discussion