From a5d8391e2e7fad290143b7a14415716c16b3d388 Mon Sep 17 00:00:00 2001
From: Dask Bot <65357765+dask-bot@users.noreply.github.com>
Date: Tue, 12 Mar 2024 20:18:14 -0500
Subject: [PATCH] Update Dask version to 2024.3.0 (#311)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---
.github/workflows/build.yml | 2 +-
README.md | 16 ++++++++--------
build/docker-compose.yml | 6 +++---
3 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4ea90ef..8b1e965 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
- release: "2024.2.1"
+ release: "2024.3.0"
defaultpython: "3.10"
strategy:
diff --git a/README.md b/README.md
index 38cb6b6..3eabd47 100644
--- a/README.md
+++ b/README.md
@@ -8,15 +8,15 @@
| `ghcr.io/dask/dask-notebook` | Jupyter Notebook image to use as helper entrypoint | [![][daskdev-dask-notebook-py310-release] ![][daskdev-dask-notebook-release] ![][daskdev-dask-notebook-latest]
![][daskdev-dask-notebook-py39-release]
![][daskdev-dask-notebook-py311-release]](https://github.com/dask/dask-docker/pkgs/container/dask-notebook) |
[daskdev-dask-latest]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask-latest-blue
-[daskdev-dask-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask-2024.2.1-blue
-[daskdev-dask-py39-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask-2024.2.1--py3.9-blue
-[daskdev-dask-py310-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask-2024.2.1--py3.10-blue
-[daskdev-dask-py311-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask-2024.2.1--py3.11-blue
+[daskdev-dask-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask-2024.3.0-blue
+[daskdev-dask-py39-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask-2024.3.0--py3.9-blue
+[daskdev-dask-py310-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask-2024.3.0--py3.10-blue
+[daskdev-dask-py311-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask-2024.3.0--py3.11-blue
[daskdev-dask-notebook-latest]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask--notebook-latest-blue
-[daskdev-dask-notebook-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask--notebook-2024.2.1-blue
-[daskdev-dask-notebook-py39-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask--notebook-2024.2.1--py3.9-blue
-[daskdev-dask-notebook-py310-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask--notebook-2024.2.1--py3.10-blue
-[daskdev-dask-notebook-py311-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask--notebook-2024.2.1--py3.11-blue
+[daskdev-dask-notebook-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask--notebook-2024.3.0-blue
+[daskdev-dask-notebook-py39-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask--notebook-2024.3.0--py3.9-blue
+[daskdev-dask-notebook-py310-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask--notebook-2024.3.0--py3.10-blue
+[daskdev-dask-notebook-py311-release]: https://img.shields.io/badge/ghcr.io%2Fdask%2Fdask--notebook-2024.3.0--py3.11-blue
## Example
diff --git a/build/docker-compose.yml b/build/docker-compose.yml
index 2f24c76..2ac62a5 100644
--- a/build/docker-compose.yml
+++ b/build/docker-compose.yml
@@ -6,7 +6,7 @@ services:
context: ../base
dockerfile: Dockerfile
args:
- release: "2024.2.1"
+ release: "2024.3.0"
image: ghcr.io/dask/dask:latest
hostname: dask-scheduler
ports:
@@ -28,7 +28,7 @@ services:
dockerfile: Dockerfile
args:
python: "3.10"
- release: "2024.2.1"
+ release: "2024.3.0"
image: ghcr.io/dask/dask:latest
hostname: dask-worker
command: [ "dask-worker", "tcp://scheduler:8786" ]
@@ -40,7 +40,7 @@ services:
args:
base: daskdev
python: "3.10"
- release: "2024.2.1"
+ release: "2024.3.0"
depends_on:
- docker-stacks-foundation
image: ghcr.io/dask/dask-notebook:latest