This is an automated email from the ASF dual-hosted git repository.
kvn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new 0dfff69 docs: add docs for ingress 0.4.0 (#258)
0dfff69 is described below
commit 0dfff69d37302c3cc7697d8abe505e3ce30c5887
Author: kv <[email protected]>
AuthorDate: Fri Mar 12 12:21:45 2021 +0800
docs: add docs for ingress 0.4.0 (#258)
* docs: add docs for ingress 0.4.0
* docs: modify ingress downloads
* fix: lint
---
website/docusaurus.config.js | 4 ++--
...-release-apache-apisix-ingress-controller-0.4.0.md | 19 +++++++++++++++++++
website/static/data/events.json | 4 ++++
3 files changed, 25 insertions(+), 2 deletions(-)
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 0c44c89..2133727 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -45,8 +45,8 @@ module.exports = {
shape: "hexagon",
color: "#2563EB",
githubRepo: "apache/apisix-ingress-controller",
- version: "0.3.0",
- releaseDate: "2021-02-11",
+ version: "0.4.0",
+ releaseDate: "2021-03-12",
firstDocPath: "/getting-started",
},
],
diff --git
a/website/events/2021-03-12-release-apache-apisix-ingress-controller-0.4.0.md
b/website/events/2021-03-12-release-apache-apisix-ingress-controller-0.4.0.md
new file mode 100644
index 0000000..574ff52
--- /dev/null
+++
b/website/events/2021-03-12-release-apache-apisix-ingress-controller-0.4.0.md
@@ -0,0 +1,19 @@
+---
+title: Release Apache APISIX Ingress Controller 0.4.0
+---
+
+This release mainly improves the program robustness and adds some features.
+
+<!--truncate-->
+
+## 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)
diff --git a/website/static/data/events.json b/website/static/data/events.json
index ef979d9..af9b5d9 100644
--- a/website/static/data/events.json
+++ b/website/static/data/events.json
@@ -1,5 +1,9 @@
[
{
+ "title": "Release Apache APISIX Ingress Controller 0.4.0",
+ "fileName": "2021-03-12-release-apache-apisix-ingress-controller-0.4.0"
+ },
+ {
"title": "Release Apache APISIX 2.4",
"fileName": "2021-03-05-release-apache-apisix-2.4"
},