diff --git a/charts/qs-observability/Chart.yaml b/charts/qs-observability/Chart.yaml index f29566399..8629db2e0 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.6.3 -appVersion: "0.6.3" +version: 0.6.4 +appVersion: "0.6.4" dependencies: - name: kube-prometheus-stack diff --git a/charts/quantum-serverless/Chart.lock b/charts/quantum-serverless/Chart.lock index 59b921198..4461e609c 100644 --- a/charts/quantum-serverless/Chart.lock +++ b/charts/quantum-serverless/Chart.lock @@ -1,10 +1,10 @@ dependencies: - name: gateway repository: "" - version: 0.6.3 + version: 0.6.4 - name: jupyter repository: "" - version: 0.6.3 + version: 0.6.4 - name: nginx-ingress-controller repository: https://charts.bitnami.com/bitnami version: 9.7.9 @@ -16,6 +16,6 @@ dependencies: version: 13.4.1 - name: repository repository: "" - version: 0.6.3 -digest: sha256:104e98a2a12de0fa2e1f8f3705a83517075b64ea0dc08302dce4647bff0b311f -generated: "2023-09-25T13:13:04.011959-04:00" + version: 0.6.4 +digest: sha256:b5ade3cec99d504403e3f1b872b05bf79a56a230a17057d7ae5418f2e89e6d2d +generated: "2023-10-06T13:37:56.324678-04:00" diff --git a/charts/quantum-serverless/Chart.yaml b/charts/quantum-serverless/Chart.yaml index d5f08fe85..d1c64524f 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.6.3 -appVersion: "0.6.3" +version: 0.6.4 +appVersion: "0.6.4" dependencies: - name: gateway condition: gatewayEnable - version: 0.6.3 + version: 0.6.4 - name: jupyter condition: jupyterEnable - version: 0.6.3 + version: 0.6.4 - name: nginx-ingress-controller condition: nginxIngressControllerEnable version: 9.7.9 @@ -28,7 +28,7 @@ dependencies: repository: https://charts.bitnami.com/bitnami - name: repository condition: repositoryEnable - version: 0.6.3 + version: 0.6.4 maintainers: - name: akihikokuroda diff --git a/charts/quantum-serverless/charts/gateway/Chart.yaml b/charts/quantum-serverless/charts/gateway/Chart.yaml index 7427f1345..91a6eceea 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.6.3 +version: 0.6.4 # 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.6.3" +appVersion: "0.6.4" diff --git a/charts/quantum-serverless/charts/gateway/values.yaml b/charts/quantum-serverless/charts/gateway/values.yaml index 2838b30cf..1f759c476 100644 --- a/charts/quantum-serverless/charts/gateway/values.yaml +++ b/charts/quantum-serverless/charts/gateway/values.yaml @@ -16,7 +16,7 @@ application: superuser: enable: true ray: - nodeImage: "icr.io/quantum-public/quantum-serverless-ray-node:0.6.3-py39" + nodeImage: "icr.io/quantum-public/quantum-serverless-ray-node:0.6.4-py39" 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 430206a96..73d0a719c 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.6.3 +version: 0.6.4 # 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.6.3" +appVersion: "0.6.4" diff --git a/charts/quantum-serverless/charts/repository/Chart.yaml b/charts/quantum-serverless/charts/repository/Chart.yaml index 8cb28b050..c9a286c25 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.6.3 +version: 0.6.4 # 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.6.3" +appVersion: "0.6.4" diff --git a/charts/quantum-serverless/values.yaml b/charts/quantum-serverless/values.yaml index e8fc4b8d9..2781e7ad0 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.6.3" + tag: "0.6.4" application: siteHost: "http://gateway:8000" rayHost: "http://kuberay-head-svc:8265" @@ -57,7 +57,7 @@ gateway: type: ClusterIP port: 8000 ray: - nodeImage: "icr.io/quantum-public/quantum-serverless-ray-node:0.6.3-py39" + nodeImage: "icr.io/quantum-public/quantum-serverless-ray-node:0.6.4-py39" opensslImage: registry.access.redhat.com/ubi8/openssl:8.8-9 kubectlImage: alpine/k8s:1.28.2@sha256:d7b859ed3422c920e733e07c860867f208796a03b35960530ac8da63ffb2c262 limits: @@ -112,7 +112,7 @@ jupyter: image: repository: "icr.io/quantum-public/quantum-serverless-notebook" - tag: "0.6.3-py39" + tag: "0.6.4-py39" pullPolicy: IfNotPresent container: port: 8888 @@ -182,7 +182,7 @@ repository: fullnameOverride: "repository" image: pullPolicy: IfNotPresent - tag: "0.6.3" + tag: "0.6.4" application: superuser: username: "admin" diff --git a/client/quantum_serverless/VERSION.txt b/client/quantum_serverless/VERSION.txt index a0a15177f..eb514eba8 100644 --- a/client/quantum_serverless/VERSION.txt +++ b/client/quantum_serverless/VERSION.txt @@ -1 +1 @@ -0.6.3 \ No newline at end of file +0.6.4 \ No newline at end of file diff --git a/docker-compose.yaml b/docker-compose.yaml index 81f3dfdf0..4a673f78c 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.6.3}-py39 + image: icr.io/quantum-public/quantum-serverless-notebook:${VERSION:-0.6.4}-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.6.3}-py39 + image: icr.io/quantum-public/quantum-serverless-ray-node:${VERSION:-0.6.4}-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.6.3} + image: icr.io/quantum-public/quantum-serverless-gateway:${VERSION:-0.6.4} 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.6.3} + image: icr.io/quantum-public/quantum-serverless-gateway:${VERSION:-0.6.4} 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.6.3} + image: icr.io/quantum-public/quantum-repository-server:${VERSION:-0.6.4} 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 b6d77578c..0eda688c1 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.6.3 in x.y.z (2 places) + :caption: run this commands with the release version like 0.6.4 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.6.3 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.6.4 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