Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Dashboard v2.12.0 release #854

Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Any components that were removed with the update to ODH 1.4 have been relocated

| Manifest Version | ODH Dashboard | ODH Notebook Controller | ODH Notebook Images | Data Science Pipelines | ModelMesh |
| ---------------- | ------------- | ----------------------- | ------------------- |----------------------- | --------- |
| master | v2.11.0 | v1.6 | 2023a | v0.2.2 | v0.11.0 |
| master | v2.12.0 | v1.6 | 2023a | v0.2.2 | v0.11.0 |

Release notes and component versions for each ODH release is available on [opendatahub.io](https://opendatahub.io/blog/?type=release)

Expand Down
2 changes: 1 addition & 1 deletion odh-dashboard/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resources:
images:
- name: odh-dashboard
newName: quay.io/opendatahub/odh-dashboard
newTag: v2.11.0
newTag: v2.12.0
- name: oauth-proxy
newName: registry.redhat.io/openshift4/ose-oauth-proxy
newTag: v4.8
3 changes: 3 additions & 0 deletions odh-dashboard/modelserving/ovms-gpu-ootb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,7 @@ objects:
- autoSelect: true
name: onnx
version: '1'
- autoSelect: true
name: tensorflow
version: "2"
parameters: []
3 changes: 3 additions & 0 deletions odh-dashboard/modelserving/ovms-ootb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,7 @@ objects:
- autoSelect: true
name: onnx
version: '1'
- autoSelect: true
name: tensorflow
version: "2"
parameters: []