File tree 2 files changed +6
-6
lines changed
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
12
12
BUNDLE_VERSION ?= $(VERSION:v%=% )
13
13
14
14
# INSTASCALE_VERSION defines the default version of the InstaScale controller
15
- INSTASCALE_VERSION ?= v0.2.1
15
+ INSTASCALE_VERSION ?= v0.3.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.37.1
19
+ MCAD_VERSION ?= v1.38.0
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,10 +8,10 @@ CodeFlare Stack Compatibility Matrix
8
8
9
9
| Component | Version |
10
10
| ------------------------------| ---------------------------------------------------------------------------------------------------|
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 ) |
15
15
| KubeRay | [ v0.5.0] ( https://github.com/ray-project/kuberay/releases/tag/v0.5.0 ) |
16
16
<!-- Compatibility Matrix end -->
17
17
You can’t perform that action at this time.
0 commit comments