Skip to content

Commit 8c68500

Browse files
github-actions[bot]actions-usercg505
authored
Release 0.9.2 (#5450)
* Release 0.9.2 * update Dockerfile * fix Dockerfile with omegaconf pre-release version Partially applied from 6f0054e. --------- Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Christopher Cooper <cooperc@assemblesys.com>
1 parent 2b7b97c commit 8c68500

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ RUN conda install -c conda-forge google-cloud-sdk && \
2525
rm kubectl && \
2626
# Install uv and skypilot
2727
curl -LsSf https://astral.sh/uv/install.sh | sh && \
28-
~/.local/bin/uv pip install --prerelease allow azure-cli --system && \
29-
~/.local/bin/uv pip install skypilot[all]==0.9.1 --system && \
28+
~/.local/bin/uv pip install --prerelease allow 'azure-cli>=2.65.0' 'omegaconf>=2.4.0dev3' --system && \
29+
~/.local/bin/uv pip install skypilot[all]==0.9.2 --system && \
3030
# Cleanup all caches to reduce the image size
3131
conda clean -afy && \
3232
~/.local/bin/uv cache clean && \

sky/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def _get_git_commit():
3535

3636

3737
__commit__ = _get_git_commit()
38-
__version__ = '0.9.1'
38+
__version__ = '0.9.2'
3939
__root_dir__ = os.path.dirname(os.path.abspath(__file__))
4040

4141

0 commit comments

Comments
 (0)