-
Notifications
You must be signed in to change notification settings - Fork 567
Much better Pro docs #4263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: docs/pro-vs-oss
Are you sure you want to change the base?
Much better Pro docs #4263
Conversation
Documentation Link Check Results❌ Absolute links check failed |
🔍 Broken Links ReportSummary
Details
📂 Full file paths
|
* Add regional location support to GCP Image Builder Users can now specify a `location` parameter to run Cloud Build in a specific GCP region instead of the global endpoint. This enables: - Data residency compliance (GDPR, etc.) - Lower latency when building near GCS buckets/Artifact Registry - Required for Cloud Build private pools The Service Connector region does not control Cloud Build region, so this must be set explicitly on the Image Builder component. * Add validator to normalize empty location strings Adds a Pydantic field_validator that strips whitespace and converts empty strings to None at parse time. This prevents edge cases where location="" would produce an invalid endpoint like "-cloudbuild.googleapis.com".
* Adding the new version to the necessary files. * Add release notes --------- Co-authored-by: ZenML GmbH <[email protected]> Co-authored-by: Michael Schuster <[email protected]>
Co-authored-by: ZenML GmbH <[email protected]>
Co-authored-by: ZenML GmbH <[email protected]>
|
https://zenml-io.gitbook.io/alexej/zenml-pro - view here to see it in action |
Co-authored-by: ZenML GmbH <[email protected]>
* Misc release workflow fixes * Only run latest migration on release flow * More PR labels
Co-authored-by: ZenML GmbH <[email protected]>
* Activate/Deactivate schedule commands on CLI * Support on Kubernetes for schedule suspension
* Enable retries for dynamic pipeline function execution * Address review comments * Update status handling * Docs * Improved logs
Fix the run count DB migration
* Apply per-step compute settings if available * Update step settings validation in AzureML orchestrator * Refactor AzureML orchestrator step configuration logic * Refactor step settings comparison logic for AzureML orchestrator
* Better errors during source validation * Include pipeline source code in deployment/snapshot runs * Propagate logging context to threads in kubernetes entrypoint * Better error message for string type annotations * Fix links * Bump templates * Auto-update of Starter template * Auto-update of E2E template * Refactor context logic for logging context * Adjust template versions * Auto-update of Starter template * Auto-update of E2E template --------- Co-authored-by: GitHub Actions <[email protected]>
* docs changes * azureml support * cached client
… docs/better-pro-docs
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Changelog Validation Results✅ Changelog validation passed |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 24%, saving 30.88 KB.
412 images did not require optimisation. Update required: Update image-actions configuration to the latest version before 1/1/21. See README for instructions. |
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 9.4%, saving 33.96 KB.
413 images did not require optimisation. Update required: Update image-actions configuration to the latest version before 1/1/21. See README for instructions. |
|
|
Describe changes
I added a section per deployment scenario - https://zenml-io.gitbook.io/alexej/zenml-pro
Pre-requisites
Please ensure you have done the following:
developand the open PR is targetingdevelop. If your branch wasn't based on develop read Contribution guide on rebasing branch to develop.Types of changes