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

Runtime 5.0.11 release notes #1424

Merged
merged 7 commits into from Nov 4, 2022
Merged

Runtime 5.0.11 release notes #1424

merged 7 commits into from Nov 4, 2022

Conversation

jwitz
Copy link
Contributor

@jwitz jwitz commented Nov 3, 2022

No description provided.

@netlify
Copy link

netlify bot commented Nov 3, 2022

Deploy Preview for gallant-neumann-56599d ready!

Name Link
🔨 Latest commit 219e33e
🔍 Latest deploy log https://app.netlify.com/sites/gallant-neumann-56599d/deploys/6364d974392c9c0008574060
😎 Deploy Preview https://deploy-preview-1424--gallant-neumann-56599d.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

astro/runtime-release-notes.md Outdated Show resolved Hide resolved
astro/runtime-release-notes.md Outdated Show resolved Hide resolved

Astro Runtime 5.10.11 includes the following bug fix from later Apache Airflow releases:

- Fix warning when using xcomarg dependencies ([#26801](https://github.com/apache/airflow/pull/26801))
Copy link
Contributor

@kwcanuck kwcanuck Nov 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Fix warning when using xcomarg dependencies ([#26801](https://github.com/apache/airflow/pull/26801))
- Fix warning when using XComArg dependencies [#26801](https://github.com/apache/airflow/pull/26801).

Alternate wording suggestion:

  • A warning no longer appears when using XComArg dependencies (#26801).


Astro Runtime 5.10.11 includes the following bug fix from later Apache Airflow releases:

- Fix warning when using xcomarg dependencies ([#26801](https://github.com/apache/airflow/pull/26801))
Copy link
Contributor

@kwcanuck kwcanuck Nov 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Fix warning when using xcomarg dependencies ([#26801](https://github.com/apache/airflow/pull/26801))
- Fix warning when using XComArg dependencies [#26801](https://github.com/apache/airflow/pull/26801).


### Bug fixes

- Revert “Cache the custom secrets backend so the same instance gets re-used” ([#25556](https://github.com/apache/airflow/pull/25556))
Copy link
Contributor

@kwcanuck kwcanuck Nov 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Revert “Cache the custom secrets backend so the same instance gets re-used” ([#25556](https://github.com/apache/airflow/pull/25556))
- Revert “Cache the custom secrets backend so the same instance gets reused” [#25556](https://github.com/apache/airflow/pull/25556).


Astro Runtime 6.0.3 includes same-day support for Airflow 2.4.2. Some changes in Airflow 2.4.2 include:

- Handle mapped tasks in task duration chart ([#26722](https://github.com/apache/airflow/pull/26722))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Handle mapped tasks in task duration chart ([#26722](https://github.com/apache/airflow/pull/26722))
- Handle mapped tasks in task duration chart [#26722](https://github.com/apache/airflow/pull/26722).

Astro Runtime 6.0.3 includes same-day support for Airflow 2.4.2. Some changes in Airflow 2.4.2 include:

- Handle mapped tasks in task duration chart ([#26722](https://github.com/apache/airflow/pull/26722))
- Make tracebacks opt-in ([#27059](https://github.com/apache/airflow/pull/27059)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Make tracebacks opt-in ([#27059](https://github.com/apache/airflow/pull/27059)
- Make tracebacks opt-in [#27059](https://github.com/apache/airflow/pull/27059).


Astro Runtime 6.0.2 includes the following bug fixes:

- Remove DAG parsing from StandardTaskRunner ([#26750](https://github.com/apache/airflow/pull/26750))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Remove DAG parsing from StandardTaskRunner ([#26750](https://github.com/apache/airflow/pull/26750))
- Remove DAG parsing from StandardTaskRunner [#26750](https://github.com/apache/airflow/pull/26750).

Astro Runtime 6.0.2 includes the following bug fixes:

- Remove DAG parsing from StandardTaskRunner ([#26750](https://github.com/apache/airflow/pull/26750))
- Fix airflow tasks run --local when dags_folder differs from that of processor ([#26509](https://github.com/apache/airflow/pull/26509))
Copy link
Contributor

@kwcanuck kwcanuck Nov 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Fix airflow tasks run --local when dags_folder differs from that of processor ([#26509](https://github.com/apache/airflow/pull/26509))
- Fix airflow tasks run `--local` when the dags_folder differs from the processor [#26509](https://github.com/apache/airflow/pull/26509).


- Remove DAG parsing from StandardTaskRunner ([#26750](https://github.com/apache/airflow/pull/26750))
- Fix airflow tasks run --local when dags_folder differs from that of processor ([#26509](https://github.com/apache/airflow/pull/26509))
- Add fixture for CLI tests requiring sample dags ([#26536](https://github.com/apache/airflow/pull/26536))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Add fixture for CLI tests requiring sample dags ([#26536](https://github.com/apache/airflow/pull/26536))
- Add fixture for CLI tests requiring sample DAGs [#26536](https://github.com/apache/airflow/pull/26536).


Astro Runtime 5.10.11 includes the following bug fix from later Apache Airflow releases:

- Fix warning when using xcomarg dependencies ([#26801](https://github.com/apache/airflow/pull/26801))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Fix warning when using xcomarg dependencies ([#26801](https://github.com/apache/airflow/pull/26801))
- Fix warning when using XComArg dependencies [#26801](https://github.com/apache/airflow/pull/26801).


### Bug fixes

- Revert “Cache the custom secrets backend so the same instance gets re-used” ([#25556](https://github.com/apache/airflow/pull/25556))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Revert “Cache the custom secrets backend so the same instance gets re-used” ([#25556](https://github.com/apache/airflow/pull/25556))
- Revert “Cache the custom secrets backend so the same instance gets reused” [#25556](https://github.com/apache/airflow/pull/25556).

@@ -32,12 +103,12 @@ For instructions on how to upgrade, read [Upgrade Airflow on Astronomer Software
- Fixed an issue where logs were not loading from Celery workers ([#26337](https://github.com/apache/airflow/pull/26337) and [#26493](https://github.com/apache/airflow/pull/26493))
- Fixed CVE-2022-40754 ([#26409](https://github.com/apache/airflow/pull/26409))
- Fixed the Airflow UI not auto-refreshing when scheduled tasks are running. This bug was introduced in Airflow 2.3.4 ([#25950](https://github.com/apache/airflow/pull/25950))
- Fixed an issue where the scheduler could become unresponsive when queueing dynamically mapped tasks ([#25788](https://github.com/apache/airflow/pull/25788))
- Fixed an issue where the scheduler could crash when queueing dynamically mapped tasks ([#25788](https://github.com/apache/airflow/pull/25788))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Fixed an issue where the scheduler could crash when queueing dynamically mapped tasks ([#25788](https://github.com/apache/airflow/pull/25788))
- Fixed an issue where the scheduler could crash when queueing dynamically mapped tasks [#25788](https://github.com/apache/airflow/pull/25788).

image

Co-authored-by: Rob Gray <104205257+kwcanuck@users.noreply.github.com>
@jwitz jwitz changed the title Runtime 5.10.11 release notes Runtime 5.\0.11 release notes Nov 4, 2022
@jwitz jwitz changed the title Runtime 5.\0.11 release notes Runtime 5.0.11 release notes Nov 4, 2022
jwitz and others added 2 commits November 4, 2022 03:19
Co-authored-by: Rob Gray <104205257+kwcanuck@users.noreply.github.com>
@jwitz jwitz merged commit fcd55f3 into main Nov 4, 2022
@jwitz jwitz deleted the runtime-5.10.11 branch November 4, 2022 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants