Releases: SAP/component-operator
Releases · SAP/component-operator
v0.1.23
v0.1.22
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.
v0.1.21
Update chart docs
v0.1.20
Update chart docs
v0.1.19
Enhancements
Add command line flags
--default-service-account
allowing to consume the changes introduces in https://github.com/SAP/component-operator-runtime/releases/tag/v0.3.67--max-concurrent-reconciles
allowing to customize the number of parallel worker threads in the reconciler.
v0.1.18
Update chart docs
v0.1.17
Incompatible changes
Starting from this release, component-operator requires flux GitRepository
and HelmChart
in version v1.
v0.1.16
Update chart docs
v0.1.15
Update chart docs
v0.1.14
Update chart docs