# ZenML 0.94.6 - Product: ZenML (https://whatsnew.fyi/product/zenml) - Vendor: ZenML - Date: 2026-06-02 - Version: 0.94.6 - Original notes: https://github.com/zenml-io/zenml/releases/tag/0.94.6 - Permalink: https://whatsnew.fyi/product/zenml/releases/0.94.6 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — 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 - **fixed** — Resolved an issue where ZenML would fail when no container engine was available even when users explicitly set skip_build=True in their DockerSettings - **fixed** — 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](https://github.com/zenml-io/zenml/pull/4856)
Fixed - **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](https://github.com/zenml-io/zenml/pull/4879)
##### What's Changed * Add version 0.94.4 to legacy docs by @github-actions[bot] in https://github.com/zenml-io/zenml/pull/4872 * Add 0.94.5 to the migration tests by @github-actions[bot] in https://github.com/zenml-io/zenml/pull/4874 * Don't require container engine when specifying skip_build by @schustmi in https://github.com/zenml-io/zenml/pull/4879 * Fix GKE private cluster access via DNS control plane endpoint in GCP service connector by @stefannica in https://github.com/zenml-io/zenml/pull/4856 * Include hook sources as string in snapshot config template by @schustmi in https://github.com/zenml-io/zenml/pull/4880 * Prepare release 0.94.6 by @github-actions[bot] in https://github.com/zenml-io/zenml/pull/4883 **Full Changelog**: https://github.com/zenml-io/zenml/compare/0.94.5...0.94.6