dependabot[bot] opened a new pull request, #103: URL: https://github.com/apache/incubator-liminal/pull/103
Bumps [apache-airflow-providers-amazon](https://github.com/apache/airflow) from 1.4.0 to 7.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/airflow/releases">apache-airflow-providers-amazon's releases</a>.</em></p> <blockquote> <h2>Apache Airflow 2.5.1</h2> <h2>Bug Fixes</h2> <ul> <li>Fix masking of non-sensitive environment variables (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28802">#28802</a>)</li> <li>Remove swagger-ui extra from connexion and install <code>swagger-ui-dist</code> via npm package (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28788">#28788</a>)</li> <li>Fix <code>UIAlert</code> should_show when <code>AUTH_ROLE_PUBLIC</code> set (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28781">#28781</a>)</li> <li>Only patch single label when adopting pod (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28776">#28776</a>)</li> <li>Update CSRF token to expire with session (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28730">#28730</a>)</li> <li>Fix "airflow tasks render" cli command for mapped task instances (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28698">#28698</a>)</li> <li>Allow XComArgs for <code>external_task_ids</code> of ExternalTaskSensor (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28692">#28692</a>)</li> <li>Row-lock TIs to be removed during mapped task expansion (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28689">#28689</a>)</li> <li>Handle ConnectionReset exception in Executor cleanup (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28685">#28685</a>)</li> <li>Fix description of output redirection for access_log for gunicorn (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28672">#28672</a>)</li> <li>Add back join to zombie query that was dropped in <a href="https://github-redirect.dependabot.com/apache/airflow/issues/28198">#28198</a> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28544">#28544</a>)</li> <li>Fix calendar view for CronTriggerTimeTable dags (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28411">#28411</a>)</li> <li>After running the DAG the employees table is empty. (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28353">#28353</a>)</li> <li>Fix <code>DetachedInstanceError</code> when finding zombies in Dag Parsing process (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28198">#28198</a>)</li> <li>Nest header blocks in <code>divs</code> to fix <code>dagid</code> copy nit on dag.html (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28643">#28643</a>)</li> <li>Fix UI caret direction (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28624">#28624</a>)</li> <li>Guard not-yet-expanded ti in trigger rule dep (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28592">#28592</a>)</li> <li>Move TI <code>setNote</code> endpoints under TaskInstance in OpenAPI (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28566">#28566</a>)</li> <li>Consider previous run in <code>CronTriggerTimetable</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28532">#28532</a>)</li> <li>Ensure correct log dir in file task handler (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28477">#28477</a>)</li> <li>Fix bad pods pickled in executor_config (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28454">#28454</a>)</li> <li>Add <code>ensure_ascii=False</code> in trigger dag run API (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28451">#28451</a>)</li> <li>Add setters to MappedOperator on_*_callbacks (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28313">#28313</a>)</li> <li>Fix <code>ti._try_number</code> for deferred and up_for_reschedule tasks (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/26993">#26993</a>)</li> <li>separate <code>callModal</code> from dag.js (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28410">#28410</a>)</li> <li>A manual run can't look like a scheduled one (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28397">#28397</a>)</li> <li>Dont show task/run durations when there is no start_date (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28395">#28395</a>)</li> <li>Maintain manual scroll position in task logs (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28386">#28386</a>)</li> <li>Correctly select a mapped task's "previous" task (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28379">#28379</a>)</li> <li>Trigger gevent <code>monkeypatching</code> via environment variable (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28283">#28283</a>)</li> <li>Fix db clean warnings (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28243">#28243</a>)</li> <li>Make arguments 'offset' and 'length' not required (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28234">#28234</a>)</li> <li>Make live logs reading work for "other" k8s executors (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28213">#28213</a>)</li> <li>Add custom pickling hooks to <code>LazyXComAccess</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28191">#28191</a>)</li> <li>fix next run datasets error (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28165">#28165</a>)</li> <li>Ensure that warnings from <code>@dag</code> decorator are reported in dag file (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28153">#28153</a>)</li> <li>Do not warn when airflow dags tests command is used (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28138">#28138</a>)</li> <li>Ensure the <code>dagbag_size</code> metric decreases when files are deleted (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28135">#28135</a>)</li> <li>Improve run/task grid view actions (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28130">#28130</a>)</li> <li>Make BaseJob.most_recent_job favor "running" jobs (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28119">#28119</a>)</li> <li>Don't emit FutureWarning when code not calling old key (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28109">#28109</a>)</li> <li>Add <code>airflow.api.auth.backend.session</code> to backend sessions in compose (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28094">#28094</a>)</li> <li>Resolve false warning about calling conf.get on moved item (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28075">#28075</a>)</li> <li>Return list of tasks that will be changed (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28066">#28066</a>)</li> <li>Handle bad zip files nicely when parsing DAGs. (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28011">#28011</a>)</li> <li>Prevent double loading of providers from local paths (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27988">#27988</a>)</li> <li>Fix deadlock when chaining multiple empty mapped tasks (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27964">#27964</a>)</li> <li>fix: current_state method on TaskInstance doesn't filter by map_index (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/27898">#27898</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/airflow/blob/main/RELEASE_NOTES.rst">apache-airflow-providers-amazon's changelog</a>.</em></p> <blockquote> <p>.. Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at</p> <p>.. <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a></p> <p>.. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.</p> <p>.. contents:: Apache Airflow Releases :local: :depth: 1</p> <p>.. towncrier release notes start</p> <h2>Airflow 2.5.1 (2023-01-20)</h2> <p>Significant Changes ^^^^^^^^^^^^^^^^^^^</p> <p>Trigger gevent <code>monkeypatching</code> via environment variable (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28283">#28283</a>) """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""</p> <p>If you are using gevent for your webserver deployment and used local settings to <code>monkeypatch</code> gevent, you might want to replace local settings patching with an <code>_AIRFLOW_PATCH_GEVENT</code> environment variable set to 1 in your webserver. This ensures gevent patching is done as early as possible. (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/8212">#8212</a>)</p> <p>Bug Fixes ^^^^^^^^^</p> <ul> <li>Fix masking of non-sensitive environment variables (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28802">#28802</a>)</li> <li>Remove swagger-ui extra from connexion and install <code>swagger-ui-dist</code> via npm package (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28788">#28788</a>)</li> <li>Fix <code>UIAlert</code> should_show when <code>AUTH_ROLE_PUBLIC</code> set (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28781">#28781</a>)</li> <li>Only patch single label when adopting pod (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28776">#28776</a>)</li> <li>Update CSRF token to expire with session (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28730">#28730</a>)</li> <li>Fix "airflow tasks render" cli command for mapped task instances (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28698">#28698</a>)</li> <li>Allow XComArgs for <code>external_task_ids</code> of ExternalTaskSensor (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28692">#28692</a>)</li> <li>Row-lock TIs to be removed during mapped task expansion (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28689">#28689</a>)</li> <li>Handle ConnectionReset exception in Executor cleanup (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28685">#28685</a>)</li> <li>Fix description of output redirection for access_log for gunicorn (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28672">#28672</a>)</li> <li>Add back join to zombie query that was dropped in <a href="https://github-redirect.dependabot.com/apache/airflow/issues/28198">#28198</a> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28544">#28544</a>)</li> <li>Fix calendar view for CronTriggerTimeTable dags (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28411">#28411</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/airflow/commit/470fdaea275660970777c0f72b8867b382eabc14"><code>470fdae</code></a> Prepare docs for 02 2023 midmonth wave of Providers (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/29589">#29589</a>)</li> <li><a href="https://github.com/apache/airflow/commit/f37772adfdfdee8763147e0563897e4d5d5657c8"><code>f37772a</code></a> <code>GoogleDriveHook</code>: Add folder_id param to upload_file (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/29477">#29477</a>)</li> <li><a href="https://github.com/apache/airflow/commit/0222f7d91cee80cc1a464f277f99e69e845c52db"><code>0222f7d</code></a> Add Microsoft managed Airflow as deployment to issue template (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/29603">#29603</a>)</li> <li><a href="https://github.com/apache/airflow/commit/4b05468129361946688909943fe332f383302069"><code>4b05468</code></a> Edgemodifier refactoring w/ labels in TaskGroup edge case (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/29410">#29410</a>)</li> <li><a href="https://github.com/apache/airflow/commit/d0657f5539722257657f84837936c51ac1185fab"><code>d0657f5</code></a> Make providing a reproducible case required in bug templates (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/29525">#29525</a>)</li> <li><a href="https://github.com/apache/airflow/commit/9a5c3e0ac0b682d7f2c51727a56e06d68bc9f6be"><code>9a5c3e0</code></a> Fix <a href="https://github.com/task"><code>@task</code></a>.kubernetes to receive input and send output (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/28942">#28942</a>)</li> <li><a href="https://github.com/apache/airflow/commit/73c8e7df0be8b254e3727890b51ca0f76308e6b5"><code>73c8e7d</code></a> Migrated operators tests to <code>pytest</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/29377">#29377</a>)</li> <li><a href="https://github.com/apache/airflow/commit/7bd87e75def1855d8f5b91e9ab1ffbbf416709ec"><code>7bd87e7</code></a> fix template_fields in the decorator <code>task.docker</code> (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/29586">#29586</a>)</li> <li><a href="https://github.com/apache/airflow/commit/792416d4ad495f1e5562e6170f73f4d8f1fa2eff"><code>792416d</code></a> Bump undici from 5.9.1 to 5.19.1 (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/29583">#29583</a>)</li> <li><a href="https://github.com/apache/airflow/commit/5627522c6a11c7e9f3c1f7f2ddc721fd84cae198"><code>5627522</code></a> Add "all-testable" integration alias (<a href="https://github-redirect.dependabot.com/apache/airflow/issues/29520">#29520</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/airflow/compare/1.4.0...providers-amazon/7.2.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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/apache/incubator-liminal/network/alerts). </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
