From 4db60352a8e5a070c1470268372c2d642ce4f9ad Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 14 Aug 2024 12:38:06 -0400
Subject: [PATCH] update-version-0.15.2 (#1457)

* [create-pull-request] automated change

* Change old references

---------

Co-authored-by: Tansito <9059044+Tansito@users.noreply.github.com>
---
 charts/qiskit-serverless/Chart.lock                 | 6 +++---
 charts/qiskit-serverless/Chart.yaml                 | 6 +++---
 charts/qiskit-serverless/charts/gateway/Chart.yaml  | 4 ++--
 charts/qiskit-serverless/charts/gateway/values.yaml | 4 ++--
 charts/qiskit-serverless/values.yaml                | 6 +++---
 client/qiskit_serverless/VERSION.txt                | 2 +-
 docker-compose.yaml                                 | 6 +++---
 docs/deployment/cloud.rst                           | 4 ++--
 docs/deployment/custom_function/Sample-Dockerfile   | 2 +-
 docs/deployment/deploying_custom_image_function.rst | 2 +-
 docs/deployment/example_custom_image_function.rst   | 2 +-
 gateway/main/settings.py                            | 2 +-
 12 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/charts/qiskit-serverless/Chart.lock b/charts/qiskit-serverless/Chart.lock
index 43562215f..43126db95 100644
--- a/charts/qiskit-serverless/Chart.lock
+++ b/charts/qiskit-serverless/Chart.lock
@@ -1,7 +1,7 @@
 dependencies:
 - name: gateway
   repository: ""
-  version: 0.15.1
+  version: 0.15.2
 - 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.1.1
-digest: sha256:73c2ec528e14b53a9bee89a1d7221f42fd9b849bb663d8ca97a8e70749d70ba6
-generated: "2024-08-13T13:41:08.811233362Z"
+digest: sha256:74082169455f6673a96247587a9f5bf2beaea790c2acdb058cbd288af6604f09
+generated: "2024-08-14T16:06:18.913761758Z"
diff --git a/charts/qiskit-serverless/Chart.yaml b/charts/qiskit-serverless/Chart.yaml
index 21738f316..2bc510057 100644
--- a/charts/qiskit-serverless/Chart.yaml
+++ b/charts/qiskit-serverless/Chart.yaml
@@ -4,13 +4,13 @@ description: Qiskit-Serverless helm chart that contains different dependencies.
 
 type: application
 
-version: 0.15.1
-appVersion: "0.15.1"
+version: 0.15.2
+appVersion: "0.15.2"
 
 dependencies:
   - name: gateway
     condition: gatewayEnable
-    version: 0.15.1
+    version: 0.15.2
   - name: nginx-ingress-controller
     condition: nginxIngressControllerEnable
     version: 9.11.0
diff --git a/charts/qiskit-serverless/charts/gateway/Chart.yaml b/charts/qiskit-serverless/charts/gateway/Chart.yaml
index 4f1ad1e56..5097cdd91 100644
--- a/charts/qiskit-serverless/charts/gateway/Chart.yaml
+++ b/charts/qiskit-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.15.1
+version: 0.15.2
 
 # 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.15.1"
+appVersion: "0.15.2"
diff --git a/charts/qiskit-serverless/charts/gateway/values.yaml b/charts/qiskit-serverless/charts/gateway/values.yaml
index 760a826ed..d065d8868 100644
--- a/charts/qiskit-serverless/charts/gateway/values.yaml
+++ b/charts/qiskit-serverless/charts/gateway/values.yaml
@@ -18,7 +18,7 @@ application:
   superuser:
     enable: true
   ray:
-    nodeImage: "icr.io/quantum-public/qiskit-serverless/ray-node:0.15.1"
+    nodeImage: "icr.io/quantum-public/qiskit-serverless/ray-node:0.15.2"
     cpu: 2
     memory: 2
     replicas: 1
@@ -26,7 +26,7 @@ application:
     maxReplicas: 4
     opensslImage: registry.access.redhat.com/ubi8/openssl:8.8-9
     kubectlImage: alpine/k8s:1.29.2@sha256:a51aa37f0a34ff827c7f2f9cb7f6fbb8f0e290fa625341be14c2fcc4b1880f60
-    proxyImage: "icr.io/quantum-public/qiskit-serverless/proxy:0.15.1"
+    proxyImage: "icr.io/quantum-public/qiskit-serverless/proxy:0.15.2"
     scrapeWithPrometheus: true
     openTelemetry: false
     openTelemetryCollector:
diff --git a/charts/qiskit-serverless/values.yaml b/charts/qiskit-serverless/values.yaml
index dbf427cd3..8d962c31c 100644
--- a/charts/qiskit-serverless/values.yaml
+++ b/charts/qiskit-serverless/values.yaml
@@ -2,7 +2,7 @@
 # Qiskit Serverless Info
 # ===================
 global:
-  version: 0.15.1
+  version: 0.15.2
 
 # ===================
 # Qiskit Serverless configs
@@ -47,7 +47,7 @@ gateway:
   image:
     repository: "icr.io/quantum-public/qiskit-serverless/gateway"
     pullPolicy: IfNotPresent
-    tag: "0.15.1"
+    tag: "0.15.2"
   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/qiskit-serverless/ray-node:0.15.1"
+      nodeImage: "icr.io/quantum-public/qiskit-serverless/ray-node:0.15.2"
       opensslImage: registry.access.redhat.com/ubi8/openssl:8.8-9
       kubectlImage: alpine/k8s:1.29.2@sha256:a51aa37f0a34ff827c7f2f9cb7f6fbb8f0e290fa625341be14c2fcc4b1880f60
     limits:
diff --git a/client/qiskit_serverless/VERSION.txt b/client/qiskit_serverless/VERSION.txt
index 8076af51c..a12760eb1 100644
--- a/client/qiskit_serverless/VERSION.txt
+++ b/client/qiskit_serverless/VERSION.txt
@@ -1 +1 @@
-0.15.1
\ No newline at end of file
+0.15.2
\ No newline at end of file
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 549a99e71..c88ef46f9 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -3,7 +3,7 @@ services:
   ray-head:
     user: "0"
     container_name: ray-head
-    image: icr.io/quantum-public/qiskit-serverless/ray-node:${VERSION:-0.15.1}
+    image: icr.io/quantum-public/qiskit-serverless/ray-node:${VERSION:-0.15.2}
     entrypoint: [
       "ray", "start", "--head", "--port=6379",
       "--dashboard-host=0.0.0.0", "--block"
@@ -28,7 +28,7 @@ services:
       always
   gateway:
     container_name: gateway
-    image: icr.io/quantum-public/qiskit-serverless/gateway:${VERSION:-0.15.1}
+    image: icr.io/quantum-public/qiskit-serverless/gateway:${VERSION:-0.15.2}
     command: gunicorn main.wsgi:application --bind 0.0.0.0:8000 --workers=4
     ports:
       - 8000:8000
@@ -53,7 +53,7 @@ services:
       - postgres
   scheduler:
     container_name: scheduler
-    image: icr.io/quantum-public/qiskit-serverless/gateway:${VERSION:-0.15.1}
+    image: icr.io/quantum-public/qiskit-serverless/gateway:${VERSION:-0.15.2}
     entrypoint: "./scripts/scheduler.sh"
     environment:
       - DEBUG=0
diff --git a/docs/deployment/cloud.rst b/docs/deployment/cloud.rst
index 428e196dc..9b150b28e 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.15.1 in x.y.z (2 places)
+   :caption: run this commands with the release version like 0.15.2 in x.y.z (2 places)
 
         $ helm -n <INSERT_YOUR_NAMESPACE> install qiskit-serverless --create-namespace https://github.com/Qiskit/qiskit-serverless/releases/download/vx.y.z/qiskit-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.15.1 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.15.2 in x.y.z (2 places) using the same namespace as in the previous helm command
 
         $ helm -n <INSERT_YOUR_NAMESPACE> install qs-observability  https://github.com/Qiskit/qiskit-serverless/releases/download/vx.y.z/qs-observability-x.y.z.tgz
diff --git a/docs/deployment/custom_function/Sample-Dockerfile b/docs/deployment/custom_function/Sample-Dockerfile
index d86e13669..679aade81 100644
--- a/docs/deployment/custom_function/Sample-Dockerfile
+++ b/docs/deployment/custom_function/Sample-Dockerfile
@@ -1,4 +1,4 @@
-FROM icr.io/quantum-public/qiskit-serverless/ray-node:0.15.1
+FROM icr.io/quantum-public/qiskit-serverless/ray-node:0.15.2
 
 # install all necessary dependencies for your custom image
 
diff --git a/docs/deployment/deploying_custom_image_function.rst b/docs/deployment/deploying_custom_image_function.rst
index ced51ab23..6ad655ff8 100644
--- a/docs/deployment/deploying_custom_image_function.rst
+++ b/docs/deployment/deploying_custom_image_function.rst
@@ -50,7 +50,7 @@ In our simple case it will look something like this:
 .. code-block::
    :caption: Dockerfile for custom image function.
 
-    FROM icr.io/quantum-public/qiskit-serverless/ray-node:0.15.1
+    FROM icr.io/quantum-public/qiskit-serverless/ray-node:0.15.2
 
     # install all necessary dependencies for your custom image
 
diff --git a/docs/deployment/example_custom_image_function.rst b/docs/deployment/example_custom_image_function.rst
index 0c2aea7fc..231c94369 100644
--- a/docs/deployment/example_custom_image_function.rst
+++ b/docs/deployment/example_custom_image_function.rst
@@ -49,7 +49,7 @@ Dockerfile
 .. code-block::
    :caption: Dockerfile
 
-   FROM icr.io/quantum-public/qiskit-serverless/ray-node:0.15.1
+   FROM icr.io/quantum-public/qiskit-serverless/ray-node:0.15.2
 
    # install all necessary dependencies for your custom image
 
diff --git a/gateway/main/settings.py b/gateway/main/settings.py
index fa4c8dff5..c2eef6167 100644
--- a/gateway/main/settings.py
+++ b/gateway/main/settings.py
@@ -320,7 +320,7 @@
     ),
 }
 RAY_NODE_IMAGE = os.environ.get(
-    "RAY_NODE_IMAGE", "icr.io/quantum-public/qiskit-serverless/ray-node:0.15.1"
+    "RAY_NODE_IMAGE", "icr.io/quantum-public/qiskit-serverless/ray-node:0.15.2"
 )
 RAY_CLUSTER_WORKER_REPLICAS = int(os.environ.get("RAY_CLUSTER_WORKER_REPLICAS", "1"))
 RAY_CLUSTER_WORKER_REPLICAS_MAX = int(