mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-06 05:25:40 +00:00
Prep for v0.3.3
Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
# Changelog
|
# 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
|
#### v0.3.2 - 2017-08-07
|
||||||
* Add client-go auth provider plugins for Azure, GCP, OIDC
|
* Add client-go auth provider plugins for Azure, GCP, OIDC
|
||||||
|
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -15,7 +15,7 @@
|
|||||||
# project related vars
|
# project related vars
|
||||||
ROOT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))
|
ROOT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))
|
||||||
PROJECT = ark
|
PROJECT = ark
|
||||||
VERSION ?= v0.3.2
|
VERSION ?= v0.3.3
|
||||||
GOTARGET = github.com/heptio/$(PROJECT)
|
GOTARGET = github.com/heptio/$(PROJECT)
|
||||||
OUTPUT_DIR = $(ROOT_DIR)/_output
|
OUTPUT_DIR = $(ROOT_DIR)/_output
|
||||||
BIN_DIR = $(OUTPUT_DIR)/bin
|
BIN_DIR = $(OUTPUT_DIR)/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user