8000 [Release] Update KubeRay version references for 1.4.0-rc.0 by MortalHappiness · Pull Request #3698 · ray-project/kuberay · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[Release] Update KubeRay version references for 1.4.0-rc.0 #3698

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/onsi/gomega v1.37.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.22.0
github.com/ray-project/kuberay/ray-operator v0.0.0
github.com/ray-project/kuberay/ray-operator v1.4.0-rc.0
github.com/rs/cors v1.11.1
github.com/rs/zerolog v1.34.0
github.com/spf13/cobra v1.9.1
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/kuberay-apiserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.1.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I found it odd that this version in master is stale, in a follow-up we should consider whether this should be nightly or something next

version: 1.4.0-rc.0
4 changes: 2 additions & 2 deletions helm-chart/kuberay-apiserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: kuberay-apiserver

image:
repository: quay.io/kuberay/apiserver
tag: nightly
tag: 1.4.0-rc.0
pullPolicy: IfNotPresent

# Uncomment allowOrigin to enable CORS
Expand Down Expand Up @@ -103,7 +103,7 @@ enableAPIServerV2: true
security:
proxy:
repository: quay.io/kuberay/security-proxy
tag: nightly
tag: 1.4.0-rc.0
pullPolicy: IfNotPresent
env:
HTTP_LOCAL_PORT: 8988
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/kuberay-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: kuberay-operator

description: A Helm chart for deploying the Kuberay operator on Kubernetes.

version: 1.1.0
version: 1.4.0-rc.0

type: application

Expand Down
18 changes: 9 additions & 9 deletions helm-chart/kuberay-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kuberay-operator

![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 1.4.0-rc.0](https://img.shields.io/badge/Version-1.4.0--rc.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A Helm chart for deploying the Kuberay operator on Kubernetes.

Expand Down Expand Up @@ -29,8 +29,8 @@ helm version
```sh
helm repo add kuberay https://ray-project.github.io/kuberay-helm/

# Install both CRDs and KubeRay operator v1.1.0.
helm install kuberay-operator kuberay/kuberay-operator --version 1.1.0
# Install both CRDs and KubeRay operator v1.4.0-rc.0.
helm install kuberay-operator kuberay/kuberay-operator --version 1.4.0-rc.0

# Check the KubeRay operator Pod in `default` namespace
kubectl get pods
Expand Down Expand Up @@ -58,10 +58,10 @@ helm version

```sh
# Step 1: Install CRDs only (for cluster admin)
kubectl create -k "github.com/ray-project/kuberay/ray-operator/config/crd?ref=v1.1.0&timeout=90s"
kubectl create -k "github.com/ray-project/kuberay/ray-operator/config/crd?ref=v1.4.0-rc.0&timeout=90s"

# Step 2: Install KubeRay operator only. (for developer)
helm install kuberay-operator kuberay/kuberay-operator --version 1.1.0 --skip-crds
helm install kuberay-operator kuberay/kuberay-operator --version 1.4.0-rc.0 --skip-crds
```

## List the chart
Expand All @@ -71,7 +71,7 @@ To list the `my-release` deployment:
```sh
helm ls
# NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
# kuberay-operator default 1 2023-09-22 02:57:17.306616331 +0000 UTC deployed kuberay-operator-1.1.0
# kuberay-operator default 1 2023-09-22 02:57:17.306616331 +0000 UTC deployed kuberay-operator-1.4.0-rc.0
```

## Uninstall the Chart
Expand Down Expand Up @@ -102,7 +102,7 @@ spec:
project: default
source:
repoURL: https://github.com/ray-project/kuberay
targetRevision: v1.0.0-rc.0
targetRevision: v1.4.0-rc.0
path: helm-chart/kuberay-operator/crds
destination:
server: https://kubernetes.default.svc
Expand All @@ -122,7 +122,7 @@ metadata:
spec:
source:
repoURL: https://github.com/ray-project/kuberay
targetRevision: v1.0.0-rc.0
targetRevision: v1.4.0-rc.0
path: helm-chart/kuberay-operator
helm:
skipCrds: true
Expand All @@ -148,7 +148,7 @@ spec:
| fullnameOverride | string | `"kuberay-operator"` | String to fully override release name. |
| componentOverride | string | `"kuberay-operator"` | String to override component name. |
| image.repository | string | `"quay.io/kuberay/operator"` | Image repository. |
| image.tag | string | `"nightly"` | Image tag. |
| image.tag | string | `"1.4.0-rc.0"` | Image tag. |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. |
| labels | object | `{}` | Extra labels. |
| annotations | object | `{}` | Extra annotations. |
Expand Down
14 changes: 7 additions & 7 deletions helm-chart/kuberay-operator/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ helm version
```sh
helm repo add kuberay https://ray-project.github.io/kuberay-helm/

# Install both CRDs and KubeRay operator v1.1.0.
helm install kuberay-operator kuberay/kuberay-operator --version 1.1.0
# Install both CRDs and KubeRay operator v1.4.0-rc.0.
helm install kuberay-operator kuberay/kuberay-operator --version 1.4.0-rc.0

# Check the KubeRay operator Pod in `default` namespace
kubectl get pods
Expand Down Expand Up @@ -60,10 +60,10 @@ helm version

```sh
# Step 1: Install CRDs only (for cluster admin)
kubectl create -k "github.com/ray-project/kuberay/ray-operator/config/crd?ref=v1.1.0&timeout=90s"
kubectl create -k "github.com/ray-project/kuberay/ray-operator/config/crd?ref=v1.4.0-rc.0&timeout=90s"

# Step 2: Install KubeRay operator only. (for developer)
helm install kuberay-operator kuberay/kuberay-operator --version 1.1.0 --skip-crds
helm install kuberay-operator kuberay/kuberay-operator --version 1.4.0-rc.0 --skip-crds
```

## List the chart
Expand All @@ -73,7 +73,7 @@ To list the `my-release` deployment:
```sh
helm ls
# NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
# kuberay-operator default 1 2023-09-22 02:57:17.306616331 +0000 UTC deployed kuberay-operator-1.1.0
# kuberay-operator default 1 2023-09-22 02:57:17.306616331 +0000 UTC deployed kuberay-operator-1.4.0-rc.0
```

## Uninstall the Chart
Expand Down Expand Up @@ -104,7 +104,7 @@ spec:
project: default
source:
repoURL: https://github.com/ray-project/kuberay
targetRevision: v1.0.0-rc.0
targetRevision: v1.4.0-rc.0
path: helm-chart/kuberay-operator/crds
destination:
server: https://kubernetes.default.svc
Expand All @@ -124,7 +124,7 @@ metadata:
spec:
source:
repoURL: https://github.com/ray-project/kuberay
targetRevision: v1.0.0-rc.0
targetRevision: v1.4.0-rc.0
path: helm-chart/kuberay-operator
helm:
skipCrds: true
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/kuberay-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ image:
repository: quay.io/kuberay/operator

# -- Image tag.
tag: nightly
tag: 1.4.0-rc.0

# -- Image pull policy.
pullPolicy: IfNotPresent
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/ray-cluster/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
description: A Helm chart for Kubernetes
name: ray-cluster
version: 1.1.0
version: 1.4.0-rc.0
icon: https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace: ray-system
images:
- name: kuberay/operator
newName: quay.io/kuberay/operator
newTag: nightly
newTag: 1.4.0-rc.0


replacements:
Expand Down
2 changes: 1 addition & 1 deletion ray-operator/config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace: default
images:
- name: kuberay/operator
newName: quay.io/kuberay/operator
newTag: nightly
newTag: 1.4.0-rc.0
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
Expand Down
2 changes: 1 addition & 1 deletion ray-operator/controllers/ray/utils/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ const (
// The version is included in the RAY_USAGE_STATS_EXTRA_TAGS environment variable
// as well as the user-agent. This constant is updated before release.
// TODO: Update KUBERAY_VERSION to be a build-time variable.
KUBERAY_VERSION = "nightly"
KUBERAY_VERSION = "v1.4.0-rc.0"

// KubeRayController represents the value of the default job controller
KubeRayController = "ray.io/kuberay-operator"
Expand Down
Loading
0