Skip to main content
Version: 0.10.0

Release notes v0.3.0

Here are some highlights of this release. For a full list of updates available for Release v0.3.0, check out the Function Mesh change log.

Support deploying the webhook-enabled operator through Helm Charts

In this release, Function Mesh supports the admission control webhook by default. Admission webhooks are HTTP callbacks that receive admission requests and operate on them. Consequently, you need to prepare the relevant signed certificates for them. To facilitate managing these signed certificates, you can use cert-manager to manage them. However, cert-manager does not delete the Secret resource containing the signed certificate when the corresponding resource is deleted. Therefore, when you uninstall the Function Mesh operator, make sure to remove the Secrets as well. Otherwise, it might cause an abnormal re-installation of the Function Mesh operator in the future.

Support specifying an object as an unmanaged object

In Kubernetes, annotations define an unstructured Key Value Map (KVM) that can be set by external tools to store and retrieve metadata. In this release, Function Mesh supports specifying Pulsar functions, sources, and sinks as unmanaged objects by using annotations. Therefore, the Controller will skip reconciling unmanaged objects in reconciliation loop. For details, see Annotations.