Skip to content

Commit c5b226c

Browse files
asm582github-actions[bot]
authored andcommitted
Update MCAD to latest dev
1 parent 487244c commit c5b226c

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.2.1
1616
INSTASCALE_REPO ?= github.com/project-codeflare/instascale
1717

1818
# MCAD_VERSION defines the default version of the MCAD controller
19-
MCAD_VERSION ?= v1.37.1
19+
MCAD_VERSION ?= 12e9903cb8e5fe84aa0a14cdca0d0093c0bb6304
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-20231023092720-93d03492db16
99
github.com/project-codeflare/instascale v0.2.1
10-
github.com/project-codeflare/multi-cluster-app-dispatcher v1.37.1
10+
github.com/project-codeflare/multi-cluster-app-dispatcher v1.37.2-0.20231030164528-12e9903cb8e5
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-20231023092720-93d03492db16
395395
github.com/project-codeflare/codeflare-common v0.0.0-20231023092720-93d03492db16/go.mod h1:zdi2GCYJX+QyxFWyCLMoTme3NMz/aucWDJWMqKfigxk=
396396
github.com/project-codeflare/instascale v0.2.1 h1:t+Ax/sk4yPQznO6N+U8Cq+bk3afCcZDj9wnHfiGSDBg=
397397
github.com/project-codeflare/instascale v0.2.1/go.mod h1:zSzBTP4cFkg+bD4JyYTDmDnGwVKY/+6ACks57NAiscc=
398-
github.com/project-codeflare/multi-cluster-app-dispatcher v1.37.1 h1:hZhGwKTPeHYYhNbvO27NOjozVpy7m3I3apKf81u9U3A=
399-
github.com/project-codeflare/multi-cluster-app-dispatcher v1.37.1/go.mod h1:Yge6GRNpO9YIDfeL+XOcCE9xbmfCTD5C1h5dlW87mxQ=
398+
github.com/project-codeflare/multi-cluster-app-dispatcher v1.37.2-0.20231030164528-12e9903cb8e5 h1:uw1QL24jqE1QnRO9eSWTjwfYj5sEGLGPI7GmC5AHEjk=
399+
github.com/project-codeflare/multi-cluster-app-dispatcher v1.37.2-0.20231030164528-12e9903cb8e5/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)