Skip to content

Releases: dask/dask-kubernetes

2025.7.0

08 Jul 12:39
1daa175
Compare
Choose a tag to compare

Changes

  • Bump the minimum kopf version to 1.38.0 @jacobtomlinson (#956)
  • Docs: Add example of network policy configuration for accessing Dask … @Montes-L (#955)
  • Add instructions for accessing Dask Scheduler Dashboard from JupyterHub @Montes-L (#953)

2025.4.3

23 Apr 10:10
547c911
Compare
Choose a tag to compare

Changes

  • Add ability to set additional environment variables on the operator controller @jacobtomlinson (#948)

2025.4.2

22 Apr 20:44
036bd02
Compare
Choose a tag to compare

Changes

2025.4.1

17 Apr 09:55
75fe3b9
Compare
Choose a tag to compare

Changes

2025.4.0

14 Apr 10:12
c544fff
Compare
Choose a tag to compare

Changes

Project Hygiene

2025.1.1

29 Jan 17:40
30cc719
Compare
Choose a tag to compare

Changes

2025.1.0

16 Jan 16:37
27ef959
Compare
Choose a tag to compare

Changes

Documentation

2024.9.0

18 Sep 08:39
ab1be69
Compare
Choose a tag to compare

Changes

Bug Fixes

Documentation

2024.8.0

22 Aug 09:22
9bd8ea0
Compare
Choose a tag to compare

Changes

Project Hygiene

2024.5.0

30 Apr 16:07
77b9043
Compare
Choose a tag to compare

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