Skip to content

Commit 70a8556

Browse files
anishasthanaopenshift-merge-robot
authored andcommitted
Update dependency versions for release v0.2.2
1 parent fcf7b5c commit 70a8556

File tree

4 files changed

+74
-26
lines changed

4 files changed

+74
-26
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.1.0 |
26-
| Multi-Cluster App Dispatcher | v1.33.0 |
27-
| CodeFlare-SDK | v0.6.1 |
28-
| InstaScale | v0.0.6 |
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 |
2929
| KubeRay | v0.5.0 |
3030
<!-- Compatibility Matrix end -->
3131

codeflare-stack/base/codeflare-notebook-imagestream.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ spec:
1313
tags:
1414
- annotations:
1515
openshift.io/imported-from: quay.io/project-codeflare/notebook
16-
name: v0.6.1
16+
name: v0.7.0
1717
from:
1818
kind: DockerImage
19-
name: quay.io/project-codeflare/notebook:v0.6.1
19+
name: quay.io/project-codeflare/notebook:v0.7.0
2020
importPolicy:
2121
scheduled: true

tests/go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
module github.com/opendatahub-io/distributed-workloads/tests/new-tests
22

33
require (
4-
github.com/onsi/gomega v1.27.8
4+
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.1.1-0.20230823091637-6f7d6b1194dd
7-
github.com/ray-project/kuberay/ray-operator v0.0.0-20230807232553-238cb4e945b6
6+
github.com/project-codeflare/codeflare-operator v0.2.2
7+
github.com/ray-project/kuberay/ray-operator v0.0.0-20230830082034-e7fbf7d73576
88
k8s.io/api v0.27.2
99
k8s.io/apimachinery v0.27.2
1010
)
1111

1212
require (
1313
github.com/davecgh/go-spew v1.1.1 // indirect
14-
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
14+
github.com/emicklei/go-restful/v3 v3.10.1 // indirect
1515
github.com/go-logr/logr v1.2.4 // indirect
1616
github.com/go-openapi/jsonpointer v0.19.6 // indirect
1717
github.com/go-openapi/jsonreference v0.20.1 // indirect
1818
github.com/go-openapi/swag v0.22.3 // indirect
1919
github.com/gogo/protobuf v1.3.2 // indirect
2020
github.com/golang/protobuf v1.5.3 // indirect
21-
github.com/google/gnostic v0.5.7-v3refs // indirect
21+
github.com/google/gnostic v0.6.9 // indirect
2222
github.com/google/go-cmp v0.5.9 // indirect
2323
github.com/google/gofuzz v1.2.0 // indirect
2424
github.com/google/uuid v1.3.0 // indirect
@@ -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.33.0 // indirect
33+
github.com/project-codeflare/multi-cluster-app-dispatcher v1.34.0 // 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

0 commit comments

Comments
 (0)