Skip to content

Commit

Permalink
Update legacy queue-worker with deprecation message
Browse files Browse the repository at this point in the history
OpenFaaS customers should be using NATS JetStream now.
This updates the things which we can for NATS Streaming,
however the project has been deprecated by its vendor
(Synadia) for almost a year, and should not be used.

The change enables monthly billing for the legacy
queue-worker for people who cannot upgrade immediately.

It also includes a loud deprecation messages upon
start-up.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Apr 2, 2024
1 parent ff65ada commit 9ebbe9b
Show file tree
Hide file tree
Showing 16 changed files with 513 additions and 489 deletions.
2 changes: 1 addition & 1 deletion chart/openfaas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
type: application
description: OpenFaaS - Serverless Functions Made Simple
name: openfaas
version: 14.2.33
version: 14.2.34
sources:
- https://github.com/openfaas/faas
- https://github.com/openfaas/faas-netes
Expand Down
2 changes: 1 addition & 1 deletion chart/openfaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jetstreamQueueWorker:
#
# Enabled automatically when openfaasPro is set to true
queueWorkerPro:
image: ghcr.io/openfaasltd/queue-worker:0.3.0
image: ghcr.io/openfaasltd/queue-worker:0.4.0
maxRetryAttempts: "10"
maxRetryWait: "120s"
initialRetryWait: "10s"
Expand Down
Binary file modified docs/cron-connector-0.6.10.tgz
Binary file not shown.
Binary file modified docs/federated-gateway-0.1.0.tgz
Binary file not shown.
994 changes: 509 additions & 485 deletions docs/index.yaml

Large diffs are not rendered by default.

Binary file modified docs/kafka-connector-0.7.9.tgz
Binary file not shown.
Binary file modified docs/mqtt-connector-0.4.7.tgz
Binary file not shown.
Binary file modified docs/nats-connector-0.3.2.tgz
Binary file not shown.
Binary file added docs/openfaas-14.2.34.tgz
Binary file not shown.
Binary file modified docs/postgres-connector-0.1.1.tgz
Binary file not shown.
Binary file modified docs/pro-builder-0.4.13.tgz
Binary file not shown.
Binary file modified docs/queue-worker-0.2.7.tgz
Binary file not shown.
Binary file modified docs/sns-connector-0.1.3.tgz
Binary file not shown.
Binary file modified docs/sqs-connector-0.2.4.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion yaml/alertmanager-dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion yaml/prometheus-dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9ebbe9b

Please sign in to comment.