amoghrajesh opened a new pull request, #54343:
URL: https://github.com/apache/airflow/pull/54343

   <!--
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership.  The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License.  You may obtain a copy of the License at
   
      http://www.apache.org/licenses/LICENSE-2.0
   
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.
    -->
   
   <!--
   Thank you for contributing! Please make sure that your code changes
   are covered with tests. And in case of new features or big changes
   remember to adjust the documentation.
   
   Feel free to ping committers for the review!
   
   In case of an existing issue, reference it using one of the following:
   
   closes: #ISSUE
   related: #ISSUE
   
   How to write a good git commit message:
   http://chris.beams.io/posts/git-commit/
   -->
   
   # Two step process
   
   
   ## Part 1: Marked for 3.0.4 but didn't make it and not moved to 3.0.5 
(`python ./dev/airflow-github compare 3.0.4 --previous-version 3.0.3 
--show-commits`)
   
   ### Merged PRs (with CHERRY = No - not yet cherry-picked) between 3.0.3 and 
3.0.4
   - 53814 - Fix custom xcom backend deserialize when BaseXCom.get_all is used 
- a8c4ba3
   - 53825 - Fix poolbar counts - e83ca8e
   - 50740 - Fix incorrect reference to SimpleHttpOperator in 3.0.0 release 
notes - 71f4224
   - 53475 - Use asyncio.run instead of loop.run_until_complete - 81ac72c
   - 53532 - Fixed Task group names duplication in Task's task_id for 
MappedOperator - 6b618ef
   - 53425 - Updating K8's supported versions in prerequisites.rst to match 
README.md - 2328461
   - 53473 - Update dag bundles docs; add s3, fix git classpath - bf5fd5f
   - 53460 - Fix broken link in advanced logging config docs - df5c949
   - 53331 - Add note about ruff rules and preview flag - d4d4cce
   - 52871 - Fix task configuration defaults for AbstractOperator - 04d2d3b
   - 52786 - Allow DEFAULT_QUEUE to be configurable from airflow settings in 
Task SDK - c65dc8e
   - 52797 - Fixing bad cadwyn migration for upstream map indexes - 2bb5d01
   
   
   ### PRs with conflicts conflicts:
   
   - https://github.com/apache/airflow/pull/53475 - this is marked as 3.0.4, 
but its a provider only change
   - https://github.com/apache/airflow/pull/50740 manually done via 
https://github.com/apache/airflow/pull/53661
   - https://github.com/apache/airflow/pull/53825 - pierre confirmed on the 
ticket that it's not needed for 3-0-test branch
   
   
   ## Part 2: Marked for 3.0.4, didnt make it, milestone is 3.0.5 (`python 
./dev/airflow-github compare 3.0.5 --previous-version 3.0.4 --show-commits`)
   
   
   ### Merged PRs (with CHERRY = No - not yet cherry-picked):
   
   - 54114 - Fix type error with TIH when reading served log - 3df18a0
   - 53965 - 404 Not Found for EmptyOperator docs for version 2.7+ #52643 - 
af11488
   - 53514 - Allow Variable and XCom set and delete from trigger code - 13fa232
   - 53809 - Do not ignore include_prior_dates in xcom_pull when map_indexes is 
not specified - 2a2d3e1
   - 53655 - Restore ``get_previous_dagrun`` functionality for task context - 
35d23c3
   
   
   <!-- Please keep an empty line above the dashes. -->
   ---
   **^ Add meaningful description above**
   Read the **[Pull Request 
Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)**
 for more information.
   In case of fundamental code changes, an Airflow Improvement Proposal 
([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvement+Proposals))
 is needed.
   In case of a new dependency, check compliance with the [ASF 3rd Party 
License Policy](https://www.apache.org/legal/resolved.html#category-x).
   In case of backwards incompatible changes please leave a note in a 
newsfragment file, named `{pr_number}.significant.rst` or 
`{issue_number}.significant.rst`, in 
[airflow-core/newsfragments](https://github.com/apache/airflow/tree/main/airflow-core/newsfragments).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to