Skip to content

Commit

Permalink
Merge pull request #98 from idealista/develop
Browse files Browse the repository at this point in the history
Bugfix broken features release 2.0.0 😢
  • Loading branch information
ultraheroe authored Apr 15, 2021
2 parents 327bac2 + 81ad497 commit 273b8f9
Show file tree
Hide file tree
Showing 6 changed files with 178 additions and 114 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a changelog](https://github.com/olivierlacan/keep-a-changelog).

## [Unreleased](https://github.com/idealista/airflow-role/tree/develop)
<!-- [Full Changelog](https://github.com/idealista/airflow-role/compare/2.0.0...bugfix/broken-features-release-2.0.0) -->

## [2.0.1](https://github.com/idealista/airflow-role/tree/2.0.1)

[Full Changelog](https://github.com/idealista/airflow-role/compare/2.0.0...2.0.1)

### Changed

- :arrows_clockwise: Update missing vars in cfg (v2) template
- :arrows_clockwise: Update conditionally vars missing or unnecesary in cfg (v2) template

### Fixed

- :hammer_and_wrench: Fix environment template PATH ➡️ [#96](https://github.com/idealista/airflow-role/issues/96) [BUG] Servie PATH environment not working as expected
- :hammer_and_wrench: Fix wrong typed and escaped log options in airflow-cfg.yaml group_vars ➡️ [#95](https://github.com/idealista/airflow-role/issues/95) [BUG] Tasks Log view is broken

### Added

- :heavy_plus_sign: tags for config files related
- :broom: Clean airflow-cfg.yml with bad format values and unnecesary quotation

## [2.0.0](https://github.com/idealista/airflow-role/tree/2.0.0)

Expand Down
181 changes: 109 additions & 72 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 273b8f9

Please sign in to comment.