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

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


The following commit(s) were added to refs/heads/v0.1.0 by this push:
     new 407092c  chore: add CHANGELOG
407092c is described below

commit 407092cde570d7d609a316d3083f84e01287f942
Author: kv <[email protected]>
AuthorDate: Fri Dec 18 15:18:19 2020 +0800

    chore: add CHANGELOG
---
 CHANGELOG.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..e54f5fb
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,46 @@
+<!--
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+-->
+
+# Table of Contents
+
+- [0.1.0](#010)
+
+
+# 0.1.0
+
+This release mainly improve basic features, bugfix and adds test cases.
+
+### Core
+
+- Enriched documentation.
+- CI Integration.
+- Support retry when sync failed. 
[#103](https://github.com/apache/apisix-ingress-controller/pull/103)
+- Support using kustomize install all resources. 
[#72](https://github.com/apache/apisix-ingress-controller/pull/72)
+- Support command line configuration. 
[#61](https://github.com/apache/apisix-ingress-controller/pull/61)
+- Support to define SSL by CRD. 
[#95](https://github.com/apache/apisix-ingress-controller/pull/95)
+
+### Test case
+
+- Add E2E test enviroment.
+
+### Bugfix
+
+- invalid memory address or nil pointer dereference. 
[#9](https://github.com/api7/seven/pull/9)
+
+[Back to TOC](#table-of-contents)

Reply via email to