Skip to content

Commit

Permalink
Update dependency versions for release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxusmusti authored and openshift-merge-robot committed Sep 11, 2023
1 parent 0992f1f commit 5b2e01c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Integration of this stack into the Open Data Hub is owned by the Distributed Wor

| Component | Version |
|------------------------------|---------|
| CodeFlare Operator | v0.2.2 |
| Multi-Cluster App Dispatcher | v1.34.0 |
| CodeFlare-SDK | v0.7.0 |
| InstaScale | v0.0.7 |
| CodeFlare Operator | v0.2.3 |
| Multi-Cluster App Dispatcher | v1.34.1 |
| CodeFlare-SDK | v0.7.1 |
| InstaScale | v0.0.8 |
| KubeRay | v0.5.0 |
<!-- Compatibility Matrix end -->

Expand Down
8 changes: 4 additions & 4 deletions codeflare-stack/base/codeflare-notebook-imagestream.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
kind: ImageStream
apiVersion: image.openshift.io/v1
metadata:
name: codeflare-notebook
name: v0.7.1
labels:
opendatahub.io/notebook-image: 'true'
annotations:
opendatahub.io/notebook-image-name: "CodeFlare Notebook"
opendatahub.io/notebook-image-name: v0.7.1
opendatahub.io/notebook-image-desc: "Custom Jupyter notebook image with codeflare SDK, Python 3.8, Ray 2.1.0 and PyTorch 1.12.1"
spec:
lookupPolicy:
local: true
tags:
- annotations:
openshift.io/imported-from: quay.io/project-codeflare/notebook
name: v0.7.0
name: v0.7.1
from:
kind: DockerImage
name: quay.io/project-codeflare/notebook:v0.7.0
name: v0.7.1
importPolicy:
scheduled: true
6 changes: 3 additions & 3 deletions tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/opendatahub-io/distributed-workloads/tests/new-tests
require (
github.com/onsi/gomega v1.27.10
github.com/openshift/api v0.0.0-20230718161610-2a3e8b481cec
github.com/project-codeflare/codeflare-operator v0.2.2
github.com/ray-project/kuberay/ray-operator v0.0.0-20230830082034-e7fbf7d73576
github.com/project-codeflare/codeflare-operator v0.2.3
github.com/ray-project/kuberay/ray-operator v0.0.0-20230908233208-a8f730e5a2b6
k8s.io/api v0.27.2
k8s.io/apimachinery v0.27.2
)
Expand All @@ -30,7 +30,7 @@ require (
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/openshift/client-go v0.0.0-20230718165156-6014fb98e86a // indirect
github.com/project-codeflare/multi-cluster-app-dispatcher v1.34.0 // indirect
github.com/project-codeflare/multi-cluster-app-dispatcher v1.34.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.8.4 // indirect
golang.org/x/net v0.12.0 // indirect
Expand Down
12 changes: 6 additions & 6 deletions tests/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ github.com/openshift/client-go v0.0.0-20230718165156-6014fb98e86a h1:ZKewwwEIURD
github.com/openshift/client-go v0.0.0-20230718165156-6014fb98e86a/go.mod h1:EjhPQjEm8HM3GThz5ywNGLEec1P1IjTn08kwzdvupvA=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/project-codeflare/codeflare-operator v0.2.2 h1:7Vf1Hv+q0muzEGbTzPBdKjXOd903NbMu1bsdL02PCr0=
github.com/project-codeflare/codeflare-operator v0.2.2/go.mod h1:2oYGL1iF92OzEhw+FRd7S4kFAEF9dZZnDCJLsuYZ4r0=
github.com/project-codeflare/multi-cluster-app-dispatcher v1.34.0 h1:4J3vW+vuCBHyocd3huZy3FJhOw5acaBHFLYwutkTE/E=
github.com/project-codeflare/multi-cluster-app-dispatcher v1.34.0/go.mod h1:gtTl8Tsl+X+bGhqVudLoveINR6IkN+sVvH0J+VZIP40=
github.com/project-codeflare/codeflare-operator v0.2.3 h1:aVsJD519hBjFoftSFlVjEzySM7JjoKgRGhxLwy88YKE=
github.com/project-codeflare/codeflare-operator v0.2.3/go.mod h1:6J91NMtSthXp/gFTl1CDlyJo+rhBPQ+jc5OagdEqaVk=
github.com/project-codeflare/multi-cluster-app-dispatcher v1.34.1 h1:ZNQ/JPdjS6CtaAzt6SNqaoWcpwS1PyVdgZlmIYikPLI=
github.com/project-codeflare/multi-cluster-app-dispatcher v1.34.1/go.mod h1:Yge6GRNpO9YIDfeL+XOcCE9xbmfCTD5C1h5dlW87mxQ=
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
github.com/ray-project/kuberay/ray-operator v0.0.0-20230830082034-e7fbf7d73576 h1:NYt+ipGo+jMLYCFI5S04DzVFSXn8WCR0m6m3bFXPk+4=
github.com/ray-project/kuberay/ray-operator v0.0.0-20230830082034-e7fbf7d73576/go.mod h1:7PBzsR4L0b/f5tTxq1XGnzvudbrMyPadiLiNiP9pOl0=
github.com/ray-project/kuberay/ray-operator v0.0.0-20230908233208-a8f730e5a2b6 h1:NP7S29MtvEH4zD0oawHqGE/DXu5uYbGvXQq6mh5+3Kk=
github.com/ray-project/kuberay/ray-operator v0.0.0-20230908233208-a8f730e5a2b6/go.mod h1:NDvscwYbeLSh+Cfc2UTeyPWODtNKPCsPjD/2kg3ZXPw=
github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ=
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
Expand Down

0 comments on commit 5b2e01c

Please sign in to comment.