Releases: fiaas/fiaas-deploy-daemon
fiaas-deploy-daemon v1.7.0
Support for unhealthyPodEvictionPolicy in PDBs.
Release Artifacts
- Container image:
fiaas/fiaas-deploy-daemon:v1.7.0
fiaas-deploy-daemon
Helm chart version1.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
- 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 version1.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
- Bump urllib3 from 1.26.17 to 1.26.19 by @dependabot in #255
- Remove bin/ingress_check.py and dnspython dependency by @oyvindio in #258
- Update pyyaml to 6.0.2 by @oyvindio in #259
New Contributors
- @dependabot made their first contribution in #255
Full Changelog: v1.6.4...v1.6.5
fiaas-deploy-daemon v1.6.4
- 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 version1.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
- Update e2e test Kubernetes target versions by @oyvindio in #248
- Add missing key in liveness probe by @herodes1991 in #251
- Update CodeQL actions to v2 by @oyvindio in #249
- Remove CodeQL workflow definition by @oyvindio in #252
- Run fdd as non-root user in docker container by @tg90nor in #250
- Update k8s and requests by @oyvindio in #253
- Move project definition including dependencies to pyproject.toml by @oyvindio in #254
Full Changelog: v1.6.3...v1.6.4
fiaas-deploy-daemon v1.6.3
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 version1.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
Full Changelog: v1.6.2...v1.6.3
fiaas-deploy-daemon v1.6.2
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 version1.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
Full Changelog: v1.6.1...v1.6.2
fiaas-deploy-daemon v1.6.1
Add retries in extension-hook calls
Release Artifacts
- Container image:
fiaas/fiaas-deploy-daemon:v1.6.1
fiaas-deploy-daemon
Helm chart version1.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
- Add retries in session by @herodes1991 in #245
Full Changelog: v1.6.0...v1.6.1
fiaas-deploy-daemon v1.6.0
Support for Python 3.12.
Release Artifacts
- Container image:
fiaas/fiaas-deploy-daemon:v1.6.0
fiaas-deploy-daemon
Helm chart version1.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
- Je/py312 by @blockjesper in #244
Full Changelog: v1.5.1...v1.6.0
fiaas-deploy-daemon v1.5.1
bugfix an error with hpa with 0 replicas
Release Artifacts
- Container image:
fiaas/fiaas-deploy-daemon:v1.5.1
fiaas-deploy-daemon
Helm chart version1.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
- Do not create PDBs for deployments with 0 replicas by @herodes1991 in #242
Full Changelog: v1.5.0...v1.5.1
fiaas-deploy-daemon v1.5.0
- 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 version1.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
- Fix some warnings by @blockjesper in #241
- Enable service links by @blockjesper in #240
Full Changelog: v1.4.1...v1.5.0
fiaas-deploy-daemon v1.4.1
Fix an issue where deployer or scheduler threads could exit, causing fiaas-deploy-daemon liveness probe to fail after a non 200 series response was received while updating ApplicationStatus or Application.status while deploying an application.
Release Artifacts
- Container image:
fiaas/fiaas-deploy-daemon:v1.4.1
fiaas-deploy-daemon
Helm chart version1.4.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.4.1
What's Changed
Full Changelog: v1.4.0...v1.4.1