Skip to content

Commit 08c0734

Browse files
authored
release 1.3.0-rc.0 (#52)
Signed-off-by: Andrew Sy Kim <[email protected]>
1 parent 8f59e42 commit 08c0734

File tree

6 files changed

+44
-17
lines changed

6 files changed

+44
-17
lines changed

helm-chart/kuberay-apiserver/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.3.0-alpha.0
18+
version: 1.3.0-rc.0

helm-chart/kuberay-apiserver/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replicaCount: 1
77
name: "kuberay-apiserver"
88
image:
99
repository: quay.io/kuberay/apiserver
10-
tag: v1.3.0-alpha.0
10+
tag: v1.3.0-rc.0
1111
pullPolicy: IfNotPresent
1212

1313
## Install Default RBAC roles and bindings
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
description: A Helm chart for Kubernetes
33
name: kuberay-operator
4-
version: 1.3.0-alpha.0
4+
version: 1.3.0-rc.0
55
icon: https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png
66
type: application

helm-chart/kuberay-operator/crds/ray.io_rayservices.yaml

Lines changed: 39 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8087,17 +8087,11 @@ spec:
80878087
applicationStatuses:
80888088
additionalProperties:
80898089
properties:
8090-
healthLastUpdateTime:
8091-
format: date-time
8092-
type: string
80938090
message:
80948091
type: string
80958092
serveDeploymentStatuses:
80968093
additionalProperties:
80978094
properties:
8098-
healthLastUpdateTime:
8099-
format: date-time
8100-
type: string
81018095
message:
81028096
type: string
81038097
status:
@@ -8223,6 +8217,45 @@ spec:
82238217
type: object
82248218
type: object
82258219
type: object
8220+
conditions:
8221+
items:
8222+
properties:
8223+
lastTransitionTime:
8224+
format: date-time
8225+
type: string
8226+
message:
8227+
maxLength: 32768
8228+
type: string
8229+
observedGeneration:
8230+
format: int64
8231+
minimum: 0
8232+
type: integer
8233+
reason:
8234+
maxLength: 1024
8235+
minLength: 1
8236+
pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$
8237+
type: string
8238+
status:
8239+
enum:
8240+
- "True"
8241+
- "False"
8242+
- Unknown
8243+
type: string
8244+
type:
8245+
maxLength: 316
8246+
pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$
8247+
type: string
8248+
required:
8249+
- lastTransitionTime
8250+
- message
8251+
- reason
8252+
- status
8253+
- type
8254+
type: object
8255+
type: array
8256+
x-kubernetes-list-map-keys:
8257+
- type
8258+
x-kubernetes-list-type: map
82268259
lastUpdateTime:
82278260
format: date-time
82288261
type: string
@@ -8237,17 +8270,11 @@ spec:
82378270
applicationStatuses:
82388271
additionalProperties:
82398272
properties:
8240-
healthLastUpdateTime:
8241-
format: date-time
8242-
type: string
82438273
message:
82448274
type: string
82458275
serveDeploymentStatuses:
82468276
additionalProperties:
82478277
properties:
8248-
healthLastUpdateTime:
8249-
format: date-time
8250-
type: string
82518278
message:
82528279
type: string
82538280
status:

helm-chart/kuberay-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
image:
66
repository: quay.io/kuberay/operator
7-
tag: v1.3.0-alpha.0
7+
tag: v1.3.0-rc.0
88
pullPolicy: IfNotPresent
99

1010
nameOverride: "kuberay-operator"

helm-chart/ray-cluster/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
22
description: A Helm chart for Kubernetes
33
name: ray-cluster
4-
version: 1.3.0-alpha.0
4+
version: 1.3.0-rc.0
55
icon: https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png

0 commit comments

Comments
 (0)