This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 3d4c261e24 Quote descriptions with special characters in chart index
file (#1210)
3d4c261e24 is described below
commit 3d4c261e24830bfb02ca61c3e10961ef44898baf
Author: Jed Cunningham <[email protected]>
AuthorDate: Mon Jun 23 16:37:51 2025 -0600
Quote descriptions with special characters in chart index file (#1210)
---
landing-pages/site/static/index.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/landing-pages/site/static/index.yaml
b/landing-pages/site/static/index.yaml
index 0dc3ea29e0..f74f97adc5 100644
--- a/landing-pages/site/static/index.yaml
+++ b/landing-pages/site/static/index.yaml
@@ -30,7 +30,7 @@ entries:
links:
- name: '#50897'
url: https://github.com/apache/airflow/pull/50897
- - description: Unify k8s labels & add some missing k8s labels
+ - description: 'Unify k8s labels & add some missing k8s labels'
kind: changed
links:
- name: '#49522'
@@ -40,12 +40,12 @@ entries:
links:
- name: '#49727'
url: https://github.com/apache/airflow/pull/49727
- - description: Replace break function in ``pod-launcher-rolebinding``
template
+ - description: 'Replace break function in ``pod-launcher-rolebinding``
template'
kind: fixed
links:
- name: '#49219'
url: https://github.com/apache/airflow/pull/49219
- - description: Add ``webserver_config.py`` file to api-server
+ - description: 'Add ``webserver_config.py`` file to api-server'
kind: fixed
links:
- name: '#50108'