Skip to content

Commit 5e40ea6

Browse files
committed
Bump alpine in images for CVE-2025-9230
The CVE-2025-9230 appears to present little, if no risk to openfaas customers, however this is flagged as high by automated tools, so is being patched by updating the alpine image. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent d3190d7 commit 5e40ea6

20 files changed

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

chart/openfaas/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ functions:
6464
failureThreshold: 3
6565

6666
gatewayPro:
67-
image: ghcr.io/openfaasltd/gateway:0.5.8
67+
image: ghcr.io/openfaasltd/gateway:0.5.9
6868
pprof: false
6969

7070
gateway:
@@ -152,7 +152,7 @@ eventWorker:
152152

153153
# For OpenFaaS Pro and the Function CRD
154154
operator:
155-
image: ghcr.io/openfaasltd/faas-netes:0.5.83
155+
image: ghcr.io/openfaasltd/faas-netes:0.5.84
156156
create: false
157157
logs:
158158
debug: false
@@ -199,7 +199,7 @@ operator:
199199
successThreshold: 1
200200

201201
faasnetesPro:
202-
image: ghcr.io/openfaasltd/faas-netes:0.5.83
202+
image: ghcr.io/openfaasltd/faas-netes:0.5.84
203203
logs:
204204
debug: false
205205
format: "console"
@@ -220,7 +220,7 @@ faasnetes:
220220
#
221221
# The Jetstream queue-worker is the default queue-worker for OpenFaaS Pro.
222222
jetstreamQueueWorker:
223-
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.4.11
223+
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.4.12
224224
mode: "static"
225225
consumer:
226226
inactiveThreshold: "30s"
@@ -286,7 +286,7 @@ queueWorker:
286286
## Advanced auto-scaler for scaling functions on RPS, CPU and in-flight requests
287287
## Includes: scale to zero
288288
autoscaler:
289-
image: ghcr.io/openfaasltd/autoscaler:0.3.25
289+
image: ghcr.io/openfaasltd/autoscaler:0.3.26
290290

291291
# Default value for "com.openfaas.scale.target" when not set via label
292292
defaultTarget: 50

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.6.3
4+
version: 0.6.4
55
sources:
66
- https://github.com/openfaas/faas-netes
77
home: https://www.openfaas.com

chart/pro-builder/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ proBuilder:
3434

3535
buildkitRootless:
3636
# Image used when running buildkit in rootless mode.
37-
image: moby/buildkit:v0.26.3-rootless
37+
image: moby/buildkit:v0.27.0-rootless
3838

3939
# buildkit.image is for the buildkit daemon
4040
# Check for the latest release on GitHub: https://github.com/moby/buildkit/releases
@@ -49,7 +49,7 @@ buildkit:
4949
# nodepool for the function builder pods, which is recycled often
5050
# through the use of spot instances or preemptive VMs.
5151
#
52-
# image: moby/buildkit:v0.26.3
52+
# image: moby/buildkit:v0.27.0
5353
# rootless: false
5454
# securityContext:
5555
# runAsUser: 0
@@ -59,7 +59,7 @@ buildkit:
5959
# For a rootless configuration, preferred, if the configuration
6060
# and Kernel version of your Kubernetes nodes supports it
6161
#
62-
image: moby/buildkit:v0.26.3
62+
image: moby/buildkit:v0.27.0
6363
rootless: true
6464

6565
resources:

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.26
5+
version: 0.2.27
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.4.11
7+
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.4.12
88

99
replicas: 1
1010

docs/cron-connector-0.6.15.tgz

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

docs/headroom-controller-0.1.3.tgz

-4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)