Releases: fiaas/fiaas-deploy-daemon
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
fiaas-deploy-daemon v1.1.0
- Feature: Support overriding TLS issuer name (documented in operator guide)
- Bugfix: Resolve an issue where an invalid Application resource could cause other valid Application resources to not be handled (#193)
- Other: Add Kubernetes 1.24, 1.25 and 1.26 as end-to-end test targets
- Other: Reformat code with
black
Release Artifacts
- Container image:
fiaas/fiaas-deploy-daemon:v1.1.0
fiaas-deploy-daemon
Helm chart version1.1.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.1.0
What's Changed
- Format with
black -l 120 .
by @henrik242 in #199 - Format bin/, tests/ and top level files with black by @oyvindio in #200
- Smaller VM for CI by @bjornakr in #201
- Add issuer override by @herodes1991 in #202
- Add Kubernetes 1.24, 1.25 and 1.26 as end-to-end test targets by @oyvindio in #204
- Update k8s library version to handle Application with empty config by @oyvindio in #206
New Contributors
- @henrik242 made their first contribution in #199
Full Changelog: v1.0.2...v1.1.0
fiaas-deploy-daemon v1.0.2
Upgrade Python runtime version from 2.7 to 3.9.
Release Artifacts
- Container image:
fiaas/fiaas-deploy-daemon:v1.0.2
fiaas-deploy-daemon
Helm chart version1.0.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.0.2
What's Changed
Full Changelog: v1.0.1...v1.0.2