Skip to content

Latest commit

 

History

History
102 lines (82 loc) · 4.96 KB

CHANGELOG.md

File metadata and controls

102 lines (82 loc) · 4.96 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a changelog.

Full Changelog

Added

  • #61 Add KillSignal=SIGINT to workers service file @jnogol

Fixed

  • #50 Fix deprecation warning from jinja templates @adrimarteau @jnogol

Full Changelog

Fixed

  • #55 Use {{ airflow_home }} to set the default airflow_database_conn in defaults/main.yml @davestern

Full Changelog

Fixed

  • #47 Fix web UI when using LDAP and Airflow>=1.10 @jnogol

Full Changelog

Changed

  • #44 Make role compatible with Airflow 1.10.0 @jnogol
  • Update Goss version to 0.3.6 @jnogol

Full Changelog

Changed

  • Update default version to 1.9.0 @jnogol
  • Ability to provide airflow.cfg template via playbooks @jnogol
  • #41 Update airflow.cfg template with 1.9.0 features @jnogol

Added

  • Add sample DAG in tests to avoid scheduler issues @jnogol
  • Add airflow_ tags in main.yml @jnogol

Full Changelog

Changed

  • #38 Parametrized PID files location, and create it on startup if it doesn't already exist. @fhalim

Full Changelog

Added

  • #36 Add tasks in config to create variables and connections used in Airflow DAGs. @deytao

Full Changelog

Added

  • #32 Use Goss instead of Testinfra @jnogol

Fixed

  • #33 Travis working @jnogol

Changed

  • #31 Using import_tasks instead of include and avoiding pip cache @sschaetz
  • #34 Add config to have customizable pip and airflow executables @deytao

Full Changelog

Fixed

  • #28 Fix Init DB task hang @jnogol

Full Changelog

Fixed

  • Deleted DAGs automatic managent: better do it with CI tools @jnogol
  • Deleted port bindings in molecule.yml: they weren't necessary @jnogol
  • Better and more understandable format for dags_dependencies variable @jnogol

Full Changelog

Added

  • Testinfra tests in Travis CI @jnogol
  • DAGs and plugins automatic management via repositories and cron job @jnogol
  • Docker environment in Molecule @jnogol

Fixed

  • Test if service is running in test_ansible.py now working @jnogol

Full Changelog

Added

  • Travis CI integration added @jnogol

Fixed

  • Authentication via LDAP now working @jnogol
  • Tiny bugs in tasks/install.yml fixed @jnogol

Full Changelog

Added

  • Added Celery Worker optional installation @jnogol
  • Added Celery Flower service configuration @jnogol

Added

  • First release