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

   Add DEPRECATION WARNING notices in NOTES.txt for
   scheduler.securityContext, webserver.securityContext, and 
statsd.securityContext. These fields were already marked deprecated in 
values.yaml (use securityContexts instead) but no warning was shown to users at 
install/upgrade time.
   
     | Scenario | Result |
     |---|---|
     | `scheduler.securityContext` set | ✅ warning fires |
     | `webserver.securityContext` set | ✅ warning fires |
     | `statsd.securityContext` set | ✅ warning fires |
     | Default values (all empty) | ✅ no warnings |
     | All three set simultaneously | ✅ all three warnings fire independently |
     | Deprecated value still applied to pod spec | ✅ backward compat intact 
(`runAsUser: 12345` renders correctly) |
     | New `securityContexts` path used | ✅ no spurious warning |
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   
   - [x] Yes (please specify the tool below)
   
   Generated-by: Cursor


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to