Skip to content

fiaas-deploy-daemon v1.8.0

Latest
Compare
Choose a tag to compare
@fiaas-svc fiaas-svc released this 02 Dec 09:35
22f086a
  • 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 version 1.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