dependabot[bot] opened a new pull request, #53380:
URL: https://github.com/apache/airflow/pull/53380

   Bumps [apache-airflow](https://github.com/apache/airflow) from 3.0.2 to 
3.0.3.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/airflow/releases";>apache-airflow's 
releases</a>.</em></p>
   <blockquote>
   <h2>Airflow 3.0.3</h2>
   <h2>What's Changed</h2>
   <p>ðŸ“Ķ PyPI: <a 
href="https://pypi.org/project/apache-airflow/3.0.3/";>https://pypi.org/project/apache-airflow/3.0.3/</a>
   📚 Docs: <a 
href="https://airflow.apache.org/docs/apache-airflow/3.0.3/";>https://airflow.apache.org/docs/apache-airflow/3.0.3/</a>
   🛠ïļ Release Notes: <a 
href="https://airflow.apache.org/docs/apache-airflow/3.0.3/release_notes.html";>https://airflow.apache.org/docs/apache-airflow/3.0.3/release_notes.html</a>
   ðŸŠķ Sources: <a 
href="https://airflow.apache.org/docs/apache-airflow/3.0.3/installation/installing-from-sources.html";>https://airflow.apache.org/docs/apache-airflow/3.0.3/installation/installing-from-sources.html</a>
   ðŸģ Docker Image: &quot;docker pull apache/airflow:3.0.3&quot;
   🚏 Constraints: <a 
href="https://github.com/apache/airflow/tree/constraints-3.0.3";>https://github.com/apache/airflow/tree/constraints-3.0.3</a></p>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Fix task execution failures with large data by improving internal 
communication protocol (<a 
href="https://redirect.github.com/apache/airflow/issues/51924";>#51924</a>, <a 
href="https://redirect.github.com/apache/airflow/issues/53194";>#53194</a>)</li>
   <li>Fix reschedule sensors failing after multiple re-queue attempts over 
long periods (<a 
href="https://redirect.github.com/apache/airflow/issues/52706";>#52706</a>)</li>
   <li>Improve <code>xcom_pull</code> to cover different scenarios for mapped 
tasks (<a 
href="https://redirect.github.com/apache/airflow/issues/51568";>#51568</a>)</li>
   <li>Fix connection retrieval failures in triggerer when schema field is used 
(<a 
href="https://redirect.github.com/apache/airflow/issues/52691";>#52691</a>)</li>
   <li>Add back user impersonation (<code>run_as_user</code>) support for task 
execution (<a 
href="https://redirect.github.com/apache/airflow/issues/51780";>#51780</a>)</li>
   <li>Fix DAG version not updating when bundle name changes without DAG 
structure changes (<a 
href="https://redirect.github.com/apache/airflow/issues/51939";>#51939</a>)</li>
   <li>Add back <code>exception</code> to context for task callbacks (<a 
href="https://redirect.github.com/apache/airflow/issues/52066";>#52066</a>)</li>
   <li>Fix task log retrieval for retry attempts showing incorrect logs (<a 
href="https://redirect.github.com/apache/airflow/issues/51592";>#51592</a>)</li>
   <li>Fix data interval handling for DAGs created before AIP-39 during 
serialization (<a 
href="https://redirect.github.com/apache/airflow/issues/51913";>#51913</a>)</li>
   <li>Fix lingering task supervisors when <code>EOF</code> is missed (<a 
href="https://redirect.github.com/apache/airflow/issues/51180";>#51180</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/51970";>#51970</a>)</li>
   <li>Persist <code>EventsTimetable</code>'s description during serialization 
(<a 
href="https://redirect.github.com/apache/airflow/issues/51926";>#51926</a>)</li>
   <li>Delete import error when a dag bundle becomes inactive (<a 
href="https://redirect.github.com/apache/airflow/issues/51921";>#51921</a>)</li>
   <li>Cleanup import errors during DB migration (<a 
href="https://redirect.github.com/apache/airflow/issues/51919";>#51919</a>)</li>
   <li>Fix <code>EOF</code> detection of subprocesses in Dag Processor (<a 
href="https://redirect.github.com/apache/airflow/issues/51895";>#51895</a>)</li>
   <li>Stop streaming task logs if end of log mark is missing (<a 
href="https://redirect.github.com/apache/airflow/issues/51482";>#51482</a>)</li>
   <li>Allow more empty loops before stopping log streaming (<a 
href="https://redirect.github.com/apache/airflow/issues/52624";>#52624</a>)</li>
   <li>Fix Jinja2 Template deep copy error with <code>dag.test</code> (<a 
href="https://redirect.github.com/apache/airflow/issues/51673";>#51673</a>)</li>
   <li>Explicitly close log file descriptor in the supervise function (<a 
href="https://redirect.github.com/apache/airflow/issues/51654";>#51654</a>)</li>
   <li>Improve structured logging format and layout (<a 
href="https://redirect.github.com/apache/airflow/issues/51567";>#51567</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/51626";>#51626</a>)</li>
   <li>Use Connection Hook Names for Dropdown instead of connection IDs (<a 
href="https://redirect.github.com/apache/airflow/issues/51613";>#51613</a>)</li>
   <li>Add back config setting to control exposing stacktrace (<a 
href="https://redirect.github.com/apache/airflow/issues/51617";>#51617</a>)</li>
   <li>Fix task level alias resolution in structure endpoint (<a 
href="https://redirect.github.com/apache/airflow/issues/51579";>#51579</a>)</li>
   <li>Fix backfill creation to include DAG run configuration from form (<a 
href="https://redirect.github.com/apache/airflow/issues/51584";>#51584</a>)</li>
   <li>Fix structure edges in API responses (<a 
href="https://redirect.github.com/apache/airflow/issues/51489";>#51489</a>)</li>
   <li>Make <code>dag.test</code> consistent with <code>airflow dags 
test</code> CLI command (<a 
href="https://redirect.github.com/apache/airflow/issues/51476";>#51476</a>)</li>
   <li>Fix downstream asset attachment at task level in structure endpoint (<a 
href="https://redirect.github.com/apache/airflow/issues/51425";>#51425</a>)</li>
   <li>Fix Task Instance <code>No Status</code> Filter (<a 
href="https://redirect.github.com/apache/airflow/issues/52154";>#52154</a>)</li>
   <li>UI: Fix backfill creation to respect run backwards setting from form (<a 
href="https://redirect.github.com/apache/airflow/issues/52168";>#52168</a>)</li>
   <li>UI: Set downstream option to default on task instance clear (<a 
href="https://redirect.github.com/apache/airflow/issues/52246";>#52246</a>)</li>
   <li>UI: Enable iframe script execution (<a 
href="https://redirect.github.com/apache/airflow/issues/52568";>#52568</a>)</li>
   <li>UI: Fix DAG tags filter not showing all tags in UI when tags are greater 
than 50 (<a 
href="https://redirect.github.com/apache/airflow/issues/52714";>#52714</a>)</li>
   <li>UI: Add real-time clock updates to timezone selector (<a 
href="https://redirect.github.com/apache/airflow/issues/52414";>#52414</a>)</li>
   <li>Improve Grid view performance and responsiveness with optimized data 
loading (<a 
href="https://redirect.github.com/apache/airflow/issues/52718";>#52718</a>,<a 
href="https://redirect.github.com/apache/airflow/issues/52822";>#52822</a>,<a 
href="https://redirect.github.com/apache/airflow/issues/52919";>#52919</a>)</li>
   <li>Fix editing connection with sensitive extra field (<a 
href="https://redirect.github.com/apache/airflow/issues/52445";>#52445</a>)</li>
   <li>Fix archival for cascading deletes by archiving dependent tables first 
(<a 
href="https://redirect.github.com/apache/airflow/issues/51952";>#51952</a>)</li>
   <li>Fix whitespace handling in DAG owners parsing for multiple owners (<a 
href="https://redirect.github.com/apache/airflow/issues/52221";>#52221</a>)</li>
   <li>Fix SQLite migration from 2.7.0 to 3.0.0 (<a 
href="https://redirect.github.com/apache/airflow/issues/51431";>#51431</a>)</li>
   <li>Fix http exception when ti not found for extra links API (<a 
href="https://redirect.github.com/apache/airflow/issues/51465";>#51465</a>)</li>
   <li>Fix Starting from Trigger when using <code>MappedOperator</code> (<a 
href="https://redirect.github.com/apache/airflow/issues/52681";>#52681</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/3.0.3/docker-stack-docs/changelog.rst";>apache-airflow'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
   &quot;License&quot;); 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
   &quot;AS IS&quot; 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>
   <h1>Dockerfile Changelog</h1>
   <p>The <code>Dockerfile</code> does not strictly follow the <code>SemVer 
&lt;https://semver.org/&gt;</code>_ approach of
   Apache Airflow when it comes to features and backwards compatibility. While 
Airflow code strictly
   follows it, the <code>Dockerfile</code> is really a way to give users a 
conveniently packaged Airflow
   using standard container approach, so occasionally there are some changes in 
the building process
   or in the entrypoint of the image that require slight adaptation of how it 
is used or built.</p>
   <p>The Changelog below describes the changes introduced in each version of 
the docker images released by
   the Airflow team.</p>
   <p>:note: The Changelog below concerns only the convenience production 
images released at
   <code>Airflow DockerHub 
&lt;https://hub.docker.com/r/apache/airflow&gt;</code>_ . The images that are 
released
   there are usually built using the <code>Dockerfile</code> released together 
with Airflow. However, you are
   free to take latest released <code>Dockerfile</code> from Airflow and use it 
to build an image for
   any Airflow version from the <code>Airflow 2</code> line. There is no 
guarantee that it will work, but if it does,
   then you can use latest features from that image to build images for 
previous Airflow versions.</p>
   <p>Airflow 3.0.3</p>
   <pre><code>
     * The ``git`` binary was added to the image by default which is needed for 
the git provider to work.
   <p>Airflow 3.0.1
   </code></pre></p>
   <ul>
   <li>The <code>ARM</code> image is not experimental any more - we are running 
the ARM tests regularly in our CI. The
   <code>MySQL</code> support for <code>ARM</code> images however is still 
experimental.</li>
   </ul>
   <p>Airflow 3.0</p>
   <pre><code>
   &lt;/tr&gt;&lt;/table&gt; 
   </code></pre>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/airflow/commit/71b03470da2d104a07a68da2d496fa9ed253f335";><code>71b0347</code></a>
 Update release notes for 3.0.3rc6</li>
   <li><a 
href="https://github.com/apache/airflow/commit/d159feef80daa1c47125ff27fbc63184364e3da4";><code>d159fee</code></a>
 [v3-0-test] Fix reading huge (XCom) resposne in TaskSDK task process (<a 
href="https://redirect.github.com/apache/airflow/issues/53186";>#53186</a>)...</li>
   <li><a 
href="https://github.com/apache/airflow/commit/5b81b39b12a1e06d2840828e1ca0d337f8f8c0ba";><code>5b81b39</code></a>
 [v3-0-test] Dont use builtin len as variable (<a 
href="https://redirect.github.com/apache/airflow/issues/51992";>#51992</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/53193";>#53193</a>)</li>
   <li><a 
href="https://github.com/apache/airflow/commit/d5ab8ffd99f2e9f9ed6f3c949046b4f15aa0e8c5";><code>d5ab8ff</code></a>
 Update release notes for 3.0.3rc5</li>
   <li><a 
href="https://github.com/apache/airflow/commit/7908123d8b1c11d09fe4ea8c59f2be9da75e890e";><code>7908123</code></a>
 [v3-0-test] Deserialize response of <code>get_all</code> when we call 
<code>XCom.get_all</code> (<a 
href="https://redirect.github.com/apache/airflow/issues/5";>#5</a>...</li>
   <li><a 
href="https://github.com/apache/airflow/commit/aaeb727636d89f1590b93024b54cc4747c6d7bb2";><code>aaeb727</code></a>
 [v3-0-test] Fix log for skipped tasks follow up (<a 
href="https://redirect.github.com/apache/airflow/issues/53075";>#53075</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/53101";>#53101</a>)</li>
   <li><a 
href="https://github.com/apache/airflow/commit/4be0475ce4f05b2d1528f906b5ab59d24c844c51";><code>4be0475</code></a>
 Fixes issue RuntimeTaskInstance does not contain log_url | added during 
taskr...</li>
   <li><a 
href="https://github.com/apache/airflow/commit/97e9fc14cc8aeefc1f88b2930d75cfff4200725a";><code>97e9fc1</code></a>
 [v3-0-test] Fix no_status and duration for grid summaries <a 
href="https://redirect.github.com/apache/airflow/issues/53087";>#53087</a> (<a 
href="https://redirect.github.com/apache/airflow/issues/53092";>#53092</a>)</li>
   <li><a 
href="https://github.com/apache/airflow/commit/1fc4c781b69bab0255fb11aa430da4e8f0b1dc3c";><code>1fc4c78</code></a>
 [v3-0-test] Invalidate grid runs and summaries and TI/Runs actions (<a 
href="https://redirect.github.com/apache/airflow/issues/53081";>#53081</a>) 
(...</li>
   <li><a 
href="https://github.com/apache/airflow/commit/76e9e78dadd2f393bf32d292e434ec93f981be3d";><code>76e9e78</code></a>
 [v3-0-test] Fix log for skipped task (<a 
href="https://redirect.github.com/apache/airflow/issues/53024";>#53024</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/53028";>#53028</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/airflow/compare/3.0.2...3.0.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=apache-airflow&package-manager=pip&previous-version=3.0.2&new-version=3.0.3)](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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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)
   
   
   </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]

Reply via email to