Skip to content

Commit

Permalink
Update go version to go1.8rc2 and fix the addon-manager changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
luxas committed Jan 27, 2017
1 parent 6789d4e commit 914824c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/build-image/cross/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ RUN export ETCD_VERSION=v3.0.14; \
&& ln -s ../src/etcd/etcd-${ETCD_VERSION}-linux-amd64/etcd /usr/local/bin/

# TODO: Remove the need for two golang versions; when we use go1.8 for all other builds we can remove this
ENV K8S_GOLANG_EDGE_VERSION=1.8rc1 \
ENV K8S_GOLANG_EDGE_VERSION=1.8rc2 \
K8S_EDGE_GOROOT=/usr/local/go_k8s_edge
RUN mkdir -p ${K8S_EDGE_GOROOT} \
&& curl -sSL https://golang.org/dl/go${K8S_GOLANG_EDGE_VERSION}.linux-amd64.tar.gz | tar -xz -C ${K8S_EDGE_GOROOT} --strip-components=1
Expand Down
2 changes: 1 addition & 1 deletion cluster/addons/addon-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Version 6.2 (Wed January 18 2017 Lucas Käldström <[email protected]>)
### Version 6.3 (Fri January 27 2017 Lucas Käldström <[email protected]>)
- Updated the arm base image to `armhf/busybox` and now using qemu v2.7 for emulation.

### Version 6.2 (Thu January 12 2017 Zihong Zheng <[email protected]>)
Expand Down

0 comments on commit 914824c

Please sign in to comment.