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