Skip to content

Commit 66e4132

Browse files
authored
bump version to v1.3.2 (#3266)
Signed-off-by: Andrew Sy Kim <[email protected]>
1 parent 4d53e84 commit 66e4132

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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.1
18+
version: 1.3.2

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.1
10+
tag: v1.3.2
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.1
4+
version: 1.3.2
55
icon: https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png
66
type: application

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.1
7+
tag: v1.3.2
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.1
4+
version: 1.3.2
55
icon: https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png

ray-operator/config/default/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace: default
1818
images:
1919
- name: kuberay/operator
2020
newName: quay.io/kuberay/operator
21-
newTag: v1.3.1
21+
newTag: v1.3.2
2222
apiVersion: kustomize.config.k8s.io/v1beta1
2323
kind: Kustomization
2424
resources:

ray-operator/controllers/ray/utils/constant.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const (
186186
// The version is included in the RAY_USAGE_STATS_EXTRA_TAGS environment variable
187187
// as well as the user-agent. This constant is updated before release.
188188
// TODO: Update KUBERAY_VERSION to be a build-time variable.
189-
KUBERAY_VERSION = "v1.3.1"
189+
KUBERAY_VERSION = "v1.3.2"
190190

191191
// KubeRayController represents the value of the default job controller
192192
KubeRayController = "ray.io/kuberay-operator"

0 commit comments

Comments
 (0)