Skip to content

Commit d36bb3c

Browse files
anishasthanaopenshift-merge-robot
authored andcommitted
Update dependency versions for release v0.2.0
1 parent 5209f7a commit d36bb3c

File tree

7 files changed

+85
-53
lines changed

7 files changed

+85
-53
lines changed

Diff for: Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ 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.6
15+
INSTASCALE_VERSION ?= v.0.0.7
1616

1717
# MCAD_VERSION defines the default version of the MCAD controller
18-
MCAD_VERSION ?= v1.33.0
18+
MCAD_VERSION ?= v1.34.0
1919
# MCAD_REF, MCAD_REPO and MCAD_CRD define the reference to MCAD CRD resources
2020
MCAD_REF ?= release-${MCAD_VERSION}
2121
MCAD_REPO ?= github.com/project-codeflare/multi-cluster-app-dispatcher
@@ -30,7 +30,7 @@ KUBERAY_VERSION ?= v0.5.0
3030
RAY_VERSION ?= 2.5.0
3131

3232
# CODEFLARE_SDK_VERSION defines the default version of the CodeFlare SDK
33-
CODEFLARE_SDK_VERSION ?= 0.6.1
33+
CODEFLARE_SDK_VERSION ?= 0.7.0
3434

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

Diff for: 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 | v0.1.0 |
12-
| Multi-Cluster App Dispatcher | v1.33.0 |
13-
| CodeFlare-SDK | v0.6.1 |
14-
| InstaScale | v0.0.6 |
11+
| CodeFlare Operator | v0.2.0 |
12+
| Multi-Cluster App Dispatcher | v1.34.0 |
13+
| CodeFlare-SDK | v0.7.0 |
14+
| InstaScale | v.0.0.7 |
1515
| KubeRay | v0.5.0 |
1616
<!-- Compatibility Matrix end -->
1717

Diff for: controllers/defaults.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ package controllers
55
// ***********************
66

77
const (
8-
MCADImage = "quay.io/project-codeflare/mcad-controller:release-v1.33.0"
9-
InstaScaleImage = "quay.io/project-codeflare/instascale-controller:v0.0.6"
8+
MCADImage = "quay.io/project-codeflare/mcad-controller:release-v1.34.0"
9+
InstaScaleImage = "quay.io/project-codeflare/instascale-controller:v.0.0.7"
1010
)

Diff for: controllers/testdata/instascale_test_results/case_1/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
- name: instascale
2020
args:
2121
- "--configs-namespace=default"
22-
image: quay.io/project-codeflare/instascale-controller:v0.0.6
22+
image: quay.io/project-codeflare/instascale-controller:v.0.0.7
2323
resources:
2424
limits:
2525
cpu: '2'

Diff for: controllers/testdata/instascale_test_results/case_2/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
- name: instascale
2020
args:
2121
- "--configs-namespace=default"
22-
image: quay.io/project-codeflare/instascale-controller:v0.0.6
22+
image: quay.io/project-codeflare/instascale-controller:v.0.0.7
2323
resources:
2424
limits:
2525
cpu: '1'

Diff for: go.mod

+13-13
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ require (
1111
github.com/openshift-eng/openshift-goimports v0.0.0-20230304234052-c70783e636f2
1212
github.com/openshift/api v0.0.0-20230213134911-7ba313770556
1313
github.com/openshift/client-go v0.0.0-20221019143426-16aed247da5c
14-
github.com/project-codeflare/multi-cluster-app-dispatcher v1.33.0
15-
github.com/ray-project/kuberay/ray-operator v0.0.0-20230810043804-80a6d58e2e5d
14+
github.com/project-codeflare/multi-cluster-app-dispatcher v1.34.0
15+
github.com/ray-project/kuberay/ray-operator v0.0.0-20230829051452-55b1d39efb62
1616
go.uber.org/zap v1.24.0
1717
k8s.io/api v0.26.3
1818
k8s.io/apimachinery v0.26.3
@@ -25,30 +25,30 @@ require (
2525
github.com/beorn7/perks v1.0.1 // indirect
2626
github.com/cespare/xxhash/v2 v2.1.2 // indirect
2727
github.com/davecgh/go-spew v1.1.1 // indirect
28-
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
28+
github.com/emicklei/go-restful/v3 v3.10.1 // indirect
2929
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
3030
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
3131
github.com/fsnotify/fsnotify v1.6.0 // indirect
3232
github.com/go-logr/zapr v1.2.3 // indirect
33-
github.com/go-openapi/jsonpointer v0.19.5 // indirect
34-
github.com/go-openapi/jsonreference v0.20.0 // indirect
35-
github.com/go-openapi/swag v0.19.14 // indirect
33+
github.com/go-openapi/jsonpointer v0.19.6 // indirect
34+
github.com/go-openapi/jsonreference v0.20.1 // indirect
35+
github.com/go-openapi/swag v0.22.3 // indirect
3636
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
3737
github.com/gogo/protobuf v1.3.2 // indirect
3838
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3939
github.com/golang/protobuf v1.5.3 // indirect
40-
github.com/google/gnostic v0.5.7-v3refs // indirect
40+
github.com/google/gnostic v0.6.9 // indirect
4141
github.com/google/go-cmp v0.5.9 // indirect
4242
github.com/google/gofuzz v1.2.0 // indirect
43-
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
43+
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
4444
github.com/google/uuid v1.1.2 // indirect
4545
github.com/hashicorp/hcl v1.0.0 // indirect
4646
github.com/imdario/mergo v0.3.12 // indirect
4747
github.com/inconshreveable/mousetrap v1.0.1 // indirect
4848
github.com/josharian/intern v1.0.0 // indirect
4949
github.com/json-iterator/go v1.1.12 // indirect
5050
github.com/magiconair/properties v1.8.4 // indirect
51-
github.com/mailru/easyjson v0.7.6 // indirect
51+
github.com/mailru/easyjson v0.7.7 // indirect
5252
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
5353
github.com/mitchellh/go-homedir v1.1.0 // indirect
5454
github.com/mitchellh/mapstructure v1.4.1 // indirect
@@ -87,9 +87,9 @@ require (
8787
gopkg.in/yaml.v3 v3.0.1 // indirect
8888
k8s.io/apiextensions-apiserver v0.26.1 // indirect
8989
k8s.io/component-base v0.26.2 // indirect
90-
k8s.io/klog/v2 v2.80.1 // indirect
91-
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
92-
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448 // indirect
93-
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
90+
k8s.io/klog/v2 v2.90.1 // indirect
91+
k8s.io/kube-openapi v0.0.0-20230303024457-afdc3dddf62d // indirect
92+
k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 // indirect
93+
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
9494
sigs.k8s.io/yaml v1.3.0 // indirect
9595
)

0 commit comments

Comments
 (0)