Flyte 1.13.0 Release Notes
Flyte 1.13.0 brings a host of new features, optimizations, and fixes, enhancing the platform's functionality and user experience. This release also welcomes several new contributors to the Flyte community. Below are the highlights of this release.
🚀 New Features & Improvements
-
Features
-
Helm Charts & Manifests
- Grafana dashboard updates for better monitoring and observability.
- Core helm chart updates for propeller configuration of agent service.
- Helm chart updates related to Prometheus, Webhook HPA, and Flyteconsole probes.
-
Documentation Improvements
- Added examples and guides, including a guide for setting up the OpenAI batch agent backend and updated Optimization Performance docs.
- Fix doc link to testing agent on local cluster and replace Azure AD OIDC URL.
- Clarify networking configurations between data plane propeller and control plane data catalog in multi-cluster deployments.
-
Performance & Bug Fixes
- Fix cache and token management issues, including addressing auto-refresh cache race conditions and improving token refresh mechanisms.
- Fix SQL insert operations to handle NULL values appropriately.
- Keep EnvFrom from pod template
- Miscellaneous fixes for pod templates, Kubeflow webhook errors, and logging configurations.
-
Flytectl
🔧 Housekeeping & Deprecations
- Miscellaneous
- Add OTLP and sampling to otelutils
- Refactor distributed job using common ReplicaSpec
- Fix typos using codespell CI job.
- Remove obsolete Flyte config files.
- Upgraded various dependencies, including Golang, Docker, and others.
- Move to upstream mockery, which simplifies the migration to mockery-v2
- Key-value execution tags
🆕 New Contributors
- @zychen5186 for adding prefetch functionality for paginator.
- @EraYaN for replacing Azure AD OIDC URL.
- @Dlougach for making BaseURL insensitive to trailing slashes for metadata endpoint redirect.
- @flixr for honoring redoc.enabled=false in charts.
- @trevormcguire for including group in apiVersion in plugin_collector.
- @va6996 for inheriting execution cluster label from source execution.
- @mhotan for Helm chart updates related to Prometheus, Webhook HPA, and Flyteconsole probes.
- @eltociear for updating token_source.go.