From 3b9f64e2f6b8373f27d37d481c72c5a6087cd118 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Sun, 6 Oct 2019 15:00:16 -0400 Subject: [PATCH] chore(): release v0.10 (#369) --- Makefile | 2 +- OWNERS | 1 + VERSION | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d361a16fc9..c728b4ec97 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ override LDFLAGS += \ # docker image publishing options DOCKER_PUSH?=true IMAGE_NAMESPACE?=argoproj -IMAGE_TAG?=latest +IMAGE_TAG?=v0.10 ifeq (${DOCKER_PUSH},true) ifndef IMAGE_NAMESPACE diff --git a/OWNERS b/OWNERS index 2be9262d74..ae7cd96d2e 100644 --- a/OWNERS +++ b/OWNERS @@ -1,5 +1,6 @@ owners: - magaldima +- VaibhavPage approvers: - edlee2121 diff --git a/VERSION b/VERSION index b3ec1638fd..688abaae7a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.3 \ No newline at end of file +0.10 \ No newline at end of file