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

Release AC 2.0.0-8, 2.0.2-4, 2.1.0-3 and 2.1.1-2 #282

Merged
merged 1 commit into from
Jul 13, 2021
Merged

Conversation

kaxil
Copy link
Contributor

@kaxil kaxil commented Jul 13, 2021

Changelog

Astronomer Certified 2.0.0-8, 2021-07-13

Bugfixes

  • Handle Istio containers with Kubernetes Executor Pod adoption (#1318) (commit)
  • Only allow webserver to request from the worker log server (#16754) (commit)
  • Avoid recursing too deep when redacting logs (#16491) (commit)
  • Switch to built-in data structures in SecretsMasker (#16424) (commit)
  • Don't fail to log if we can't redact something (#16118) (commit)
  • Don't show stale Serialized DAGs if they are deleted in DB (#16368) (commit)
  • Fix Orphaned tasks stuck in CeleryExecutor as running (#16550) (commit)
  • Redact conn secrets in webserver logs (#16579) (commit)
  • Don't crash attempting to mask secrets in dict with non-string keys (#16601) (commit)
  • Exclude yarn.lock from built Python wheel file (#16577) (commit)
  • Add passphrase and private_key to default sensitive fileld names (#16392) (commit)
  • Dockerfile: Add constraint for installed Airflow version (Add constraint for installed Airflow version #274) (commit)
  • Dockerfile: Upgrade Fab Security manager to 1.6.0 (upgrade fab sec manager to 1.6.0 #272) (commit)

Astronomer Certified 2.0.2-4, 2021-07-13

Bugfixes

  • [astro] Handle Istio containers with Kubernetes Executor Pod adoption (#1318) (commit)
  • Only allow webserver to request from the worker log server (#16754) (commit)
  • Avoid recursing too deep when redacting logs (#16491) (commit)
  • Switch to built-in data structures in SecretsMasker (#16424) (commit)
  • Don't fail to log if we can't redact something (#16118) (commit)
  • Don't show stale Serialized DAGs if they are deleted in DB (#16368) (commit)
  • Fix Orphaned tasks stuck in CeleryExecutor as running (#16550) (commit)
  • Redact conn secrets in webserver logs (#16579) (commit)
  • Don't crash attempting to mask secrets in dict with non-string keys (#16601) (commit)
  • Fix Dag Details start date bug (#16206) (commit)
  • Make task ID on legend have enough width and width of line chart to be 100%. (#15915) (commit)
  • Clean Markdown with dedent to respect indents (#16414) (commit)
  • Exclude yarn.lock from built Python wheel file (#16577) (commit)
  • Add passphrase and private_key to default sensitive fileld names (#16392) (commit)

Astronomer Certified 2.1.0-3, 2021-07-13

Bugfixes

  • [astro] Handle Istio containers with Kubernetes Executor Pod adoption (#1318) (commit)
  • Only allow webserver to request from the worker log server (#16754) (commit)
  • Avoid recursing too deep when redacting logs (#16491) (commit)
  • Switch to built-in data structures in SecretsMasker (#16424) (commit)
  • Don't fail to log if we can't redact something (#16118) (commit)
  • Don't show stale Serialized DAGs if they are deleted in DB (#16368) (commit)
  • fix: change graph focus to top of view instead of center (#16484) (commit)
  • Fix Orphaned tasks stuck in CeleryExecutor as running (#16550) (commit)
  • Redact conn secrets in webserver logs (#16579) (commit)
  • Don't crash attempting to mask secrets in dict with non-string keys (#16601) (commit)
  • Fix Dag Details start date bug (#16206) (commit)
  • Tree View UI for larger DAGs & more consistent spacing in Tree View (#16522) (commit)
  • Make task ID on legend have enough width and width of line chart to be 100%. (#15915) (commit)
  • Fix normalize-url vulnerability (#16375) (commit)
  • Clean Markdown with dedent to respect indents (#16414) (commit)
  • add num_runs query param for tree refresh (#16437) (commit)
  • set max tree width to 1200px (#16067) (commit)
  • Exclude yarn.lock from built Python wheel file (#16577) (commit)
  • Bump version to 2.1.0.dev1+astro.3 (commit)
  • Add passphrase and private_key to default sensitive fileld names (#16392) (commit)
  • Dockerfile: Add constraint for installed Airflow version (Add constraint for installed Airflow version #274) (commit)
  • Dockerfile: Upgrade Fab Security manager to 1.6.0 (upgrade fab sec manager to 1.6.0 #272) (commit)

Astronomer Certified 2.1.1-2, 2021-07-13

Bugfixes

  • Handle Istio containers with Kubernetes Executor Pod adoption (#1318) (commit)
  • Only allow webserver to request from the worker log server (#16754) (commit)
  • Set process title for serve-logs and LocalExecutor (#16644) (commit)
  • Fix: Marking Task as success/failed (commit)
  • Fix "Invalid JSON configuration, must be a dict" (#16648) (commit)

@kaxil kaxil marked this pull request as draft July 13, 2021 00:22
Copy link
Member

@jedcunningham jedcunningham left a comment

Choose a reason for hiding this comment

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

Should we also cherry pick apache/airflow#16474?

2.0.0/CHANGELOG.md Outdated Show resolved Hide resolved
2.1.1/CHANGELOG.md Outdated Show resolved Hide resolved
2.0.2/CHANGELOG.md Outdated Show resolved Hide resolved
Astronomer Certified 2.0.0-8, 2021-07-13
----------------------------------------

- Handle Istio containers with Kubernetes Executor Pod adoption (#1318) ([commit](astronomer/airflow@3f309b057))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@1b4920158))
- Avoid recursing too deep when redacting logs (#16491) ([commit](astronomer/airflow@5a7e9ee21))
- Switch to built-in data structures in SecretsMasker (#16424) ([commit](astronomer/airflow@ddcb07317))
- Don't fail to log if we can't redact something (#16118) ([commit](astronomer/airflow@41d4f9d6c))
- Don't show stale Serialized DAGs if they are deleted in DB (#16368) ([commit](astronomer/airflow@df68d5c06))
- Fix Orphaned tasks stuck in CeleryExecutor as running (#16550) ([commit](astronomer/airflow@9c76e8f6b))
- Redact conn secrets in webserver logs (#16579) ([commit](astronomer/airflow@55b836b31))
- Don't crash attempting to mask secrets in dict with non-string keys (#16601) ([commit](astronomer/airflow@bc82a2353))
- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@d3c5f8e2c))
- Add `passphrase` and `private_key` to default sensitive fileld names (#16392) ([commit](astronomer/airflow@692dc1885))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Upgrade Fab Security manager to 1.6.0 (#272) ([commit](417fd59))

Astronomer Certified 2.0.2-4, 2021-07-13
----------------------------------------

- [astro] Handle Istio containers with Kubernetes Executor Pod adoption (#1318) ([commit](astronomer/airflow@1141c186f))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@ebf2e305c))
- Avoid recursing too deep when redacting logs (#16491) ([commit](astronomer/airflow@de563e385))
- Switch to built-in data structures in SecretsMasker (#16424) ([commit](astronomer/airflow@523bba07e))
- Don't fail to log if we can't redact something (#16118) ([commit](astronomer/airflow@ae0d11995))
- Don't show stale Serialized DAGs if they are deleted in DB (#16368) ([commit](astronomer/airflow@c95f6d96f))
- Fix Orphaned tasks stuck in CeleryExecutor as running (#16550) ([commit](astronomer/airflow@d44c223c1))
- Redact conn secrets in webserver logs (#16579) ([commit](astronomer/airflow@836803b64))
- Don't crash attempting to mask secrets in dict with non-string keys (#16601) ([commit](astronomer/airflow@a1f3daf7f))
- Fix Dag Details start date bug (#16206) ([commit](astronomer/airflow@39ff9d198))
- Make task ID on legend have enough width and width of line chart to be 100%.  (#15915) ([commit](astronomer/airflow@44ddad0e6))
- Clean Markdown with dedent to respect indents (#16414) ([commit](astronomer/airflow@19b303e27))
- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@99d5ebd1f))
- Add `passphrase` and `private_key` to default sensitive fileld names (#16392) ([commit](astronomer/airflow@aba6acbda))

Astronomer Certified 2.1.0-3, 2021-07-13
----------------------------------------

- [astro] Handle Istio containers with Kubernetes Executor Pod adoption (#1318) ([commit](astronomer/airflow@58cfc68bf))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@a2b574c0c))
- Avoid recursing too deep when redacting logs (#16491) ([commit](astronomer/airflow@5398eb5ab))
- Switch to built-in data structures in SecretsMasker (#16424) ([commit](astronomer/airflow@7e5968aaa))
- Don't fail to log if we can't redact something (#16118) ([commit](astronomer/airflow@41ae7090d))
- Don't show stale Serialized DAGs if they are deleted in DB (#16368) ([commit](astronomer/airflow@9d14b1d6d))
- fix: change graph focus to top of view instead of center (#16484) ([commit](astronomer/airflow@9eca94bb6))
- Fix Orphaned tasks stuck in CeleryExecutor as running (#16550) ([commit](astronomer/airflow@83fb4bf9e))
- Redact conn secrets in webserver logs (#16579) ([commit](astronomer/airflow@9ac87a9cf))
- Don't crash attempting to mask secrets in dict with non-string keys (#16601) ([commit](astronomer/airflow@6af516b29))
- Fix Dag Details start date bug (#16206) ([commit](astronomer/airflow@8d40ce481))
- Tree View UI for larger DAGs & more consistent spacing in Tree View (#16522) ([commit](astronomer/airflow@f3fb06ce5))
- Make task ID on legend have enough width and width of line chart to be 100%.  (#15915) ([commit](astronomer/airflow@8b2a7b75c))
- Fix normalize-url vulnerability (#16375) ([commit](astronomer/airflow@58357b578))
- Clean Markdown with dedent to respect indents (#16414) ([commit](astronomer/airflow@26abb8d37))
- add num_runs query param for tree refresh (#16437) ([commit](astronomer/airflow@71feed690))
- set max tree width to 1200px (#16067) ([commit](astronomer/airflow@9bcfd97d7))
- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@8fcc68d88))
- Bump version to 2.1.0.dev1+astro.3 ([commit](astronomer/airflow@2700c8cf3))
- Add `passphrase` and `private_key` to default sensitive fileld names (#16392) ([commit](astronomer/airflow@5917abf11))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Upgrade Fab Security manager to 1.6.0 (#272) ([commit](417fd59))

Astronomer Certified 2.1.1-2, 2021-07-13
----------------------------------------

- Handle Istio containers with Kubernetes Executor Pod adoption (#1318) ([commit](astronomer/airflow@98abd2fb7))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@74fa1325c))
- Set process title for ``serve-logs`` and ``LocalExecutor`` (#16644) ([commit](astronomer/airflow@d8d851d70))
- Fix: Marking Task as success/failed ([commit](astronomer/airflow@df1ff499c))
- Fix "Invalid JSON configuration, must be a dict" (#16648) ([commit](astronomer/airflow@2637d9a15))
@kaxil kaxil marked this pull request as ready for review July 13, 2021 11:56
@kaxil kaxil merged commit 1036ffe into master Jul 13, 2021
@kaxil kaxil deleted the rel-2.x-patches-1 branch July 13, 2021 11:58
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

3 participants