Skip to content
This repository was archived by the owner on Dec 1, 2018. It is now read-only.

Commit fe4b44d

Browse files
committed
update grafana to 4.6.3
1 parent e7905f7 commit fe4b44d

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

grafana/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919

2020
all: build
2121

22-
VERSION?=v4.4.3
23-
DEB_VERSION?=4.4.3
22+
VERSION?=v4.6.3
23+
DEB_VERSION?=4.6.3
2424

2525
PREFIX?=staging-k8s.gcr.io
2626
ARCH?=amd64
2727
TEMP_DIR:=$(shell mktemp -d)
2828
LDFLAGS=-w -X main.version=$(VERSION) -X main.commit=unknown-dev -X main.timestamp=0 -extldflags '-static'
29-
KUBE_CROSS_IMAGE=k8s.gcr.io/kube-cross:v1.8.3-2
29+
KUBE_CROSS_IMAGE=k8s.gcr.io/kube-cross:v1.9.3-2
3030

3131
ALL_ARCHITECTURES=amd64 arm arm64 ppc64le s390x
3232
ML_PLATFORMS=linux/amd64,linux/arm,linux/arm64,linux/ppc64le,linux/s390x

grafana/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Grafana Image For Heapster/InfluxDB
22

33
## What's in it:
4-
- Grafana 4
4+
- Grafana 5
55
- A Go binary that:
66
- creates a datasource for InfluxDB
77
- creates a couple of dashboards during startup.

grafana/RELEASES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release Notes for Grafana container.
22

3+
## 5.0.3 (27-03-2018)
4+
- Support Grafana 5.0.3.
5+
36
## 4.4.1 (18-07-2017)
47
- Image includes grafana.ini configuration file.
58
- Support Grafana 4.4.1.

0 commit comments

Comments
 (0)