Airflow 3This feature is only available for Airflow 3.x Deployments.
LocalDagBundle is not versioned, but some dag bundles are. The GitDagBundle is versioned by the underlying backend, Git. Every commit made to the configured Git repository creates a new version, even if a commit does not change your dag code.
Read more about Dag versioning, including details about how to configure a dag bundle for OSS Airflow.