Skip to content

Commit eec371c

Browse files
Merge pull request #871 from raywainman/patch-1
Update tag to 0.16.0 in preparation for release of Custom Metrics Stackdriver Adapter
2 parents 00e0834 + ae29fab commit eec371c

File tree

1 file changed

+1
-1
lines changed
  • custom-metrics-stackdriver-adapter

1 file changed

+1
-1
lines changed

custom-metrics-stackdriver-adapter/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GOOS?=linux
33
OUT_DIR?=build
44
PACKAGE=github.com/GoogleCloudPlatform/k8s-stackdriver/custom-metrics-stackdriver-adapter
55
PREFIX?=staging-k8s.gcr.io
6-
TAG = v0.15.2
6+
TAG = v0.16.0
77
PKG := $(shell find pkg/* -type f)
88

99
.PHONY: build docker push test clean

0 commit comments

Comments
 (0)