From b857a9fbfebdfad07d8711f53a7200b7afad2f7b Mon Sep 17 00:00:00 2001 From: Iskandar Sitdikov Date: Tue, 9 May 2023 15:36:03 -0400 Subject: [PATCH] Version bump 0.0.8 (#517) --- Makefile | 2 +- client/quantum_serverless/VERSION.txt | 2 +- docker-compose.yml | 8 ++++---- docs/deployment/local.rst | 4 ++-- docs/quickstart/index.rst | 4 ++-- infrastructure/helm/quantumserverless/values.yaml | 8 ++++---- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Makefile b/Makefile index beeb195fa..1a43181b9 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Constants # ========= -version=0.0.7 +version=0.0.8 repository=qiskit arch=$(shell uname -p) diff --git a/client/quantum_serverless/VERSION.txt b/client/quantum_serverless/VERSION.txt index 5c4511c36..7d6b3eb32 100644 --- a/client/quantum_serverless/VERSION.txt +++ b/client/quantum_serverless/VERSION.txt @@ -1 +1 @@ -0.0.7 \ No newline at end of file +0.0.8 \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index cb7578315..d8a237e3e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ services: jupyter: container_name: qs-jupyter - image: qiskit/quantum-serverless-notebook:${VERSION:-0.0.7}-py39 + image: qiskit/quantum-serverless-notebook:${VERSION:-0.0.8}-py39 profiles: ["jupyter", "full"] ports: - 8888:8888 @@ -12,7 +12,7 @@ services: - safe-tier ray-head: container_name: ray-head - image: qiskit/quantum-serverless-ray-node:${VERSION:-0.0.7}-py39 + image: qiskit/quantum-serverless-ray-node:${VERSION:-0.0.8}-py39 entrypoint: [ "ray", "start", "--head", "--port=6379", "--dashboard-host=0.0.0.0", "--block" @@ -61,7 +61,7 @@ services: always gateway: container_name: gateway - image: docker.io/qiskit/quantum-serverless-gateway:${VERSION:-0.0.7} + image: docker.io/qiskit/quantum-serverless-gateway:${VERSION:-0.0.8} command: gunicorn main.wsgi:application --bind 0.0.0.0:8000 --workers=4 ports: - 8000:8000 @@ -82,7 +82,7 @@ services: - keycloak repository-server: container_name: repository-server - image: docker.io/qiskit/quantum-repository-server:${VERSION:-0.0.7} + image: docker.io/qiskit/quantum-repository-server:${VERSION:-0.0.8} command: gunicorn main.wsgi:application --bind 0.0.0.0:8060 --workers=4 ports: - 8060:8060 diff --git a/docs/deployment/local.rst b/docs/deployment/local.rst index b6bf5ad8d..d1b92e01d 100644 --- a/docs/deployment/local.rst +++ b/docs/deployment/local.rst @@ -21,9 +21,9 @@ Available version can be found in `GitHub releases`_ page. .. _GitHub releases: https://github.com/Qiskit-Extensions/quantum-serverless/releases -For example, if you want to install version `0.0.7` with all services, +For example, if you want to install version `0.0.8` with all services, the command would be: .. code-block:: - $ VERSION=0.0.7 docker-compose --profile full up \ No newline at end of file + $ VERSION=0.0.8 docker-compose --profile full up \ No newline at end of file diff --git a/docs/quickstart/index.rst b/docs/quickstart/index.rst index acd1d801a..c6a6b0f50 100644 --- a/docs/quickstart/index.rst +++ b/docs/quickstart/index.rst @@ -7,7 +7,7 @@ Step 0: install package .. code-block:: :caption: pip install - pip install quantum_serverless==0.0.7 + pip install quantum_serverless==0.0.8 Step 1: run infrastructure @@ -15,7 +15,7 @@ Step 1: run infrastructure .. code-block:: :caption: run docker compose from a root of the project - VERSION=0.0.7 docker-compose --profile full up + VERSION=0.0.8 docker-compose --profile full up Step 2: write program diff --git a/infrastructure/helm/quantumserverless/values.yaml b/infrastructure/helm/quantumserverless/values.yaml index 437c38068..6b211703d 100644 --- a/infrastructure/helm/quantumserverless/values.yaml +++ b/infrastructure/helm/quantumserverless/values.yaml @@ -23,7 +23,7 @@ gateway: image: pullPolicy: IfNotPresent - tag: "0.0.7" + tag: "0.0.8" application: siteHost: "http://127.0.0.1:8000" rayHost: "http://serverless-cluster-kuberay-head-svc:8265" @@ -74,7 +74,7 @@ jupyter: image: repository: "qiskit/quantum-serverless-notebook" - tag: "0.0.7-py39" + tag: "0.0.8-py39" pullPolicy: IfNotPresent imagePullSecrets: [] @@ -112,7 +112,7 @@ ray-cluster: image: repository: "qiskit/quantum-serverless-ray-node" - tag: "0.0.7-py39" + tag: "0.0.8-py39" pullPolicy: IfNotPresent head: @@ -318,7 +318,7 @@ repository: repository: "qiskit/quantum-repository-server" pullPolicy: IfNotPresent - tag: "0.0.7" + tag: "0.0.8" # =================== # Prometheus