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.9.0 to 1.10.3 in /airflow #132

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 1, 2019

Bumps apache-airflow from 1.9.0 to 1.10.3.

Release notes

Sourced from apache-airflow's releases.

1.10.3

New Feature

  • [AIRFLOW-4232] Add none_skipped trigger rule (#5032)
  • [AIRFLOW-3971] Add Google Cloud Natural Language operators (#4980)
  • [AIRFLOW-4069] Add Opsgenie Alert Hook and Operator (#4903)
  • [AIRFLOW-3552] Fix encoding issue in ImapAttachmentToS3Operator (#5040)
  • [AIRFLOW-3552] Add ImapAttachmentToS3Operator (#4476)
  • [AIRFLOW-1526] Add dingding hook and operator (#4895)
  • [AIRFLOW-3490] Add BigQueryHook's Ability to Patch Table/View (#4299)
  • [AIRFLOW-3918] Add ssh private-key support to git-sync for KubernetesExecutor (#4777)
  • [AIRFLOW-3659] Create Google Cloud Transfer Service Operators (#4792)
  • [AIRFLOW-3939] Add Google Cloud Translate operator (#4755)
  • [AIRFLOW-3541] Add Avro logical type conversion to bigquery hook (#4553)
  • [AIRFLOW-4106] instrument staving tasks in pool (#4927)
  • [AIRFLOW-2568] Azure Container Instances operator (#4121)
  • [AIRFLOW-4107] instrument executor (#4928)
  • [AIRFLOW-4033] record stats of task duration (#4858)
  • [AIRFLOW-3892] Create Redis pub sub sensor (#4712)
  • [AIRFLOW-4124] add get_table and get_table_location in aws_glue_hook and tests (#4942)
  • [AIRFLOW-1262] Adds missing docs for email configuration (#4557)
  • [AIRFLOW-3701] Add Google Cloud Vision Product Search operators (#4665)
  • [AIRFLOW-3766] Add support for kubernetes annotations (#4589)
  • [AIRFLOW-3741] Add extra config to Oracle hook (#4584)
  • [AIRFLOW-1262] Allow configuration of email alert subject and body (#2338)
  • [AIRFLOW-2985] Operators for S3 object copying/deleting (#3823)
  • [AIRFLOW-2993] s3_to_sftp and sftp_to_s3 operators (#3828)
  • [AIRFLOW-3799] Add compose method to GoogleCloudStorageHook (#4641)
  • [AIRFLOW-3218] add support for poking a whole DAG (#4058)
  • [AIRFLOW-3315] Add ImapAttachmentSensor (#4161)
  • [AIRFLOW-3556] Add cross join set dependency function (#4356)

Improvement

  • [AIRFLOW-3823] Exclude branch's downstream tasks from the tasks to skip (#4666)
  • [AIRFLOW-3274] Add run_as_user and fs_group options for Kubernetes (#4648)
  • [AIRFLOW-4247] Template Region on the DataprocOperators (#5046)
  • [AIRFLOW-4008] add envFrom for Kubernetes Executor (#4952)
  • [AIRFLOW-3947] Flash msg for no DAG-level access error (#4767)
  • [AIRFLOW-3287] Moving database clean-up code into the CoreTest.tearDown() (#4122)
  • [AIRFLOW-4058] Name models test file to get automatically picked up (#4901)
  • [AIRFLOW-3830] Remove DagBag from /dag_details (#4831)
  • [AIRFLOW-3596] Clean up undefined template variables. (#4401)
  • [AIRFLOW-3573] Remove DagStat table (#4378)
  • [AIRFLOW-3623] Fix bugs in Download task logs (#5005)
  • [AIRFLOW-4173] Improve SchedulerJob.process_file() (#4993)
  • [AIRFLOW-3540] Warn if old airflow.cfg file is found (#5006)
  • [AIRFLOW-4000] Return response when no file (#4822)
  • [AIRFLOW-3383] Rotate fernet keys. (#4225)
  • [AIRFLOW-3003] Pull the krb5 image instead of building (#3844)
... (truncated)
Changelog

Sourced from apache-airflow's changelog.

Airflow 1.10.3, 2019-04-09

New Feature
"""""""""""

  • [AIRFLOW-4232] Add none_skipped trigger rule (#5032)
  • [AIRFLOW-3971] Add Google Cloud Natural Language operators (#4980)
  • [AIRFLOW-4069] Add Opsgenie Alert Hook and Operator (#4903)
  • [AIRFLOW-3552] Fix encoding issue in ImapAttachmentToS3Operator (#5040)
  • [AIRFLOW-3552] Add ImapAttachmentToS3Operator (#4476)
  • [AIRFLOW-1526] Add dingding hook and operator (#4895)
  • [AIRFLOW-3490] Add BigQueryHook's Ability to Patch Table/View (#4299)
  • [AIRFLOW-3918] Add ssh private-key support to git-sync for KubernetesExecutor (#4777)
  • [AIRFLOW-3659] Create Google Cloud Transfer Service Operators (#4792)
  • [AIRFLOW-3939] Add Google Cloud Translate operator (#4755)
  • [AIRFLOW-3541] Add Avro logical type conversion to bigquery hook (#4553)
  • [AIRFLOW-4106] instrument staving tasks in pool (#4927)
  • [AIRFLOW-2568] Azure Container Instances operator (#4121)
  • [AIRFLOW-4107] instrument executor (#4928)
  • [AIRFLOW-4033] record stats of task duration (#4858)
  • [AIRFLOW-3892] Create Redis pub sub sensor (#4712)
  • [AIRFLOW-4124] add get_table and get_table_location in aws_glue_hook and tests (#4942)
  • [AIRFLOW-1262] Adds missing docs for email configuration (#4557)
  • [AIRFLOW-3701] Add Google Cloud Vision Product Search operators (#4665)
  • [AIRFLOW-3766] Add support for kubernetes annotations (#4589)
  • [AIRFLOW-3741] Add extra config to Oracle hook (#4584)
  • [AIRFLOW-1262] Allow configuration of email alert subject and body (#2338)
  • [AIRFLOW-2985] Operators for S3 object copying/deleting (#3823)
  • [AIRFLOW-2993] s3_to_sftp and sftp_to_s3 operators (#3828)
  • [AIRFLOW-3799] Add compose method to GoogleCloudStorageHook (#4641)
  • [AIRFLOW-3218] add support for poking a whole DAG (#4058)
  • [AIRFLOW-3315] Add ImapAttachmentSensor (#4161)
  • [AIRFLOW-3556] Add cross join set dependency function (#4356)

Improvement
"""""""""""

  • [AIRFLOW-3823] Exclude branch's downstream tasks from the tasks to skip (#4666)
  • [AIRFLOW-3274] Add run_as_user and fs_group options for Kubernetes (#4648)
  • [AIRFLOW-4247] Template Region on the DataprocOperators (#5046)
  • [AIRFLOW-4008] add envFrom for Kubernetes Executor (#4952)
  • [AIRFLOW-3947] Flash msg for no DAG-level access error (#4767)
  • [AIRFLOW-3287] Moving database clean-up code into the CoreTest.tearDown() (#4122)
  • [AIRFLOW-4058] Name models test file to get automatically picked up (#4901)
  • [AIRFLOW-3830] Remove DagBag from /dag_details (#4831)
  • [AIRFLOW-3596] Clean up undefined template variables. (#4401)
  • [AIRFLOW-3573] Remove DagStat table (#4378)
  • [AIRFLOW-3623] Fix bugs in Download task logs (#5005)
  • [AIRFLOW-4173] Improve SchedulerJob.process_file() (#4993)
... (truncated)
Commits
  • 16d93c9 [AIRFLOW-XXX] Changes since 1.10.3rc1
  • 04ac286 [AIRFLOW-4016] Clear runs for BackfillJobTest (#4839)
  • 1413776 [AIRFLOW-4177] Check types in tests (#4994)
  • d48cd67 [AIRFLOW-4120] Modify SchedulerJob.manage_slas to respect zero timedelta SLAs...
  • 6f63db1 [AIRFLOW-2994] Fix command status check in Qubole Check operator (#3790)
  • bcd289c [AIRFLOW-2563] Fix PigCliHook Python 3 string/bytes use
  • 224c8bd [AIRFLOW-XXX] Version 1.10.3
  • a440e51 [AIRFLOW-4232] Add none_skipped trigger rule (#5032)
  • 91b856f [AIRFLOW-3971] Add Google Cloud Natural Language operators (#4980)
  • 96fbc61 [AIRFLOW-3996] Add view source link to included fragments
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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.

Bumps [apache-airflow](https://github.com/apache/airflow) from 1.9.0 to 1.10.3.
- [Release notes](https://github.com/apache/airflow/releases)
- [Changelog](https://github.com/apache/airflow/blob/master/CHANGELOG.txt)
- [Commits](apache/airflow@1.9.0...1.10.3)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2019
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 3, 2020

A newer version of apache-airflow exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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.

1 participant