Skip to content

Releases: kaxil/airflowctl

0.2.11

20 Sep 00:40
59ba035
Compare
Choose a tag to compare

What's Changed

  • Switch to uv by default for speed by @kaxil in #39

Full Changelog: 0.2.10...0.2.11

0.2.10

07 Jul 20:30
061d42a
Compare
Choose a tag to compare

What's Changed

  • Fix requirements.txt being ignored while building project by @ilov3 in #36
  • Allow installing from Airflow pacakges in Private PyPI by @kaxil in #32

New Contributors

  • @ilov3 made their first contribution in #36

Full Changelog: 0.2.9...0.2.10

0.2.9

05 Oct 02:12
Compare
Choose a tag to compare

What's Changed

  • Move venv_path to settings file by @kaxil in #22

Full Changelog: 0.2.8...0.2.9

0.2.8

02 Oct 19:32
Compare
Choose a tag to compare

What's Changed

  • feat(cli,modes): add venv_path option in init and build to enable users to use existing virtualenv. by @ahnsv in #19

New Contributors

  • @ahnsv made their first contribution in #19

Full Changelog: 0.2.7...0.2.8

0.2.7

24 Sep 16:27
Compare
Choose a tag to compare

What's Changed

  • Fix viewing background logs by @kaxil in #16

Full Changelog: 0.2.6...0.2.7

0.2.6

19 Aug 03:02
Compare
Choose a tag to compare

What's Changed

  • Clear if venv already exists by @kaxil in #8
  • Better process ids tracking & handling by @kaxil in #9
  • Allow installing Airflow from a local directory by @kaxil in #10

Full Changelog: 0.2.5...0.2.6

0.2.5

18 Aug 20:04
Compare
Choose a tag to compare

What's Changed

  • Use LocalExecutor for 2.7 and above instead of hardcoding 2.6 (4affef7)

Full Changelog: 0.2.4...0.2.5

0.2.4

17 Aug 13:12
Compare
Choose a tag to compare

What's Changed

  • Default to LocalExecutor when Running Airflow 2.6 (3c9e748)