eladkal opened a new issue, #33875:
URL: https://github.com/apache/airflow/issues/33875

   ### Body
   
   I have a kind request for all the contributors to the latest provider 
packages release.
   Could you please help us to test the RC versions of the providers?
   
   The guidelines on how to test providers can be found in
   
   [Verify providers by 
contributors](https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-the-release-candidate-by-contributors)
   
   Let us know in the comment, whether the issue is addressed.
   
   Those are providers that require testing as there were some substantial 
changes introduced:
   
   
   ## Provider [cncf.kubernetes: 
7.5.0rc2](https://pypi.org/project/apache-airflow-providers-cncf-kubernetes/7.5.0rc2)
      - [ ] [Add istio test, use curl /quitquitquit to exit sidecar, and some 
otheā€¦ (#33306)](https://github.com/apache/airflow/pull/33306): @Owen-CH-Leung
      - [ ] [Add `active_deadline_seconds` parameter to `KubernetesPodOperator` 
(#33379)](https://github.com/apache/airflow/pull/33379): @amoghrajesh
      - [ ] [Make cluster_context templated in KubernetesPodOperator 
(#33604)](https://github.com/apache/airflow/pull/33604): @mati-o
      - [ ] [Fix KubernetesPodOperator duplicating logs when interrupted 
(#33500)](https://github.com/apache/airflow/pull/33500): @fdemiane
      - [ ] [Fix 2.7.0 db migration job errors 
(#33652)](https://github.com/apache/airflow/pull/33652): @LipuFei
      - [ ] [Inspect container state rather than last_state when deciding 
whether to skip (#33702)](https://github.com/apache/airflow/pull/33702): 
@SamWheating
      - [ ] [Fix kill istio proxy logic 
(#33779)](https://github.com/apache/airflow/pull/33779): @Owen-CH-Leung
      - [ ] [Introducing class constant to make worker pod log lines 
configurable (#33378)](https://github.com/apache/airflow/pull/33378): 
@amoghrajesh
      - [ ] [Adding typing for KPO SCC objects 
(#33381)](https://github.com/apache/airflow/pull/33381): @amoghrajesh
      - [ ] [Refactor: Improve detection of duplicates and list sorting 
(#33675)](https://github.com/apache/airflow/pull/33675): @eumiro
      - [ ] [Refactor Sqlalchemy queries to 2.0 style (Part 7) 
(#32883)](https://github.com/apache/airflow/pull/32883): @phanikumv
      - [ ] [Always use Literal from typing_extensions 
(#33794)](https://github.com/apache/airflow/pull/33794): @Taragolis
      - [ ] [Use literal dict instead of calling dict() in providers 
(#33761)](https://github.com/apache/airflow/pull/33761): @hussein-awala
      - [ ] [Improve modules import in cncf.kubernetes provider by move some of 
them into a type-checking block 
(#33781)](https://github.com/apache/airflow/pull/33781): @hussein-awala
   ## Provider [microsoft.azure: 
6.3.0rc2](https://pypi.org/project/apache-airflow-providers-microsoft-azure/6.3.0rc2)
      - [ ] [Add AzureBatchOperator example 
(#33716)](https://github.com/apache/airflow/pull/33716): @Lee-W
      - [ ] [feat(providers/microsoft): add DefaultAzureCredential support to 
AzureContainerInstanceHook 
(#33467)](https://github.com/apache/airflow/pull/33467): @Lee-W
      - [ ] [Add DefaultAzureCredential auth for ADX service 
(#33627)](https://github.com/apache/airflow/pull/33627): @pankajastro
      - [ ] [feat(providers/microsoft): add DefaultAzureCredential to data_lake 
(#33433)](https://github.com/apache/airflow/pull/33433): @Lee-W
      - [ ] [feat(providers/azure): allow passing fully_qualified_namespace and 
credential to initialize Azure Service Bus Client 
(#33493)](https://github.com/apache/airflow/pull/33493): @Lee-W
      - [ ] [feat(providers/microsoft): add DefaultAzureCredential support to 
cosmos (#33436)](https://github.com/apache/airflow/pull/33436): @Lee-W
      - [ ] [ feat(providers/microsoft): add DefaultAzureCredential support to 
AzureBatchHook (#33469)](https://github.com/apache/airflow/pull/33469): @Lee-W
      - [ ] [Fix updating account url for WasbHook 
(#33457)](https://github.com/apache/airflow/pull/33457): @ephraimbuddy
      - [ ] [Fix Azure Batch Hook instantation 
(#33731)](https://github.com/apache/airflow/pull/33731): @potiuk
      - [ ] [Truncate Wasb storage account name if it's more than 24 characters 
(#33851)](https://github.com/apache/airflow/pull/33851): @ephraimbuddy
      - [ ] [Remove duplicated message commit in Azure MessageHook 
(#33776)](https://github.com/apache/airflow/pull/33776): @hussein-awala
      - [ ] [fix(providers/azure): remove json.dumps when querying 
AzureCosmosDBHook (#33653)](https://github.com/apache/airflow/pull/33653): 
@Lee-W
      - [ ] [Bump azure-kusto-data>=4.1.0 
(#33598)](https://github.com/apache/airflow/pull/33598): @pankajastro
      - [ ] [Set logging level to WARNING 
(#33314)](https://github.com/apache/airflow/pull/33314): @arjunanan6
      - [ ] [Bump azure-mgmt-containerinstance>=7.0.0,<9.0.0 
(#33696)](https://github.com/apache/airflow/pull/33696): @pankajastro
      - [ ] [Improve modules import in Airflow providers by some of them into a 
type-checking block (#33754)](https://github.com/apache/airflow/pull/33754): 
@hussein-awala
      - [ ] [Use a single  statement with multiple contexts instead of nested  
statements in providers 
(#33768)](https://github.com/apache/airflow/pull/33768): @hussein-awala
      - [ ] [remove unnecessary map and rewrite it using list in providers 
(#33763)](https://github.com/apache/airflow/pull/33763): @hussein-awala
      - [ ] [Optimise Airflow DB backend usage in Azure Provider 
(#33750)](https://github.com/apache/airflow/pull/33750): @Taragolis
   
   <!--
   
   NOTE TO RELEASE MANAGER:
   
   Please move here the providers that have doc-only changes or for which 
changes are trivial, and
   you could assess that they are OK. In case
   
   The providers are automatically installed on Airflow 2.3 and latest `main` 
during the CI, so we know they
   are installable. Also, all classes within the providers are imported during 
the CI run so we know all
   providers can be imported.
   
   -->
   
   All users involved in the PRs:
   @amoghrajesh @eumiro @fdemiane @LipuFei @mati-o @potiuk @SamWheating 
@phanikumv @pankajastro @arjunanan6 @Owen-CH-Leung @ephraimbuddy @Taragolis 
@Lee-W @hussein-awala
   
   ### Committer
   
   - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow 
project.


-- 
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.apache.org

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

Reply via email to