Skip to content

Commit

Permalink
Merge pull request #141 from loburm/new_releases
Browse files Browse the repository at this point in the history
Bump version of prometheus-to-sd and kubelet-to-gcm.
  • Loading branch information
loburm authored Mar 29, 2018
2 parents 16743ff + 65e4460 commit 7e8c549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubelet-to-gcm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
OUT_DIR = build
PACKAGE = github.com/GoogleCloudPlatform/k8s-stackdriver/kubelet-to-gcm
PREFIX = gcr.io/google-containers
TAG = 1.2.4
TAG = 1.2.5

# Rules for building the real image for deployment to gcr.io

Expand Down
2 changes: 1 addition & 1 deletion prometheus-to-sd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ all: build

ENVVAR = GOOS=linux GOARCH=amd64 CGO_ENABLED=0
PREFIX = gcr.io/google-containers
TAG = v0.2.5
TAG = v0.2.6

build:
$(ENVVAR) godep go build -a -o monitor
Expand Down

0 comments on commit 7e8c549

Please sign in to comment.