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/18 10:57:36 UTC

[apisix-ingress-controller] branch v0.1.0 updated: doc: modify version && build file

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 ecd479a  doc: modify version && build file
ecd479a is described below

commit ecd479ad1ef50d94b3731d0ffbcdf6dd0f3ef19b
Author: kv <gx...@163.com>
AuthorDate: Fri Dec 18 18:57:18 2020 +0800

    doc: modify version && build file
---
 Makefile        |  2 +-
 docs/install.md | 14 ++++++++++++--
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index b1d54e1..196cc5e 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
 #
 default: help
 
-VERSION ?= 0.0.0
+VERSION ?= 0.1.0
 GITSHA ?= $(shell git rev-parse --short=7 HEAD)
 OSNAME ?= $(shell uname -s | tr A-Z a-z)
 OSARCH ?= $(shell uname -m | tr A-Z a-z)
diff --git a/docs/install.md b/docs/install.md
index 62a7e8b..1eb3a2a 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -50,10 +50,20 @@ kubectl apply -k /path/to/apisix-ingress-controller/samples/deploy
 
 // todo
 
-## Master branch builds
+## Manual build
+
+* Build binary
+
+```shell
+$ cd /path/to/apisix-ingress-controller/
+$ make build
+```
+
+
+* Build with Docker
 
 ```shell
-docker build -t apache/ingress-controller:v0.1.0 ../.
+$ docker build -t apache/ingress-controller:v0.1.0 ../.
 ```
 
 ## Next