Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump jupyter-web-app to 1.9.0-rc.0 #96

Merged
merged 1 commit into from
Jun 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions jupyter-web-app/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Based on https://github.com/kubeflow/kubeflow/blob/v1.8-branch/components/crud-web-apps/jupyter/Dockerfile
# Based on https://github.com/kubeflow/kubeflow/blob/v1.9.0-rc.0/components/crud-web-apps/jupyter/Dockerfile
name: jupyter-web-app
summary: An image for Jupyter UI
description: |
This image is used as part of Charmed Kubeflow product. Jupyter UI web application provides
users with web UI to access and manipulate Jupyter Notebooks in Charmed Kubeflow.
version: "1.8"
version: "1.9.0"
license: Apache-2.0
base: [email protected]
platforms:
Expand All @@ -25,7 +25,7 @@ parts:
plugin: nil
source: https://github.com/kubeflow/kubeflow
source-type: git
source-tag: v1.8-branch
source-tag: v1.9.0-rc.0
source-depth: 1
build-packages:
- python3-venv
Expand All @@ -47,7 +47,7 @@ parts:
plugin: nil
source: https://github.com/kubeflow/kubeflow
source-type: git
source-tag: v1.8-branch
source-tag: v1.9.0-rc.0
source-depth: 1
build-snaps:
- node/12/stable
Expand All @@ -69,7 +69,7 @@ parts:
plugin: nil
source: https://github.com/kubeflow/kubeflow
source-type: git
source-tag: v1.8-branch
source-tag: v1.9.0-rc.0
source-depth: 1
build-snaps:
- node/12/stable
Expand All @@ -94,7 +94,7 @@ parts:
gunicorn:
plugin: python
source: https://github.com/kubeflow/kubeflow.git
source-tag: v1.8-branch
source-tag: v1.9.0-rc.0
source-depth: 1
python-requirements:
- components/crud-web-apps/jupyter/backend/requirements.txt
Expand All @@ -106,7 +106,7 @@ parts:
plugin: nil
source: https://github.com/kubeflow/kubeflow
source-type: git
source-tag: v1.8-branch
source-tag: v1.9.0-rc.0
source-depth: 1
build-packages:
- python3-venv
Expand Down
Loading