Skip to content

Commit 86ccf5d

Browse files
committed
bump version
1 parent 26baa65 commit 86ccf5d

File tree

12 files changed

+23
-23
lines changed

12 files changed

+23
-23
lines changed

.helm/deployments/prod/server.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
sapi:
22
flavor: "prod"
3-
version: "0.3.25"
3+
version: "0.3.26"
44
image:
5-
spec: "0.3.25-server"
5+
spec: "0.3.26-server"
66
# managed via adhoc k8s configs
77
ingress:
88
enabled: false
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
sapi:
22
flavor: "prod"
3-
version: "0.3.25"
3+
version: "0.3.26"
44
worker: "api.worker.app"
5-
queue: "0.3.25.prod.compounds"
5+
queue: "0.3.26.prod.compounds"
66
resources:
77
flavor: "high"
88
image:
9-
spec: "0.3.25-worker"
9+
spec: "0.3.26-worker"
1010
podLabels:
1111
flavor: prod
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
sapi:
22
flavor: "prod"
3-
version: "0.3.25"
3+
version: "0.3.26"
44
worker: "api.worker.app"
5-
queue: "0.3.25.prod.core"
5+
queue: "0.3.26.prod.core"
66
resources:
77
flavor: "low"
88
image:
9-
spec: "0.3.25-worker"
9+
spec: "0.3.26-worker"
1010
podLabels:
1111
flavor: prod
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
sapi:
22
flavor: "prod"
3-
version: "0.3.25"
3+
version: "0.3.26"
44
worker: "api.worker.app"
5-
queue: "0.3.25.prod.features"
5+
queue: "0.3.26.prod.features"
66
resources:
77
flavor: "high"
88
image:
9-
spec: "0.3.25-worker"
9+
spec: "0.3.26-worker"
1010
podLabels:
1111
flavor: prod

.helm/deployments/prod/worker-v4.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
sapi:
22
flavor: "prod"
3-
version: "0.3.25"
3+
version: "0.3.26"
44
worker: ""
55
queue: ""
66
resources:
77
flavor: "low"
88
image:
9-
spec: "0.3.25-worker-v4"
9+
spec: "0.3.26-worker-v4"
1010
podLabels:
1111
flavor: prod

.helm/deployments/rc/server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sapi:
22
flavor: "rc"
3-
version: "0.3.25"
3+
version: "0.3.26"
44
image:
55
# n.b. need to define spec
66
# spec: sha256:e30afd3a150eac4d5f48b0abf69c16f88824c2d0eb33c2e612b406ae882d17a9

.helm/deployments/rc/worker-compounds.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
sapi:
22
flavor: "rc"
3-
version: "0.3.25"
3+
version: "0.3.26"
44
worker: "api.worker.app"
5-
queue: "0.3.25.rc.compounds"
5+
queue: "0.3.26.rc.compounds"
66
resources:
77
flavor: "high"
88
image:

.helm/deployments/rc/worker-core.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
sapi:
22
flavor: "rc"
3-
version: "0.3.25"
3+
version: "0.3.26"
44
worker: "api.worker.app"
5-
queue: "0.3.25.rc.core"
5+
queue: "0.3.26.rc.core"
66
resources:
77
flavor: "low"
88
image:

.helm/deployments/rc/worker-features.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
sapi:
22
flavor: "rc"
3-
version: "0.3.25"
3+
version: "0.3.26"
44
worker: "api.worker.app"
5-
queue: "0.3.25.rc.features"
5+
queue: "0.3.26.rc.features"
66
resources:
77
flavor: "high"
88
image:

.helm/deployments/rc/worker-v4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sapi:
22
flavor: "rc"
3-
version: "0.3.25"
3+
version: "0.3.26"
44
worker: ""
55
queue: ""
66
resources:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.25
1+
0.3.26

requirements/siibra.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
siibra==0.4a89
1+
siibra==0.4a91
22
plotly<6

0 commit comments

Comments
 (0)