This is an automated email from the ASF dual-hosted git repository.
juzhiyuan 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 a36f318 docs: release ingress 1.3.0 (#664)
a36f318 is described below
commit a36f318b544c7d7834007f134fe02783f05dcb7a
Author: kv <[email protected]>
AuthorDate: Tue Oct 19 21:11:04 2021 +0800
docs: release ingress 1.3.0 (#664)
---
.gitignore | 1 +
website/docusaurus.config.js | 8 ++++----
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/.gitignore b/.gitignore
index f04d72d..224c31d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,6 +19,7 @@ website/.cache-loader
.env.development.local
.env.test.local
.env.production.local
+.idea
npm-debug.log*
yarn-debug.log*
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index dd6f3a8..d1aade9 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: "1.2.0",
- releaseDate: "2021-08-15",
+ version: "1.3.0",
+ releaseDate: "2021-10-17",
firstDocPath: "/getting-started",
},
{
@@ -142,8 +142,8 @@ module.exports = {
githubRepo: "apache/apisix-ingress-controller",
githubBranch: "master",
downloadPath:
"apisix/ingress-controller/1.2.0/apache-apisix-ingress-controller-1.2.0-src",
- version: "1.2.0",
- releaseDate: "2021-08-15",
+ version: "1.3.0",
+ releaseDate: "2021-10-17",
firstDocPath: "/getting-started",
},
{