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

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


The following commit(s) were added to refs/heads/v0.4.0 by this push:
     new 23eb370  docs: add 0.4.0 changelog
23eb370 is described below

commit 23eb370daef6bb7365c71ee82d5ccca60e4e2a98
Author: kv <gxt...@163.com>
AuthorDate: Mon Mar 8 17:13:48 2021 +0800

    docs: add 0.4.0 changelog
---
 CHANGELOG.md | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd51e7f..ae6ec5a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,10 +19,29 @@
 
 # Table of Contents
 
+- [0.4.0](#040)
 - [0.3.0](#030)
 - [0.2.0](#020)
 - [0.1.0](#010)
 
+# 0.4.0
+
+This release mainly improves the program robustness and adds some features.
+
+## Core
+
+- Support Kubernetes Ingress resources 
[#250](https://github.com/apache/apisix-ingress-controller/pull/250)
+- Support ApisixRoute v2alpha1 
[#262](https://github.com/apache/apisix-ingress-controller/pull/262)
+- Support healthchecks definition 
[#117](https://github.com/apache/apisix-ingress-controller/issues/117)
+- Support secret controller 
[#284](https://github.com/apache/apisix-ingress-controller/pull/284)
+- Project optimization 
[#92](https://github.com/apache/apisix-ingress-controller/issues/92)
+
+
+## Test
+
+- Add test cases for pkg/kube 
[#99](https://github.com/apache/apisix-ingress-controller/issues/99)
+
+
 # 0.3.0
 
 This release mainly improves the program robustness and adds some features.

Reply via email to