Skip to content

Commit ac1c12e

Browse files
committed
Upgrades to Go 1.23 and to go.mod across various components
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 15a18af commit ac1c12e

22 files changed

+418
-289
lines changed

chart/kafka-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: Connect OpenFaaS functions to Kafka topics
33
name: kafka-connector
4-
version: 0.7.11
4+
version: 0.7.12
55
sources:
66
- https://github.com/openfaas/faas-netes
77
home: https://www.openfaas.com

chart/kafka-connector/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ topics: faas-request
1414
# them as a comma separated list i.e. "kafka-1:9092,kafka-2:9092,kafka-3:9092"
1515
brokerHosts: kf-kafka:9092
1616

17-
image: ghcr.io/openfaasltd/kafka-connector:0.7.10
17+
image: ghcr.io/openfaasltd/kafka-connector:0.7.11
1818

1919
# Output detailed logs from the consumer group's lifecycle
2020
sessionLogging: true

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

chart/openfaas/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ queueWorker:
278278
## Advanced auto-scaler for scaling functions on RPS, CPU and in-flight requests
279279
## Includes: scale to zero
280280
autoscaler:
281-
image: ghcr.io/openfaasltd/autoscaler:0.3.15
281+
image: ghcr.io/openfaasltd/autoscaler:0.3.16
282282

283283
# replicas should only ever be set to 1, as a singleton.
284284
replicas: 1
@@ -325,7 +325,7 @@ dashboard:
325325
# OpenFaaS Enterprise (OpenFaaS IAM)
326326
# OIDC plugin for authentication on the OpenFaaS REST API
327327
oidcAuthPlugin:
328-
image: ghcr.io/openfaasltd/openfaas-oidc-plugin:0.7.8
328+
image: ghcr.io/openfaasltd/openfaas-oidc-plugin:0.7.9
329329
insecureTLS: false
330330
replicas: 1
331331
securityContext: true
@@ -401,7 +401,7 @@ nats:
401401
host: ""
402402
port: ""
403403
# The version of NATS Core used with OpenFaaS Pro and JetStream
404-
image: nats:2.10.24
404+
image: nats:2.10.25
405405
resources:
406406
requests:
407407
memory: "120Mi"

chart/postgres-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: Trigger OpenFaaS functions from PostgreSQL
33
name: postgres-connector
4-
version: 0.1.1
4+
version: 0.1.2
55
sources:
66
- https://github.com/openfaas/faas-netes
77
home: https://www.openfaas.com

chart/postgres-connector/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/postgres-connector:0.2.2
7+
image: ghcr.io/openfaasltd/postgres-connector:0.2.3
88

99
replicas: 1
1010

chart/pro-builder/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: Build OpenFaaS functions via a REST API
33
name: pro-builder
4-
version: 0.4.15
4+
version: 0.4.16
55
sources:
66
- https://github.com/openfaas/faas-netes
77
home: https://www.openfaas.com

chart/pro-builder/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# image is for the pro-builder API
88
proBuilder:
9-
image: ghcr.io/openfaasltd/pro-builder:0.4.0
9+
image: ghcr.io/openfaasltd/pro-builder:0.4.1
1010

1111
# Set to 0 for unlimited, or some non-zero value for a hard limit
1212
# the builder will return a HTTP 429 status code, then the client

chart/sqs-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: Connect OpenFaaS functions to SQS topics
33
name: sqs-connector
4-
version: 0.2.6
4+
version: 0.2.7
55
sources:
66
- https://github.com/openfaas/faas-netes
77
home: https://www.openfaas.com

chart/sqs-connector/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/sqs-connector:0.3.3
7+
image: ghcr.io/openfaasltd/sqs-connector:0.3.4
88

99
replicas: 1
1010

0 commit comments

Comments
 (0)