Skip to content

Commit 077967e

Browse files
committed
Update spec file and Dockerfiles
Signed-off-by: Simon Pasquier <[email protected]>
1 parent 4fb579b commit 077967e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL io.k8s.display-name="OpenShift Prometheus" \
88
io.k8s.description="The Prometheus monitoring system and time series database." \
99
io.openshift.tags="prometheus,monitoring" \
1010
maintainer="The Prometheus Authors <[email protected]>" \
11-
version="v2.6.0"
11+
version="v2.7.1"
1212

1313
ARG FROM_DIRECTORY=/go/src/github.com/prometheus/prometheus
1414
COPY --from=builder ${FROM_DIRECTORY}/prometheus /bin/prometheus

Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LABEL io.k8s.display-name="OpenShift Prometheus" \
99
io.k8s.description="The Prometheus monitoring system and time series database." \
1010
io.openshift.tags="prometheus,monitoring" \
1111
maintainer="OpenShift Development <[email protected]>" \
12-
version="v2.6.0"
12+
version="v2.7.1"
1313

1414
ARG FROM_DIRECTORY=/go/src/github.com/prometheus/prometheus
1515
COPY --from=builder ${FROM_DIRECTORY}/prometheus /bin/prometheus

golang-github-prometheus-prometheus.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
%global shortcommit %(c=%{commit}; echo ${c:0:7})
1616
%global gopathdir %{_sourcedir}/go
17-
%global upstream_ver 2.6.0
17+
%global upstream_ver 2.7.1
1818
%global rpm_ver %(v=%{upstream_ver}; echo ${v//-/_})
1919
%global download_prefix %{provider}.%{provider_tld}/openshift/%{repo}
2020

@@ -90,6 +90,9 @@ install -D -p -m 0644 consoles/* %{buildroot}%{_datadir}/prometheus/consoles
9090
%{_datadir}/prometheus/consoles
9191

9292
%changelog
93+
* Thu Jan 31 2019 Simon Pasquier <[email protected]> - 2.7.1-1
94+
- Upgrade to 2.7.1
95+
9396
* Tue Dec 18 2018 Simon Pasquier <[email protected]> - 2.6.0-1
9497
- Upgrade to 2.6.0
9598

0 commit comments

Comments
 (0)