sfcpc / housing-dashboard

4 stars 0 forks source link

Bump apache-airflow from 1.10.9 to 1.10.11 #213

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 4 years ago

Bumps apache-airflow from 1.10.9 to 1.10.11.

Release notes

Sourced from apache-airflow's releases.

Airflow 1.10.11, 2020-07-10

New Features

  • Add task instance mutation hook (#8852)
  • Allow changing Task States Colors (#9520)
  • Add support for AWS Secrets Manager as Secrets Backend (#8186)
  • Add airflow info command to the CLI (#8704)
  • Add Local Filesystem Secret Backend (#8596)
  • Add Airflow config CLI command (#8694)
  • Add Support for Python 3.8 (#8836)(#8823)
  • Allow K8S worker pod to be configured from JSON/YAML file (#6230)
  • Add quarterly to crontab presets (#6873)
  • Add support for ephemeral storage on KubernetesPodOperator (#6337)
  • Add AirflowFailException to fail without any retry (#7133)
  • Add SQL Branch Operator (#8942)

Bug Fixes

  • Use NULL as dag.description default value (#7593)
  • BugFix: DAG trigger via UI error in RBAC UI (#8411)
  • Fix logging issue when running tasks (#9363)
  • Fix JSON encoding error in DockerOperator (#8287)
  • Fix alembic crash due to typing import (#6547)
  • Correctly restore upstream_task_ids when deserializing Operators (#8775)
  • Correctly store non-default Nones in serialized tasks/dags (#8772)
  • Correctly deserialize dagrun_timeout field on DAGs (#8735)
  • Fix tree view if config contains " (#9250)
  • Fix Dag Run UI execution date with timezone cannot be saved issue (#8902)
  • Fix Migration for MSSQL (#8385)
  • RBAC ui: Fix missing Y-axis labels with units in plots (#8252)
  • RBAC ui: Fix missing task runs being rendered as circles instead (#8253)
  • Fix: DagRuns page renders the state column with artifacts in old UI (#9612)
  • Fix task and dag stats on home page (#8865)
  • Fix the trigger_dag api in the case of nested subdags (#8081)
  • UX Fix: Prevent undesired text selection with DAG title selection in Chrome (#8912)
  • Fix connection add/edit for spark (#8685)
  • Fix retries causing constraint violation on MySQL with DAG Serialization (#9336)
  • [AIRFLOW-4472] Use json.dumps/loads for templating lineage data (#5253)
  • Restrict google-cloud-texttospeach to <v2 (#9137)
  • Fix pickling failure when spawning processes (#8671)
  • Pin Version of Azure Cosmos to <4 (#8956)
  • Azure storage 0.37.0 is not installable any more (#8833)
  • Fix modal_backdrop z-index in the UI (#7313)
  • Fix Extra Links in Gannt View (#8308)
  • Bug fix for EmrAddStepOperator init with cluster_name error (#9235)
  • Fix KubernetesPodOperator pod name length validation (#8829)
  • Fix non updating DAG code by checking against last modification time (#8266)
  • BugFix: Unpausing a DAG with catchup=False creates an extra DAG run (#8776)
Changelog

Sourced from apache-airflow's changelog.

Airflow 1.10.11, 2020-07-10

New Features """"""""""""

  • Add task instance mutation hook (#8852)
  • Allow changing Task States Colors (#9520)
  • Add support for AWS Secrets Manager as Secrets Backend (#8186)
  • Add airflow info command to the CLI (#8704)
  • Add Local Filesystem Secret Backend (#8596)
  • Add Airflow config CLI command (#8694)
  • Add Support for Python 3.8 (#8836)(#8823)
  • Allow K8S worker pod to be configured from JSON/YAML file (#6230)
  • Add quarterly to crontab presets (#6873)
  • Add support for ephemeral storage on KubernetesPodOperator (#6337)
  • Add AirflowFailException to fail without any retry (#7133)
  • Add SQL Branch Operator (#8942)

Bug Fixes """""""""

  • Use NULL as dag.description default value (#7593)
  • BugFix: DAG trigger via UI error in RBAC UI (#8411)
  • Fix logging issue when running tasks (#9363)
  • Fix JSON encoding error in DockerOperator (#8287)
  • Fix alembic crash due to typing import (#6547)
  • Correctly restore upstream_task_ids when deserializing Operators (#8775)
  • Correctly store non-default Nones in serialized tasks/dags (#8772)
  • Correctly deserialize dagrun_timeout field on DAGs (#8735)
  • Fix tree view if config contains " (#9250)
  • Fix Dag Run UI execution date with timezone cannot be saved issue (#8902)
  • Fix Migration for MSSQL (#8385)
  • RBAC ui: Fix missing Y-axis labels with units in plots (#8252)
  • RBAC ui: Fix missing task runs being rendered as circles instead (#8253)
  • Fix: DagRuns page renders the state column with artifacts in old UI (#9612)
  • Fix task and dag stats on home page (#8865)
  • Fix the trigger_dag api in the case of nested subdags (#8081)
  • UX Fix: Prevent undesired text selection with DAG title selection in Chrome (#8912)
  • Fix connection add/edit for spark (#8685)
  • Fix retries causing constraint violation on MySQL with DAG Serialization (#9336)
  • [AIRFLOW-4472] Use json.dumps/loads for templating lineage data (#5253)
  • Restrict google-cloud-texttospeach to <v2 (#9137)
  • Fix pickling failure when spawning processes (#8671)
  • Pin Version of Azure Cosmos to <4 (#8956)
  • Azure storage 0.37.0 is not installable any more (#8833)
  • Fix modal_backdrop z-index in the UI (#7313)
  • Fix Extra Links in Gannt View (#8308)
  • Bug fix for EmrAddStepOperator init with cluster_name error (#9235)
  • Fix KubernetesPodOperator pod name length validation (#8829)
Commits
  • 2d25377 Update Changelog
  • 9fda048 [AIRFLOW-XXXX] Expose SQLAlchemy's connect_args and make it configurable (#6478)
  • 868945d Functionality to shuffle HMS connections used by HiveMetastoreHook facilitati...
  • f55906c re-adds airflow_local_settings.py mount
  • 14dc874 Remove Helm Chart Folder
  • 317b041 Update README.md for 1.10.11
  • 3e080c2 Add Changelog for 1.10.11
  • 34aabac Update the tree view of dag on Concepts Last Run Only (#8268)
  • c08a35c Add repr for DagTag so tags display properly in /dagmodel/show (#8719)
  • c685ce3 Update version_added of configs added in 1.10.11
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/sfcpc/housing-dashboard/network/alerts).
codecov[bot] commented 4 years ago

Codecov Report

Merging #213 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #213   +/-   ##
=======================================
  Coverage   85.01%   85.01%           
=======================================
  Files          11       11           
  Lines        2276     2276           
=======================================
  Hits         1935     1935           
  Misses        341      341           
Flag Coverage Δ
#unittests 85.01% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ef15958...835c407. Read the comment docs.

dependabot[bot] commented 3 years ago

Superseded by #214.