From 0403df9bda0f65174a7890eeec6788bb2cb2c7e2 Mon Sep 17 00:00:00 2001 From: Helen Shao <43485165+helen-shao@users.noreply.github.com> Date: Thu, 13 Jan 2022 11:26:14 -0700 Subject: [PATCH] bump collector version to 1.8.0 for openshift (#338) Signed-off by: Anil Kodali --- deploy/docker/Dockerfile-rhel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/docker/Dockerfile-rhel b/deploy/docker/Dockerfile-rhel index 4b2d37c6..259f0943 100644 --- a/deploy/docker/Dockerfile-rhel +++ b/deploy/docker/Dockerfile-rhel @@ -7,7 +7,7 @@ COPY . . RUN /bin/bash -c "go version" -RUN /bin/bash -c "CGO_ENABLED=0 go build -ldflags '-w -X main.version=1.7.5' -o ./wavefront-collector ./cmd/wavefront-collector/" +RUN /bin/bash -c "CGO_ENABLED=0 go build -ldflags '-w -X main.version=1.8.0' -o ./wavefront-collector ./cmd/wavefront-collector/" #Using ubi7 minimal image FROM registry.access.redhat.com/ubi7/ubi-minimal:latest @@ -17,8 +17,8 @@ MAINTAINER wavefront@vmware.com LABEL name="Wavefront Collector" \ maintainer="wavefront@vmware.com" \ vendor="Wavefront by VMware" \ - version="v1.7.5" \ - release="v1.7.5" \ + version="v1.8.0" \ + release="v1.8.0" \ summary="The Wavefront Collector for Kubernetes enables monitoring Kubernetes clusters and sending metrics to Wavefront." \ description="The Wavefront Collector collects real-time metrics from all layers of a Kubernetes environment and Auto discovery of pods and services based on annotation and configuration."