File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ INSTASCALE_VERSION ?= v0.4.0
16
16
INSTASCALE_REPO ?= github.com/project-codeflare/instascale
17
17
18
18
# MCAD_VERSION defines the default version of the MCAD controller
19
- MCAD_VERSION ?= v1.39 .0
19
+ MCAD_VERSION ?= v1.40 .0
20
20
MCAD_REPO ?= github.com/project-codeflare/multi-cluster-app-dispatcher
21
21
# Upstream MCAD is currently only creating release tags of the form `vX.Y.Z` (i.e the version)
22
22
MCAD_CRD ?= ${MCAD_REPO}/config/crd?ref=${MCAD_VERSION}
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ CodeFlare Stack Compatibility Matrix
8
8
9
9
| Component | Version |
10
10
| ------------------------------| ---------------------------------------------------------------------------------------------------|
11
- | CodeFlare Operator | [ v1.1 .0] ( https://github.com/project-codeflare/codeflare-operator/releases/tag/v1.1 .0 ) |
12
- | Multi-Cluster App Dispatcher | [ v1.39 .0] ( https://github.com/project-codeflare/multi-cluster-app-dispatcher/releases/tag/v1.39 .0 ) |
13
- | CodeFlare-SDK | [ v0.13 .0] ( https://github.com/project-codeflare/codeflare-sdk/releases/tag/v0.13 .0 ) |
11
+ | CodeFlare Operator | [ v1.2 .0] ( https://github.com/project-codeflare/codeflare-operator/releases/tag/v1.2 .0 ) |
12
+ | Multi-Cluster App Dispatcher | [ v1.40 .0] ( https://github.com/project-codeflare/multi-cluster-app-dispatcher/releases/tag/v1.40 .0 ) |
13
+ | CodeFlare-SDK | [ v0.14 .0] ( https://github.com/project-codeflare/codeflare-sdk/releases/tag/v0.14 .0 ) |
14
14
| InstaScale | [ v0.4.0] ( https://github.com/project-codeflare/instascale/releases/tag/v0.4.0 ) |
15
15
| KubeRay | [ v1.0.0] ( https://github.com/opendatahub-io/kuberay/releases/tag/v1.0.0 ) |
16
16
<!-- Compatibility Matrix end -->
Original file line number Diff line number Diff line change 1
1
apiVersion : kustomize.config.k8s.io/v1beta1
2
2
kind : Kustomization
3
3
resources :
4
- - github.com/project-codeflare/multi-cluster-app-dispatcher/config/crd?ref=v1.39 .0
4
+ - github.com/project-codeflare/multi-cluster-app-dispatcher/config/crd?ref=v1.40 .0
Original file line number Diff line number Diff line change 1
- codeflare-operator-controller-image = quay.io/opendatahub/codeflare-operator:v1.1 .0
1
+ codeflare-operator-controller-image = quay.io/opendatahub/codeflare-operator:v1.2 .0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/openshift/api v0.0.0-20230213134911-7ba313770556
8
8
github.com/project-codeflare/codeflare-common v0.0.0-20240201153809-2e7292120303
9
9
github.com/project-codeflare/instascale v0.4.0
10
- github.com/project-codeflare/multi-cluster-app-dispatcher v1.39 .0
10
+ github.com/project-codeflare/multi-cluster-app-dispatcher v1.40 .0
11
11
github.com/ray-project/kuberay/ray-operator v1.0.0
12
12
go.uber.org/zap v1.26.0
13
13
k8s.io/api v0.27.8
Original file line number Diff line number Diff line change @@ -388,8 +388,8 @@ github.com/project-codeflare/codeflare-common v0.0.0-20240201153809-2e7292120303
388
388
github.com/project-codeflare/codeflare-common v0.0.0-20240201153809-2e7292120303 /go.mod h1:2Ck9LC+6Xi4jTDSlCJoP00tCzSrxek0roLsjvUgL2gY =
389
389
github.com/project-codeflare/instascale v0.4.0 h1:l/cb+x4FrJ2bN9wXjv1mCngy77tVw0CLMiqJovTAflo =
390
390
github.com/project-codeflare/instascale v0.4.0 /go.mod h1:CpduFXKeuqYW4Ph1CPOJV6dpAdpebOxhbU4CmccZWSo =
391
- github.com/project-codeflare/multi-cluster-app-dispatcher v1.39 .0 h1:zoS7pEAWK6eGELPCIIHB3W8Zb/a27Rf55ChYso7EV3o =
392
- github.com/project-codeflare/multi-cluster-app-dispatcher v1.39 .0 /go.mod h1:XCZKkq8Mz2WySbV3NfVINNciy+as7Rq9Xs2megNFbdk =
391
+ github.com/project-codeflare/multi-cluster-app-dispatcher v1.40 .0 h1:IkTmd/W/zxcsC5s4EbnW74PFpkQVEiTc/8rWWwFw0Ok =
392
+ github.com/project-codeflare/multi-cluster-app-dispatcher v1.40 .0 /go.mod h1:XCZKkq8Mz2WySbV3NfVINNciy+as7Rq9Xs2megNFbdk =
393
393
github.com/prometheus/client_golang v0.9.1 /go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw =
394
394
github.com/prometheus/client_golang v1.0.0 /go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo =
395
395
github.com/prometheus/client_golang v1.7.1 /go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M =
You can’t perform that action at this time.
0 commit comments