Prep for v0.3.3

Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
This commit is contained in:
Andy Goldstein
2017-08-10 12:45:25 -04:00
parent 680e17815b
commit 973968fedd
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
# Changelog
#### v0.3.3 - 2017-08-10
* Treat the first field in a schedule's cron expression as minutes, not seconds
#### v0.3.2 - 2017-08-07
* Add client-go auth provider plugins for Azure, GCP, OIDC

View File

@@ -15,7 +15,7 @@
# project related vars
ROOT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))
PROJECT = ark
VERSION ?= v0.3.2
VERSION ?= v0.3.3
GOTARGET = github.com/heptio/$(PROJECT)
OUTPUT_DIR = $(ROOT_DIR)/_output
BIN_DIR = $(OUTPUT_DIR)/bin