Releases: dask/dask-kubernetes
Releases · dask/dask-kubernetes
2026.3.0
Changes
- Fix when scheduler returns a tuple instead of a list @jacobtomlinson (#951)
- Add set of acceptable statuses @jacobtomlinson (#972)
- Fix Python 3.12 CI failures @chrisspalm (#971)
- Update major go package version @github-actions (#965)
- Update operator Dockerfile to Python 3.12 @chrisspalm (#967)
- Update docs theme and remove docs env pins @jacobtomlinson (#963)
2025.7.0
2025.4.3
Changes
- Add ability to set additional environment variables on the operator controller @jacobtomlinson (#948)
2025.4.2
Changes
- Allow configuring the event emit level @jacobtomlinson (#946)
2025.4.1
Changes
- Update pre-commit action from
2.0.0to3.0.1@bstadlbauer (#943) - Skip Job cluster creation if already exists @jacobtomlinson (#941)
2025.4.0
Changes
- Bump kr8s to v0.20.* @jacobtomlinson (#938)
- Reflect that
envwill set on scheduler too @CarterFendley (#934)
Project Hygiene
- Pin dask-gateway version for tests on older Kubernetes versions @jacobtomlinson (#939)
2025.1.1
Changes
- 🐛 Fix retire_workers LIFO fallback issue. @fcourtial (#931)
- Remove generated
gocode before regeneration @bstadlbauer (#928)
2025.1.0
Changes
- Update major go package version @github-actions (#925)
- Migrate from frigate to sphinx-helm @jacobtomlinson (#924)
- feat: Add configurable liveness probe timeout @bnaul (#918)
- Fix section header typo in documentation @jacobwhall (#915)
- Improve retire_worker fallback by finding deployments name instead of pod name @RossmacD (#912)
- Add extra info on target duration to docs @rossmacdonald-ow (#911)
Documentation
- Add DaskCluster.idleTimeout to the docs @jacobtomlinson (#923)
2024.9.0
Changes
Bug Fixes
Documentation
- Fix Autoscaler example code snippet on the docs index page @marcelovilla (#905)
2024.8.0
Changes
- Fix: Mismatch between declared CRDs and struct for DaskAutoscalers @JordanGunn (#894)
- Introduce typehints in controller @jonded94 (#881)
- Fix publish permissions for chart @jacobtomlinson (#893)
Project Hygiene
- Drop Python 3.9 @jacobtomlinson (#902)
- Bump kr8s to 0.17 and Kubernetes supported versions @jacobtomlinson (#897)