diff --git a/client/quantum_serverless/VERSION.txt b/client/quantum_serverless/VERSION.txt index 9325c3ccd..a2268e2de 100644 --- a/client/quantum_serverless/VERSION.txt +++ b/client/quantum_serverless/VERSION.txt @@ -1 +1 @@ -0.3.0 \ No newline at end of file +0.3.1 \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 4a94f18a0..f32fbe4b7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ services: jupyter: container_name: qs-jupyter - image: icr.io/quantum-public/quantum-serverless-notebook:${VERSION:-0.3.0}-py39 + image: icr.io/quantum-public/quantum-serverless-notebook:${VERSION:-0.3.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.3.0}-py39 + image: icr.io/quantum-public/quantum-serverless-ray-node:${VERSION:-0.3.1}-py39 entrypoint: [ "ray", "start", "--head", "--port=6379", "--dashboard-host=0.0.0.0", "--block" @@ -62,7 +62,7 @@ services: always gateway: container_name: gateway - image: icr.io/quantum-public/quantum-serverless-gateway:${VERSION:-0.3.0} + image: icr.io/quantum-public/quantum-serverless-gateway:${VERSION:-0.3.1} command: gunicorn main.wsgi:application --bind 0.0.0.0:8000 --workers=4 ports: - 8000:8000 @@ -93,7 +93,7 @@ services: - postgres scheduler: container_name: scheduler - image: icr.io/quantum-public/quantum-serverless-gateway:${VERSION:-0.3.0} + image: icr.io/quantum-public/quantum-serverless-gateway:${VERSION:-0.3.1} entrypoint: "./scripts/scheduler.sh" environment: - DEBUG=0 @@ -113,7 +113,7 @@ services: - postgres repository-server: container_name: repository-server - image: icr.io/quantum-public/quantum-repository-server:${VERSION:-0.3.0} + image: icr.io/quantum-public/quantum-repository-server:${VERSION:-0.3.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 cd6d9a9b7..167e72823 100644 --- a/docs/deployment/cloud.rst +++ b/docs/deployment/cloud.rst @@ -104,7 +104,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.3.0 in x.y.z (2 places) + :caption: run this commands with the release version like 0.3.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 @@ -142,7 +142,7 @@ 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.3.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.3.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/docs/deployment/local.rst b/docs/deployment/local.rst index 40c738e7e..e5577fa86 100644 --- a/docs/deployment/local.rst +++ b/docs/deployment/local.rst @@ -22,9 +22,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.3.0` with all services, +For example, if you want to install version `0.3.1` with all services, the command would be: .. code-block:: - $ VERSION=0.3.0 docker compose --profile full up + $ VERSION=0.3.1 docker compose --profile full up diff --git a/infrastructure/helm/qs-observability/Chart.yaml b/infrastructure/helm/qs-observability/Chart.yaml index f22931e8c..7a7e58abf 100644 --- a/infrastructure/helm/qs-observability/Chart.yaml +++ b/infrastructure/helm/qs-observability/Chart.yaml @@ -4,8 +4,8 @@ description: Quantum-Serverless helm chart for observabililty (i.e. logging/moni type: application -version: 0.3.0 -appVersion: "0.3.0" +version: 0.3.1 +appVersion: "0.3.1" dependencies: - name: kube-prometheus-stack diff --git a/infrastructure/helm/quantumserverless/Chart.lock b/infrastructure/helm/quantumserverless/Chart.lock index b6d3494eb..016bfccf1 100644 --- a/infrastructure/helm/quantumserverless/Chart.lock +++ b/infrastructure/helm/quantumserverless/Chart.lock @@ -1,10 +1,10 @@ dependencies: - name: gateway repository: "" - version: 0.3.0 + version: 0.3.1 - name: jupyter repository: "" - version: 0.3.0 + version: 0.3.1 - name: nginx-ingress-controller repository: https://charts.bitnami.com/bitnami version: 9.7.5 @@ -19,6 +19,6 @@ dependencies: version: 13.4.1 - name: repository repository: "" - version: 0.3.0 -digest: sha256:eadbc45a08c6e68dfdd0acff09a31161dd93ebec854ffc6fd1362cb489e4a84c -generated: "2023-07-11T09:18:10.362482412Z" + version: 0.3.1 +digest: sha256:d5e9ed63cbfbf2d674c3bd348a76b030f46d6d26ee5ab686cce57e739c767f8d +generated: "2023-07-14T11:39:59.741761+02:00" diff --git a/infrastructure/helm/quantumserverless/Chart.yaml b/infrastructure/helm/quantumserverless/Chart.yaml index 318846686..cdb4be3fc 100644 --- a/infrastructure/helm/quantumserverless/Chart.yaml +++ b/infrastructure/helm/quantumserverless/Chart.yaml @@ -4,16 +4,16 @@ description: Quantum-Serverless helm chart that contains different dependencies. type: application -version: 0.3.0 -appVersion: "0.3.0" +version: 0.3.1 +appVersion: "0.3.1" dependencies: - name: gateway condition: gatewayEnable - version: 0.3.0 + version: 0.3.1 - name: jupyter condition: jupyterEnable - version: 0.3.0 + version: 0.3.1 - name: nginx-ingress-controller condition: nginxIngressControllerEnable version: 9.7.5 @@ -32,5 +32,5 @@ dependencies: repository: https://charts.bitnami.com/bitnami - name: repository condition: repositoryEnable - version: 0.3.0 + version: 0.3.1 diff --git a/infrastructure/helm/quantumserverless/charts/gateway/Chart.yaml b/infrastructure/helm/quantumserverless/charts/gateway/Chart.yaml index 91b106be8..ae80a44cd 100644 --- a/infrastructure/helm/quantumserverless/charts/gateway/Chart.yaml +++ b/infrastructure/helm/quantumserverless/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.3.0 +version: 0.3.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.3.0" +appVersion: "0.3.1" diff --git a/infrastructure/helm/quantumserverless/charts/gateway/values.yaml b/infrastructure/helm/quantumserverless/charts/gateway/values.yaml index 05d3f0bac..0dfe5824a 100644 --- a/infrastructure/helm/quantumserverless/charts/gateway/values.yaml +++ b/infrastructure/helm/quantumserverless/charts/gateway/values.yaml @@ -18,7 +18,7 @@ application: password: "passw0rd" email: "admin@examplemail.io" ray: - nodeImage: "icr.io/quantum-public/quantum-serverless-ray-node:0.3.0-py39" + nodeImage: "icr.io/quantum-public/quantum-serverless-ray-node:0.3.1-py39" cpu: 2 memory: 2 replicas: 1 diff --git a/infrastructure/helm/quantumserverless/charts/jupyter/Chart.yaml b/infrastructure/helm/quantumserverless/charts/jupyter/Chart.yaml index 9d6e4fafb..c55a038ab 100644 --- a/infrastructure/helm/quantumserverless/charts/jupyter/Chart.yaml +++ b/infrastructure/helm/quantumserverless/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.3.0 +version: 0.3.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.3.0" +appVersion: "0.3.1" diff --git a/infrastructure/helm/quantumserverless/charts/repository/Chart.yaml b/infrastructure/helm/quantumserverless/charts/repository/Chart.yaml index 0af50de5a..dc8b7b51f 100644 --- a/infrastructure/helm/quantumserverless/charts/repository/Chart.yaml +++ b/infrastructure/helm/quantumserverless/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.3.0 +version: 0.3.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.3.0" +appVersion: "0.3.1" diff --git a/infrastructure/helm/quantumserverless/values-ibm.yaml b/infrastructure/helm/quantumserverless/values-ibm.yaml index 84c69584c..0b8f7b17a 100644 --- a/infrastructure/helm/quantumserverless/values-ibm.yaml +++ b/infrastructure/helm/quantumserverless/values-ibm.yaml @@ -38,7 +38,7 @@ gateway: image: pullPolicy: IfNotPresent - tag: "0.3.0" + tag: "0.3.1" application: siteHost: "http://gateway:8000" rayHost: "http://kuberay-head-svc:8265" @@ -56,7 +56,7 @@ gateway: type: ClusterIP port: 8000 ray: - nodeImage: "icr.io/quantum-public/quantum-serverless-ray-node:0.3.0-py39" + nodeImage: "icr.io/quantum-public/quantum-serverless-ray-node:0.3.1-py39" limits: maxJobsPerUser: 2 maxComputeResources: 4 diff --git a/infrastructure/helm/quantumserverless/values.yaml b/infrastructure/helm/quantumserverless/values.yaml index 3a105c141..c33eead9a 100644 --- a/infrastructure/helm/quantumserverless/values.yaml +++ b/infrastructure/helm/quantumserverless/values.yaml @@ -40,7 +40,7 @@ gateway: image: repository: "icr.io/quantum-public/quantum-serverless-gateway" pullPolicy: IfNotPresent - tag: "0.3.0" + tag: "0.3.1" application: siteHost: "http://gateway:8000" rayHost: "http://kuberay-head-svc:8265" @@ -58,7 +58,7 @@ gateway: type: ClusterIP port: 8000 ray: - nodeImage: "icr.io/quantum-public/quantum-serverless-ray-node:0.3.0-py39" + nodeImage: "icr.io/quantum-public/quantum-serverless-ray-node:0.3.1-py39" opensslImage: registry.access.redhat.com/ubi8/openssl:8.8-5 kubectlImage: alpine/k8s:1.27.3 limits: @@ -96,7 +96,7 @@ jupyter: image: repository: "icr.io/quantum-public/quantum-serverless-notebook" - tag: "0.3.0-py39" + tag: "0.3.1-py39" pullPolicy: IfNotPresent container: port: 8888 @@ -166,7 +166,7 @@ repository: fullnameOverride: "repository" image: pullPolicy: IfNotPresent - tag: "0.3.0" + tag: "0.3.1" application: superuser: username: "admin"