From c2ad73e3f05e4c77a4f966dfd66df3b108e1f862 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:32:50 -0400 Subject: [PATCH] update-version-0.10.1 (#1301) * [create-pull-request] automated change * Updated RAY_NODE_IMAGE default image --------- Co-authored-by: Tansito Co-authored-by: David <9059044+Tansito@users.noreply.github.com> --- charts/quantum-serverless/Chart.lock | 6 +++--- charts/quantum-serverless/Chart.yaml | 6 +++--- charts/quantum-serverless/charts/gateway/Chart.yaml | 4 ++-- charts/quantum-serverless/charts/gateway/values.yaml | 6 +++--- charts/quantum-serverless/values.yaml | 6 +++--- client/quantum_serverless/VERSION.txt | 2 +- docker-compose.yaml | 6 +++--- docs/deployment/cloud.rst | 4 ++-- gateway/main/settings.py | 2 +- 9 files changed, 21 insertions(+), 21 deletions(-) diff --git a/charts/quantum-serverless/Chart.lock b/charts/quantum-serverless/Chart.lock index 3d709aca2..c95036c67 100644 --- a/charts/quantum-serverless/Chart.lock +++ b/charts/quantum-serverless/Chart.lock @@ -1,7 +1,7 @@ dependencies: - name: gateway repository: "" - version: 0.10.0 + version: 0.10.1 - name: nginx-ingress-controller repository: https://charts.bitnami.com/bitnami version: 9.11.0 @@ -11,5 +11,5 @@ dependencies: - name: kuberay-operator repository: https://ray-project.github.io/kuberay-helm version: 1.0.0 -digest: sha256:fcc325b4f04c33f7673a80b07ee58618282815529fe1efe505211d43adfcd1b0 -generated: "2024-04-22T19:48:36.266347434Z" +digest: sha256:c9635374c2022481190e791838a9fd768dafd60c0bb58b0393af5ebd0b76d27b +generated: "2024-04-29T20:20:06.29087398Z" diff --git a/charts/quantum-serverless/Chart.yaml b/charts/quantum-serverless/Chart.yaml index ada53eeee..137e1b69b 100644 --- a/charts/quantum-serverless/Chart.yaml +++ b/charts/quantum-serverless/Chart.yaml @@ -4,13 +4,13 @@ description: Quantum-Serverless helm chart that contains different dependencies. type: application -version: 0.10.0 -appVersion: "0.10.0" +version: 0.10.1 +appVersion: "0.10.1" dependencies: - name: gateway condition: gatewayEnable - version: 0.10.0 + version: 0.10.1 - name: nginx-ingress-controller condition: nginxIngressControllerEnable version: 9.11.0 diff --git a/charts/quantum-serverless/charts/gateway/Chart.yaml b/charts/quantum-serverless/charts/gateway/Chart.yaml index 82590b582..3dd662130 100644 --- a/charts/quantum-serverless/charts/gateway/Chart.yaml +++ b/charts/quantum-serverless/charts/gateway/Chart.yaml @@ -15,10 +15,10 @@ 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: 0.10.0 +version: 0.10.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.10.0" +appVersion: "0.10.1" diff --git a/charts/quantum-serverless/charts/gateway/values.yaml b/charts/quantum-serverless/charts/gateway/values.yaml index 51d3305c5..9e96f8188 100644 --- a/charts/quantum-serverless/charts/gateway/values.yaml +++ b/charts/quantum-serverless/charts/gateway/values.yaml @@ -17,9 +17,9 @@ application: superuser: enable: true ray: - nodeImage: "icr.io/quantum-public/quantum-serverless-ray-node:0.10.0-py39" - nodeImage_py39: "icr.io/quantum-public/quantum-serverless-ray-node:0.10.0-py39" - nodeImage_py310: "icr.io/quantum-public/quantum-serverless-ray-node:0.10.0-py310" + nodeImage: "icr.io/quantum-public/quantum-serverless-ray-node:0.10.1-py39" + nodeImage_py39: "icr.io/quantum-public/quantum-serverless-ray-node:0.10.1-py39" + nodeImage_py310: "icr.io/quantum-public/quantum-serverless-ray-node:0.10.1-py310" cpu: 2 memory: 2 replicas: 1 diff --git a/charts/quantum-serverless/values.yaml b/charts/quantum-serverless/values.yaml index b027d7eee..170fc4dad 100644 --- a/charts/quantum-serverless/values.yaml +++ b/charts/quantum-serverless/values.yaml @@ -2,7 +2,7 @@ # Quantum Serverless Info # =================== global: - version: 0.10.0 + version: 0.10.1 # =================== # Quantum Serverless configs @@ -47,7 +47,7 @@ gateway: image: repository: "icr.io/quantum-public/quantum-serverless-gateway" pullPolicy: IfNotPresent - tag: "0.10.0" + tag: "0.10.1" application: siteHost: "http://gateway:8000" rayHost: "http://kuberay-head-svc:8265" @@ -59,7 +59,7 @@ gateway: type: ClusterIP port: 8000 ray: - nodeImage: "icr.io/quantum-public/quantum-serverless-ray-node:0.10.0-py310" + nodeImage: "icr.io/quantum-public/quantum-serverless-ray-node:0.10.1-py310" opensslImage: registry.access.redhat.com/ubi8/openssl:8.8-9 kubectlImage: alpine/k8s:1.29.2@sha256:a51aa37f0a34ff827c7f2f9cb7f6fbb8f0e290fa625341be14c2fcc4b1880f60 limits: diff --git a/client/quantum_serverless/VERSION.txt b/client/quantum_serverless/VERSION.txt index 2774f8587..71172b43a 100644 --- a/client/quantum_serverless/VERSION.txt +++ b/client/quantum_serverless/VERSION.txt @@ -1 +1 @@ -0.10.0 \ No newline at end of file +0.10.1 \ No newline at end of file diff --git a/docker-compose.yaml b/docker-compose.yaml index 8b36295a2..2a73e0489 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,7 +2,7 @@ services: ray-head: container_name: ray-head - image: icr.io/quantum-public/quantum-serverless-ray-node:${VERSION:-0.10.0}-py310 + image: icr.io/quantum-public/quantum-serverless-ray-node:${VERSION:-0.10.1}-py310 entrypoint: [ "ray", "start", "--head", "--port=6379", "--dashboard-host=0.0.0.0", "--block" @@ -27,7 +27,7 @@ services: always gateway: container_name: gateway - image: icr.io/quantum-public/quantum-serverless-gateway:${VERSION:-0.10.0} + image: icr.io/quantum-public/quantum-serverless-gateway:${VERSION:-0.10.1} command: gunicorn main.wsgi:application --bind 0.0.0.0:8000 --workers=4 ports: - 8000:8000 @@ -52,7 +52,7 @@ services: - postgres scheduler: container_name: scheduler - image: icr.io/quantum-public/quantum-serverless-gateway:${VERSION:-0.10.0} + image: icr.io/quantum-public/quantum-serverless-gateway:${VERSION:-0.10.1} entrypoint: "./scripts/scheduler.sh" environment: - DEBUG=0 diff --git a/docs/deployment/cloud.rst b/docs/deployment/cloud.rst index b65fd25ec..d9904ee1c 100644 --- a/docs/deployment/cloud.rst +++ b/docs/deployment/cloud.rst @@ -84,7 +84,7 @@ Once your cluster is ready, the installation is relatively straightforward with and run the next commands: .. code-block:: - :caption: run this commands with the release version like 0.10.0 in x.y.z (2 places) + :caption: run this commands with the release version like 0.10.1 in x.y.z (2 places) $ helm -n install quantum-serverless --create-namespace https://github.com/Qiskit-Extensions/quantum-serverless/releases/download/vx.y.z/quantum-serverless-x.y.z.tgz @@ -119,6 +119,6 @@ with the configuration of your domain and provider. Optionally, you can install an observability package to handle logging and monitoring on your cluster by running the following command: .. code-block:: - :caption: run this commands with the release version like 0.10.0 in x.y.z (2 places) using the same namespace as in the previous helm command + :caption: run this commands with the release version like 0.10.1 in x.y.z (2 places) using the same namespace as in the previous helm command $ helm -n install qs-observability https://github.com/Qiskit-Extensions/quantum-serverless/releases/download/vx.y.z/qs-observability-x.y.z.tgz diff --git a/gateway/main/settings.py b/gateway/main/settings.py index 65c0efdc9..bb16ff108 100644 --- a/gateway/main/settings.py +++ b/gateway/main/settings.py @@ -315,7 +315,7 @@ ), } RAY_NODE_IMAGE = os.environ.get( - "RAY_NODE_IMAGE", "icr.io/quantum-public/quantum-serverless-ray-node:0.10.0-py310" + "RAY_NODE_IMAGE", "icr.io/quantum-public/quantum-serverless-ray-node:0.10.1-py310" ) RAY_NODE_IMAGES_MAP = { "default": RAY_NODE_IMAGE,