Releases: OmegaVVeapon/kopf-k8s-sidecar
Releases · OmegaVVeapon/kopf-k8s-sidecar
1.4.1
1.4.0-1
- Updating
README
to point new/existing users back to kiwigrid sidecar.
1.4.0
1.3.6
1.3.5
- Bump to kopf
1.34.0
to benefit from some fixes made for k8s api retries on connection errors as well as rare issues that can sometimes occur during the operator's startup. - Enabled the healthcheck endpoint
1.3.4
- Added some robustness to the LIST mode when issues occurred contacting the k8s API server.
It will now retry a number of times and fail appropriately when it exceeds the allotted amount. (#20) - Made the operator run completely silently. This means it will no longer add annotations to the configmaps/secrets.
In fact, the patch verb is no longer required for RBAC and has been removed from the README and examples. - Miscellaneous optimizations and code cleanups
1.3.3
- Using a Python alpine flavour image for the application. Vastly reduced its size.
1.3.2
- Removed the usage of finalizers to block resource deletion.
Since some Helm charts like kube-prometheus-stack can delete dashboards after the removal of the sidecar, it was creating some integration issues. Found a workaround to not need finalizers to enforce the deletion handler function.
1.3.1
- Added a log line for the FOLDER_ANNOTATION env var