Skip to content

Commit 607ad9e

Browse files
Update dependency versions for release v1.0.0-rc.2
1 parent 04d4b43 commit 607ad9e

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

Makefile

+3-3
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.0.9
15+
INSTASCALE_VERSION ?= v0.1.0
1616
INSTASCALE_REPO ?= github.com/project-codeflare/instascale
1717

1818
# MCAD_VERSION defines the default version of the MCAD controller
19-
MCAD_VERSION ?= 725a614debe3d34d1547c1659ef5ad49f8f6c5df
19+
MCAD_VERSION ?= v1.36.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}
@@ -28,7 +28,7 @@ KUBERAY_VERSION ?= v0.6.0
2828
RAY_VERSION ?= 2.5.0
2929

3030
# CODEFLARE_SDK_VERSION defines the default version of the CodeFlare SDK
31-
CODEFLARE_SDK_VERSION ?= 0.8.0
31+
CODEFLARE_SDK_VERSION ?= 0.9.0
3232

3333
# OPERATORS_REPO_ORG points to GitHub repository organization where bundle PR is opened against
3434
# OPERATORS_REPO_FORK_ORG points to GitHub repository fork organization where bundle build is pushed to

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.1](https://github.com/project-codeflare/codeflare-operator/releases/tag/v1.0.0-rc.1) |
12-
| Multi-Cluster App Dispatcher | [v1.35.0](https://github.com/project-codeflare/multi-cluster-app-dispatcher/releases/tag/v1.35.0) |
13-
| CodeFlare-SDK | [v0.8.0](https://github.com/project-codeflare/codeflare-sdk/releases/tag/v0.8.0) |
14-
| InstaScale | [v0.0.9](https://github.com/project-codeflare/instascale/releases/tag/v0.0.9) |
11+
| CodeFlare Operator | [v1.0.0-rc.2](https://github.com/project-codeflare/codeflare-operator/releases/tag/v1.0.0-rc.2) |
12+
| Multi-Cluster App Dispatcher | [v1.36.0](https://github.com/project-codeflare/multi-cluster-app-dispatcher/releases/tag/v1.36.0) |
13+
| CodeFlare-SDK | [v0.9.0](https://github.com/project-codeflare/codeflare-sdk/releases/tag/v0.9.0) |
14+
| InstaScale | [v0.1.0](https://github.com/project-codeflare/instascale/releases/tag/v0.1.0) |
1515
| KubeRay | [v0.5.0](https://github.com/ray-project/kuberay/releases/tag/v0.5.0) |
1616
<!-- Compatibility Matrix end -->
1717

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ require (
77
github.com/openshift-online/ocm-sdk-go v0.1.368
88
github.com/openshift/api v0.0.0-20230213134911-7ba313770556
99
github.com/openshift/client-go v0.0.0-20221019143426-16aed247da5c
10-
github.com/project-codeflare/instascale v0.0.9
11-
github.com/project-codeflare/multi-cluster-app-dispatcher v1.35.1-0.20231004084320-725a614debe3
12-
github.com/ray-project/kuberay/ray-operator v0.0.0-20231003160009-38e3527cfce7
10+
github.com/project-codeflare/instascale v0.1.0
11+
github.com/project-codeflare/multi-cluster-app-dispatcher v1.36.0
12+
github.com/ray-project/kuberay/ray-operator v0.0.0-20231012011224-15ce568a0c36
1313
go.uber.org/zap v1.26.0
1414
k8s.io/api v0.26.3
1515
k8s.io/apimachinery v0.26.3

go.sum

+6-6
Original file line numberDiff line numberDiff line change
@@ -389,10 +389,10 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
389389
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
390390
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
391391
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
392-
github.com/project-codeflare/instascale v0.0.9 h1:XlwprvuJNbNVnLxCa6lPz5bKUEMhJprVRumd42sRhVY=
393-
github.com/project-codeflare/instascale v0.0.9/go.mod h1:fpc8TiFvR2r0duKFbKmGTshEGa0eGK9noWWfjhPxphE=
394-
github.com/project-codeflare/multi-cluster-app-dispatcher v1.35.1-0.20231004084320-725a614debe3 h1:l/QHuyrSgaZfZ1UCRjj49rhagJV7tsyNlq0+lRhS6ZM=
395-
github.com/project-codeflare/multi-cluster-app-dispatcher v1.35.1-0.20231004084320-725a614debe3/go.mod h1:Yge6GRNpO9YIDfeL+XOcCE9xbmfCTD5C1h5dlW87mxQ=
392+
github.com/project-codeflare/instascale v0.1.0 h1:oP5PwUIDvh+D3fbg8sT9dKphl9K/Tb/RraTFQezLOxI=
393+
github.com/project-codeflare/instascale v0.1.0/go.mod h1:c4I8w4R0I8OJdkwA/ht/o/3lxRCBx4YdFJ3D1DulFVA=
394+
github.com/project-codeflare/multi-cluster-app-dispatcher v1.36.0 h1:QSc16Kd4OBidGY4rQivMrUX9B9cNKttfZIRKsR4BX9E=
395+
github.com/project-codeflare/multi-cluster-app-dispatcher v1.36.0/go.mod h1:Yge6GRNpO9YIDfeL+XOcCE9xbmfCTD5C1h5dlW87mxQ=
396396
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
397397
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
398398
github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M=
@@ -420,8 +420,8 @@ github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1
420420
github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA=
421421
github.com/prometheus/procfs v0.8.0 h1:ODq8ZFEaYeCaZOJlZZdJA2AbQR98dSHSM1KW/You5mo=
422422
github.com/prometheus/procfs v0.8.0/go.mod h1:z7EfXMXOkbkqb9IINtpCn86r/to3BnA0uaxHdg830/4=
423-
github.com/ray-project/kuberay/ray-operator v0.0.0-20231003160009-38e3527cfce7 h1:arS5d3gMlpVJTcBipREs6uOWP4mL7C0EtQutISpC4Mo=
424-
github.com/ray-project/kuberay/ray-operator v0.0.0-20231003160009-38e3527cfce7/go.mod h1:NDvscwYbeLSh+Cfc2UTeyPWODtNKPCsPjD/2kg3ZXPw=
423+
github.com/ray-project/kuberay/ray-operator v0.0.0-20231012011224-15ce568a0c36 h1:IzXHzI4OjL1ySpvmPHTWjFjmgBBjAZXBa3cQwejLPWY=
424+
github.com/ray-project/kuberay/ray-operator v0.0.0-20231012011224-15ce568a0c36/go.mod h1:NDvscwYbeLSh+Cfc2UTeyPWODtNKPCsPjD/2kg3ZXPw=
425425
github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ=
426426
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
427427
github.com/rs/xid v1.2.1/go.mod h1:+uKXf+4Djp6Md1KODXJxgGQPKngRmWyn10oCKFzNHOQ=

test/support/defaults.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package support
55
// ***********************
66

77
const (
8-
CodeFlareSDKVersion = "0.8.0"
8+
CodeFlareSDKVersion = "0.9.0"
99
RayVersion = "2.5.0"
1010
RayImage = "rayproject/ray:2.5.0"
1111
)

0 commit comments

Comments
 (0)