Skip to content

Commit fe967ad

Browse files
committed
Release new pro-builder (breaking change)
The new pro-builder has breaking changes and bumps to v0.6.0 See also: - #1246 - openfaas/customers#96 Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 7f78aca commit fe967ad

19 files changed

+396
-355
lines changed

chart/pro-builder/Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
apiVersion: v1
22
description: Build OpenFaaS functions via a REST API
33
name: pro-builder
4-
version: 0.5.1
4+
version: 0.6.0
55
sources:
66
- https://github.com/openfaas/faas-netes
77
home: https://www.openfaas.com
88
icon: https://raw.githubusercontent.com/openfaas/media/master/OpenFaaS_logo_stacked_opaque.png
99
keywords:
1010
- imagebuilder
11+
- sandbox
1112
- functionbuilder
1213
- builder
1314
- functions

chart/pro-builder/arkade.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

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.23.2-rootless
37+
image: moby/buildkit:v0.25.1-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.23.2
52+
# image: moby/buildkit:v0.25.1
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.23.2
62+
image: moby/buildkit:v0.25.1
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.23
5+
version: 0.2.24
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.7
7+
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.4.8
88

99
replicas: 1
1010

docs/cron-connector-0.6.14.tgz

1 Byte
Binary file not shown.
0 Bytes
Binary file not shown.

docs/headroom-controller-0.1.2.tgz

1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)