Skip to content

Commit b02c501

Browse files
committed
New Queue Worker and Gateway releases - Queue-Based Scaling
These new images enable support for Consumers per function and new, better fairness for functions contending for resources in the queue. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 8b9fa4d commit b02c501

18 files changed

+394
-326
lines changed

chart/openfaas/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
type: application
33
description: OpenFaaS - Serverless Functions Made Simple
44
name: openfaas
5-
version: 14.2.115
5+
version: 14.2.116
66
sources:
77
- https://github.com/openfaas/faas
88
- https://github.com/openfaas/faas-netes

chart/openfaas/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ functions:
6464
failureThreshold: 3
6565

6666
gatewayPro:
67-
image: ghcr.io/openfaasltd/gateway:0.4.42
67+
image: ghcr.io/openfaasltd/gateway:0.5.0
6868
pprof: false
6969

7070
gateway:
@@ -220,7 +220,7 @@ faasnetes:
220220
#
221221
# The Jetstream queue-worker is the default queue-worker for OpenFaaS Pro.
222222
jetstreamQueueWorker:
223-
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.47
223+
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.4.0
224224
mode: "static"
225225
consumer:
226226
inactiveThreshold: "30s"

chart/queue-worker/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: queue-worker
33
description: Dedicated queue-worker for OpenFaaS using JetStream
44
type: application
5-
version: 0.2.14
5+
version: 0.2.15
66
keywords:
77
- openfaas
88
- jetstream

chart/queue-worker/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# You will need to create a license named "openfaas-license" - see the
55
# chart README for detailed instructions.
66

7-
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.47
7+
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.4.0
88

99
replicas: 1
1010

docs/cron-connector-0.6.13.tgz

-1 Bytes
Binary file not shown.
3.99 KB
Binary file not shown.

docs/headroom-controller-0.1.1.tgz

-5 Bytes
Binary file not shown.

docs/index.yaml

Lines changed: 389 additions & 321 deletions
Large diffs are not rendered by default.

docs/kafka-connector-0.7.13.tgz

-3 Bytes
Binary file not shown.

docs/mqtt-connector-0.4.7.tgz

1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)