airflow-8.6.0
Description
The User-Community Airflow Helm Chart is the standard way to deploy Apache Airflow on Kubernetes with Helm.
Originally created in 2018, it has since helped thousands of companies create production-ready deployments of Airflow on Kubernetes.
If you appreciate the
User-Community Airflow Helm Chartplease consider supporting us!![]()
![]()
Changelog
What's Changed
- feat: update pgbouncer to 1.17.0 & build for linux/arm64 by @thesuperzapper in #551
- feat: add log-cleanup sidecar to scheduler/worker by @thesuperzapper in #554
- feat: update pgbouncer image tag
1.17.0-patch.0by @thesuperzapper in #552 - fix: set
DUMB_INIT_SETSID=0for celery workers (warm shutdown) by @thesuperzapper in #550 - feat: allow
airflow.users[].rolesto specify a list of roles by @kmehkeri in #539 - feat: database passwords with values + username from secret by @thesuperzapper in #553
- fix:
pgbouncer.livenessProbe.enablednot being respected by @thesuperzapper in #546 - feat: add "task creation check" to scheduler liveness probe by @thesuperzapper in #549
- fix: replace pgbouncer readinessProbe with startupProbe by @thesuperzapper in #547
- feat: set default
pgbouncer.maxClientConnectionsto 1000 by @thesuperzapper in #543 - fix: update default
dags.gitSync.image.tagto v3.5.0 by @thesuperzapper in #544 - feat: add
airflow.kubernetesPodTemplate.podLabelsvalue by @aodj in #534 - fix: only set
CONNECTION_CHECK_MAX_COUNTonce by @bitsofdave in #533 - feat: add
airflow.kubernetesPodTemplate.shareProcessNamespacevalue by @mthoretton in #408 - feat: add
airflow.kubernetesPodTemplate.extraInitContainersby @jmcgrath207 in #446 - feat: add
airflow.clusterDomainvalue by @alexkasatikov in #441 - fix:
airflow.{fernetKey,webserverSecretKey}overshadow_CMDconfigs by @aodj in #508 - fix: allow ingress
servicePortto be string or number by @thesuperzapper in #530 - fix: PG_ADVISORY_LOCK are not released in pgbouncer by @thesuperzapper in #529
- feat: add
airflow.kubernetesPodTemplate.extraContainersby @jonashartwig in #456 - feat: fully support helm templating in
extraManifestsby @thesuperzapper in #523 - feat: add
ingressClassNamevalue to ingress by @fkoetzner in #527 - feat: allow labels on
syncanddb-migrationsDeployments/Jobs by @oleksandrkovalenko in #467 - feat: add
pgbouncer.authTypevalue by @thesuperzapper in #498 - feat: add
airflow triggererDeployment by @thesuperzapper in #555 - fix: cast user values with toString before b64enc by @thesuperzapper in #557
- chore: release
8.6.0by @thesuperzapper in #559
New Contributors
- @kmehkeri made their first contribution in #539
- @aodj made their first contribution in #534
- @bitsofdave made their first contribution in #533
- @jmcgrath207 made their first contribution in #446
- @alexkasatikov made their first contribution in #441
- @jonashartwig made their first contribution in #456
- @fkoetzner made their first contribution in #527
- @oleksandrkovalenko made their first contribution in #467
Full Changelog: airflow-8.5.3...airflow-8.6.0