Skip to content

Releases: fiaas/fiaas-deploy-daemon

fiaas-deploy-daemon v1.8.0

02 Dec 09:35
22f086a
Compare
Choose a tag to compare
  • 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

fiaas-deploy-daemon v1.7.0

18 Oct 13:38
d8c3b85
Compare
Choose a tag to compare

Support for unhealthyPodEvictionPolicy in PDBs.

Release Artifacts

  • Container image: fiaas/fiaas-deploy-daemon:v1.7.0
  • fiaas-deploy-daemon Helm chart version 1.7.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.7.0

What's Changed

  • Add support in PDBs to be able to set unhealthyPodEvictionPolicy. by @blockjesper in #260

Full Changelog: v1.6.5...v1.7.0

fiaas-deploy-daemon v1.6.5

15 Oct 11:33
d3c8d3c
Compare
Choose a tag to compare
  • Update pyyaml to 6.0.2
  • Update urllib3 to 1.26.19
  • Remove unused dependencies dnspython and ipaddress

Release Artifacts

  • Container image: fiaas/fiaas-deploy-daemon:v1.6.5
  • fiaas-deploy-daemon Helm chart version 1.6.5

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.6.5

What's Changed

New Contributors

Full Changelog: v1.6.4...v1.6.5

fiaas-deploy-daemon v1.6.4

08 Oct 06:40
1dbadf7
Compare
Choose a tag to compare
  • fiaas-deploy-daemon now runs as a non-root user
  • Updated dependencies

Release Artifacts

  • Container image: fiaas/fiaas-deploy-daemon:v1.6.4
  • fiaas-deploy-daemon Helm chart version 1.6.4

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.6.4

What's Changed

Full Changelog: v1.6.3...v1.6.4

fiaas-deploy-daemon v1.6.3

12 Jun 13:17
5bc72b5
Compare
Choose a tag to compare

Update k8s to fix watcher initial list always using default namespace

Release Artifacts

  • Container image: fiaas/fiaas-deploy-daemon:v1.6.3
  • fiaas-deploy-daemon Helm chart version 1.6.3

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.6.3

What's Changed

  • Update k8s to fix watcher initial list always using default namespace by @tg90nor in #247

Full Changelog: v1.6.2...v1.6.3

fiaas-deploy-daemon v1.6.2

27 May 08:28
cc72886
Compare
Choose a tag to compare

v1.6.2

Caution

This version contains k8s 0.27.0 which has a bug in the Watcher class affecting fiaas-deploy-daemon. It's recommended to not install this release due to this bug.

Release Artifacts

  • Container image: fiaas/fiaas-deploy-daemon:v1.6.2
  • fiaas-deploy-daemon Helm chart version 1.6.2

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.6.2

What's Changed

  • Update k8s to v0.27.0 to fix issue with watcher by @tg90nor in #246

Full Changelog: v1.6.1...v1.6.2

fiaas-deploy-daemon v1.6.1

15 May 09:24
9a51eab
Compare
Choose a tag to compare

Add retries in extension-hook calls

Release Artifacts

  • Container image: fiaas/fiaas-deploy-daemon:v1.6.1
  • fiaas-deploy-daemon Helm chart version 1.6.1

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.6.1

What's Changed

Full Changelog: v1.6.0...v1.6.1

fiaas-deploy-daemon v1.6.0

03 May 14:52
52fb5bb
Compare
Choose a tag to compare

Support for Python 3.12.

Release Artifacts

  • Container image: fiaas/fiaas-deploy-daemon:v1.6.0
  • fiaas-deploy-daemon Helm chart version 1.6.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.6.0

What's Changed

Full Changelog: v1.5.1...v1.6.0

fiaas-deploy-daemon v1.5.1

25 Apr 12:47
cd6960c
Compare
Choose a tag to compare

bugfix an error with hpa with 0 replicas

Release Artifacts

  • Container image: fiaas/fiaas-deploy-daemon:v1.5.1
  • fiaas-deploy-daemon Helm chart version 1.5.1

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.5.1

What's Changed

Full Changelog: v1.5.0...v1.5.1

fiaas-deploy-daemon v1.5.0

17 Apr 13:04
71d11c2
Compare
Choose a tag to compare
  • Fixed some warnings, including updating to non deprecated APIs for later pythons versions.
  • Added a feature flag disable-service-links, which set enableServiceLinks to false in PodSpec.

Release Artifacts

  • Container image: fiaas/fiaas-deploy-daemon:v1.5.0
  • fiaas-deploy-daemon Helm chart version 1.5.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.5.0

What's Changed

Full Changelog: v1.4.1...v1.5.0