From 6a924446f827acd1ba373aa760ca8c70b73f978b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 10:44:49 -0500 Subject: [PATCH] [create-pull-request] automated change (#1137) Co-authored-by: IceKhan13 --- charts/qs-observability/Chart.yaml | 4 ++-- charts/quantum-serverless/Chart.lock | 10 +++++----- charts/quantum-serverless/Chart.yaml | 10 +++++----- charts/quantum-serverless/charts/gateway/Chart.yaml | 4 ++-- charts/quantum-serverless/charts/gateway/values.yaml | 8 ++++---- charts/quantum-serverless/charts/jupyter/Chart.yaml | 4 ++-- charts/quantum-serverless/charts/repository/Chart.yaml | 4 ++-- charts/quantum-serverless/values.yaml | 8 ++++---- client/quantum_serverless/VERSION.txt | 2 +- docker-compose.yaml | 10 +++++----- docs/deployment/cloud.rst | 4 ++-- 11 files changed, 34 insertions(+), 34 deletions(-) diff --git a/charts/qs-observability/Chart.yaml b/charts/qs-observability/Chart.yaml index bc6d22cda..1be9f61e1 100644 --- a/charts/qs-observability/Chart.yaml +++ b/charts/qs-observability/Chart.yaml @@ -4,8 +4,8 @@ description: Quantum-Serverless helm chart for observabililty (i.e. logging/moni type: application -version: 0.8.0 -appVersion: "0.8.0" +version: 0.8.1 +appVersion: "0.8.1" dependencies: - name: kube-prometheus-stack diff --git a/charts/quantum-serverless/Chart.lock b/charts/quantum-serverless/Chart.lock index 208a7c6f3..5fcfb9659 100644 --- a/charts/quantum-serverless/Chart.lock +++ b/charts/quantum-serverless/Chart.lock @@ -1,10 +1,10 @@ dependencies: - name: gateway repository: "" - version: 0.8.0 + version: 0.8.1 - name: jupyter repository: "" - version: 0.8.0 + version: 0.8.1 - name: nginx-ingress-controller repository: https://charts.bitnami.com/bitnami version: 9.9.3 @@ -16,6 +16,6 @@ dependencies: version: 0.6.1 - name: repository repository: "" - version: 0.8.0 -digest: sha256:c85e5218c51704735d12a6842665ad5de59519bb7da1e4aaea8d2f7f993f24a3 -generated: "2023-12-01T14:05:30.569353-05:00" + version: 0.8.1 +digest: sha256:73cf209fa3c521ec6711c7470ce5b571dec81f694dc6faa534a13f5c4fdffc34 +generated: "2023-12-07T15:37:12.234358236Z" diff --git a/charts/quantum-serverless/Chart.yaml b/charts/quantum-serverless/Chart.yaml index 82f3e7983..dd390def0 100644 --- a/charts/quantum-serverless/Chart.yaml +++ b/charts/quantum-serverless/Chart.yaml @@ -4,16 +4,16 @@ description: Quantum-Serverless helm chart that contains different dependencies. type: application -version: 0.8.0 -appVersion: "0.8.0" +version: 0.8.1 +appVersion: "0.8.1" dependencies: - name: gateway condition: gatewayEnable - version: 0.8.0 + version: 0.8.1 - name: jupyter condition: jupyterEnable - version: 0.8.0 + version: 0.8.1 - name: nginx-ingress-controller condition: nginxIngressControllerEnable version: 9.9.3 @@ -28,7 +28,7 @@ dependencies: repository: https://ray-project.github.io/kuberay-helm - name: repository condition: repositoryEnable - version: 0.8.0 + version: 0.8.1 maintainers: - name: akihikokuroda diff --git a/charts/quantum-serverless/charts/gateway/Chart.yaml b/charts/quantum-serverless/charts/gateway/Chart.yaml index dd2e3197b..5276af005 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.8.0 +version: 0.8.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.8.0" +appVersion: "0.8.1" diff --git a/charts/quantum-serverless/charts/gateway/values.yaml b/charts/quantum-serverless/charts/gateway/values.yaml index f792862f4..e479609e0 100644 --- a/charts/quantum-serverless/charts/gateway/values.yaml +++ b/charts/quantum-serverless/charts/gateway/values.yaml @@ -17,10 +17,10 @@ application: superuser: enable: true ray: - nodeImage: "icr.io/quantum-public/quantum-serverless-ray-node:0.8.0-py39" - nodeImage_py38: "icr.io/quantum-public/quantum-serverless-ray-node:0.8.0-py38" - nodeImage_py39: "icr.io/quantum-public/quantum-serverless-ray-node:0.8.0-py39" - nodeImage_py310: "icr.io/quantum-public/quantum-serverless-ray-node:0.8.0-py310" + nodeImage: "icr.io/quantum-public/quantum-serverless-ray-node:0.8.1-py39" + nodeImage_py38: "icr.io/quantum-public/quantum-serverless-ray-node:0.8.1-py38" + nodeImage_py39: "icr.io/quantum-public/quantum-serverless-ray-node:0.8.1-py39" + nodeImage_py310: "icr.io/quantum-public/quantum-serverless-ray-node:0.8.1-py310" cpu: 2 memory: 2 replicas: 1 diff --git a/charts/quantum-serverless/charts/jupyter/Chart.yaml b/charts/quantum-serverless/charts/jupyter/Chart.yaml index 0111d3896..29ef28adf 100644 --- a/charts/quantum-serverless/charts/jupyter/Chart.yaml +++ b/charts/quantum-serverless/charts/jupyter/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.8.0 +version: 0.8.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.8.0" +appVersion: "0.8.1" diff --git a/charts/quantum-serverless/charts/repository/Chart.yaml b/charts/quantum-serverless/charts/repository/Chart.yaml index ae7452c71..a2304e939 100644 --- a/charts/quantum-serverless/charts/repository/Chart.yaml +++ b/charts/quantum-serverless/charts/repository/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.8.0 +version: 0.8.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.8.0" +appVersion: "0.8.1" diff --git a/charts/quantum-serverless/values.yaml b/charts/quantum-serverless/values.yaml index 8a72f685a..de6daf418 100644 --- a/charts/quantum-serverless/values.yaml +++ b/charts/quantum-serverless/values.yaml @@ -41,7 +41,7 @@ gateway: image: repository: "icr.io/quantum-public/quantum-serverless-gateway" pullPolicy: IfNotPresent - tag: "0.8.0" + tag: "0.8.1" application: siteHost: "http://gateway:8000" rayHost: "http://kuberay-head-svc:8265" @@ -53,7 +53,7 @@ gateway: type: ClusterIP port: 8000 ray: - nodeImage: "icr.io/quantum-public/quantum-serverless-ray-node:0.8.0-py39" + nodeImage: "icr.io/quantum-public/quantum-serverless-ray-node:0.8.1-py39" opensslImage: registry.access.redhat.com/ubi8/openssl:8.8-9 kubectlImage: alpine/k8s:1.28.4@sha256:38887b75951c9839c276508c6ba4d55793e4724668c6ba9bd8d09a212073d914 limits: @@ -109,7 +109,7 @@ jupyter: image: repository: "icr.io/quantum-public/quantum-serverless-notebook" - tag: "0.8.0-py39" + tag: "0.8.1-py39" pullPolicy: IfNotPresent container: port: 8888 @@ -151,7 +151,7 @@ repository: fullnameOverride: "repository" image: pullPolicy: IfNotPresent - tag: "0.8.0" + tag: "0.8.1" application: superuser: username: "admin" diff --git a/client/quantum_serverless/VERSION.txt b/client/quantum_serverless/VERSION.txt index 8adc70fdd..c18d72be3 100644 --- a/client/quantum_serverless/VERSION.txt +++ b/client/quantum_serverless/VERSION.txt @@ -1 +1 @@ -0.8.0 \ No newline at end of file +0.8.1 \ No newline at end of file diff --git a/docker-compose.yaml b/docker-compose.yaml index f192c47c6..9598f405f 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,7 +2,7 @@ services: jupyter: container_name: qs-jupyter - image: icr.io/quantum-public/quantum-serverless-notebook:${VERSION:-0.8.0}-py39 + image: icr.io/quantum-public/quantum-serverless-notebook:${VERSION:-0.8.1}-py39 profiles: ["jupyter", "full"] ports: - 8888:8888 @@ -13,7 +13,7 @@ services: - safe-tier ray-head: container_name: ray-head - image: icr.io/quantum-public/quantum-serverless-ray-node:${VERSION:-0.8.0}-py39 + image: icr.io/quantum-public/quantum-serverless-ray-node:${VERSION:-0.8.1}-py39 entrypoint: [ "ray", "start", "--head", "--port=6379", "--dashboard-host=0.0.0.0", "--block" @@ -39,7 +39,7 @@ services: always gateway: container_name: gateway - image: icr.io/quantum-public/quantum-serverless-gateway:${VERSION:-0.8.0} + image: icr.io/quantum-public/quantum-serverless-gateway:${VERSION:-0.8.1} command: gunicorn main.wsgi:application --bind 0.0.0.0:8000 --workers=4 ports: - 8000:8000 @@ -64,7 +64,7 @@ services: - postgres scheduler: container_name: scheduler - image: icr.io/quantum-public/quantum-serverless-gateway:${VERSION:-0.8.0} + image: icr.io/quantum-public/quantum-serverless-gateway:${VERSION:-0.8.1} entrypoint: "./scripts/scheduler.sh" environment: - DEBUG=0 @@ -84,7 +84,7 @@ services: - postgres repository-server: container_name: repository-server - image: icr.io/quantum-public/quantum-repository-server:${VERSION:-0.8.0} + image: icr.io/quantum-public/quantum-repository-server:${VERSION:-0.8.1} profiles: [ "full", "repo" ] command: gunicorn main.wsgi:application --bind 0.0.0.0:8060 --workers=4 ports: diff --git a/docs/deployment/cloud.rst b/docs/deployment/cloud.rst index 2be2c10fb..7b385933a 100644 --- a/docs/deployment/cloud.rst +++ b/docs/deployment/cloud.rst @@ -89,7 +89,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.8.0 in x.y.z (2 places) + :caption: run this commands with the release version like 0.8.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 @@ -127,6 +127,6 @@ configuration example to expose through ``ingress`` in ``localhost`` the Jupyter 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.8.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.8.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