Skip to content

Commit

Permalink
Update dependency versions for release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anishasthana authored and openshift-merge-robot committed Aug 30, 2023
1 parent fcf7b5c commit 70a8556
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 26 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.1.0 |
| Multi-Cluster App Dispatcher | v1.33.0 |
| CodeFlare-SDK | v0.6.1 |
| InstaScale | v0.0.6 |
| CodeFlare Operator | v0.2.2 |
| Multi-Cluster App Dispatcher | v1.34.0 |
| CodeFlare-SDK | v0.7.0 |
| InstaScale | v0.0.7 |
| KubeRay | v0.5.0 |
<!-- Compatibility Matrix end -->

Expand Down
4 changes: 2 additions & 2 deletions codeflare-stack/base/codeflare-notebook-imagestream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ spec:
tags:
- annotations:
openshift.io/imported-from: quay.io/project-codeflare/notebook
name: v0.6.1
name: v0.7.0
from:
kind: DockerImage
name: quay.io/project-codeflare/notebook:v0.6.1
name: quay.io/project-codeflare/notebook:v0.7.0
importPolicy:
scheduled: true
12 changes: 6 additions & 6 deletions tests/go.mod
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
module github.com/opendatahub-io/distributed-workloads/tests/new-tests

require (
github.com/onsi/gomega v1.27.8
github.com/onsi/gomega v1.27.10
github.com/openshift/api v0.0.0-20230718161610-2a3e8b481cec
github.com/project-codeflare/codeflare-operator v0.1.1-0.20230823091637-6f7d6b1194dd
github.com/ray-project/kuberay/ray-operator v0.0.0-20230807232553-238cb4e945b6
github.com/project-codeflare/codeflare-operator v0.2.2
github.com/ray-project/kuberay/ray-operator v0.0.0-20230830082034-e7fbf7d73576
k8s.io/api v0.27.2
k8s.io/apimachinery v0.27.2
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
github.com/emicklei/go-restful/v3 v3.10.1 // indirect
github.com/go-logr/logr v1.2.4 // indirect
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/go-openapi/jsonreference v0.20.1 // indirect
github.com/go-openapi/swag v0.22.3 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/gnostic v0.5.7-v3refs // indirect
github.com/google/gnostic v0.6.9 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.3.0 // indirect
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.33.0 // indirect
github.com/project-codeflare/multi-cluster-app-dispatcher v1.34.0 // 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
Loading

0 comments on commit 70a8556

Please sign in to comment.