10sr / junks

Junks and Test Programs
https://10sr.github.io/junks/index.html
0 stars 0 forks source link

Bump apache-airflow from 1.10.10 to 1.10.12 in /airflow #17

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps apache-airflow from 1.10.10 to 1.10.12.

Release notes

Sourced from apache-airflow's releases.

Airflow 1.10.12, 2020-08-25

New Features

  • Add DateTimeSensor (#9697)
  • Add ClusterPolicyViolation support to airflow local settings (#10282)
  • Get Airflow configs with sensitive data from Secret Backends (#9645)
  • [AIRFLOW-4734] Upsert functionality for PostgresHook.insert_rows() (#8625)
  • Allow defining custom XCom class (#8560)

Bug Fixes

  • Add pre 1.10.11 Kubernetes Paths back with Deprecation Warning (#10067)
  • Fixes PodMutationHook for backwards compatibility (#9903)
  • Fix bug in executor_config when defining resources (#9935)
  • Respect DAG Serialization setting when running sync_perm (#10321)
  • Show correct duration on graph view for running task (#8311) (#8675)
  • Fix regression in SQLThresholdCheckOperator (#9312)
  • [AIRFLOW-6931] Fixed migrations to find all dependencies for MSSQL (#9891)
  • Avoid sharing session with RenderedTaskInstanceFields write and delete (#9993)
  • Fix clear future recursive when ExternalTaskMarker is used (#9515)
  • Handle IntegrityError while creating TIs (#10136)
  • Fix airflow-webserver startup errors when using Kerberos Auth (#10047)
  • Fixes treatment of open slots in scheduler (#9316) (#9505)
  • Fix KubernetesPodOperator reattachment (#10230)
  • Fix more PodMutationHook issues for backwards compatibility (#10084)
  • [AIRFLOW-5391] Do not re-run skipped tasks when they are cleared (#7276)
  • Fix task_instance_mutation_hook (#9910)
  • Fixes failing formatting of DAG file containing {} in docstring (#9779)
  • Fix is_terminal_support_colors function (#9734)
  • Fix PythonVirtualenvOperator when using provide_context=True (#8256)
  • Fix issue with mounting volumes from secrets (#10366)
  • BugFix: K8s Executor Multinamespace mode is evaluated to true by default (#10410)
  • Make KubernetesExecutor recognize kubernetes_labels (#10412)
  • Fix broken Kubernetes PodRuntimeInfoEnv (#10478)

Improvements

  • Use Hash of Serialized DAG to determine DAG is changed or not (#10227)
  • Update Serialized DAGs in Webserver when DAGs are Updated (#9851)
  • Do not Update Serialized DAGs in DB if DAG did not change (#9850)
  • Add repr to SerializedDagModel (#9862)
  • Update JS packages to latest versions (#9811) (#9921)
  • UI Graph View: Focus upstream / downstream task dependencies on mouseover (#9303)
  • Allow image in KubernetesPodOperator to be templated (#10068)
  • [AIRFLOW-6843] Add delete_option_kwargs to delete_namespaced_pod (#7523)
  • Improve process terminating in scheduler_job (#8064)
  • Replace deprecated base classes used in bigquery_check_operator (#10272)
  • [AIRFLOW-5897] Allow setting -1 as pool slots value in webserver (#6550)
  • Limit all google-cloud api to <2.0.0 (#10317)
  • [AIRFLOW-6706] Lazy load operator extra links (#7327) (#10318)

... (truncated)

Changelog

Sourced from apache-airflow's changelog.

Airflow 1.10.12, 2020-08-25

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

  • Add DateTimeSensor (#9697)
  • Add AirflowClusterPolicyViolation support to airflow local settings (#10282)
  • Get Airflow configs with sensitive data from Secret Backends (#9645)
  • [AIRFLOW-4734] Upsert functionality for PostgresHook.insert_rows() (#8625)
  • Allow defining custom XCom class (#8560)

Bug Fixes """""""""

  • Add pre 1.10.11 Kubernetes Paths back with Deprecation Warning (#10067)
  • Fixes PodMutationHook for backwards compatibility (#9903)
  • Fix bug in executor_config when defining resources (#9935)
  • Respect DAG Serialization setting when running sync_perm (#10321)
  • Show correct duration on graph view for running task (#8311) (#8675)
  • Fix regression in SQLThresholdCheckOperator (#9312)
  • [AIRFLOW-6931] Fixed migrations to find all dependencies for MSSQL (#9891)
  • Avoid sharing session with RenderedTaskInstanceFields write and delete (#9993)
  • Fix clear future recursive when ExternalTaskMarker is used (#9515)
  • Handle IntegrityError while creating TIs (#10136)
  • Fix airflow-webserver startup errors when using Kerberos Auth (#10047)
  • Fixes treatment of open slots in scheduler (#9316) (#9505)
  • Fix KubernetesPodOperator reattachment (#10230)
  • Fix more PodMutationHook issues for backwards compatibility (#10084)
  • [AIRFLOW-5391] Do not re-run skipped tasks when they are cleared (#7276)
  • Fix task_instance_mutation_hook (#9910)
  • Fixes failing formatting of DAG file containing {} in docstring (#9779)
  • Fix is_terminal_support_colors function (#9734)
  • Fix PythonVirtualenvOperator when using provide_context=True (#8256)
  • Fix issue with mounting volumes from secrets (#10366)
  • BugFix: K8s Executor Multinamespace mode is evaluated to true by default (#10410)
  • Make KubernetesExecutor recognize kubernetes_labels (#10412)
  • Fix broken Kubernetes PodRuntimeInfoEnv (#10478)

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

  • Use Hash of Serialized DAG to determine DAG is changed or not (#10227)
  • Update Serialized DAGs in Webserver when DAGs are Updated (#9851)
  • Do not Update Serialized DAGs in DB if DAG did not change (#9850)
  • Add repr to SerializedDagModel (#9862)
  • Update JS packages to latest versions (#9811) (#9921)
  • UI Graph View: Focus upstream / downstream task dependencies on mouseover (#9303)
  • Allow image in KubernetesPodOperator to be templated (#10068)
  • [AIRFLOW-6843] Add delete_option_kwargs to delete_namespaced_pod (#7523)

... (truncated)

Commits
  • 6416d89 Update Changelog for 1.10.12rc4
  • d2f55a4 Fix broken Kubernetes PodRuntimeInfoEnv (#10478)
  • b12333d Update Changelog for 1.10.12rc3
  • db72074 Make KubernetesExecutor recognize kubernetes_labels (#10412)
  • 374ae30 Fix failing insert-license pre-commit check
  • ec32e0a BugFix: K8s Executor Multinamespace mode is evaluated to true by default (#10...
  • 779fbe0 Update Changelog for 1.10.12rc2
  • c44fddf Fix issue with mounting volumes from secrets (#10366)
  • 8746f52 Sort connection type list in add/edit page alphabetically (#8692)
  • 760bcb8 Fix PythonVirtualenvOperator when using provide_context=True (#8256)
  • 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/10sr/junks/network/alerts).
dependabot[bot] commented 3 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.