File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ VERSION ?= v0.0.0-dev
1212BUNDLE_VERSION ?= $(VERSION:v%=% )
1313
1414# INSTASCALE_VERSION defines the default version of the InstaScale controller
15- INSTASCALE_VERSION ?= v0.2.1
15+ INSTASCALE_VERSION ?= v0.3.0
1616INSTASCALE_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 ?= v1.38.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,10 +8,10 @@ CodeFlare Stack Compatibility Matrix
88
99| Component | Version |
1010| ------------------------------| ---------------------------------------------------------------------------------------------------|
11- | CodeFlare Operator | [ v1.0.0-rc.4 ] ( https://github.com/project-codeflare/codeflare-operator/releases/tag/v1.0.0-rc.4 ) |
12- | Multi-Cluster App Dispatcher | [ v1.37.1 ] ( https://github.com/project-codeflare/multi-cluster-app-dispatcher/releases/tag/v1.37.1 ) |
13- | CodeFlare-SDK | [ v0.10.1 ] ( https://github.com/project-codeflare/codeflare-sdk/releases/tag/v0.10.1 ) |
14- | InstaScale | [ v0.2.1 ] ( https://github.com/project-codeflare/instascale/releases/tag/v0.2.1 ) |
11+ | CodeFlare Operator | [ v1.0.0] ( https://github.com/project-codeflare/codeflare-operator/releases/tag/v1.0.0 ) |
12+ | Multi-Cluster App Dispatcher | [ v1.38.0 ] ( https://github.com/project-codeflare/multi-cluster-app-dispatcher/releases/tag/v1.38.0 ) |
13+ | CodeFlare-SDK | [ v0.11.0 ] ( https://github.com/project-codeflare/codeflare-sdk/releases/tag/v0.11.0 ) |
14+ | InstaScale | [ v0.3.0 ] ( https://github.com/project-codeflare/instascale/releases/tag/v0.3.0 ) |
1515| KubeRay | [ v0.5.0] ( https://github.com/ray-project/kuberay/releases/tag/v0.5.0 ) |
1616<!-- Compatibility Matrix end -->
1717
You can’t perform that action at this time.
0 commit comments