File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 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
1616INSTASCALE_REPO ?= github.com/project-codeflare/instascale
1717
1818# MCAD_VERSION defines the default version of the MCAD controller
19- MCAD_VERSION ?= v1.39 .0
19+ MCAD_VERSION ?= v1.40 .0
2020MCAD_REPO ?= github.com/project-codeflare/multi-cluster-app-dispatcher
2121# Upstream MCAD is currently only creating release tags of the form `vX.Y.Z` (i.e the version)
2222MCAD_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
88
99| Component | Version |
1010| ------------------------------| ---------------------------------------------------------------------------------------------------|
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 ) |
1414| InstaScale | [ v0.4.0] ( https://github.com/project-codeflare/instascale/releases/tag/v0.4.0 ) |
1515| KubeRay | [ v1.0.0] ( https://github.com/opendatahub-io/kuberay/releases/tag/v1.0.0 ) |
1616<!-- Compatibility Matrix end -->
Original file line number Diff line number Diff line change 11apiVersion : kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33resources :
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 (
77 github.com/openshift/api v0.0.0-20230213134911-7ba313770556
88 github.com/project-codeflare/codeflare-common v0.0.0-20240201153809-2e7292120303
99 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
1111 github.com/ray-project/kuberay/ray-operator v1.0.0
1212 go.uber.org/zap v1.26.0
1313 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
388388github.com/project-codeflare/codeflare-common v0.0.0-20240201153809-2e7292120303 /go.mod h1:2Ck9LC+6Xi4jTDSlCJoP00tCzSrxek0roLsjvUgL2gY =
389389github.com/project-codeflare/instascale v0.4.0 h1:l/cb+x4FrJ2bN9wXjv1mCngy77tVw0CLMiqJovTAflo =
390390github.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 =
393393github.com/prometheus/client_golang v0.9.1 /go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw =
394394github.com/prometheus/client_golang v1.0.0 /go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo =
395395github.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