release notes
release notes
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
release notes
Published 6/19/2024
Contains new featuresClusterRole and ClusterRoleBinding names have been updated to be unique (#37197)ClusterRoles and ClusterRoleBindings created when multiNamespaceMode is enabled have been renamed to ensure unique names:
{{ include "airflow.fullname" . }}-pod-launcher-role has been renamed to {{ .Release.Namespace }}-{{ include "airflow.fullname" . }}-pod-launcher-role{{ include "airflow.fullname" . }}-pod-launcher-rolebinding has been renamed to {{ .Release.Namespace }}-{{ include "airflow.fullname" . }}-pod-launcher-rolebinding{{ include "airflow.fullname" . }}-pod-log-reader-role has been renamed to {{ .Release.Namespace }}-{{ include "airflow.fullname" . }}-pod-log-reader-role{{ include "airflow.fullname" . }}-pod-log-reader-rolebinding has been renamed to {{ .Release.Namespace }}-{{ include "airflow.fullname" . }}-pod-log-reader-rolebinding{{ include "airflow.fullname" . }}-scc-rolebinding has been renamed to {{ .Release.Namespace }}-{{ include "airflow.fullname" . }}-scc-rolebindingworkers.safeToEvict default changed to False (#40229)The default for workers.safeToEvict now defaults to False. This is a safer default
as it prevents the nodes workers are running on from being scaled down by the
K8s Cluster Autoscaler <https://kubernetes.io/docs/concepts/cluster-administration/cluster-autoscaling/#cluster-autoscaler>_.
If you would like to retain the previous behavior, you can set this config to True.
2.9.2 (#40160)The default Airflow image that is used with the Chart is now 2.9.2, previously it was 2.8.3.
v0.26.1 (#38416)The default StatsD image that is used with the Chart is now v0.26.1, previously it was v0.26.0.
valueFrom in env config of components (#40135)extraContainers and extraInitContainers (#38507)workers.command for KubernetesExecutor (#39132)priorityClassName to Jobs (#39133)workers.safeToEvict default to False (#40229)extraContainers and extraInitContainers that are templated (#40033)brokerUrlSecretName (#39115)release notes
Published 6/19/2024
Contains new featuresClusterRole and ClusterRoleBinding names have been updated to be unique (#37197)ClusterRoles and ClusterRoleBindings created when multiNamespaceMode is enabled have been renamed to ensure unique names:
{{ include "airflow.fullname" . }}-pod-launcher-role has been renamed to {{ .Release.Namespace }}-{{ include "airflow.fullname" . }}-pod-launcher-role{{ include "airflow.fullname" . }}-pod-launcher-rolebinding has been renamed to {{ .Release.Namespace }}-{{ include "airflow.fullname" . }}-pod-launcher-rolebinding{{ include "airflow.fullname" . }}-pod-log-reader-role has been renamed to {{ .Release.Namespace }}-{{ include "airflow.fullname" . }}-pod-log-reader-role{{ include "airflow.fullname" . }}-pod-log-reader-rolebinding has been renamed to {{ .Release.Namespace }}-{{ include "airflow.fullname" . }}-pod-log-reader-rolebinding{{ include "airflow.fullname" . }}-scc-rolebinding has been renamed to {{ .Release.Namespace }}-{{ include "airflow.fullname" . }}-scc-rolebindingworkers.safeToEvict default changed to False (#40229)The default for workers.safeToEvict now defaults to False. This is a safer default
as it prevents the nodes workers are running on from being scaled down by the
K8s Cluster Autoscaler <https://kubernetes.io/docs/concepts/cluster-administration/cluster-autoscaling/#cluster-autoscaler>_.
If you would like to retain the previous behavior, you can set this config to True.
2.9.2 (#40160)The default Airflow image that is used with the Chart is now 2.9.2, previously it was 2.8.3.
v0.26.1 (#38416)The default StatsD image that is used with the Chart is now v0.26.1, previously it was v0.26.0.
valueFrom in env config of components (#40135)extraContainers and extraInitContainers (#38507)workers.command for KubernetesExecutor (#39132)priorityClassName to Jobs (#39133)workers.safeToEvict default to False (#40229)extraContainers and extraInitContainers that are templated (#40033)brokerUrlSecretName (#39115)