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

Commit e7905f7

Browse files
committed
update influxdb to 1.5.1
1 parent 89ea3ac commit e7905f7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

influxdb/Makefile

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

2020
all: build
2121

22-
VERSION?=v1.3.3
22+
VERSION?=v1.5.1
2323
PREFIX?=staging-k8s.gcr.io
2424
ARCH?=amd64
25-
GOLANG_VERSION=1.8
25+
GOLANG_VERSION=1.10
2626
TEMP_DIR:=$(shell mktemp -d)
2727

2828
ALL_ARCHITECTURES=amd64 arm arm64 ppc64le s390x

influxdb/RELEASES.md

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

3+
## v1.5.1 (03-27-2018)
4+
- Updated to version 1.5.1; bumped Go build container to 1.10
5+
36
## v1.1.1 (11.1.2016)
47
- Updated to version v1.1.1; bumped Godeps and modified some code in heapster to use the latest schema
58

0 commit comments

Comments
 (0)