File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ INSTASCALE_VERSION ?= v0.1.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.36.0
19
+ MCAD_VERSION ?= ccec55c99bfd4389c55325befed3055a13292c38
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,7 +8,7 @@ require (
8
8
github.com/openshift/api v0.0.0-20230213134911-7ba313770556
9
9
github.com/openshift/client-go v0.0.0-20221019143426-16aed247da5c
10
10
github.com/project-codeflare/instascale v0.1.0
11
- github.com/project-codeflare/multi-cluster-app-dispatcher v1.36.0
11
+ github.com/project-codeflare/multi-cluster-app-dispatcher v1.36.1-0.20231019144601-ccec55c99bfd
12
12
github.com/ray-project/kuberay/ray-operator v0.0.0-20231016183545-097828931d15
13
13
go.uber.org/zap v1.26.0
14
14
k8s.io/api v0.26.3
Original file line number Diff line number Diff line change @@ -391,8 +391,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
391
391
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
392
392
github.com/project-codeflare/instascale v0.1.0 h1:oP5PwUIDvh+D3fbg8sT9dKphl9K/Tb/RraTFQezLOxI =
393
393
github.com/project-codeflare/instascale v0.1.0 /go.mod h1:c4I8w4R0I8OJdkwA/ht/o/3lxRCBx4YdFJ3D1DulFVA =
394
- github.com/project-codeflare/multi-cluster-app-dispatcher v1.36.0 h1:QSc16Kd4OBidGY4rQivMrUX9B9cNKttfZIRKsR4BX9E =
395
- github.com/project-codeflare/multi-cluster-app-dispatcher v1.36.0 /go.mod h1:Yge6GRNpO9YIDfeL+XOcCE9xbmfCTD5C1h5dlW87mxQ =
394
+ github.com/project-codeflare/multi-cluster-app-dispatcher v1.36.1-0.20231019144601-ccec55c99bfd h1:pTwKCsHyzz65cTUnOLpUrPAlXBa6UxCEhIIoRNA8WmI =
395
+ github.com/project-codeflare/multi-cluster-app-dispatcher v1.36.1-0.20231019144601-ccec55c99bfd /go.mod h1:Yge6GRNpO9YIDfeL+XOcCE9xbmfCTD5C1h5dlW87mxQ =
396
396
github.com/prometheus/client_golang v0.9.1 /go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw =
397
397
github.com/prometheus/client_golang v1.0.0 /go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo =
398
398
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