Skip to content

Commit 5d202f0

Browse files
Update MCAD to latest dev
1 parent 4366322 commit 5d202f0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ INSTASCALE_VERSION ?= v0.3.0
1616
INSTASCALE_REPO ?= github.com/project-codeflare/instascale
1717

1818
# MCAD_VERSION defines the default version of the MCAD controller
19-
MCAD_VERSION ?= v1.38.0
19+
MCAD_VERSION ?= bbb6871a4d79d1364cd04504557d0f1c4c671844
2020
MCAD_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)
2222
MCAD_CRD ?= ${MCAD_REPO}/config/crd?ref=${MCAD_VERSION}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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-20231110155354-042fb171fcdb
99
github.com/project-codeflare/instascale v0.3.0
10-
github.com/project-codeflare/multi-cluster-app-dispatcher v1.38.0
10+
github.com/project-codeflare/multi-cluster-app-dispatcher v1.38.1-0.20231114094455-bbb6871a4d79
1111
github.com/ray-project/kuberay/ray-operator v1.0.0-rc.1
1212
go.uber.org/zap v1.26.0
1313
k8s.io/api v0.26.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,8 @@ github.com/project-codeflare/codeflare-common v0.0.0-20231110155354-042fb171fcdb
395395
github.com/project-codeflare/codeflare-common v0.0.0-20231110155354-042fb171fcdb/go.mod h1:zdi2GCYJX+QyxFWyCLMoTme3NMz/aucWDJWMqKfigxk=
396396
github.com/project-codeflare/instascale v0.3.0 h1:PSlwbqqUsFTkTQ5KUhMFRebfokySnEZwav97xZixLQs=
397397
github.com/project-codeflare/instascale v0.3.0/go.mod h1:IU1Wl+zqTpMpZ49BOcr6U+A6gF3AjcmFdKo9ZwP3TDI=
398-
github.com/project-codeflare/multi-cluster-app-dispatcher v1.38.0 h1:dU2Ev0SijdNm30Y9mjdKJL1Fp6l07rnRBKhSbx1kX9g=
399-
github.com/project-codeflare/multi-cluster-app-dispatcher v1.38.0/go.mod h1:Yge6GRNpO9YIDfeL+XOcCE9xbmfCTD5C1h5dlW87mxQ=
398+
github.com/project-codeflare/multi-cluster-app-dispatcher v1.38.1-0.20231114094455-bbb6871a4d79 h1:w86VTHuouXGtUHqZ24gfIL2v7I+gbNs2nXtRq10nmeE=
399+
github.com/project-codeflare/multi-cluster-app-dispatcher v1.38.1-0.20231114094455-bbb6871a4d79/go.mod h1:Yge6GRNpO9YIDfeL+XOcCE9xbmfCTD5C1h5dlW87mxQ=
400400
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
401401
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
402402
github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M=

0 commit comments

Comments
 (0)