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