提交 5c4fd685 编写于 作者: D dlorenc 提交者: GitHub

Merge pull request #196 from dlorenc/changelog

Changelog for 0.3.0
# Minikube Release Notes
## Version 0.3.0 - 6/20/2016
* Added a `minikube dashboard` command to open the Kubernetes Dashboard.
* Updated Docker to version 1.11.1.
* Updated Kubernetes components to v1.3.0-alpha.5-330-g760c563.
* Generated documentation for all commands. Documentation [is here](https://github.com/kubernetes/minikube/blob/master/docs/minikube.md).
## Version 0.2.0 - 6/3/2016
* conntrack is now bundled in the ISO.
* DNS is now working.
......
......@@ -16,7 +16,7 @@
export GO15VENDOREXPERIMENT=1
# Bump this on release
VERSION ?= v0.3.0-dev
VERSION ?= v0.3.0
GOOS ?= $(shell go env GOOS)
GOARCH ?= $(shell go env GOARCH)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册