Skip to content

Commit

Permalink
Merge pull request #196 from dlorenc/changelog
Browse files Browse the repository at this point in the history
Changelog for 0.3.0
  • Loading branch information
dlorenc authored Jun 10, 2016
2 parents 0b4f1a9 + 1a3967d commit 5c4fd68
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 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.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5c4fd68

Please sign in to comment.