Skip to content

Commit 4812389

Browse files
chore: Release v1.11.0-rc.0 (#974)
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
1 parent bee4a8c commit 4812389

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

components/crud-web-apps/jupyter/manifests/base/configs/spawner_ui_config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ spawnerFormDefaults:
3737
################################################################
3838
image:
3939
# the default container image
40-
value: ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-scipy:latest
40+
value: ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-scipy:v1.11.0-rc.0
4141

4242
# the list of available container images in the dropdown
4343
options:
44-
- ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-scipy:latest
45-
- ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch-full:latest
46-
- ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch-cuda-full:latest
47-
- ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch-gaudi-full:latest
48-
- ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-tensorflow-full:latest
49-
- ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-tensorflow-cuda-full:latest
44+
- ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-scipy:v1.11.0-rc.0
45+
- ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch-full:v1.11.0-rc.0
46+
- ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch-cuda-full:v1.11.0-rc.0
47+
- ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch-gaudi-full:v1.11.0-rc.0
48+
- ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-tensorflow-full:v1.11.0-rc.0
49+
- ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-tensorflow-cuda-full:v1.11.0-rc.0
5050

5151
################################################################
5252
# VSCode-like Container Images (Group 1)
@@ -61,11 +61,11 @@ spawnerFormDefaults:
6161
################################################################
6262
imageGroupOne:
6363
# the default container image
64-
value: ghcr.io/kubeflow/kubeflow/notebook-servers/codeserver-python:latest
64+
value: ghcr.io/kubeflow/kubeflow/notebook-servers/codeserver-python:v1.11.0-rc.0
6565

6666
# the list of available container images in the dropdown
6767
options:
68-
- ghcr.io/kubeflow/kubeflow/notebook-servers/codeserver-python:latest
68+
- ghcr.io/kubeflow/kubeflow/notebook-servers/codeserver-python:v1.11.0-rc.0
6969

7070
################################################################
7171
# RStudio-like Container Images (Group 2)
@@ -82,11 +82,11 @@ spawnerFormDefaults:
8282
################################################################
8383
imageGroupTwo:
8484
# the default container image
85-
value: ghcr.io/kubeflow/kubeflow/notebook-servers/rstudio-tidyverse:latest
85+
value: ghcr.io/kubeflow/kubeflow/notebook-servers/rstudio-tidyverse:v1.11.0-rc.0
8686

8787
# the list of available container images in the dropdown
8888
options:
89-
- ghcr.io/kubeflow/kubeflow/notebook-servers/rstudio-tidyverse:latest
89+
- ghcr.io/kubeflow/kubeflow/notebook-servers/rstudio-tidyverse:v1.11.0-rc.0
9090

9191
################################################################
9292
# CPU Resources

components/crud-web-apps/jupyter/manifests/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ commonLabels:
2323
images:
2424
- name: ghcr.io/kubeflow/notebooks/jupyter-web-app
2525
newName: ghcr.io/kubeflow/notebooks/jupyter-web-app
26-
newTag: latest
26+
newTag: v1.11.0-rc.0
2727
# We need the name to be unique without the suffix because the original name is what
2828
# gets used with patches
2929
configMapGenerator:

components/crud-web-apps/tensorboards/manifests/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ commonLabels:
1414
images:
1515
- name: ghcr.io/kubeflow/notebooks/tensorboards-web-app
1616
newName: ghcr.io/kubeflow/notebooks/tensorboards-web-app
17-
newTag: latest
17+
newTag: v1.11.0-rc.0
1818
# We need the name to be unique without the suffix because the original name is what
1919
# gets used with patches
2020
configMapGenerator:

components/crud-web-apps/volumes/manifests/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ commonLabels:
1414
images:
1515
- name: ghcr.io/kubeflow/notebooks/volumes-web-app
1616
newName: ghcr.io/kubeflow/notebooks/volumes-web-app
17-
newTag: latest
17+
newTag: v1.11.0-rc.0
1818
# We need the name to be unique without the suffix because the original name is what
1919
# gets used with patches
2020
configMapGenerator:

components/notebook-controller/config/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: ghcr.io/kubeflow/notebooks/notebook-controller
77
newName: ghcr.io/kubeflow/notebooks/notebook-controller
8-
newTag: latest
8+
newTag: v1.11.0-rc.0

components/pvcviewer-controller/config/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: ghcr.io/kubeflow/notebooks/pvcviewer-controller
88
newName: ghcr.io/kubeflow/notebooks/pvcviewer-controller
9-
newTag: latest
9+
newTag: v1.11.0-rc.0

components/tensorboard-controller/config/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ patchesStrategicMerge:
1414
images:
1515
- name: ghcr.io/kubeflow/notebooks/tensorboard-controller
1616
newName: ghcr.io/kubeflow/notebooks/tensorboard-controller
17-
newTag: latest
17+
newTag: v1.11.0-rc.0

releasing/version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
latest
1+
v1.11.0-rc.0

0 commit comments

Comments
 (0)