You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by je...@apache.org on 2021/12/29 19:29:49 UTC

[airflow] branch main updated (f200bb1 -> afd84f6)

This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from f200bb1  Simplify ``KubernetesPodOperator`` (#19572)
     add afd84f6  Use local definitions for k8s schema validation (#20544)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                            |    6 +
 BREEZE.rst                                         |    3 +-
 STATIC_CODE_CHECKS.rst                             |    2 +
 breeze-complete                                    |    1 +
 chart/values.schema.json                           | 2811 +++++++++++++++++++-
 scripts/ci/pre_commit/pre_commit_chart_schema.py   |   12 +
 .../pre_commit_vendor_k8s_json_schema.py           |   86 +
 7 files changed, 2831 insertions(+), 90 deletions(-)
 create mode 100755 scripts/ci/pre_commit/pre_commit_vendor_k8s_json_schema.py