You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by kv...@apache.org on 2020/12/05 15:37:08 UTC

[apisix-ingress-controller] branch kv/asf-update created (now 515c732)

This is an automated email from the ASF dual-hosted git repository.

kvn pushed a change to branch kv/asf-update
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git.


      at 515c732  fix: make labels in asf lowcase

This branch includes the following new commits:

     new 515c732  fix: make labels in asf lowcase

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[apisix-ingress-controller] 01/01: fix: make labels in asf lowcase

Posted by kv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kvn pushed a commit to branch kv/asf-update
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git

commit 515c7328735dec8cd535b572e8b9e99aacad3a37
Author: kv <gx...@163.com>
AuthorDate: Sat Dec 5 23:36:39 2020 +0800

    fix: make labels in asf lowcase
---
 .asf.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 9655243..cef24c5 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -21,8 +21,8 @@ github:
     labels:
       - ingress
       - controller
-      - Kubernetes
-      - K8s
+      - kubernetes
+      - k8s
       - apigateway
       - microservices
       - api