You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/01/05 00:48:37 UTC

[GitHub] [airflow] jedcunningham opened a new pull request #20661: Chart: 1.4.0 changelog

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


   Add changelog for chart version 1.4.0.


-- 
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



[GitHub] [airflow] jedcunningham merged pull request #20661: Chart: 1.4.0 changelog

Posted by GitBox <gi...@apache.org>.
jedcunningham merged pull request #20661:
URL: https://github.com/apache/airflow/pull/20661


   


-- 
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



[GitHub] [airflow] jedcunningham commented on a change in pull request #20661: Chart: 1.4.0 changelog

Posted by GitBox <gi...@apache.org>.
jedcunningham commented on a change in pull request #20661:
URL: https://github.com/apache/airflow/pull/20661#discussion_r779905409



##########
File path: chart/Chart.yaml
##########
@@ -62,3 +62,164 @@ annotations:
       url: https://airflow.apache.org/docs/apache-airflow/2.2.3/_images/code.png
     - title: Task Instance Context Menu
       url: https://airflow.apache.org/docs/apache-airflow/2.2.3/_images/context.png
+  artifacthub.io/changes: |
+    - description: Add ``type`` to extra secrets param
+      kind: added
+      links:
+        - name: "#20599"
+          url: https://github.com/apache/airflow/pull/20599
+    - description: Support elasticsearch connection ``scheme``
+      kind: added
+      links:
+        - name: "#20564"
+          url: https://github.com/apache/airflow/pull/20564
+    - description: Allows to disable built-in secret variables individually
+      kind: added
+      links:
+        - name: "#18974"
+          url: https://github.com/apache/airflow/pull/18974
+    - description: Add support for ``securityContext``
+      kind: added
+      links:
+        - name: "#18249"
+          url: https://github.com/apache/airflow/pull/18249
+    - description: Add extra containers, volumes and volume mounts for jobs
+      kind: added
+      links:
+        - name: "#18808"
+          url: https://github.com/apache/airflow/pull/18808
+    - description: Allow ingress multiple hostnames w/diff secrets
+      kind: added
+      links:
+        - name: "#18542"
+          url: https://github.com/apache/airflow/pull/18542
+    - description: PgBouncer extra volumes, volume mounts, and sslmode
+      kind: added
+      links:
+        - name: "#19749"
+          url: https://github.com/apache/airflow/pull/19749
+    - description: Allow specifying kerberos keytab
+      kind: added
+      links:
+        - name: "#19054"
+          url: https://github.com/apache/airflow/pull/19054
+    - description: Allow disabling the Helm hooks
+      kind: added
+      links:
+        - name: "#18776"
+          url: https://github.com/apache/airflow/pull/18776
+    - description: Add ``migration-wait-timeout``
+      kind: added
+      links:
+        - name: "#20069"
+          url: https://github.com/apache/airflow/pull/20069
+    - description: Increase default livenessProbe timeout
+      kind: changed
+      links:
+        - name: '#20698'
+          url: https://github.com/apache/airflow/pull/20698
+    - description: Strict schema for k8s objects for values.yaml
+      kind: changed
+      links:
+        - name: "#19181"
+          url: https://github.com/apache/airflow/pull/19181
+    - description: Remove unnecessary ``pod_template_file`` defaults
+      kind: changed
+      links:
+        - name: "#19690"
+          url: https://github.com/apache/airflow/pull/19690
+    - description: Use built-in ``check-migrations`` command for Airflow>=2
+      kind: changed
+      links:
+        - name: "#19676"
+          url: https://github.com/apache/airflow/pull/19676
+    - description: Fix precedence of ``affinity``, ``nodeSelector``, and ``tolerations``
+      kind: fixed
+      links:
+        - name: "#20641"
+          url: https://github.com/apache/airflow/pull/20641
+    - description: Fix chart elasticsearch default port 80 to 9200.
+      kind: fixed
+      links:
+        - name: "#20616"
+          url: https://github.com/apache/airflow/pull/20616
+    - description: Fix network policy issue for webserver and flowerui
+      kind: fixed
+      links:
+        - name: "#20199"
+          url: https://github.com/apache/airflow/pull/20199
+    - description: Use local definitions for k8s schema validation
+      kind: fixed
+      links:
+        - name: "#20544"
+          url: https://github.com/apache/airflow/pull/20544
+    - description: Add custom labels for ingresses/PVCs
+      kind: fixed
+      links:
+        - name: "#20535"
+          url: https://github.com/apache/airflow/pull/20535
+    - description: Fix extra secrets/configmaps labels
+      kind: fixed
+      links:
+        - name: "#20464"
+          url: https://github.com/apache/airflow/pull/20464
+    - description: Fix flower restarts on update
+      kind: fixed
+      links:
+        - name: "#20316"
+          url: https://github.com/apache/airflow/pull/20316
+    - description: Properly quote namespace names
+      kind: fixed
+      links:
+        - name: "#20266"
+          url: https://github.com/apache/airflow/pull/20266
+    - description: 'Docs: Add `helm dependency update` step to chart INSTALL'

Review comment:
       ```suggestion
       - description: "Docs: Add ``helm dependency update`` step to chart INSTALL"
   ```

##########
File path: chart/CHANGELOG.txt
##########
@@ -1,3 +1,59 @@
+
+Airflow Helm Chart 1.4.0, 2022-01-10
+------------------------------------
+
+New Features
+""""""""""""
+
+- Add ``type`` to extra secrets param (#20599)
+- Support elasticsearch connection ``scheme`` (#20564)
+- Allows to disable built-in secret variables individually (#18974)
+- Add support for ``securityContext`` (#18249)
+- Add extra containers, volumes and volume mounts for jobs (#18808)
+- Allow ingress multiple hostnames w/diff secrets (#18542)
+- PgBouncer extra volumes, volume mounts, and sslmode (#19749)
+- Allow specifying kerberos keytab (#19054)
+- Allow disabling the Helm hooks (#18776, #20018)
+- Add ``migration-wait-timeout`` (#20069)
+
+Improvements
+""""""""""""
+
+- Increase default livenessProbe timeout (#20698)
+- Strict schema for k8s objects for values.yaml (#19181)
+- Remove unnecessary ``pod_template_file`` defaults (#19690)
+- Use built-in ``check-migrations`` command for Airflow>=2 (#19676)
+
+Bug Fixes
+"""""""""
+
+- Fix precedence of ``affinity``, ``nodeSelector``, and ``tolerations`` (#20641)
+- Fix chart elasticsearch default port 80 to 9200. (#20616)
+- Fix network policy issue for webserver and flowerui (#20199)
+- Use local definitions for k8s schema validation (#20544)
+- Add custom labels for ingresses/PVCs (#20535)
+- Fix extra secrets/configmaps labels (#20464)
+- Fix flower restarts on update (#20316)
+- Properly quote namespace names (#20266)
+
+Doc only changes
+""""""""""""""""
+
+- Add `helm dependency update` step to chart INSTALL (#20702)

Review comment:
       ```suggestion
   - Add ``helm dependency update`` step to chart INSTALL (#20702)
   ```




-- 
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



[GitHub] [airflow] jedcunningham closed pull request #20661: Chart: 1.4.0 changelog

Posted by GitBox <gi...@apache.org>.
jedcunningham closed pull request #20661:
URL: https://github.com/apache/airflow/pull/20661


   


-- 
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



[GitHub] [airflow] github-actions[bot] commented on pull request #20661: Chart: 1.4.0 changelog

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #20661:
URL: https://github.com/apache/airflow/pull/20661#issuecomment-1005501861


   The PR is likely OK to be merged with just subset of tests for default Python and Database versions without running the full matrix of tests, because it does not modify the core of Airflow. If the committers decide that the full tests matrix is needed, they will add the label 'full tests needed'. Then you should rebase to the latest main or amend the last commit of the PR, and push it with --force-with-lease.


-- 
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