Skip to content

Commit cea65cc

Browse files
committed
Async cancellation and updates to various components
* Async cancellation support in the gateway and jetstream- queue-worker. * Updates for Go 1.23 and go.mod for various components Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent ee0e5fb commit cea65cc

18 files changed

+348
-282
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.85
5+
version: 14.2.86
66
sources:
77
- https://github.com/openfaas/faas
88
- https://github.com/openfaas/faas-netes

chart/openfaas/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ functions:
6666
failureThreshold: 3
6767

6868
gatewayPro:
69-
image: ghcr.io/openfaasltd/gateway:0.4.34
69+
image: ghcr.io/openfaasltd/gateway:0.4.35
7070
pprof: false
7171

7272
gateway:
73-
image: ghcr.io/openfaas/gateway:0.27.11
73+
image: ghcr.io/openfaas/gateway:0.27.12
7474
readTimeout: "1m05s"
7575
writeTimeout: "1m05s"
7676
upstreamTimeout: "1m" # Must be smaller than read/write_timeout
@@ -198,11 +198,11 @@ faasnetesPro:
198198
format: "console"
199199

200200
faasnetesOem:
201-
image: ghcr.io/openfaasltd/faas-netes-oem:0.3.0
201+
image: ghcr.io/openfaasltd/faas-netes-oem:0.3.2
202202

203203
# For the Community Edition
204204
faasnetes:
205-
image: ghcr.io/openfaas/faas-netes:0.18.10
205+
image: ghcr.io/openfaas/faas-netes:0.18.11
206206
resources:
207207
requests:
208208
memory: "120Mi"
@@ -213,7 +213,7 @@ faasnetes:
213213
#
214214
# Enable automatically when nats.queueMode is set to "jetstream"
215215
jetstreamQueueWorker:
216-
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.43
216+
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.44
217217
durableName: "faas-workers"
218218
# Configure the max waiting pulls for the queue-worker JetStream consumer.
219219
# The value should be at least max_inflight * replicas.
@@ -264,7 +264,7 @@ queueWorkerPro:
264264
# Community Edition, maxInflight is 1
265265
# Name of shared queue is "faas-request"
266266
queueWorker:
267-
image: ghcr.io/openfaas/queue-worker:0.14.1
267+
image: ghcr.io/openfaas/queue-worker:0.14.2
268268
# Control HA of queue-worker
269269
replicas: 1
270270
queueGroup: "faas"

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.10
5+
version: 0.2.11
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.43
7+
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.44
88

99
replicas: 1
1010

chart/rabbitmq-connector/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
description: Invoke OpenFaaS functions from RabbitMQ messages.
33
name: rabbitmq-connector
4-
version: 0.0.2
4+
version: 0.0.3
55
sources:
66
- https://github.com/openfaas/faas-netes
77
home: https://www.openfaas.com

chart/rabbitmq-connector/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ queues: []
1919
# - name: queue1
2020
# durable: true
2121

22-
image: ghcr.io/openfaasltd/rabbitmq-connector:0.1.0
22+
image: ghcr.io/openfaasltd/rabbitmq-connector:0.1.1
2323

2424
# The number of replicas of the connector.
2525
replicas: 1

docs/cron-connector-0.6.11.tgz

2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)