Skip to content

Commit

Permalink
[bitnami/kuberay] Release 1.2.14 (#29143)
Browse files Browse the repository at this point in the history
* [bitnami/kuberay] Release 1.2.14 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

* Update CRDs automatically

Signed-off-by: Bitnami Containers <[email protected]>

* [bitnami/kuberay] Fix Cypress tests

Signed-off-by: David Gomez <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Bitnami Containers <[email protected]>
Signed-off-by: David Gomez <[email protected]>
Co-authored-by: David Gomez <[email protected]>
  • Loading branch information
bitnami-bot and dgomezleon authored Sep 5, 2024
1 parent 8274daa commit df1a61b
Show file tree
Hide file tree
Showing 7 changed files with 5,276 additions and 201 deletions.
2 changes: 1 addition & 1 deletion .vib/kuberay/cypress/cypress/fixtures/clusters.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cluster": {
"head": "kuberay-cluster-head",
"worker": "kuberay-cluster-worker-vib"
"worker": "kuberay-cluster-vib-worker"
}
}
8 changes: 6 additions & 2 deletions bitnami/kuberay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 1.2.13 (2024-08-27)
## 1.2.14 (2024-09-05)

* [bitnami/kuberay] Release 1.2.13 ([#29066](https://github.com/bitnami/charts/pull/29066))
* [bitnami/kuberay] Release 1.2.14 ([#29143](https://github.com/bitnami/charts/pull/29143))

## <small>1.2.13 (2024-08-27)</small>

* [bitnami/kuberay] Release 1.2.13 (#29066) ([8206354](https://github.com/bitnami/charts/commit/82063541e28ad12c93228eaf911efd9a0562da01)), closes [#29066](https://github.com/bitnami/charts/issues/29066)

## <small>1.2.12 (2024-08-23)</small>

Expand Down
10 changes: 5 additions & 5 deletions bitnami/kuberay/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ annotations:
licenses: Apache-2.0
images: |
- name: kuberay-apiserver
image: docker.io/bitnami/kuberay-apiserver:1.1.1-debian-12-r12
image: docker.io/bitnami/kuberay-apiserver:1.2.1-debian-12-r0
- name: kuberay-operator
image: docker.io/bitnami/kuberay-operator:1.1.1-debian-12-r13
image: docker.io/bitnami/kuberay-operator:1.2.1-debian-12-r0
- name: ray
image: docker.io/bitnami/ray:2.34.0-debian-12-r1
image: docker.io/bitnami/ray:2.35.0-debian-12-r0
apiVersion: v2
appVersion: 1.1.1
appVersion: 1.2.1
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand All @@ -32,4 +32,4 @@ maintainers:
name: kuberay
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/kuberay
version: 1.2.13
version: 1.2.14
1,546 changes: 1,492 additions & 54 deletions bitnami/kuberay/crds/ray.io_rayclusters.yaml

Large diffs are not rendered by default.

2,291 changes: 2,209 additions & 82 deletions bitnami/kuberay/crds/ray.io_rayjobs.yaml

Large diffs are not rendered by default.

1,614 changes: 1,560 additions & 54 deletions bitnami/kuberay/crds/ray.io_rayservices.yaml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions bitnami/kuberay/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ diagnosticMode:
rayImage:
registry: docker.io
repository: bitnami/ray
tag: 2.34.0-debian-12-r1
tag: 2.35.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -121,7 +121,7 @@ operator:
image:
registry: docker.io
repository: bitnami/kuberay-operator
tag: 1.1.1-debian-12-r13
tag: 1.2.1-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -773,7 +773,7 @@ apiserver:
image:
registry: docker.io
repository: bitnami/kuberay-apiserver
tag: 1.1.1-debian-12-r12
tag: 1.2.1-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit df1a61b

Please sign in to comment.