Skip to content

Commit

Permalink
Merge pull request kubernetes#9 from jimmidyson/bump
Browse files Browse the repository at this point in the history
0.2.0 bump
  • Loading branch information
jimmidyson committed Jul 14, 2016
2 parents be31e3e + 048b072 commit bf30c2d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 36 deletions.
47 changes: 12 additions & 35 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,15 @@
# Minikube Release Notes
# MiniShift Release Notes

## Version 0.5.0 - 7/6/2016
* Updated Kubernetes components to v1.3.0
* Added experimental support for KVM and XHyve based drivers. See the [drivers documentation](DRIVERS.md) for usage.
* Fixed a bug causing cluster state to be deleted after a `minikube stop`.
* Fixed a bug causing the minikube logs to fill up rapidly.
* Added a new `minikube service` command, to open a browser to the URL for a given service.
* Added a `--cpus` flag to `minikube start`.
## Version 0.2.0 - 2016/07/14
* Changed API server port to 8443 to allow OpenShift router/ingress controllers to bind to 443 if required
* Added a --disk-size flag to minishift start.
* Fixed a bug regarding auth tokens not being reconfigured properly after VM restart
* Added a new get-openshift-versions command, to get the available OpenShift versions so that users know what versions are available when trying to select the OpenShift version to use
* Makefile Updates
* Documentation Updates

## Version 0.4.0 - 6/27/2016
* Updated Kubernetes components to v1.3.0-beta.1
* Updated the Kubernetes Dashboard to v1.1.0
* Added a check for updates to minikube.
* Added a driver for VMWare Fusion on OSX.
* Added a flag to customize the memory of the minikube VM.
* Documentation updates
* Fixed a bug in Docker certificate generation. Certificates will now be
regenerated whenever `minikube start` is run.
## Version 0.1.1 - 2016/07/08
* [BUG] Fix PATH problems preventing proper start up of OpenShift<Paste>

## Version 0.3.0 - 6/10/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.
* Minikube now uses the iptables based proxy mode.
* Internal libmachine logging is now hidden by default.
* There is a new `minikube ssh` command to ssh into the minikube VM.
* Dramatically improved integration test coverage
* Switched to glog instead of fmt.Print*

## Version 0.1.0 - 5/29/2016
* Initial minikube release.
## Version 0.1.0 - 2016/07/07
* Initial minishift release.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.2.0

0 comments on commit bf30c2d

Please sign in to comment.