- Fix
/home/airflow/run_as_user.sh: Permission denied
on Windows - Fix support for Airflow <= 2.6 (#92)
- Add LocalExecutor support as core executor
- Add PostgreSQL support (needed for LocalExecutor)
- Option to mount KUBECONFIG to easily support KubernetesPodOperator
- Bump docker sdk constraints
- fix: keep ENV and PYTHONPATH when Composer is started as local user (#48)
- Fix container not restarting once stopped when started as local user (#49)
- Avoid SyntaxWarning by making IMAGE_VERSION_PATTERN a raw string (#73)
- fix: update file permission check to support Windows OS (#83)
- Change
airflow db init
toairflow db migrate
in entrypoint script (#77)
- Adds triggerer support (started by default)
- Adds support for Python v3.11
- Removes support for Python v3.7
- Allow running container as host user to solve permission problems (#24)
- Bumps google-auth package constraints
- Fix #11 - Cannot access data folder on local composer env (#29)
- Adds
composer-dev remove
local environment command.
- Aligns the paths for dags/plugins/data as requested in issue #2
- Fixes package dependency requirements issue #7
- Adds andling for Docker not having access to path where the CLI has been installed (issue #1) and extends documentation.
Initial release