This is an automated email from the ASF dual-hosted git repository.
vatsrahul1001 pushed a change to branch backport-322-64874
in repository https://gitbox.apache.org/repos/asf/airflow.git
from fc0c9e5fbec Fix macOS `SIGSEGV` in task execution by using
`fork`+`exec` (#64874)
add 82785c5953f [v3-2-test] Close Korean Translation Gaps(May 13) (#66873)
add 67abffd79c3 [v3-2-test] Close German Translation Gaps 2026-05-12
(#66830)
add b5f0ec62092 [v3-2-test] Check sensitive key names before applying
recursion-depth cutoff in secrets masker (#65912) (#66748)
add d4217f4038f Fix OTel timer metrics using Gauge instead of Histogram
(#64207) (#66865)
add 589e64710ea [v3-2-test] Fix external DB manager upgrades with existing
tables (#66674) (#66882)
add 039ece529ab Merge branch 'v3-2-test' into backport-322-64874
No new revisions were added by this update.
Summary of changes:
airflow-core/newsfragments/64207.significant.rst | 1 +
.../airflow/ui/public/i18n/locales/de/common.json | 10 +++
.../ui/public/i18n/locales/de/components.json | 6 +-
.../airflow/ui/public/i18n/locales/ko/admin.json | 5 +-
.../airflow/ui/public/i18n/locales/ko/common.json | 78 ++++++++++++++++++----
.../ui/public/i18n/locales/ko/components.json | 7 +-
.../src/airflow/ui/public/i18n/locales/ko/dag.json | 16 ++++-
airflow-core/src/airflow/utils/db_manager.py | 42 +++++++++++-
airflow-core/tests/unit/utils/test_db_manager.py | 50 +++++++++++++-
.../observability/metrics/otel_logger.py | 58 ++++++++++++++--
.../observability/metrics/test_otel_logger.py | 47 +++++++++----
.../secrets_masker/secrets_masker.py | 18 +++--
.../tests/secrets_masker/test_secrets_masker.py | 38 +++++++++++
13 files changed, 326 insertions(+), 50 deletions(-)
create mode 100644 airflow-core/newsfragments/64207.significant.rst