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.4 to 1.10.6 #1

Merged
merged 1 commit into from
Nov 22, 2019

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps apache-airflow from 1.10.4 to 1.10.6.

Release notes

Sourced from apache-airflow's releases.

Airflow 1.10.6rc1, 2019-10-18

New Features

  • [AIRFLOW-4908] Implement BigQuery Hooks/Operators for update_dataset, patch_dataset and get_dataset (#5546)
  • [AIRFLOW-4741] Optionally report task errors to Sentry (#5407)
  • [AIRFLOW-4939] Add default_task_retries config (#5570)
  • [AIRFLOW-5508] Add config setting to limit which StatsD metrics are emitted (#6130)
  • [AIRFLOW-4222] Add cli autocomplete for bash & zsh (#5789)
  • [AIRFLOW-3871] Operators template fields can now render fields inside objects (#4743)

Improvements

  • [AIRFLOW-5127] Gzip support for CassandraToGoogleCloudStorageOperator (#5738)
  • [AIRFLOW-5125] Add gzip support for AdlsToGoogleCloudStorageOperator (#5737)
  • [AIRFLOW-5124] Add gzip support for S3ToGoogleCloudStorageOperator (#5736)
  • [AIRFLOW-5653] Log AirflowSkipException in task instance log to make it clearer why tasks might be skipped (#6330)
  • [AIRFLOW-5343] Remove legacy SQLAlchmey pessimistic pool disconnect handling (#6034)
  • [AIRFLOW-5561] Relax httplib2 version required for gcp extra (#6194)
  • [AIRFLOW-5657] Update the upper bound for dill dependency (#6334)
  • [AIRFLOW-5292] Allow ECSOperator to tag tasks (#5891)
  • [AIRFLOW-4939] Simplify Code for Default Task Retries (#6233)
  • [AIRFLOW-5126] Read aws_session_token in extra_config of the aws hook (#6303)
  • [AIRFLOW-5636] Allow adding or overriding existing Operator Links (#6302)
  • [AIRFLOW-4965] Handle quote exceptions in GCP AI operators (v1.10) (#6304)
  • [AIRFLOW-3783] Speed up Redshift to S3 UNload with HEADERs (#6309)
  • [AIRFLOW-3388] Add support to Array Jobs for AWS Batch Operator (#6153)
  • [AIRFLOW-4574] add option to provide private_key in SSHHook (#6104) (#6163)
  • [AIRFLOW-5530] Fix typo in AWS SQS sensors (#6012)
  • [AIRFLOW-5445] Reduce the required resources for the Kubernetes's sidecar (#6062)
  • [AIRFLOW-5443] Use alpine image in Kubernetes's sidecar (#6059)
  • [AIRFLOW-5344] Add --proxy-user parameter to SparkSubmitOperator (#5948)
  • [AIRFLOW-3888] HA for Hive metastore connection (#4708)
  • [AIRFLOW-5269] Reuse session in Scheduler Job from health endpoint (#5873)
  • [AIRFLOW-5153] Option to force delete non-empty BQ datasets (#5768)
  • [AIRFLOW-4443] Document LatestOnly behavior for external trigger (#5214)
  • [AIRFLOW-2891] Make DockerOperator container_name be templateable (#5696)
  • [AIRFLOW-2891] allow configurable docker_operator container name (#5689)
  • [AIRFLOW-4285] Update task dependency context definition and usage (#5079)
  • [AIRFLOW-5142] Fixed flaky Cassandra test (#5758)
  • [AIRFLOW-5218] Less polling of AWS Batch job status (#5825)
  • [AIRFLOW-4956] Fix LocalTaskJob heartbeat log spamming (#5589)
  • [AIRFLOW-3160] Load latest_dagruns asynchronously on home page (#5339)
  • [AIRFLOW-5560] Allow no confirmation on reset dags in airflow backfill command (#6195)
  • [AIRFLOW-5280] conn: Remove aws_default's default region name (#5879)
  • [AIRFLOW-5528] end_of_log_mark should not be a log record (#6159)
  • [AIRFLOW-5526] Update docs configuration due to migration of GCP docs (#6154)
  • [AIRFLOW-4835] Refactor operator render_template (#5461)

Bug Fixes

  • [AIRFLOW-5459] Use a dynamic tmp location in Dataflow operator (#6078)
... (truncated)
Changelog

Sourced from apache-airflow's changelog.

Airflow 1.10.6, 2019-10-28

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

  • [AIRFLOW-4908] Implement BigQuery Hooks/Operators for update_dataset, patch_dataset and get_dataset (#5546)
  • [AIRFLOW-4741] Optionally report task errors to Sentry (#5407)
  • [AIRFLOW-4939] Add default_task_retries config (#5570)
  • [AIRFLOW-5508] Add config setting to limit which StatsD metrics are emitted (#6130)
  • [AIRFLOW-4222] Add cli autocomplete for bash & zsh (#5789)
  • [AIRFLOW-3871] Operators template fields can now render fields inside objects (#4743)

Improvements
""""""""""""

  • [AIRFLOW-5127] Gzip support for CassandraToGoogleCloudStorageOperator (#5738)
  • [AIRFLOW-5125] Add gzip support for AdlsToGoogleCloudStorageOperator (#5737)
  • [AIRFLOW-5124] Add gzip support for S3ToGoogleCloudStorageOperator (#5736)
  • [AIRFLOW-5653] Log AirflowSkipException in task instance log to make it clearer why tasks might be skipped (#6330)
  • [AIRFLOW-5343] Remove legacy SQLAlchmey pessimistic pool disconnect handling (#6034)
  • [AIRFLOW-5561] Relax httplib2 version required for gcp extra (#6194)
  • [AIRFLOW-5657] Update the upper bound for dill dependency (#6334)
  • [AIRFLOW-5292] Allow ECSOperator to tag tasks (#5891)
  • [AIRFLOW-4939] Simplify Code for Default Task Retries (#6233)
  • [AIRFLOW-5126] Read aws_session_token in extra_config of the aws hook (#6303)
  • [AIRFLOW-5636] Allow adding or overriding existing Operator Links (#6302)
  • [AIRFLOW-4965] Handle quote exceptions in GCP AI operators (v1.10) (#6304)
  • [AIRFLOW-3783] Speed up Redshift to S3 UNload with HEADERs (#6309)
  • [AIRFLOW-3388] Add support to Array Jobs for AWS Batch Operator (#6153)
  • [AIRFLOW-4574] add option to provide private_key in SSHHook (#6104) (#6163)
  • [AIRFLOW-5530] Fix typo in AWS SQS sensors (#6012)
  • [AIRFLOW-5445] Reduce the required resources for the Kubernetes's sidecar (#6062)
  • [AIRFLOW-5443] Use alpine image in Kubernetes's sidecar (#6059)
  • [AIRFLOW-5344] Add --proxy-user parameter to SparkSubmitOperator (#5948)
  • [AIRFLOW-3888] HA for Hive metastore connection (#4708)
  • [AIRFLOW-5269] Reuse session in Scheduler Job from health endpoint (#5873)
  • [AIRFLOW-5153] Option to force delete non-empty BQ datasets (#5768)
  • [AIRFLOW-4443] Document LatestOnly behavior for external trigger (#5214)
  • [AIRFLOW-2891] Make DockerOperator container_name be templateable (#5696)
  • [AIRFLOW-2891] allow configurable docker_operator container name (#5689)
  • [AIRFLOW-4285] Update task dependency context definition and usage (#5079)
  • [AIRFLOW-5142] Fixed flaky Cassandra test (#5758)
  • [AIRFLOW-5218] Less polling of AWS Batch job status (#5825)
  • [AIRFLOW-4956] Fix LocalTaskJob heartbeat log spamming (#5589)
  • [AIRFLOW-3160] Load latest_dagruns asynchronously on home page (#5339)
  • [AIRFLOW-5560] Allow no confirmation on reset dags in airflow backfill command (#6195)
  • [AIRFLOW-5280] conn: Remove aws_default's default region name (#5879)
  • [AIRFLOW-5528] end_of_log_mark should not be a log record (#6159)
  • [AIRFLOW-5526] Update docs configuration due to migration of GCP docs (#6154)
  • [AIRFLOW-4835] Refactor operator render_template (#5461)
... (truncated)
Commits
  • 73bf718 [AIRFLOW-XXX] Update date in changelog
  • 143b431 [AIRFLOW-5750] Licence check is done also for non-executable .sh (#6425)
  • 544f2b3 [AIRFLOW-5754] Improved RAT checking (#6429)
  • 7904669 [AIRFLOW-5755] Fixed most problems with py27
  • d601752 [AIRFLOW-5748] Remove python auto-detection (#6423)
  • 71e2041 [AIRFLOW-5746] Fix problems with static checks (#6420)
  • 7a6adad [AIRFLOW-5746] move FakeDateTime into the only place it is used (#6416)
  • e30fb85 [AIRFLOW-5745] Breeze complete has now licence (#6415)
  • 9497151 [AIRFLOW-XXX] Update version to 1.10.6
  • 61e9180 [AIRFLOW-XXX] Changelog for 1.10.6 (rc1) (#6356)
  • 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.10.4 to 1.10.6.
- [Release notes](https://github.com/apache/airflow/releases)
- [Changelog](https://github.com/apache/airflow/blob/1.10.6/CHANGELOG.txt)
- [Commits](apache/airflow@1.10.4...1.10.6)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 22, 2019
@panovvv panovvv merged commit 4b64747 into master Nov 22, 2019
@dependabot dependabot bot deleted the dependabot/pip/apache-airflow-1.10.6 branch November 22, 2019 14:15
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.

None yet

1 participant