Skip to content

Commit 1c7f229

Browse files
Bobbins228openshift-ci[bot]
authored andcommitted
Update dependency versions for release v1.0.0
1 parent 4930dd5 commit 1c7f229

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ VERSION ?= v0.0.0-dev
1212
BUNDLE_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
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 ?= v1.38.0
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}

README.md

+4-4
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)