You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@liminal.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/03/16 14:55:18 UTC

[GitHub] [incubator-liminal] dependabot[bot] opened a new pull request, #104: Bump apache-airflow from 2.1.2 to 2.5.2

dependabot[bot] opened a new pull request, #104:
URL: https://github.com/apache/incubator-liminal/pull/104

   Bumps [apache-airflow](https://github.com/apache/airflow) from 2.1.2 to 2.5.2.
   <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>Apache Airflow 2.5.2</h2>
   <h2>Significant Changes</h2>
   <h3>The date-time fields passed as API parameters or Params should be RFC3339-compliant (<a href="https://redirect.github.com/apache/airflow/issues/29395">#29395</a>)</h3>
   <p>In case of API calls, it was possible that &quot;+&quot; passed as part of the date-time fields were not URL-encoded, and
   such date-time fields could pass validation. Such date-time parameters should now be URL-encoded (as <code>%2B</code>).</p>
   <p>In case of parameters, we still allow IS8601-compliant date-time (so for example it is possible that
   ' ' was used instead of <code>T</code> separating date from time and no timezone was specified) but we raise
   deprecation warning.</p>
   <h3>Default for <code>[webserver] expose_hostname</code> changed to <code>False</code> (<a href="https://redirect.github.com/apache/airflow/issues/29547">#29547</a>)</h3>
   <p>The default for <code>[webserver] expose_hostname</code> has been set to <code>False</code>, instead of <code>True</code>. This means administrators must opt-in to expose webserver hostnames to end users.</p>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Fix validation of date-time field in API and Parameter schemas (<a href="https://redirect.github.com/apache/airflow/issues/29395">#29395</a>)</li>
   <li>Fix grid logs for large logs (<a href="https://redirect.github.com/apache/airflow/issues/29390">#29390</a>)</li>
   <li>Fix on_failure_callback when task receives a SIGTERM (<a href="https://redirect.github.com/apache/airflow/issues/29743">#29743</a>)</li>
   <li>Update min version of python-daemon to fix containerd file limits (<a href="https://redirect.github.com/apache/airflow/issues/29916">#29916</a>)</li>
   <li>POST <code>/dagRuns</code> API should 404 if dag not active (<a href="https://redirect.github.com/apache/airflow/issues/29860">#29860</a>)</li>
   <li>DAG list sorting lost when switching page (<a href="https://redirect.github.com/apache/airflow/issues/29756">#29756</a>)</li>
   <li>Fix Scheduler crash when clear a previous run of a normal task that is now a mapped task (<a href="https://redirect.github.com/apache/airflow/issues/29645">#29645</a>)</li>
   <li>Convert moment with timezone to UTC instead of raising an exception (<a href="https://redirect.github.com/apache/airflow/issues/29606">#29606</a>)</li>
   <li>Fix clear dag run <code>openapi</code> spec responses by adding additional return type (<a href="https://redirect.github.com/apache/airflow/issues/29600">#29600</a>)</li>
   <li>Don't display empty rendered attrs in Task Instance Details page (<a href="https://redirect.github.com/apache/airflow/issues/29545">#29545</a>)</li>
   <li>Remove section check from get-value command (<a href="https://redirect.github.com/apache/airflow/issues/29541">#29541</a>)</li>
   <li>Do not show version/node in UI traceback for unauthenticated user (<a href="https://redirect.github.com/apache/airflow/issues/29501">#29501</a>)</li>
   <li>Make <code>prev_logical_date</code> variable offset-aware (<a href="https://redirect.github.com/apache/airflow/issues/29454">#29454</a>)</li>
   <li>Fix nested fields rendering in mapped operators (<a href="https://redirect.github.com/apache/airflow/issues/29451">#29451</a>)</li>
   <li>Datasets, next_run_datasets, remove unnecessary timestamp filter (<a href="https://redirect.github.com/apache/airflow/issues/29441">#29441</a>)</li>
   <li><code>Edgemodifier</code> refactoring w/ labels in TaskGroup edge case (<a href="https://redirect.github.com/apache/airflow/issues/29410">#29410</a>)</li>
   <li>Fix Rest API update user output (<a href="https://redirect.github.com/apache/airflow/issues/29409">#29409</a>)</li>
   <li>Ensure Serialized DAG is deleted (<a href="https://redirect.github.com/apache/airflow/issues/29407">#29407</a>)</li>
   <li>Persist DAG and task doc values in TaskFlow API if explicitly set (<a href="https://redirect.github.com/apache/airflow/issues/29399">#29399</a>)</li>
   <li>Redirect to the origin page with all the params (<a href="https://redirect.github.com/apache/airflow/issues/29212">#29212</a>)</li>
   <li>Fixing Task Duration view in case of manual DAG runs only (<a href="https://redirect.github.com/apache/airflow/issues/22015">#22015</a>) (<a href="https://redirect.github.com/apache/airflow/issues/29195">#29195</a>)</li>
   <li>Remove poke method to fall back to parent implementation (<a href="https://redirect.github.com/apache/airflow/issues/29146">#29146</a>)</li>
   <li>PR: Introduced fix to run tasks on Windows systems (<a href="https://redirect.github.com/apache/airflow/issues/29107">#29107</a>)</li>
   <li>Fix warning in migrations about old config. (<a href="https://redirect.github.com/apache/airflow/issues/29092">#29092</a>)</li>
   <li>Emit dagrun failed duration when timeout (<a href="https://redirect.github.com/apache/airflow/issues/29076">#29076</a>)</li>
   <li>Handling error on cluster policy itself (<a href="https://redirect.github.com/apache/airflow/issues/29056">#29056</a>)</li>
   <li>Fix kerberos authentication for the REST API. (<a href="https://redirect.github.com/apache/airflow/issues/29054">#29054</a>)</li>
   <li>Fix leak sensitive field via V1EnvVar on exception (<a href="https://redirect.github.com/apache/airflow/issues/29016">#29016</a>)</li>
   <li>Sanitize url_for arguments before they are passed (<a href="https://redirect.github.com/apache/airflow/issues/29039">#29039</a>)</li>
   <li>Fix dag run trigger with a note. (<a href="https://redirect.github.com/apache/airflow/issues/29228">#29228</a>)</li>
   <li>Write action log to DB when DAG run is triggered via API (<a href="https://redirect.github.com/apache/airflow/issues/28998">#28998</a>)</li>
   <li>Resolve all variables in pickled XCom iterator (<a href="https://redirect.github.com/apache/airflow/issues/28982">#28982</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's changelog</a>.</em></p>
   <blockquote>
   <h2>Airflow 2.5.2 (2023-03-15)</h2>
   <p>Significant Changes
   ^^^^^^^^^^^^^^^^^^^</p>
   <p>The date-time fields passed as API parameters or Params should be RFC3339-compliant (<a href="https://redirect.github.com/apache/airflow/issues/29395">#29395</a>)
   &quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;</p>
   <p>In case of API calls, it was possible that &quot;+&quot; passed as part of the date-time fields were not URL-encoded, and
   such date-time fields could pass validation. Such date-time parameters should now be URL-encoded (as <code>%2B</code>).</p>
   <p>In case of parameters, we still allow IS8601-compliant date-time (so for example it is possible that
   ' ' was used instead of <code>T</code> separating date from time and no timezone was specified) but we raise
   deprecation warning.</p>
   <p>Default for <code>[webserver] expose_hostname</code> changed to <code>False</code> (<a href="https://redirect.github.com/apache/airflow/issues/29547">#29547</a>)
   &quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;</p>
   <p>The default for <code>[webserver] expose_hostname</code> has been set to <code>False</code>, instead of <code>True</code>. This means administrators must opt-in to expose webserver hostnames to end users.</p>
   <p>Bug Fixes
   ^^^^^^^^^</p>
   <ul>
   <li>Fix validation of date-time field in API and Parameter schemas (<a href="https://redirect.github.com/apache/airflow/issues/29395">#29395</a>)</li>
   <li>Fix grid logs for large logs (<a href="https://redirect.github.com/apache/airflow/issues/29390">#29390</a>)</li>
   <li>Fix on_failure_callback when task receives a SIGTERM (<a href="https://redirect.github.com/apache/airflow/issues/29743">#29743</a>)</li>
   <li>Update min version of python-daemon to fix containerd file limits (<a href="https://redirect.github.com/apache/airflow/issues/29916">#29916</a>)</li>
   <li>POST <code>/dagRuns</code> API should 404 if dag not active (<a href="https://redirect.github.com/apache/airflow/issues/29860">#29860</a>)</li>
   <li>DAG list sorting lost when switching page (<a href="https://redirect.github.com/apache/airflow/issues/29756">#29756</a>)</li>
   <li>Fix Scheduler crash when clear a previous run of a normal task that is now a mapped task (<a href="https://redirect.github.com/apache/airflow/issues/29645">#29645</a>)</li>
   <li>Convert moment with timezone to UTC instead of raising an exception (<a href="https://redirect.github.com/apache/airflow/issues/29606">#29606</a>)</li>
   <li>Fix clear dag run <code>openapi</code> spec responses by adding additional return type (<a href="https://redirect.github.com/apache/airflow/issues/29600">#29600</a>)</li>
   <li>Don't display empty rendered attrs in Task Instance Details page (<a href="https://redirect.github.com/apache/airflow/issues/29545">#29545</a>)</li>
   <li>Remove section check from get-value command (<a href="https://redirect.github.com/apache/airflow/issues/29541">#29541</a>)</li>
   <li>Do not show version/node in UI traceback for unauthenticated user (<a href="https://redirect.github.com/apache/airflow/issues/29501">#29501</a>)</li>
   <li>Make <code>prev_logical_date</code> variable offset-aware (<a href="https://redirect.github.com/apache/airflow/issues/29454">#29454</a>)</li>
   <li>Fix nested fields rendering in mapped operators (<a href="https://redirect.github.com/apache/airflow/issues/29451">#29451</a>)</li>
   <li>Datasets, next_run_datasets, remove unnecessary timestamp filter (<a href="https://redirect.github.com/apache/airflow/issues/29441">#29441</a>)</li>
   <li><code>Edgemodifier</code> refactoring w/ labels in TaskGroup edge case (<a href="https://redirect.github.com/apache/airflow/issues/29410">#29410</a>)</li>
   <li>Fix Rest API update user output (<a href="https://redirect.github.com/apache/airflow/issues/29409">#29409</a>)</li>
   <li>Ensure Serialized DAG is deleted (<a href="https://redirect.github.com/apache/airflow/issues/29407">#29407</a>)</li>
   <li>Persist DAG and task doc values in TaskFlow API if explicitly set (<a href="https://redirect.github.com/apache/airflow/issues/29399">#29399</a>)</li>
   <li>Redirect to the origin page with all the params (<a href="https://redirect.github.com/apache/airflow/issues/29212">#29212</a>)</li>
   <li>Fixing Task Duration view in case of manual DAG runs only (<a href="https://redirect.github.com/apache/airflow/issues/22015">#22015</a>) (<a href="https://redirect.github.com/apache/airflow/issues/29195">#29195</a>)</li>
   <li>Remove poke method to fall back to parent implementation (<a href="https://redirect.github.com/apache/airflow/issues/29146">#29146</a>)</li>
   <li>PR: Introduced fix to run tasks on Windows systems (<a href="https://redirect.github.com/apache/airflow/issues/29107">#29107</a>)</li>
   <li>Fix warning in migrations about old config. (<a href="https://redirect.github.com/apache/airflow/issues/29092">#29092</a>)</li>
   <li>Emit dagrun failed duration when timeout (<a href="https://redirect.github.com/apache/airflow/issues/29076">#29076</a>)</li>
   <li>Handling error on cluster policy itself (<a href="https://redirect.github.com/apache/airflow/issues/29056">#29056</a>)</li>
   <li>Fix kerberos authentication for the REST API. (<a href="https://redirect.github.com/apache/airflow/issues/29054">#29054</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/a89335fca13c360d4b01e5e8aaaf1609123d8d35"><code>a89335f</code></a> fixup! Add Changelog for 2.5.2</li>
   <li><a href="https://github.com/apache/airflow/commit/2c09bc86b6f5d0cac5882855fe79883731781435"><code>2c09bc8</code></a> Also limit importlib on Python 3.9 (<a href="https://redirect.github.com/apache/airflow/issues/30069">#30069</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/6fede984d00aa23d8815d3b79ac002d4c144714e"><code>6fede98</code></a> Installing non-editable airflow for constraint generation (<a href="https://redirect.github.com/apache/airflow/issues/30050">#30050</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/321d602d359762b20b2995ce204213541d18b468"><code>321d602</code></a> Fix CI</li>
   <li><a href="https://github.com/apache/airflow/commit/89b3f2404c68023a20504cde0e4f22ec33c29b09"><code>89b3f24</code></a> Fix bugs introduced when moving the code of issue generation to breeze (<a href="https://redirect.github.com/apache/airflow/issues/28683">#28683</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/e3bfd4414df059d71b18278af8fd6a3b544eb8e9"><code>e3bfd44</code></a> Make options output of breeze command consistent and complete (<a href="https://redirect.github.com/apache/airflow/issues/29097">#29097</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/0915a108c6cc04ff34ecbef5d0bcefe8d89cc9cf"><code>0915a10</code></a> Add release flag to Breeze generate-issue-content (<a href="https://redirect.github.com/apache/airflow/issues/28952">#28952</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/620e6e74249ad63f5081e4b4ab71f42ec301f1bb"><code>620e6e7</code></a> Return error when group is not defined in breeze configuration (<a href="https://redirect.github.com/apache/airflow/issues/29997">#29997</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/8d6efad05e6143e3724ce0e012b36399bce4e1d5"><code>8d6efad</code></a> Add release commands to release management command config (<a href="https://redirect.github.com/apache/airflow/issues/29995">#29995</a>)</li>
   <li><a href="https://github.com/apache/airflow/commit/f0fd4b71cb21b0dca10e3cf5c0c92c0121014235"><code>f0fd4b7</code></a> Add Changelog for 2.5.2</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/airflow/compare/2.1.2...2.5.2">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=2.1.2&new-version=2.5.2)](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: dev-unsubscribe@liminal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-liminal] dependabot[bot] commented on pull request #104: Bump apache-airflow from 2.1.2 to 2.5.2

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #104:
URL: https://github.com/apache/incubator-liminal/pull/104#issuecomment-1539008064

   Superseded by #106.


-- 
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: dev-unsubscribe@liminal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-liminal] dependabot[bot] closed pull request #104: Bump apache-airflow from 2.1.2 to 2.5.2

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #104: Bump apache-airflow from 2.1.2 to 2.5.2
URL: https://github.com/apache/incubator-liminal/pull/104


-- 
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: dev-unsubscribe@liminal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org