Releases: dask/dask-kubernetes
Releases · dask/dask-kubernetes
2024.9.0
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)
2024.5.0
The Dask Kubernetes Operator has been the standard for deploying Dask on Kubernetes for over a year now. So it feels like the time to finally retire the classic KubeCluster
implementation along with the HelmCluster
.
This release removes a significant amount of legacy code. Any codebases that use the operator should be unaffected, but anyone still using the classic code will need to pin to 2024.4.2
.
Changes
- 🚨 Remove classic KubeCluster and HelmCluster @jacobtomlinson (#890)
- Fix publish permissions @jacobtomlinson (#891)
- Migrate to hatch @jacobtomlinson (#889)
2024.4.2
Changes
- Relax kr8s pin to v0.14.* @jacobtomlinson (#888)
Project Hygiene
- Add check to ensure release drafter doesn't run on forks @jacobtomlinson (#887)
2024.4.1
Changes
- Bump kr8s to 0.14.2 @jacobtomlinson (#880)
- Implement new container env mechanism also for Dask Jobs @jonded94 (#879)
Enhancements
- Add Python 3.12 to CI @jacobtomlinson (#867)
Bug Fixes
- Set a default value on idleTimeout @jacobtomlinson (#884)
Project Hygiene
- Add Release Drafter CI @jacobtomlinson (#886)
- Add Python 3.12 to CI @jacobtomlinson (#867)