Skip to content

Commit 84fc8ab

Browse files
committed
Changed version number.
1 parent 1014c16 commit 84fc8ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GOTEST=$(GOCMD) test
44
GOVET=$(GOCMD) vet
55
BINARY_NAME=pure-fa-om-exporter
66
MODULE_NAME=purestorage/fa-openmetrics-exporter
7-
VERSION?=1.0.4.hotfix2
7+
VERSION?=1.0.5
88
SERVICE_PORT?=9490
99
DOCKER_REGISTRY?= quay.io/purestorage/
1010
EXPORT_RESULT?=false # for CI please set EXPORT_RESULT to true

cmd/fa-om-exporter/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
"gopkg.in/yaml.v3"
1919
)
2020

21-
var version string = "1.0.4.hotfix2"
21+
var version string = "1.0.5"
2222
var debug bool = false
2323
var arraytokens config.FlashArrayList
2424

internal/openmetrics-exporter/pods_space_collector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ func NewPodsSpaceCollector(fa *client.FAClient) *PodsSpaceCollector {
146146
),
147147
MediatorDesc: prometheus.NewDesc(
148148
"purefa_pod_mediator_status",
149-
"FlashArray pod space in bytes",
149+
"FlashArray pod mediator status",
150150
[]string{"array", "mediator", "pod", "status"},
151151
prometheus.Labels{},
152152
),

0 commit comments

Comments
 (0)