Skip to content

Commit

Permalink
Version bump 0.4.0 (#903)
Browse files Browse the repository at this point in the history
* Version bump 0.4.0

* Reverted update for docs

* Fix django-allauth incompatibility

* Revert "Fix django-allauth incompatibility"

This reverts commit b1fe898.
  • Loading branch information
Tansito committed Aug 23, 2023
1 parent f99866b commit 9139645
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions charts/qs-observability/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: Quantum-Serverless helm chart for observabililty (i.e. logging/moni

type: application

version: 0.3.2
appVersion: "0.3.2"
version: 0.4.0
appVersion: "0.4.0"

dependencies:
- name: kube-prometheus-stack
Expand Down
10 changes: 5 additions & 5 deletions charts/quantum-serverless/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dependencies:
- name: gateway
repository: ""
version: 0.3.2
version: 0.4.0
- name: jupyter
repository: ""
version: 0.3.2
version: 0.4.0
- name: nginx-ingress-controller
repository: https://charts.bitnami.com/bitnami
version: 9.7.9
Expand All @@ -19,6 +19,6 @@ dependencies:
version: 13.4.1
- name: repository
repository: ""
version: 0.3.2
digest: sha256:9985f9c30a5b9f390513aa34a15debd4f44232ef6c5783ad977eaa408c6dc1da
generated: "2023-08-22T12:44:21.108384027Z"
version: 0.4.0
digest: sha256:7b11039a91a8adad98f0f9e988dbd48ff29556c2b6f8415510ce4e17fc7cebc3
generated: "2023-08-23T06:52:43.27453+02:00"
10 changes: 5 additions & 5 deletions charts/quantum-serverless/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ description: Quantum-Serverless helm chart that contains different dependencies.

type: application

version: 0.3.2
appVersion: "0.3.2"
version: 0.4.0
appVersion: "0.4.0"

dependencies:
- name: gateway
condition: gatewayEnable
version: 0.3.2
version: 0.4.0
- name: jupyter
condition: jupyterEnable
version: 0.3.2
version: 0.4.0
- name: nginx-ingress-controller
condition: nginxIngressControllerEnable
version: 9.7.9
Expand All @@ -32,5 +32,5 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
- name: repository
condition: repositoryEnable
version: 0.3.2
version: 0.4.0

4 changes: 2 additions & 2 deletions charts/quantum-serverless/charts/gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
version: 0.4.0

# 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.2"
appVersion: "0.4.0"
2 changes: 1 addition & 1 deletion charts/quantum-serverless/charts/gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ application:
password: "passw0rd"
email: "[email protected]"
ray:
nodeImage: "icr.io/quantum-public/quantum-serverless-ray-node:0.3.2-py39"
nodeImage: "icr.io/quantum-public/quantum-serverless-ray-node:0.4.0-py39"
cpu: 2
memory: 2
replicas: 1
Expand Down
4 changes: 2 additions & 2 deletions charts/quantum-serverless/charts/jupyter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
version: 0.4.0

# 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.2"
appVersion: "0.4.0"
4 changes: 2 additions & 2 deletions charts/quantum-serverless/charts/repository/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
version: 0.4.0

# 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.2"
appVersion: "0.4.0"
4 changes: 2 additions & 2 deletions charts/quantum-serverless/values-ibm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ gateway:

image:
pullPolicy: IfNotPresent
tag: "0.3.2"
tag: "0.4.0"
application:
siteHost: "http://gateway:8000"
rayHost: "http://kuberay-head-svc:8265"
Expand All @@ -57,7 +57,7 @@ gateway:
type: ClusterIP
port: 8000
ray:
nodeImage: "icr.io/quantum-public/quantum-serverless-ray-node:0.3.2-py39"
nodeImage: "icr.io/quantum-public/quantum-serverless-ray-node:0.4.0-py39"
limits:
maxJobsPerUser: 2
maxComputeResources: 4
Expand Down
8 changes: 4 additions & 4 deletions charts/quantum-serverless/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gateway:
image:
repository: "icr.io/quantum-public/quantum-serverless-gateway"
pullPolicy: IfNotPresent
tag: "0.3.2"
tag: "0.4.0"
application:
siteHost: "http://gateway:8000"
rayHost: "http://kuberay-head-svc:8265"
Expand All @@ -59,7 +59,7 @@ gateway:
type: ClusterIP
port: 8000
ray:
nodeImage: "icr.io/quantum-public/quantum-serverless-ray-node:0.3.2-py39"
nodeImage: "icr.io/quantum-public/quantum-serverless-ray-node:0.4.0-py39"
opensslImage: registry.access.redhat.com/ubi8/openssl:8.8-7
kubectlImage: alpine/k8s:1.27.4
limits:
Expand Down Expand Up @@ -97,7 +97,7 @@ jupyter:

image:
repository: "icr.io/quantum-public/quantum-serverless-notebook"
tag: "0.3.2-py39"
tag: "0.4.0-py39"
pullPolicy: IfNotPresent
container:
port: 8888
Expand Down Expand Up @@ -167,7 +167,7 @@ repository:
fullnameOverride: "repository"
image:
pullPolicy: IfNotPresent
tag: "0.3.2"
tag: "0.4.0"
application:
superuser:
username: "admin"
Expand Down
2 changes: 1 addition & 1 deletion client/quantum_serverless/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.2
0.4.0
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
services:
jupyter:
container_name: qs-jupyter
image: icr.io/quantum-public/quantum-serverless-notebook:${VERSION:-0.3.2}-py39
image: icr.io/quantum-public/quantum-serverless-notebook:${VERSION:-0.4.0}-py39
profiles: ["jupyter", "full"]
ports:
- 8888:8888
Expand All @@ -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.2}-py39
image: icr.io/quantum-public/quantum-serverless-ray-node:${VERSION:-0.4.0}-py39
entrypoint: [
"ray", "start", "--head", "--port=6379",
"--dashboard-host=0.0.0.0", "--block"
Expand Down Expand Up @@ -62,7 +62,7 @@ services:
always
gateway:
container_name: gateway
image: icr.io/quantum-public/quantum-serverless-gateway:${VERSION:-0.3.2}
image: icr.io/quantum-public/quantum-serverless-gateway:${VERSION:-0.4.0}
command: gunicorn main.wsgi:application --bind 0.0.0.0:8000 --workers=4
ports:
- 8000:8000
Expand Down Expand Up @@ -93,7 +93,7 @@ services:
- postgres
scheduler:
container_name: scheduler
image: icr.io/quantum-public/quantum-serverless-gateway:${VERSION:-0.3.2}
image: icr.io/quantum-public/quantum-serverless-gateway:${VERSION:-0.4.0}
entrypoint: "./scripts/scheduler.sh"
environment:
- DEBUG=0
Expand All @@ -113,7 +113,7 @@ services:
- postgres
repository-server:
container_name: repository-server
image: icr.io/quantum-public/quantum-repository-server:${VERSION:-0.3.2}
image: icr.io/quantum-public/quantum-repository-server:${VERSION:-0.4.0}
profiles: [ "full", "repo" ]
command: gunicorn main.wsgi:application --bind 0.0.0.0:8060 --workers=4
ports:
Expand Down
4 changes: 2 additions & 2 deletions docs/deployment/cloud.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,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.2 in x.y.z (2 places)
:caption: run this commands with the release version like 0.4.0 in x.y.z (2 places)
$ helm -n <INSERT_YOUR_NAMESPACE> install quantum-serverless --create-namespace https://github.com/Qiskit-Extensions/quantum-serverless/releases/download/vx.y.z/quantum-serverless-x.y.z.tgz
Expand Down Expand Up @@ -130,7 +130,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.2 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.4.0 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-Extensions/quantum-serverless/releases/download/vx.y.z/qs-observability-x.y.z.tgz
Expand Down
4 changes: 2 additions & 2 deletions docs/deployment/local.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.2` with all services,
For example, if you want to install version `0.4.0` with all services,
the command would be:

.. code-block::
$ VERSION=0.3.2 docker compose --profile full up
$ VERSION=0.4.0 docker compose --profile full up

0 comments on commit 9139645

Please sign in to comment.