- Remove handling of delete events for Application resources
- Deleting Application resource with the default background cascading delete mode will rely on owner references and Kubernetes garbage collector for removing all the managed resources. Functionally this behavior is the same as before.
- Application resources can now be deleted with
--cascade=orphan
/propagationPolicy: orphan
, and have all the managed resources be left in place. Previously some of the managed resources would be deleted by fiaas-deploy-daemon in this case.
Release Artifacts
- Container image:
fiaas/fiaas-deploy-daemon:v1.8.0
fiaas-deploy-daemon
Helm chart version1.8.0
Find the helm chart by adding the FIAAS helm repo and inspecting the chart from there:
helm repo add fiaas https://fiaas.github.io/helm
helm search repo fiaas-deploy-daemon --version 1.8.0
What's Changed
New Contributors
Full Changelog: v1.7.0...v1.8.0