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 2021/07/10 15:17:24 UTC

[apisix-ingress-controller] branch v1.1.0 updated: chore: add release 1.1

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

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


The following commit(s) were added to refs/heads/v1.1.0 by this push:
     new 6f875c6  chore: add release 1.1
6f875c6 is described below

commit 6f875c69f1b8b44d21cf9b7c0aab4610843bf74a
Author: kv <gx...@163.com>
AuthorDate: Sat Jul 10 23:17:06 2021 +0800

    chore: add release 1.1
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 9c117bc..c31886c 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
 #
 default: help
 
-VERSION ?= 1.0.0
+VERSION ?= 1.1.0
 RELEASE_SRC = apache-apisix-ingress-controller-${VERSION}-src
 LOCAL_REGISTRY="localhost:5000"
 IMAGE_TAG ?= dev