You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "jedcunningham (via GitHub)" <gi...@apache.org> on 2024/04/27 05:14:08 UTC

[PR] Improve helm chart annotation building script [airflow]

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

   Very minor improvement, but this gets rid of a bunch of extra newlines and properly indents the annotations, allowing for an append redirect right into Chart.yaml.
   
   Before:
   
   ```
   $ python3 ./dev/chart/build_changelog_annotations.py
   - description: Don't overwrite ``.Values.airflowPodAnnotations``
     kind: fixed
     links:
     - name: '#37917'
       url: https://github.com/apache/airflow/pull/37917
   
   - description: Fix cluster-wide RBAC naming clash when using multiple ``multiNamespace``
       releases with the same name
     kind: fixed
     links:
     - name: '#37197'
       url: https://github.com/apache/airflow/pull/37197
   
   - description: 'Misc: Default airflow version to 2.8.3'
     kind: changed
     links:
     - name: '#38036'
       url: https://github.com/apache/airflow/pull/38036
   
   ```
   
   
   
   After:
   ```
   $ python3 ./dev/chart/build_changelog_annotations.py                 
       - description: Don't overwrite ``.Values.airflowPodAnnotations``
         kind: fixed
         links:
         - name: '#37917'
           url: https://github.com/apache/airflow/pull/37917
       - description: Fix cluster-wide RBAC naming clash when using multiple ``multiNamespace``
           releases with the same name
         kind: fixed
         links:
         - name: '#37197'
           url: https://github.com/apache/airflow/pull/37197
       - description: 'Misc: Default airflow version to 2.8.3'
         kind: changed
         links:
         - name: '#38036'
           url: https://github.com/apache/airflow/pull/38036
   ```


-- 
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-unsubscribe@airflow.apache.org

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


Re: [PR] Improve helm chart annotation building script [airflow]

Posted by "jedcunningham (via GitHub)" <gi...@apache.org>.
jedcunningham merged PR #39286:
URL: https://github.com/apache/airflow/pull/39286


-- 
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-unsubscribe@airflow.apache.org

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