Skip to content

Latest commit

 

History

History
139 lines (91 loc) · 7.24 KB

CHANGELOG.md

File metadata and controls

139 lines (91 loc) · 7.24 KB

Changelog

Astronomer Certified 2.3.4-11, 2023-03-31

Bugfixes

  • Ensure that dag.partial_subset doesn't mutate task group properties (#30129)

Security

Astronomer Certified 2.3.4-10, 2023-02-14

Bugfixes

  • Use time not tries for queued & running re-checks (#28586)

Security

Astronomer Certified 2.3.4-9, 2023-01-26

Bugfixes

  • Annotate KubernetesExecutor pods that we don't delete (#28844)

Astronomer Certified 2.3.4-8, 2023-01-26

Bugfixes

  • Fix bad pods pickled in executor_config (#28454)
  • Be more selective when adopting pods with KubernetesExecutor (#28899)
  • Only patch single label when adopting pod (#28776)
  • Don't re-patch pods that are already controlled by current worker (#26778)
  • Fix backfill queued task getting reset to scheduled state (#23720)
  • Update pip to 22.3.1
  • Update wheel to 0.38.4

Security

Astronomer Certified 2.3.4-7, 2022-12-21

Bugfixes

  • Fix deadlock when chaining multiple empty mapped tasks (#27964)

Security

  • Change the template to use human readable task_instance description (#25960)
  • Update certifi to 2022.12.7 to fix CVE-2022-23491
  • Update libtasn1 to 4.16.0-2+deb11u1 to fix CVE-2021-46848
  • Update mariadb to 1:10.5.18-0+deb11u1 to fix a bunch of CVEs

Astronomer Certified 2.3.4-6, 2022-11-09

Bugfixes

  • Make tracebacks opt-in (#27059)
  • Avoid 500 on dag redirect (#27064)

Security

  • Don't overwrite connection extra with invalid json (#27142)
  • Simplify origin string cleaning (#27143)
  • Update libexpat1 to 2.2.10-2+deb11u5 to fix CVE-2022-43680

Astronomer Certified 2.3.4-5, 2022-10-28

Bugfixes

  • Fix backporting issue with faulty executor config serialization logic
  • Fix warning when using xcomarg dependencies (#26801)

Astronomer Certified 2.3.4-4, 2022-10-17

Bugfixes

  • Revert "Cache the custom secrets backend so the same instance gets re-used" (#25556)

Astronomer Certified 2.3.4-3, 2022-10-06

Bugfixes

  • Remove TaskFail duplicates check (#26714) (commit)
  • Fix faulty executor config serialization logic (#26191) (commit)

Security

Astronomer Certified 2.3.4-2, 2022-09-21

Bugfixes

  • Properly build URL to retrieve logs independently from system (#26337)
  • Fix proper joining of the path for logs retrieved from celery worker (#26493)
  • Fix UI redirect (#26409)

Security

Astronomer Certified 2.3.4-1, 2022-08-25

User-facing CHANGELOG for AC 2.3.4+astro.1 from Airflow 2.3.4:

Bugfixes

  • fix broken auto-refresh (#25950)
  • [astro] seed log_template table (#1497) (commit)
  • [astro] Reconcile orphan holding table handling (commit)
  • [astro] [AIRFLOW-5448] Handle istio-proxy for Kubernetes Pods (#62) (commit)
  • [astro] Override UI with Astro theme, add AC version in footer (commit)