Skip to content

Commit

Permalink
Merge pull request #154 from PureStorage-OpenConnect/v1.21
Browse files Browse the repository at this point in the history
v1.0.21
  • Loading branch information
sdodsley authored Jul 31, 2024
2 parents 37087ec + 11b6877 commit 52dac23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GOVET=$(GOCMD) vet
BINARY_NAME=pure-fa-om-exporter
MODULE_NAME=purestorage/fa-openmetrics-exporter
UserAgentBase=Pure_FA_OpenMetrics_exporter
VERSION?=1.0.20
VERSION?=1.0.21
SERVICE_PORT?=9490
DOCKER_REGISTRY?= quay.io/purestorage/
EXPORT_RESULT?=false # for CI please set EXPORT_RESULT to true
Expand Down
2 changes: 1 addition & 1 deletion build/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM golang:alpine as build
ARG VERSION=1.0.20
ARG VERSION=1.0.21
ARG UserAgentBase=Pure_FA_OpenMetrics_exporter

WORKDIR /usr/src/app
Expand Down

0 comments on commit 52dac23

Please sign in to comment.