Skip to content
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

Update Helm release kuberay-operator to v1 #1121

Merged
merged 2 commits into from
Feb 12, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 22, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
kuberay-operator major 0.6.1 -> 1.0.0
kuberay/operator major v0.6.0 -> v1.0.0

Release Notes

ray-project/kuberay-helm (kuberay-operator)

v1.0.0

Compare Source

A Helm chart for Kubernetes


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@Tansito
Copy link
Member

Tansito commented Nov 22, 2023

It would be interesting to take a look if there is any important change in our ray-cluster template. From what I saw we are using ray.io/v1alpha1 and with this update they are using ray.io/v1. Probably better to merge after Summit just in case.

@Tansito Tansito self-requested a review November 22, 2023 18:40
@IceKhan13 IceKhan13 added the on-hold On hold due to any reason label Nov 22, 2023
@IceKhan13
Copy link
Member

Agree, let's pay more attention here

@renovate renovate bot force-pushed the renovate/kuberay-operator-1.x branch from e779c3f to 206687e Compare December 7, 2023 16:08
@renovate renovate bot force-pushed the renovate/kuberay-operator-1.x branch from 206687e to b36219b Compare January 5, 2024 15:33
@Tansito Tansito removed the on-hold On hold due to any reason label Jan 31, 2024
@Tansito
Copy link
Member

Tansito commented Jan 31, 2024

@akihikokuroda @psschwei @IceKhan13 I'm going to start taking a look into this 👍

@renovate renovate bot force-pushed the renovate/kuberay-operator-1.x branch from b36219b to 49a74a7 Compare January 31, 2024 19:48
@renovate renovate bot force-pushed the renovate/kuberay-operator-1.x branch from 49a74a7 to 1ef1357 Compare February 9, 2024 20:27
@renovate renovate bot force-pushed the renovate/kuberay-operator-1.x branch from 1ef1357 to f12bcd8 Compare February 12, 2024 15:00
@Tansito
Copy link
Member

Tansito commented Feb 12, 2024

I was following the changes from this link but I didn't find too many differences. @akihikokuroda I would appreciate a lot if you could double check that I didn't forgot anything 🙏 (I almost changed the api version and nothing more)

Copy link
Collaborator

@akihikokuroda akihikokuroda left a comment

Choose a reason for hiding this comment

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

One of the test is failing by timeout but other than that, LGTM!

@Tansito
Copy link
Member

Tansito commented Feb 12, 2024

Thanks @akihikokuroda ! I'm going to try to re-run the test after lunch to see if it's something puntual 🤷‍♂️

Copy link
Contributor Author

renovate bot commented Feb 12, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@Tansito Tansito merged commit 00e3a09 into main Feb 12, 2024
15 of 16 checks passed
@Tansito Tansito deleted the renovate/kuberay-operator-1.x branch February 12, 2024 19:05
@psschwei psschwei mentioned this pull request Feb 12, 2024
david-alber pushed a commit to david-alber/quantum-serverless that referenced this pull request Feb 13, 2024
* Update Helm release kuberay-operator to v1

* Update api version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David <9059044+Tansito@users.noreply.github.com>
Tansito added a commit that referenced this pull request Feb 27, 2024
* adding api documentation (swagger & redoc) to gateway

* allow unauthenticated users to read RuntimeJobViewSet

* allow swagger docu if user is not yet set

* only show api/v1/ patterns, add token authorization, rm django login

* drop jupyter from main helm readme (#1208)

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>

* CatalogEntry API (#1204)

* add ModelView API for CatalogEntry

* additional apis for catalogentry

---------

Signed-off-by: Akihiko Kuroda <akihikokuroda2020@gmail.com>

* Repository removal (#1207)

* Removed main components from repository project

* Updated chart lock

* Remove repository references from the client

* add catalog status (#1211)

Signed-off-by: Akihiko Kuroda <akihikokuroda2020@gmail.com>

* Use LocalProvider for test (#1212)

* use LocalProvider for notebook test

Signed-off-by: Akihiko Kuroda <akihikokuroda2020@gmail.com>

* Documentation update (#1214)

* Update contribution guidelines

* Update contributing doc with supported python versions

* Remove Python 3.7 badge from README files

* Upgrade min python version in setup.py

* Test notebooks against k8s qs deployment (#1216)

* test notebooks against k8s qs deployment

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>

* update notebook location

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>

* use action for kind creation

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>

* test all notebooks

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>

* drop sleep

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>

This was redundant, as the python setup in the next few steps takes
waaaay longer than 60s

---------

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>

* Take out unnecessary Job.save() (#1217)

* take out unnecessary Job.save()

Signed-off-by: Akihiko Kuroda <akihikokuroda2020@gmail.com>

* Update Helm release kuberay-operator to v1 (#1121)

* Update Helm release kuberay-operator to v1

* Update api version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David <9059044+Tansito@users.noreply.github.com>

* Fix link for Qiskit deprecation policy (#1218)

* Remove default login view (#1215)

* remove default login view

Signed-off-by: Akihiko Kuroda <akihikokuroda2020@gmail.com>

* adding api documentation (swagger & redoc) to gateway

---------

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
Signed-off-by: Akihiko Kuroda <akihikokuroda2020@gmail.com>
Co-authored-by: Paul Schweigert <paul@paulschweigert.com>
Co-authored-by: Akihiko (Aki) Kuroda <16141898+akihikokuroda@users.noreply.github.com>
Co-authored-by: David <9059044+Tansito@users.noreply.github.com>
Co-authored-by: Karla Spuldaro <karla.spuldaro@ibm.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants