Skip to content

fiaas-deploy-daemon v1.1.0

Compare
Choose a tag to compare
@fiaas-svc fiaas-svc released this 12 Jun 06:45
· 116 commits to master since this release
076d38f
  • 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 version 1.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

New Contributors

Full Changelog: v1.0.2...v1.1.0