This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch build-common-io-from-sources in repository https://gitbox.apache.org/repos/asf/airflow.git
omit e53bb0d69c Add feature to build "chicken-egg" packages from sources add 92cc2ffd86 Add securityContexts in dagProcessor.logGroomerSidecar (#34499) add 4b75a88139 Fixing remove_old_releases.py script to handle an edge case (#35942) add 98aa84b6c0 Limit aibotocore to help `pip` with backtracking issue for s3fs (#35952) add 9ab343714a Remove setting a non-existing object param and use local var instead in S3Hook (#35950) add ab835c20b2 Fix EC2Hook get_instance for client_type api (#35960) add 4a7c7460bf Revert "Prevent assignment of non JSON serializable values to DagRun.conf dict (#35096)" (#35959) add 3a084b70c2 Update providers metadata 2023-11-29 (#35943) add 985d0589af AWS auth manager: implement all `is_authorized_*` methods (but `is_authorized_dag`) (#35928) new acec7a4a24 Add feature to build "chicken-egg" packages from sources This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (e53bb0d69c) \ N -- N -- N refs/heads/build-common-io-from-sources (acec7a4a24) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 1 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: Dockerfile.ci | 18 ++- airflow/models/dagrun.py | 51 +------- .../amazon/aws/auth_manager/avp/entities.py | 9 +- .../amazon/aws/auth_manager/aws_auth_manager.py | 39 +++++- airflow/providers/amazon/aws/hooks/ec2.py | 2 +- airflow/providers/amazon/aws/hooks/s3.py | 6 +- .../dag-processor/dag-processor-deployment.yaml | 2 + chart/values.yaml | 2 + dev/provider_packages/remove_old_releases.py | 1 + generated/provider_metadata.json | 102 ++++++++++++++-- helm_tests/security/test_security_context.py | 2 + tests/models/test_dagrun.py | 14 --- .../aws/auth_manager/test_aws_auth_manager.py | 135 ++++++++++++++++++++- tests/providers/amazon/aws/hooks/test_ec2.py | 8 ++ 14 files changed, 302 insertions(+), 89 deletions(-)