Flyte 1.15.1 release notes
New Features & Enhancements
-
Per-Launch Plan Notifications: Added support for custom notification templates tied to specific launch plans (#6064).
-
AWS Secret Manager Integration: Environment variables can now reference secrets stored in AWS Secrets Manager (#6316).
-
Dynamic Pod Configuration: Improved merging of Ray head/worker node pod templates (#6232) and resource limits for Kubernetes plugins (Dask, Kubeflow) (#6264).
-
Array Node Improvements: Added support for bound inputs (#6276) and preemption handling (#6259).
-
Agent Enhancements: Added structured logging for agents (#6344) and reserved fields in execution payloads (#6321).
-
Connector Plugin: Introduced a new Connector plugin framework for extensibility (#6332).
Bug Fixes
-
Error Handling: Fixed critical errors in delete operations (#6269), array node metrics (#6291), and fastcache handling for failed nodes (#6318).
-
Dynamic Log Links: Enabled dynamic log links for Kubeflow plugins to improve debugging (#6284).
-
Preemption Handling: Addressed edge cases in pod preemption logic for worker nodes (#6259).
Security Patches
Documentation Updates
-
Streaming Decks: Added documentation for streaming deck visualization in Flyte fundamentals (#6251, #6272).
-
Slurm GPU Clusters: New guides for setting up Slurm agent (#6231) and GPU clusters (#6273).
-
Dynamic Log Links: Documented usage for Kubernetes-based task plugins (#6285).
-
Launch Plan Chaining: Explained how to chain launch plans effectively (#6317).
Other Improvements & Maintenance
- CI/CD: Aligned Go versions in CI with go.mod (#5736), removed mockery fork (#6280, #6288), and improved codecov reporting (#6299).
Contributor Experience
- Updated contribution docs for flytectl (#6290) and streamlined development workflows.
New Contributors
A warm welcome to first-time contributors:
@rustco, @mwaylonis, @sjtucoder, @bra-fsn, @CtfChan, @vlada-dudr, @jamestwebber, @0yukali0 🎉
Full changelog
- [Docs] Streaming Decks by @Future-Outlier in #6251
- Upgrade gh actions/cache to v4 by @eapolinario in #6256
- auto-update contributors by @flyte-bot in #6252
- Use go version from
go.mod
files in CI by @eapolinario in #5736 - Add support for merging complete head & worker node pod templates by @Sovietaced in #6232
- Upstream: Ensure that k8s plugins (dask, kfoperator) have resource requests and limits set by @katrogan in #6264
- Override literal in the case of attribute access of primitive values by @eapolinario in #6194
- [Docs] Add Slurm agent setup by @JiangJiaWei1103 in #6231
- Rework MergePodSpecs logic by @Sovietaced in #6262
- fix: Correct error handling in delete function by @pingsutw in #6269
- [Docs] Streaming Decks in flyte fundamentals by @Future-Outlier in #6272
- [Docs] Slurm GPU cluster by @Future-Outlier in #6273
- Set the max parallelism on the execution model correctly when triggered by launch plan by @Sovietaced in #6266
- add bound inputs to array node idl by @pvditt in #6276
- Union/upstream pod helper node preemption handling by @pvditt in #6259
- Remove mockery fork by @eapolinario in #6280
- auto-update contributors by @flyte-bot in #6268
- Fix: Enable kubeflow plugins to use dynamic log links by @fg91 in #6284
- Doc: Document usage of dynamic log links by @fg91 in #6285
- Remove mockery fork logic by @Sovietaced in #6288
- [DOCS] update contribution docs for flytectl by @machichima in #6290
- Don't error out for getting metrics of array node by @troychiu in #6291
- [Housekeeping] upgrade go_generate ci by @taieeuu in #6279
- [flyteagent] Add Output Prefix to GetTaskRequest by @Future-Outlier in #6265
- fix: return nil instead of error directly by @rustco in #6298
- Add allowedAudience to flyte-core external auth deployment documentation by @mwaylonis in #5124
- Feat: Support per-launch plan notification template by @peterxcli in #6064
- Bump jinja2 from 3.1.4 to 3.1.5 in /flytectl/docs by @dependabot in #6126
- chore: fix some function names in comment by @sjtucoder in #6230
- Ignore generated code from codecov reports by @eapolinario in #6299
- [flyteagent] add reserved field in Get Request Payload by @Future-Outlier in #6296
- Bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4 by @dependabot in #6281
- Update glog 1.2.0 -> 1.2.4 - CVE-2024-45339 by @ddl-ebrown in #6301
- Bump golang.org/x/net and github.com/mattn/go-sqlite3 by @eapolinario in #6315
- fix: Ensure $(go env GOPATH)/bin exists by @honnix in #6314
- Bump jinja2 from 3.1.5 to 3.1.6 in /flytectl/docs by @dependabot in #6310
- RFC: Add workflow execution concurrency by @katrogan in #5659
- Add aws secret manager support to env_var by @thomasjpfan in #6316
- Document AWS SM by @bra-fsn in #6287
- Pin flytekit to 1.15.0 to unblock functional tests by @eapolinario in #6330
- Fix: fastcache should not cache lookup on failed node by @fg91 in #6318
- Reserve fields in execution protos by @eapolinario in #6321
- upstream bound inputs support by @pvditt in #6322
- fix: Make datacatalog gRPC server MaxRecvMsgSize configurable by @honnix in #6313
- Use child dir for branch taken by @andrewwdye in #6327
- Update Event Docs by @CtfChan in #6334
- [flytepropeller][flyteagent] Set ListAgent Timeout to unblock propeller launch execution by @Future-Outlier in #6312
- fix: really assign string scp claim by @vlada-dudr in #6336
- Add Connector plugin by @Future-Outlier in #6332
- Introduce structured log lines in the agent proto by @pingsutw in #6344
- Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 by @dependabot in #6362
- Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 in /flyteadmin by @dependabot in #6365
- fix typo: specify -> specific by @jamestwebber in #6342
- Bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4 in /flyteadmin by @dependabot in #6366
- Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 in /flyteidl by @dependabot in #6361
- Doc: Explain how to chain launch plans by @fg91 in #6317
- Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 in /flytestdlib by @dependabot in #6370
- Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 in /boilerplate/flyte/golang_support_tools by @dependabot in #6371
- [Docs] Fixing the broken link to Architecture Overview in Deployment Guide by @0yukali0 in #6373
- Dep: Upgrade kubeflow training operator by @fg91 in #6294
- DeepCopy structs in TaskExecMetadata to avoid two routines modifying … by @EngHabu in #6382
New Contributors
- @rustco made their first contribution in #6298
- @mwaylonis made their first contribution in #5124
- @sjtucoder made their first contribution in #6230
- @bra-fsn made their first contribution in #6287
- @CtfChan made their first contribution in #6334
- @vlada-dudr made their first contribution in #6336
- @jamestwebber made their first contribution in #6342
- @0yukali0 made their first contribution in #6373
Full Changelog: v1.15.0...v1.15.1