From 1f485d8c92200a7487bd6cd26f844bcf54d90cd6 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 18:03:36 +0000 Subject: [PATCH] [auto-commit] [skip ci] Bump the build number --- CHANGELOG.md | 16 ++++++++++++++++ modal_version/_version_generated.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba68d259c..5dd7788c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,22 @@ We appreciate your patience while we speedily work towards a stable release of t +### 0.64.2 (2024-08-02) + +- Volumes can now be mounted to an ad hoc modal shell session: + + ``` + modal shell --volume my-vol-name + ``` + When the shell starts, the volume will be mounted at `/mnt/my-vol-name`. This may be helpful for shell-based exploration or manipulation of volume contents. + + Note that the option can be used multiple times to mount additional models: + ``` + modal shell --volume models --volume data + ``` + + + ### 0.64.0 (2024-07-29) - App deployment events are now atomic, reducing the risk that a failed deploy will leave the App in a bad state. diff --git a/modal_version/_version_generated.py b/modal_version/_version_generated.py index 9b22ce7aa..d01996835 100644 --- a/modal_version/_version_generated.py +++ b/modal_version/_version_generated.py @@ -1,4 +1,4 @@ # Copyright Modal Labs 2024 # Note: Reset this value to -1 whenever you make a minor `0.X` release of the client. -build_number = 1 # git: 662d2a9 +build_number = 2 # git: feb0342