Skip to content

Commit 5b2e01c

Browse files
Maxusmustiopenshift-merge-robot
authored andcommitted
Update dependency versions for release v0.2.3
1 parent 0992f1f commit 5b2e01c

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ Integration of this stack into the Open Data Hub is owned by the Distributed Wor
2222

2323
| Component | Version |
2424
|------------------------------|---------|
25-
| CodeFlare Operator | v0.2.2 |
26-
| Multi-Cluster App Dispatcher | v1.34.0 |
27-
| CodeFlare-SDK | v0.7.0 |
28-
| InstaScale | v0.0.7 |
25+
| CodeFlare Operator | v0.2.3 |
26+
| Multi-Cluster App Dispatcher | v1.34.1 |
27+
| CodeFlare-SDK | v0.7.1 |
28+
| InstaScale | v0.0.8 |
2929
| KubeRay | v0.5.0 |
3030
<!-- Compatibility Matrix end -->
3131

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
kind: ImageStream
22
apiVersion: image.openshift.io/v1
33
metadata:
4-
name: codeflare-notebook
4+
name: v0.7.1
55
labels:
66
opendatahub.io/notebook-image: 'true'
77
annotations:
8-
opendatahub.io/notebook-image-name: "CodeFlare Notebook"
8+
opendatahub.io/notebook-image-name: v0.7.1
99
opendatahub.io/notebook-image-desc: "Custom Jupyter notebook image with codeflare SDK, Python 3.8, Ray 2.1.0 and PyTorch 1.12.1"
1010
spec:
1111
lookupPolicy:
1212
local: true
1313
tags:
1414
- annotations:
1515
openshift.io/imported-from: quay.io/project-codeflare/notebook
16-
name: v0.7.0
16+
name: v0.7.1
1717
from:
1818
kind: DockerImage
19-
name: quay.io/project-codeflare/notebook:v0.7.0
19+
name: v0.7.1
2020
importPolicy:
2121
scheduled: true

tests/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/opendatahub-io/distributed-workloads/tests/new-tests
33
require (
44
github.com/onsi/gomega v1.27.10
55
github.com/openshift/api v0.0.0-20230718161610-2a3e8b481cec
6-
github.com/project-codeflare/codeflare-operator v0.2.2
7-
github.com/ray-project/kuberay/ray-operator v0.0.0-20230830082034-e7fbf7d73576
6+
github.com/project-codeflare/codeflare-operator v0.2.3
7+
github.com/ray-project/kuberay/ray-operator v0.0.0-20230908233208-a8f730e5a2b6
88
k8s.io/api v0.27.2
99
k8s.io/apimachinery v0.27.2
1010
)
@@ -30,7 +30,7 @@ require (
3030
github.com/modern-go/reflect2 v1.0.2 // indirect
3131
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
3232
github.com/openshift/client-go v0.0.0-20230718165156-6014fb98e86a // indirect
33-
github.com/project-codeflare/multi-cluster-app-dispatcher v1.34.0 // indirect
33+
github.com/project-codeflare/multi-cluster-app-dispatcher v1.34.1 // indirect
3434
github.com/spf13/pflag v1.0.5 // indirect
3535
github.com/stretchr/testify v1.8.4 // indirect
3636
golang.org/x/net v0.12.0 // indirect

tests/go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,13 @@ github.com/openshift/client-go v0.0.0-20230718165156-6014fb98e86a h1:ZKewwwEIURD
107107
github.com/openshift/client-go v0.0.0-20230718165156-6014fb98e86a/go.mod h1:EjhPQjEm8HM3GThz5ywNGLEec1P1IjTn08kwzdvupvA=
108108
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
109109
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
110-
github.com/project-codeflare/codeflare-operator v0.2.2 h1:7Vf1Hv+q0muzEGbTzPBdKjXOd903NbMu1bsdL02PCr0=
111-
github.com/project-codeflare/codeflare-operator v0.2.2/go.mod h1:2oYGL1iF92OzEhw+FRd7S4kFAEF9dZZnDCJLsuYZ4r0=
112-
github.com/project-codeflare/multi-cluster-app-dispatcher v1.34.0 h1:4J3vW+vuCBHyocd3huZy3FJhOw5acaBHFLYwutkTE/E=
113-
github.com/project-codeflare/multi-cluster-app-dispatcher v1.34.0/go.mod h1:gtTl8Tsl+X+bGhqVudLoveINR6IkN+sVvH0J+VZIP40=
110+
github.com/project-codeflare/codeflare-operator v0.2.3 h1:aVsJD519hBjFoftSFlVjEzySM7JjoKgRGhxLwy88YKE=
111+
github.com/project-codeflare/codeflare-operator v0.2.3/go.mod h1:6J91NMtSthXp/gFTl1CDlyJo+rhBPQ+jc5OagdEqaVk=
112+
github.com/project-codeflare/multi-cluster-app-dispatcher v1.34.1 h1:ZNQ/JPdjS6CtaAzt6SNqaoWcpwS1PyVdgZlmIYikPLI=
113+
github.com/project-codeflare/multi-cluster-app-dispatcher v1.34.1/go.mod h1:Yge6GRNpO9YIDfeL+XOcCE9xbmfCTD5C1h5dlW87mxQ=
114114
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
115-
github.com/ray-project/kuberay/ray-operator v0.0.0-20230830082034-e7fbf7d73576 h1:NYt+ipGo+jMLYCFI5S04DzVFSXn8WCR0m6m3bFXPk+4=
116-
github.com/ray-project/kuberay/ray-operator v0.0.0-20230830082034-e7fbf7d73576/go.mod h1:7PBzsR4L0b/f5tTxq1XGnzvudbrMyPadiLiNiP9pOl0=
115+
github.com/ray-project/kuberay/ray-operator v0.0.0-20230908233208-a8f730e5a2b6 h1:NP7S29MtvEH4zD0oawHqGE/DXu5uYbGvXQq6mh5+3Kk=
116+
github.com/ray-project/kuberay/ray-operator v0.0.0-20230908233208-a8f730e5a2b6/go.mod h1:NDvscwYbeLSh+Cfc2UTeyPWODtNKPCsPjD/2kg3ZXPw=
117117
github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ=
118118
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
119119
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=

0 commit comments

Comments
 (0)