Skip to content

Commit 4d25c90

Browse files
update-version-0.26.0 (#1713)
* [create-pull-request] automated change * update last references --------- Co-authored-by: Tansito <[email protected]>
1 parent 6d4891a commit 4d25c90

File tree

14 files changed

+24
-24
lines changed

14 files changed

+24
-24
lines changed

.github/ISSUE_TEMPLATE/pip_dependency_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body:
1717
attributes:
1818
label: Package Version
1919
description: Minimum version of the package we need to support in case you need a minimum version
20-
placeholder: 0.25.4
20+
placeholder: 0.26.0
2121
validations:
2222
required: false
2323
- type: textarea

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ authors:
1212
- family-names: "Peña Tapia"
1313
given-names: "Elena"
1414
title: "Qiskit Serverless"
15-
version: 0.25.4
15+
version: 0.26.0
1616
date-released: 2023-02-14
1717
url: "https://github.com/Qiskit/qiskit-serverless"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies:
22
- name: gateway
33
repository: ""
4-
version: 0.25.4
4+
version: 0.26.0
55
- name: nginx-ingress-controller
66
repository: https://charts.bitnami.com/bitnami
77
version: 9.11.0
@@ -11,5 +11,5 @@ dependencies:
1111
- name: kuberay-operator
1212
repository: https://ray-project.github.io/kuberay-helm
1313
version: 1.3.2
14-
digest: sha256:d66baefe1f655e27e5303d918d38a6c76912262d977e3d28159362b8ef7b36ad
15-
generated: "2025-08-06T11:54:36.435203818Z"
14+
digest: sha256:17372e8ea3be16e031b56830dfaf04a85f8d0114c4ca234fedcd2af7677d313f
15+
generated: "2025-09-17T12:05:48.351655279Z"

charts/qiskit-serverless/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ description: Qiskit-Serverless helm chart that contains different dependencies.
44

55
type: application
66

7-
version: 0.25.4
8-
appVersion: "0.25.4"
7+
version: 0.26.0
8+
appVersion: "0.26.0"
99

1010
dependencies:
1111
- name: gateway
1212
condition: gatewayEnable
13-
version: 0.25.4
13+
version: 0.26.0
1414
- name: nginx-ingress-controller
1515
condition: nginxIngressControllerEnable
1616
version: 9.11.0

charts/qiskit-serverless/charts/gateway/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.25.4
18+
version: 0.26.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.25.4"
24+
appVersion: "0.26.0"

charts/qiskit-serverless/charts/gateway/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ application:
2626
enable: true
2727
maintenance: false
2828
ray:
29-
nodeImage: "icr.io/quantum-public/qiskit-serverless/ray-node:0.25.4"
29+
nodeImage: "icr.io/quantum-public/qiskit-serverless/ray-node:0.26.0"
3030
cpu: 2
3131
memory: 2
3232
gpu: 1

charts/qiskit-serverless/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Qiskit Serverless Info
33
# ===================
44
global:
5-
version: 0.25.4
5+
version: 0.26.0
66

77
# ===================
88
# Qiskit Serverless configs
@@ -47,7 +47,7 @@ gateway:
4747
image:
4848
repository: "icr.io/quantum-public/qiskit-serverless/gateway"
4949
pullPolicy: IfNotPresent
50-
tag: "0.25.4"
50+
tag: "0.26.0"
5151
application:
5252
siteHost: "http://gateway:8000"
5353
rayHost: "http://kuberay-head-svc:8265"
@@ -59,7 +59,7 @@ gateway:
5959
type: ClusterIP
6060
port: 8000
6161
ray:
62-
nodeImage: "icr.io/quantum-public/qiskit-serverless/ray-node:0.25.4"
62+
nodeImage: "icr.io/quantum-public/qiskit-serverless/ray-node:0.26.0"
6363
opensslImage: registry.access.redhat.com/ubi8/openssl:8.9-13
6464
kubectlImage: alpine/k8s:1.33.4
6565
gpuJobsConfig: "/tmp/gpujobs/gpu-jobs.json"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.25.4
1+
0.26.0

docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
ray-head:
44
user: "0"
55
container_name: ray-head
6-
image: icr.io/quantum-public/qiskit-serverless/ray-node:${VERSION:-0.25.4}
6+
image: icr.io/quantum-public/qiskit-serverless/ray-node:${VERSION:-0.26.0}
77
entrypoint: [
88
"ray", "start", "--head", "--port=6379",
99
"--dashboard-host=0.0.0.0", "--block"
@@ -31,7 +31,7 @@ services:
3131
always
3232
gateway:
3333
container_name: gateway
34-
image: icr.io/quantum-public/qiskit-serverless/gateway:${VERSION:-0.25.4}
34+
image: icr.io/quantum-public/qiskit-serverless/gateway:${VERSION:-0.26.0}
3535
command: python manage.py runserver 0.0.0.0:8000
3636
ports:
3737
- 8000:8000
@@ -57,7 +57,7 @@ services:
5757
- postgres
5858
scheduler:
5959
container_name: scheduler
60-
image: icr.io/quantum-public/qiskit-serverless/gateway:${VERSION:-0.25.4}
60+
image: icr.io/quantum-public/qiskit-serverless/gateway:${VERSION:-0.26.0}
6161
entrypoint: "./scripts/scheduler.sh"
6262
environment:
6363
- DEBUG=0

docs/deployment/cloud.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Once your cluster is ready, the installation is relatively straightforward with
8484
and run the next commands:
8585

8686
.. code-block::
87-
:caption: run this commands with the release version like 0.25.4 in x.y.z (2 places)
87+
:caption: run this commands with the release version like 0.26.0 in x.y.z (2 places)
8888
8989
$ helm -n <INSERT_YOUR_NAMESPACE> install qiskit-serverless --create-namespace https://github.com/Qiskit/qiskit-serverless/releases/download/vx.y.z/qiskit-serverless-x.y.z.tgz
9090
@@ -119,6 +119,6 @@ with the configuration of your domain and provider.
119119
Optionally, you can install an observability package to handle logging and monitoring on your cluster by running the following command:
120120

121121
.. code-block::
122-
:caption: run this commands with the release version like 0.25.4 in x.y.z (2 places) using the same namespace as in the previous helm command
122+
:caption: run this commands with the release version like 0.26.0 in x.y.z (2 places) using the same namespace as in the previous helm command
123123
124124
$ helm -n <INSERT_YOUR_NAMESPACE> install qs-observability https://github.com/Qiskit/qiskit-serverless/releases/download/vx.y.z/qs-observability-x.y.z.tgz

0 commit comments

Comments
 (0)