Skip to content

v0.1.22

Latest
Compare
Choose a tag to compare

Enhancements

This release adds a new flag --events-address. If provided, the controller will send component events not only to the Kubernetes API (as usual) but as well to the specified address, which should point to a flux notification-controller.
Events are emitted (of course) with source type:

apiVersion: core.cs.sap.com/v1alpha1
kind: Component

Although the notification-controller itself is able to deal with arbitrary source types, the alerts.notification.toolkit.fluxcd.io CRD currently does not allow to specify non-flux types; to overcome, the CRD has to be enhanced/patched accordingly.