Skip to content

Commit

Permalink
Upgrades to Go 1.23 and to go.mod across various components
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Jan 27, 2025
1 parent 15a18af commit ac1c12e
Show file tree
Hide file tree
Showing 22 changed files with 418 additions and 289 deletions.
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.11
version: 0.7.12
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.10
image: ghcr.io/openfaasltd/kafka-connector:0.7.11

# 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.91
version: 14.2.92
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 @@ -278,7 +278,7 @@ queueWorker:
## Advanced auto-scaler for scaling functions on RPS, CPU and in-flight requests
## Includes: scale to zero
autoscaler:
image: ghcr.io/openfaasltd/autoscaler:0.3.15
image: ghcr.io/openfaasltd/autoscaler:0.3.16

# replicas should only ever be set to 1, as a singleton.
replicas: 1
Expand Down Expand Up @@ -325,7 +325,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.8
image: ghcr.io/openfaasltd/openfaas-oidc-plugin:0.7.9
insecureTLS: false
replicas: 1
securityContext: true
Expand Down Expand Up @@ -401,7 +401,7 @@ nats:
host: ""
port: ""
# The version of NATS Core used with OpenFaaS Pro and JetStream
image: nats:2.10.24
image: nats:2.10.25
resources:
requests:
memory: "120Mi"
Expand Down
2 changes: 1 addition & 1 deletion chart/postgres-connector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Trigger OpenFaaS functions from PostgreSQL
name: postgres-connector
version: 0.1.1
version: 0.1.2
sources:
- https://github.com/openfaas/faas-netes
home: https://www.openfaas.com
Expand Down
2 changes: 1 addition & 1 deletion chart/postgres-connector/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/postgres-connector:0.2.2
image: ghcr.io/openfaasltd/postgres-connector:0.2.3

replicas: 1

Expand Down
2 changes: 1 addition & 1 deletion chart/pro-builder/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Build OpenFaaS functions via a REST API
name: pro-builder
version: 0.4.15
version: 0.4.16
sources:
- https://github.com/openfaas/faas-netes
home: https://www.openfaas.com
Expand Down
2 changes: 1 addition & 1 deletion chart/pro-builder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# image is for the pro-builder API
proBuilder:
image: ghcr.io/openfaasltd/pro-builder:0.4.0
image: ghcr.io/openfaasltd/pro-builder:0.4.1

# Set to 0 for unlimited, or some non-zero value for a hard limit
# the builder will return a HTTP 429 status code, then the client
Expand Down
2 changes: 1 addition & 1 deletion chart/sqs-connector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Connect OpenFaaS functions to SQS topics
name: sqs-connector
version: 0.2.6
version: 0.2.7
sources:
- https://github.com/openfaas/faas-netes
home: https://www.openfaas.com
Expand Down
2 changes: 1 addition & 1 deletion chart/sqs-connector/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/sqs-connector:0.3.3
image: ghcr.io/openfaasltd/sqs-connector:0.3.4

replicas: 1

Expand Down
Binary file added docs/cron-connector-0.6.12.tgz
Binary file not shown.
Loading

0 comments on commit ac1c12e

Please sign in to comment.