Skip to content

Commit

Permalink
Supress /healthz log for gateway, upgrade various dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Jul 31, 2024
1 parent 0daa5d9 commit db2b29c
Show file tree
Hide file tree
Showing 22 changed files with 612 additions and 526 deletions.
2 changes: 1 addition & 1 deletion chart/cron-connector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Trigger OpenFaaS Functions with cron schedules
name: cron-connector
version: 0.6.10
version: 0.6.11
sources:
- https://github.com/openfaas/cron-connector
home: https://www.openfaas.com
Expand Down
2 changes: 1 addition & 1 deletion chart/cron-connector/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openfaasPro: false

pro:
image: ghcr.io/openfaasltd/cron-connector:0.2.5
image: ghcr.io/openfaasltd/cron-connector:0.2.6

image: ghcr.io/openfaas/cron-connector:0.6.1

Expand Down
2 changes: 1 addition & 1 deletion chart/kafka-connector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Connect OpenFaaS functions to Kafka topics
name: kafka-connector
version: 0.7.10
version: 0.7.11
sources:
- https://github.com/openfaas/faas-netes
home: https://www.openfaas.com
Expand Down
2 changes: 1 addition & 1 deletion chart/kafka-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ topics: faas-request
# them as a comma separated list i.e. "kafka-1:9092,kafka-2:9092,kafka-3:9092"
brokerHosts: kf-kafka:9092

image: ghcr.io/openfaasltd/kafka-connector:0.7.9
image: ghcr.io/openfaasltd/kafka-connector:0.7.10

# Output detailed logs from the consumer group's lifecycle
sessionLogging: true
Expand Down
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.61
version: 14.2.62
sources:
- https://github.com/openfaas/faas
- https://github.com/openfaas/faas-netes
Expand Down
6 changes: 3 additions & 3 deletions chart/openfaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ functions:
failureThreshold: 3

gatewayPro:
image: ghcr.io/openfaasltd/gateway:0.4.31
image: ghcr.io/openfaasltd/gateway:0.4.32
pprof: false

gateway:
Expand Down Expand Up @@ -204,7 +204,7 @@ faasnetes:
#
# Enable automatically when nats.queueMode is set to "jetstream"
jetstreamQueueWorker:
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.39
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.40
durableName: "faas-workers"
# Configure the max waiting pulls for the queue-worker JetStream consumer.
# The value should be at least max_inflight * replicas.
Expand Down Expand Up @@ -307,7 +307,7 @@ dashboard:
# OpenFaaS Enterprise (OpenFaaS IAM)
# OIDC plugin for authentication on the OpenFaaS REST API
oidcAuthPlugin:
image: ghcr.io/openfaasltd/openfaas-oidc-plugin:0.7.6
image: ghcr.io/openfaasltd/openfaas-oidc-plugin:0.7.7
insecureTLS: false
replicas: 1
securityContext: true
Expand Down
2 changes: 1 addition & 1 deletion chart/queue-worker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: queue-worker
description: Dedicated queue-worker for OpenFaaS using JetStream
type: application
version: 0.2.8
version: 0.2.9
keywords:
- openfaas
- jetstream
Expand Down
2 changes: 1 addition & 1 deletion chart/queue-worker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# You will need to create a license named "openfaas-license" - see the
# chart README for detailed instructions.

image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.38
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.40

replicas: 1

Expand Down
Binary file added docs/cron-connector-0.6.11.tgz
Binary file not shown.
Binary file modified docs/federated-gateway-0.1.0.tgz
Binary file not shown.
Loading

0 comments on commit db2b29c

Please sign in to comment.