This is a bugfix release. It adds a workaround for a problem in kopf (the underlying library used by this operator) that leads to crashes on AKS versions >= 1.30 due to changed serviceaccount token expiration.
If you are on an affected AKS version, update the operator to 0.5.7 and add the following to the helm values for the operator:
tokenExpirationWorkaround: true
To verify it worked, check the operator pod logs for a line like Using token from /var/run/secrets/serviceaccount/token for authentication
.