Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump apache-airflow from 1.10.2 to 1.10.11 #5

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 27, 2020

Bumps apache-airflow from 1.10.2 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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 27, 2020
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 17, 2020

Superseded by #6.

@dependabot dependabot bot closed this Dec 17, 2020
@dependabot dependabot bot deleted the dependabot/pip/apache-airflow-1.10.11 branch December 17, 2020 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants