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

ephraimanierobi pushed a change to branch v2-6-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 6c32de4987 Add release notes
     new 3dbc88b8ca Update the release note (#30680)
     new d2093bf5e7 Properly classify google_vendor package to google provider 
(#30659)
     new 6c674169cb Upgrade Pip to 23.1 (#30663)
     new ee823c67ac Updated app to support configuring the caching hash method 
for FIPS v2 (#30675)
     new 07ec2485b3 Introduce consistency of package sequence for "Other" test 
type (#30682)
     new 974cf93c33 Fix d3 dependencies (#30702)
     new ec7bf773f0 Deprecate `skip_exit_code` in `BashOperator` (#30734)
     new e41c549b5c Skip PythonVirtualenvOperator task when it returns a 
provided exit code (#30690)
     new ef0e84162a rename skip_exit_code to skip_on_exit_code and allow 
providing multiple codes (#30692)
     new 986409682a Add skip_on_exit_code also to ExternalPythonOperator 
(#30738)
     new 9e836034ee Add multiple exit code handling in skip logic for 
BashOperator (#30739)
     new b0bd39eeb1 Add explicit information about how to write task logs 
(#30732)
     new 0162867d94 Better explanation on how to log from tasks (#30746)
     new b248c17434 Make pandas optional in workday calendar example (#30660)
     new 368f64e87a Fix docs building for workday example. (#30664)
     new 8bb7353e0c Add missing version val to caching_hash_method config 
(#30688)
     new d15cd6be39 Update Release Note

The 17 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .pre-commit-config.yaml                            |   2 +-
 Dockerfile                                         |   4 +-
 Dockerfile.ci                                      |   9 +-
 IMAGES.rst                                         |   2 +-
 RELEASE_NOTES.rst                                  |  12 +-
 airflow/config_templates/config.yml                |   7 +
 airflow/config_templates/default_airflow.cfg       |   4 +
 airflow/example_dags/plugins/workday.py            |  21 +-
 airflow/models/serialized_dag.py                   |   4 +-
 airflow/operators/bash.py                          |  32 ++-
 airflow/operators/python.py                        |  55 +++--
 .../init_dagbag.py => utils/hashlib_wrapper.py}    |  22 +-
 airflow/www/app.py                                 |   6 +-
 airflow/www/extensions/init_cache.py               |  52 +++++
 airflow/www/package.json                           |   2 +-
 airflow/www/yarn.lock                              | 226 +-------------------
 dev/airflow-github                                 |   4 +-
 dev/breeze/README.md                               |   2 +-
 dev/breeze/setup.cfg                               |   2 +-
 .../commands/release_candidate_command.py          |  16 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   2 +-
 .../logging-monitoring/logging-tasks.rst           |  29 +++
 docs/docker-stack/build-arg-ref.rst                |   2 +-
 newsfragments/28846.misc.rst                       |   1 +
 .../pre_commit_update_providers_dependencies.py    |   2 +
 scripts/docker/common.sh                           |   2 +-
 scripts/docker/entrypoint_ci.sh                    |   5 +-
 tests/operators/test_bash.py                       |  16 +-
 tests/operators/test_python.py                     | 235 ++++++++++++---------
 tests/www/test_app.py                              |  25 +++
 30 files changed, 424 insertions(+), 379 deletions(-)
 copy airflow/{www/extensions/init_dagbag.py => utils/hashlib_wrapper.py} (60%)
 create mode 100644 airflow/www/extensions/init_cache.py
 create mode 100644 newsfragments/28846.misc.rst

Reply via email to