Releases: fiaas/fiaas-deploy-daemon
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
fiaas-deploy-daemon v1.4.0
Enable rolebinding creation
Release Artifacts
- Container image:
fiaas/fiaas-deploy-daemon:v1.4.0
fiaas-deploy-daemon
Helm chart version1.4.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.4.0
What's Changed
- Update Kubernetes versions and documentation by @blockjesper in #225
- Update Kubernetes versions for Semaphore CI and tests by @blockjesper in #229
- Update apiVersion from extensions/v1beta1 to apps/v1 for Deployment by @blockjesper in #231
- Use ubuntu2004 CI image by @oyvindio in #232
- Only version 1.25+ of Kubernetes is supported. by @blockjesper in #233
- Use 1.29.1 of Kubernetes. by @blockjesper in #234
- Added PDB parameter for maxUnavailable by @portega-adv in #237
- Enable role binding by @imorato in #235
New Contributors
- @blockjesper made their first contribution in #225
- @imorato made their first contribution in #235
Full Changelog: v1.3.1...v1.4.0
fiaas-deploy-daemon v1.3.1
Add PDB rbac rule to helm chart
Release Artifacts
- Container image:
fiaas/fiaas-deploy-daemon:v1.3.1
fiaas-deploy-daemon
Helm chart version1.3.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.3.1
What's Changed
Full Changelog: v1.3.0...v1.3.1
fiaas-deploy-daemon v1.3.0
Add PDB support
Release Artifacts
- Container image:
fiaas/fiaas-deploy-daemon:v1.3.0
fiaas-deploy-daemon
Helm chart version1.3.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.3.0
What's Changed
Full Changelog: v1.2.4...v1.3.0
fiaas-deploy-daemon v1.2.4
Lower timeout and bookmark support in watcher.
Release Artifacts
- Container image:
fiaas/fiaas-deploy-daemon:v1.2.4
fiaas-deploy-daemon
Helm chart version1.2.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.2.4
What's Changed
- Document include-status-in-app in operator guide by @oyvindio in #219
- Upgrade k8s to 0.24.2. by @perj in #222
Full Changelog: v1.2.3...v1.2.4
fiaas-deploy-daemon v1.2.3
Update flask and related dependencies
Add Python type hints
Release Artifacts
- Container image:
fiaas/fiaas-deploy-daemon:v1.2.3
fiaas-deploy-daemon
Helm chart version1.2.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.2.3
What's Changed
- Type hints by @perj in #215
- Document why provide_usage_auth returns False for disabled. by @perj in #217
- Update flask dependencies by @oyvindio in #218
New Contributors
Full Changelog: v1.2.2...v1.2.3
fiaas-deploy-daemon v1.2.2
Add permissions for applications/status
Release Artifacts
- Container image:
fiaas/fiaas-deploy-daemon:v1.2.2
fiaas-deploy-daemon
Helm chart version1.2.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.2.2
What's Changed
- Upgrade pytest and related dependencies by @oyvindio in #214
- Add permissions for applications/status by @herodes1991 in #216
Full Changelog: v1.2.1...v1.2.2
fiaas-deploy-daemon v1.2.1
Include certificates read permission for the certificates objects
Release Artifacts
- Container image:
fiaas/fiaas-deploy-daemon:v1.2.1
fiaas-deploy-daemon
Helm chart version1.2.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.2.1
What's Changed
- Add certificates to Role with a flag by @portega-adv in #213
Full Changelog: v1.2.0...v1.2.1
fiaas-deploy-daemon v1.2.0
Add status in application CRD
Release Artifacts
- Container image:
fiaas/fiaas-deploy-daemon:v1.2.0
fiaas-deploy-daemon
Helm chart version1.2.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.2.0
What's Changed
- Update links to Kubernetes documentation by @oyvindio in #209
- Remove 1.15 version from e2e tests by @herodes1991 in #210
- Add status field to FIAAS Application resource by @herodes1991 in #211
Full Changelog: v1.1.0...v1.2.0