Skip to content

Commit ac4c706

Browse files
committed
Fix for dashboard rendering when labels/annotations are null
When the labels and / or annotations for a function were null rather than empty, the dashboard would not load the function overview or details page. This fix resolves the issue and is a recommended upgrade for all users. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 8a5563d commit ac4c706

16 files changed

+539
-515
lines changed

chart/openfaas/Chart.yaml

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

chart/openfaas/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ autoscaler:
278278
## To use with port-forwarding, set publicURL to
279279
## http://127.0.0.1
280280
dashboard:
281-
image: ghcr.io/openfaasltd/openfaas-dashboard:0.5.23
281+
image: ghcr.io/openfaasltd/openfaas-dashboard:0.5.24
282282
publicURL: https://dashboard.example.com
283283
# Name of signing key secret for sessions.
284284
# Leave blank for development, see https://docs.openfaas.com/openfaas-pro/dashboard/ for production and staging.

docs/cron-connector-0.6.10.tgz

-1 Bytes
Binary file not shown.

docs/federated-gateway-0.1.0.tgz

2 Bytes
Binary file not shown.

docs/index.yaml

+535-511
Large diffs are not rendered by default.

docs/kafka-connector-0.7.10.tgz

0 Bytes
Binary file not shown.

docs/mqtt-connector-0.4.7.tgz

0 Bytes
Binary file not shown.

docs/nats-connector-0.3.2.tgz

-2 Bytes
Binary file not shown.

docs/openfaas-14.2.56.tgz

60 KB
Binary file not shown.

docs/postgres-connector-0.1.1.tgz

-1 Bytes
Binary file not shown.

docs/pro-builder-0.4.14.tgz

0 Bytes
Binary file not shown.

docs/queue-worker-0.2.8.tgz

-1 Bytes
Binary file not shown.

docs/sns-connector-0.1.3.tgz

2 Bytes
Binary file not shown.

docs/sqs-connector-0.2.6.tgz

0 Bytes
Binary file not shown.

yaml/alertmanager-dep.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yaml/prometheus-dep.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)